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
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-08wmadec: require block_align to be set.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12wma: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-01wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles
2012-10-15wmadec: use float planar sample format outputJustin Ruggles
2012-10-01wmadec: Adjust debug printf argument length modifierDiego Biurrun
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-08wma: fix off-by-one in array bounds check.Ronald S. Bultje
2012-03-02wma: fix invalid buffer size assumptions causing random overreads.Ronald S. Bultje
2012-02-18wma: don't return 0 on invalid packets.Ronald S. Bultje
2012-01-30wmadec: Verify bitstream size makes sense before calling init_get_bits.Alex Converse
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-28wmadec: consolidate 2 output buffer size checks into 1 checkJustin Ruggles
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-07-07Silence warning "new qualifiers in middle of multi-levelEli Friedman
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-03-10Fix indentation after r22414.Carl Eugen Hoyos
2010-03-10SIMD optimization using float_to_int16_interleave.Zhou Zongyi
2010-02-19remove a Huffman table from WMA which also exists in AACStefan Gehrer
2010-01-31Flush the bitreservour.Michael Niedermayer
2009-12-07Print error messages on errors.Michael Niedermayer
2009-12-07Fix apparent 10l typos introduced in r8627.Michael Niedermayer
2009-11-24WMA: extend exponent range to 95Måns Rullgård
2009-11-24WMA: extend exponent table up to 75Måns Rullgård
2009-09-29WMA: fix loop unrolling in decode_exp_vlc()Måns Rullgård
2009-09-29WMA: use type punning and unroll loops in decode_exp_vlc()Måns Rullgård
2009-09-29WMA: use a table instead of pow() in decode_exp_vlcMåns Rullgård
2009-09-27Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård
2009-09-26WMA: remove some unused variablesMåns Rullgård
2009-09-23Remove unused variables, fixes the warnings:Diego Biurrun
2009-09-23WMA: use DSPContext.butterflies_floatMåns Rullgård
2009-06-20Introduce WMACoef typedef for decoded coefficientsSascha Sommer