summaryrefslogtreecommitdiffstats
path: root/libavcodec/timecode.h
Commit message (Collapse)AuthorAgeFilesLines
* timecode: drop lavc timecode on next bump.Clément Bœsch2012-02-021-1/+5
|
* timecode: fix typoJean First2012-01-141-1/+1
| | | | | Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* timecode: support >24h timecode.Clément Bœsch2012-01-111-1/+2
|
* timecode: string representation can be negative.Clément Bœsch2012-01-111-0/+1
| | | | Timecode can be specified with a negative value in MOV...
* timecode: set a fixed buffer size of 16B for tc string.Clément Bœsch2012-01-111-2/+2
|
* timecode: add avpriv_check_timecode_rate().Clément Bœsch2012-01-051-0/+7
|
* timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch2011-12-121-3/+10
| | | | | | Those functions are shared between libs. Also fix a typo in function names: smtpe → smpte.
* timecode: add avpriv_timecode_to_string().Clément Bœsch2011-12-121-0/+11
|
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-171-1/+1
|
* timecode: relicense to LGPLv2+ with permission of Baptiste and ubitux.Michael Niedermayer2011-09-181-5/+5
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mxf: move framenum to timecode convert to timecode helpers.Clément Bœsch2011-08-131-0/+9
| | | | This is based on the original work by Baptiste Coudurier.
* timecode: move dropframe code and doxycomment it.Clément Bœsch2011-08-101-0/+8
| | | | This is based on the original work by Baptiste Coudurier.
* timecode: introduce timecode and honor it in MPEG-1/2.Clément Bœsch2011-08-101-0/+58
This is based on the original work by Baptiste Coudurier.
OpenPOWER on IntegriCloud