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
2011-11-09Merge branch 'release/0.7' into oldabiMichael Niedermayer
2011-11-04sipr: fix get_bits(0) callsMans Rullgard
2011-11-04sipr: 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
2010-01-13SIPR: kill variable-length arraysMåns Rullgård
2010-01-11SIPR decoder for modes 8k5, 6k5 and 5k0.Vladimir Voroshilov