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-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-02Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer
2012-11-01nellymoserdec: set channels to 1Justin Ruggles
2012-09-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-16nellymoserdec: drop support for s16 output.Anton Khirnov
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-01nellymoserdec: Saner and faster IMDCT windowingVitor Sessak
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-12nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMTAnton Khirnov
2012-01-03lavc: replace rest of deprecated SAMPLE_FMT_* with AV_SAMPLE_FMT_*Paul B Mahol
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-22nellymoserdec: Indicate that the decoder can handle changed parametersMartin Storsjö
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-12-01nellymoserdec: Use sidedata to support mid stream sample rate changes.Michael Niedermayer
2011-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-28nellymoserdec: use dsp functions for overlap and windowingJustin Ruggles
2011-10-28nellymoserdec: do not fail if there is extra data in the packetJustin Ruggles
2011-10-28nellymoserdec: fail if output buffer is too smallJustin Ruggles
2011-10-28nellymoserdec: remove pointless buffer size check.Justin Ruggles
2011-10-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-02nellymoserdec: allocate float_buf only when decoding to int16Justin Ruggles
2011-10-02nellymoserdec: use NELLY_BUF_LEN instead of 128Justin Ruggles
2011-10-02nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.Justin Ruggles
2011-10-02nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.Justin Ruggles
2011-10-02nellymoser: check output buffer size before decodingJustin Ruggles
2011-09-22Check output buffer size in nellymoser decoder.Laurent Aimar
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-03-20Move sine windows to a separate fileMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-01-28cosmetics: indentation and spacingJustin Ruggles
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini