summaryrefslogtreecommitdiff
path: root/libavformat/dvenc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* dvenc: Validate the frame size before copying itLuca Barbato2015-11-28
* lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-09
* dv: Split DV data table declarations into their own headerDiego Biurrun2013-11-15
* lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-16
* miscellaneous typo fixesDiego Biurrun2012-12-21
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZEAnton Khirnov2012-08-18
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* dv: Split profile handling code into a separate file.Diego Biurrun2012-05-07
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov2012-01-27
* lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov2011-10-20
* fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-26
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-13
* lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-12
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Make dvenc.c functions static to the unit.Diego Elio Pettenò2011-01-25
* Add missing internal.h #include for brktimegm(), fixes the warning:Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger2009-10-16
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-08
* 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