Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-01avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-07-21mpegenc: remove disabled codeDiego Biurrun
2012-05-06mpegmux: add stuffing to avoid incomplete PCM framesJanne Grunau
2012-03-20libavformat: Set the default for the max_delay option to -1Martin Storsjö
2012-01-27lavf: remove disabled FF_API_PRELOAD cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov
2012-01-02mpegenc: simplify muxrate calculationJanne Grunau
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-25mpegenc: add preload private option.Anton Khirnov
2011-10-17mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-10Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun
2011-06-03Remove stray extra arguments from av_dlog() invocations.Diego Biurrun
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-10-17Avoid negative SCR in mpeg ps muxer.Michael Niedermayer
2010-10-08Add a space between the else and { in mpegenc.c in the line i added.Michael Niedermayer
2010-10-07Warn if muxing mpeg ps is attempted without a VBV buffer size.Michael Niedermayer
2010-10-07Init SCR in mpeg muxer based on first DTS.Michael Niedermayer
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-10-01put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger
2009-06-17Set restrictions on packet_size, as per ISO-11172 / H-222 specificationsRonald S. Bultje
2009-05-22fail if stream fifo could not be allocatedBaptiste Coudurier
2009-05-22correctly check for audio streams in mpeg ps muxer, fix multiple audio tracksBaptiste Coudurier
2009-04-13Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-03-09Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-08-26vertical alignMichael Niedermayer
2008-08-19Replace invocations of av_fifo_realloc(), which is going to beStefano Sabatini
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-29use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier
2008-05-26Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer
2008-05-26Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-01-31init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used un...Baptiste Coudurier