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-09-19mpegaudiodec: Validate that the number of channels fits at the given offsetMartin Storsjö
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-12mpegaudio: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-26mpegaudiodec: use planar sample format for output unless packed is requestedJustin Ruggles
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-23mp3: properly forward mp_decode_frame errorsLuca Barbato
2012-10-23mp3: exit on parsing error in mp_decode_frameLuca Barbato
2012-10-23mpegaudiodec: Fix buffer handling on random accessMichael Niedermayer
2012-10-23mpegaudio: Refactor mp3on4 flush functionDiego Biurrun
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-09-28mpegaudiodec: fix short_start calculationLuca Barbato
2012-08-08mpegaudiodec: don't print an error on > 1 frame in a packet.Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-20mp3: fix start band index for block type 2 in 8kHz audioKostya Shishkov
2012-04-18mpegaudiodec: Do not discard mp_decode_frame() return value.Diego Biurrun
2012-03-29mp3dec: perform I/S and M/S only when frame mode is joint stereo.Kostya Shishkov
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-05lavc: deprecate AVCodecContext.sub_id.Anton Khirnov
2012-03-01mpegaudiodec: use DSPUtil.butterflies_float().Vitor Sessak
2012-02-24mpegaudiodec: Prevent premature clipping of mp3 input buffer.Dale Curtis
2012-02-18mp3on4: require a minimum framesize.Ronald S. Bultje
2012-01-31mp3dec: Fix a heap-buffer-overflowAlex Converse
2012-01-27lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov
2012-01-21mpegaudiodec: switch error detection check to AV_EF_BUFFERDustin Brody
2012-01-09mpegaudiodec: optimized iMDCT transformVitor Sessak
2012-01-09mpegaudiodec: move imdct and windowing function to mpegaudiodspVitor Sessak
2012-01-09mpegaudiodec: interleave iMDCT buffer to simplify future SIMD implementationsVitor Sessak
2012-01-07mpegaudiodec: Use clearer pointer mathVitor Sessak
2012-01-02mpegaudiodec: skip all channels when skipping granulesJustin Ruggles
2011-12-31mpegaudiodec: fix seeking.Ronald S. Bultje
2011-12-31mpegaudiodec: fix compilation when testing the unchecked bitstream readerJustin Ruggles
2011-12-17mp3dec: hack: fix decoding with safe bitstream readerMans Rullgard
2011-12-03latmdec: fix audio specific config parsingJanne Grunau
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-27mpegaudio: do not use init_static_data() for initializing tables.Justin Ruggles
2011-11-16mpegaudiodec: Don't use a nonexistent log context for av_dlogMartin Storsjö
2011-11-15cosmetics: indentationJustin Ruggles
2011-11-15mpegaudiodec: init static tables in AVCodec.init_static_data()Justin Ruggles
2011-10-28mp3on4: do not needlessly set data_size to 0Justin Ruggles
2011-10-28mp3adu: return error instead of just consuming bad packetsJustin Ruggles
2011-10-28mpegaudiodec: check output data size based on avctx->frame_sizeJustin Ruggles
2011-10-28avcodec: remove avcodec_parse_frame and deprecate associated elements.Justin Ruggles
2011-10-28mpegaudiodec: cosmetics: basic pretty-printingJustin Ruggles