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
2007-06-24Cosmetics: use consistent indentation by four spacesReimar Döffinger
Originally committed as revision 9404 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24DV muxer should not only fail for more that 3 streams altogetherReimar Döffinger
but also if two of them are video or all three are audio. Originally committed as revision 9403 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-16Don't forget about audio remaining in buffer, in case there is enoughCorey Hickey
left to make another DV frame. Originally committed as revision 9032 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
patch by Nicholas Tung, ntung ntung com Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-15 * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik
* Making DV codec release a buffer on exit * Flagging accepted pix_fmts for DV encoder Originally committed as revision 7531 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-08 * fixing a memory leak in DV format.Brian Brice
Patch by Brian Brice bbrice at newtek dot com Originally committed as revision 6945 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-17 * Simplifying the setting of STYPE for AAUX ASRoman Shaposhnik
* Fixing a bug in how SPEED was encoded for AAUX ASC Originally committed as revision 6716 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik
libavformat/utils.c into libavutil Originally committed as revision 6310 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-15Split the DV demuxer and muxer into separate files (as suggested by DiegoPanagiotis Issaris
Biurrun). Originally committed as revision 6272 to svn://svn.ffmpeg.org/ffmpeg/trunk