Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-29Make sure that dv encoder initializes all encoded packet data.Reimar Döffinger
The specification does not say which value to use for unused parts, so fill all unused bytes with 0xff, which is consistent with what DV usually uses for reserved or unused parts. Originally committed as revision 20084 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-17fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot beNiobos
Originally committed as revision 19902 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-21Due to a typo in videogen.c, the regression test videos were not asCarl Eugen Hoyos
complex as originally planned. Typo fixed (the background moves less linear now) and regression test results updated. Originally committed as revision 19478 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-04set index duration to 0 for cbr, specifying whole container coverageBaptiste Coudurier
Originally committed as revision 19338 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-04use ber4 length for descriptors preferred by specsBaptiste Coudurier
Originally committed as revision 19337 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-04write profile and level local tag in mpeg descriptorBaptiste Coudurier
Originally committed as revision 19336 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-30correctly compute frame flags with closed gopBaptiste Coudurier
Originally committed as revision 19304 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-23compute total bitrate more accurately, patch by corp186, chasedouglas at ↵corp186
gmail dot com Originally committed as revision 18909 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-23pad last audio frame when encodingBaptiste Coudurier
Originally committed as revision 18907 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-11Update regression tests for y4m after r18796David Conrad
The default changed from 420mpeg2 to 420jpeg Originally committed as revision 18797 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-11write a single pes for video frames, some proprietary player needs itBaptiste Coudurier
Originally committed as revision 18792 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-10fix total bitrate computation, based on patch by corp186, chasedouglas at ↵Baptiste Coudurier
gmail dot com Originally committed as revision 18778 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-12fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samplesBaptiste Coudurier
Originally committed as revision 18453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Rename regression test result files from b-libav* to b-lavf* for consistency.Diego Biurrun
This requires updating the gxf regression checksum since the gxf muxer puts the filename in files it creates. Originally committed as revision 18253 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30Rename libav.regression.ref --> lavf.regression.ref.Diego Biurrun
This matches the new name of the test target. Originally committed as revision 18229 to svn://svn.ffmpeg.org/ffmpeg/trunk