summaryrefslogtreecommitdiff
path: root/libavformat/vc1testenc.c
Commit message (Collapse)AuthorAge
* Remove pts rescaling code that is useless after ↵Reimar Döffinger2011-01-31
| | | | 2ff4a2764e5ea74c85b4231bc110540278cf3708
* VC1testenc: convert pts values to correct time-base.Reimar Döffinger2011-01-31
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 22e9277aa5e6e5abfd037420093439058d4a14df)
* VC1testenc: convert pts values to correct time-base.Reimar Döffinger2011-01-29
| | | | | | | | | VC1 test container always uses time-base 1 ms, so we must convert from whatever time-base the application gave us to that, otherwise the video will play at ridiculous speeds. It would be possible to signal that a container supports only one time-base and have code in a layer above do the conversion, but for a single format this seems over-engineered.
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
| | | | | | This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts. (cherry picked from commit c6610a216ed2948885772154a2eed696e0cb4aca)
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
| | | | | | Patch by Jean-Daniel Dupas, devlists shadowlab org Originally committed as revision 22744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2008-08-13
| | | | Originally committed as revision 14731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SMPTE 421M Annex L (aka .rcv) muxerKostya Shishkov2008-07-23
Originally committed as revision 14352 to svn://svn.ffmpeg.org/ffmpeg/trunk