aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/dvenc.c
Commit message (Expand)AuthorAgeFilesLines
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-2/+2
* Cosmetics: use consistent indentation by four spacesReimar Döffinger2007-06-241-129/+129
* DV muxer should not only fail for more that 3 streams altogetherReimar Döffinger2007-06-241-0/+2
* Don't forget about audio remaining in buffer, in case there is enoughCorey Hickey2007-05-161-1/+3
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-3/+3
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-151-4/+8
* * fixing a memory leak in DV format.Brian Brice2006-11-081-8/+2
* * Simplifying the setting of STYPE for AAUX ASRoman Shaposhnik2006-10-161-6/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-211-10/+11
* Split the DV demuxer and muxer into separate files (as suggested by DiegoPanagiotis Issaris2006-09-151-0/+413