summaryrefslogtreecommitdiff
path: root/libavformat/dvenc.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove inappropriate const qualifier from function argument, fixes the warning:Diego Biurrun2009-01-07
* prettyprinting cosmeticsDiego Biurrun2008-10-24
* spelling cosmeticsDiego Biurrun2008-10-24
* replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik2008-10-07
* spelling cosmeticsDiego Biurrun2008-10-02
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-24
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-28
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Cosmetics: use consistent indentation by four spacesReimar Döffinger2007-06-24
* DV muxer should not only fail for more that 3 streams altogetherReimar Döffinger2007-06-24
* Don't forget about audio remaining in buffer, in case there is enoughCorey Hickey2007-05-16
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-15
* * fixing a memory leak in DV format.Brian Brice2006-11-08
* * Simplifying the setting of STYPE for AAUX ASRoman Shaposhnik2006-10-16
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
* Split the DV demuxer and muxer into separate files (as suggested by DiegoPanagiotis Issaris2006-09-15