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-01sipr: set channel layoutJustin Ruggles
2012-09-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-21sipr: fall back to setting mode based on bit_rate.Reimar Döffinger
2012-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
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-01-06sipr: fall back to setting mode based on bit_rate.Reimar Döffinger
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-09sipr: use a function pointer to select the decode_frame functionJustin Ruggles
2011-11-09sipr: set mode based on block_align instead of bit_rateJustin Ruggles
2011-11-09sipr: do not needlessly set *data_size to 0 when returning an errorJustin Ruggles
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-11sipr: fix get_bits(0) callsMans Rullgard
2011-10-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-05sipr: fix the output data size check and only calculate it once.Justin Ruggles
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-19sipr: Drop unused DSPContextAlex Converse
2011-06-19sipr: include string.h for mem*()Alex Converse
2011-06-19sipr: Use memmove() to copy overlapped buffers.Alex Converse
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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-09-17Remove pointless semicolonVitor Sessak
2010-09-08Move lsp2lpc_sipr() function to common code so it can be reused in aMarcelo Galvăo Póvoa
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje
2010-04-21Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje
2010-04-21Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-11Fix spelling.Ronald S. Bultje
2010-01-16SIPR16k decoderVitor Sessak
2010-01-16Allow a SIPR table to be used by the upcoming SIPR16k decoderVitor Sessak
2010-01-16Split some SIPR structs to a header file for the upcoming SIPR16k commitVitor Sessak
2010-01-13Remove needless use of log2f()Vitor Sessak
2010-01-13Remove the struct SiprModeParam of the context. This will simplify splittingVitor Sessak