aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/timecode.c
AgeCommit message (Expand)Author
2013-11-03lavc: remove dead FF_API_OLD_TIMECODE APIStefano Sabatini
2012-02-02timecode: drop lavc timecode on next bump.Clément Bœsch
2012-01-11timecode: support >24h timecode.Clément Bœsch
2012-01-11timecode: string representation can be negative.Clément Bœsch
2012-01-11timecode: set a fixed buffer size of 16B for tc string.Clément Bœsch
2012-01-06timecode: more tolerant frame rate check for drop flag.Clément Bœsch
2012-01-05timecode: add avpriv_check_timecode_rate().Clément Bœsch
2011-12-26timecode: fix drop frame in avpriv_timecode_to_string().Clément Bœsch
2011-12-12timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch
2011-12-12timecode: add avpriv_timecode_to_string().Clément Bœsch
2011-12-12timecode: better input checks in init function.Clément Bœsch
2011-09-18timecode: relicense to LGPLv2+ with permission of Baptiste and ubitux.Michael Niedermayer
2011-08-13mxf: move framenum to timecode convert to timecode helpers.Clément Bœsch
2011-08-10timecode: move dropframe code and doxycomment it.Clément Bœsch
2011-08-10timecode: introduce timecode and honor it in MPEG-1/2.Clément Bœsch