summaryrefslogtreecommitdiffstats
path: root/libavformat/dvenc.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-241-2/+2
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-281-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* 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
OpenPOWER on IntegriCloud