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
2014-07-18libgsm: Split decoder and encoderNidhi Makhijani
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12libgsm: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-21libgsm: detect libgsm header pathBrad Smith
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-01libgsmdec: always set channel layout and sample rate at initializationJustin Ruggles
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-21libgsmenc: use AVCodec.encode2()Justin Ruggles
2012-02-25check for coded_frame allocation failure in several audio encodersJustin Ruggles
2012-02-25audio encoders: do not set coded_frame->key_frame.Justin Ruggles
2012-01-11avcodec: add GSM parserJustin Ruggles
2011-12-15libgsm: Reset the MS mode of GSM in the flush functionMartin Storsjö
2011-12-15libgsm: Set options on the right objectMartin Storsjö
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-02libgsm: add flush function to reset the decoder state when seekingJustin Ruggles
2011-11-02libgsm: simplify decoding by using a loopJustin Ruggles
2011-11-02gsm: log error message when packet is too smallJustin Ruggles
2011-11-02libgsmdec: do not needlessly set *data_size to 0Justin Ruggles
2011-11-02libgsmdec: check output buffer size before decodingJustin Ruggles
2011-09-25cosmetics: reindent and pretty-printJustin Ruggles
2011-09-25libgsm: split init and close fuctions for encoder and decoder.Justin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-07libgsm: Drop const qualifier to silence compiler warning.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-07-03Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-13Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.Ramiro Polla
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-11-10Fix memory leak in libgsm wrapper.Martin Storsjö
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-29indentMichael Niedermayer
2008-04-29Fix decoding of:Michael Niedermayer
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-04-25Make sure some value is always returned via data_sizeMichel Bardiaux
2008-04-25Allow bitrates zero and 13200 (needed for decoding mov and aiff)Michel Bardiaux
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-07-28cosmetics: misc typo fixesDiego Biurrun
2007-06-06Give names of external library decoders/encoders a lib prefixDiego Biurrun
2007-02-20Add support for MS-GSM codecMichel Bardiaux