Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | timecode: more tolerant frame rate check for drop flag. | Clément Bœsch | 2012-01-06 | 1 | -1/+1 |
| | | | | This fixes some timecode probing in MOV. | ||||
* | timecode: add avpriv_check_timecode_rate(). | Clément Bœsch | 2012-01-05 | 1 | -2/+2 |
| | |||||
* | timecode: fix drop frame in avpriv_timecode_to_string(). | Clément Bœsch | 2011-12-26 | 1 | -4/+5 |
| | |||||
* | timecode: rename internal ff_* symbols to avpriv_*. | Clément Bœsch | 2011-12-12 | 1 | -4/+21 |
| | | | | | | Those functions are shared between libs. Also fix a typo in function names: smtpe → smpte. | ||||
* | timecode: add avpriv_timecode_to_string(). | Clément Bœsch | 2011-12-12 | 1 | -0/+16 |
| | |||||
* | timecode: better input checks in init function. | Clément Bœsch | 2011-12-12 | 1 | -7/+31 |
| | |||||
* | timecode: relicense to LGPLv2+ with permission of Baptiste and ubitux. | Michael Niedermayer | 2011-09-18 | 1 | -6/+6 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | mxf: move framenum to timecode convert to timecode helpers. | Clément Bœsch | 2011-08-13 | 1 | -0/+18 |
| | | | | This is based on the original work by Baptiste Coudurier. | ||||
* | timecode: move dropframe code and doxycomment it. | Clément Bœsch | 2011-08-10 | 1 | -0/+9 |
| | | | | This is based on the original work by Baptiste Coudurier. | ||||
* | timecode: introduce timecode and honor it in MPEG-1/2. | Clément Bœsch | 2011-08-10 | 1 | -0/+56 |
This is based on the original work by Baptiste Coudurier. |