summaryrefslogtreecommitdiff
path: root/libavformat/dvenc.c
Commit message (Expand)AuthorAgeFilesLines
* dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZEAnton Khirnov2012-08-181-2/+4
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* dv: Split profile handling code into a separate file.Diego Biurrun2012-05-071-0/+1
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-3/+3
* lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov2012-01-271-5/+0
* lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov2011-10-201-1/+1
* fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-261-2/+2
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-10/+9
* lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-131-5/+2
* lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-121-2/+12
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-1/+1
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Make dvenc.c functions static to the unit.Diego Elio Pettenò2011-01-251-6/+4
* Add missing internal.h #include for brktimegm(), fixes the warning:Diego Biurrun2010-04-201-0/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-4/+4
* Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger2009-10-161-1/+1
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-081-11/+11
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Remove inappropriate const qualifier from function argument, fixes the warning:Diego Biurrun2009-01-071-1/+1
* prettyprinting cosmeticsDiego Biurrun2008-10-241-21/+21
* spelling cosmeticsDiego Biurrun2008-10-241-19/+19
* replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik2008-10-071-6/+6
* spelling cosmeticsDiego Biurrun2008-10-021-5/+5
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-021-4/+2
* 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