summaryrefslogtreecommitdiff
path: root/libavcodec/timecode.c
Commit message (Collapse)AuthorAge
* lavc: remove dead FF_API_OLD_TIMECODE APIStefano Sabatini2013-11-03
|
* timecode: drop lavc timecode on next bump.Clément Bœsch2012-02-02
|
* timecode: support >24h timecode.Clément Bœsch2012-01-11
|
* timecode: string representation can be negative.Clément Bœsch2012-01-11
| | | | 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-11
|
* timecode: more tolerant frame rate check for drop flag.Clément Bœsch2012-01-06
| | | | This fixes some timecode probing in MOV.
* timecode: add avpriv_check_timecode_rate().Clément Bœsch2012-01-05
|
* timecode: fix drop frame in avpriv_timecode_to_string().Clément Bœsch2011-12-26
|
* timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch2011-12-12
| | | | | | 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-12
|
* timecode: better input checks in init function.Clément Bœsch2011-12-12
|
* timecode: relicense to LGPLv2+ with permission of Baptiste and ubitux.Michael Niedermayer2011-09-18
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mxf: move framenum to timecode convert to timecode helpers.Clément Bœsch2011-08-13
| | | | This is based on the original work by Baptiste Coudurier.
* timecode: move dropframe code and doxycomment it.Clément Bœsch2011-08-10
| | | | 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-10
This is based on the original work by Baptiste Coudurier.