Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
| | |||||
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
| | | | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f6902b1217beda576aa18abf7eb72b03c) | ||||
* | VP3 parser can also handle VP6 without any changes. | Aurelien Jacobs | 2008-06-26 | 1 | -1/+2 |
| | | | | Originally committed as revision 13990 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | VP3 & Theora parser to extract keyframe flags. | Michael Niedermayer | 2008-06-26 | 1 | -0/+43 |
This parser is not able to split random bitstream pieces. Originally committed as revision 13986 to svn://svn.ffmpeg.org/ffmpeg/trunk |