aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/timecode.c
Commit message (Expand)AuthorAgeFilesLines
* timecode: drop lavc timecode on next bump.Clément Bœsch2012-02-021-1/+5
* timecode: support >24h timecode.Clément Bœsch2012-01-111-1/+1
* timecode: string representation can be negative.Clément Bœsch2012-01-111-2/+7
* timecode: set a fixed buffer size of 16B for tc string.Clément Bœsch2012-01-111-1/+1
* timecode: more tolerant frame rate check for drop flag.Clément Bœsch2012-01-061-1/+1
* timecode: add avpriv_check_timecode_rate().Clément Bœsch2012-01-051-2/+2
* timecode: fix drop frame in avpriv_timecode_to_string().Clément Bœsch2011-12-261-4/+5
* timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch2011-12-121-4/+21
* timecode: add avpriv_timecode_to_string().Clément Bœsch2011-12-121-0/+16
* timecode: better input checks in init function.Clément Bœsch2011-12-121-7/+31
* timecode: relicense to LGPLv2+ with permission of Baptiste and ubitux.Michael Niedermayer2011-09-181-6/+6
* mxf: move framenum to timecode convert to timecode helpers.Clément Bœsch2011-08-131-0/+18
* timecode: move dropframe code and doxycomment it.Clément Bœsch2011-08-101-0/+9
* timecode: introduce timecode and honor it in MPEG-1/2.Clément Bœsch2011-08-101-0/+56