summaryrefslogtreecommitdiff
path: root/libavcodec/mpc8.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* build: Drop stray mpc8 decoder dependency on dsputilDiego Biurrun2014-03-13
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* mpc7/8: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* Use proper return values in case of missing featuresDiego Biurrun2012-10-12
* mpc7/8: use planar sample formatJustin Ruggles2012-10-01
* mpc8: do not leave padding after last frame in buffer for the next decode callKostya Shishkov2012-08-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* mpc8: add a flush functionJustin Ruggles2012-08-06
* mpc8: fix maximum bands handlingKostya Shishkov2012-06-05
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* mpc8: Check out of bound bands limitLaurent Aimar2011-10-07
* mpc8: check output buffer size before decodingJustin Ruggles2011-10-02
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* musepack: remove extraneous mpcdata.h inclusionsMans Rullgard2011-06-04
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Musepack SV8 supports "mono" files (though it still codes them as stereo),Kostya Shishkov2010-11-21
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix an issue uncovered by commit 20623:Attila Kinali2009-11-30
* Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits).Kostya Shishkov2009-06-13
* Compact and make constant two tables used by Musepack decodersKostya Shishkov2009-04-20
* Use new static VLC scheme in Indeo2, Musepack and WNV1 decodersKostya Shishkov2009-04-17
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Make Musepack decoders use LFG pseudorandom generatorKostya Shishkov2009-03-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-18
* Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Add channel layout to several audio decoders I maintainKostya Shishkov2008-11-19
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Transform codec names into single words.Stefano Sabatini2008-04-29
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* typo fix: inited --> initializedDiego Biurrun2008-02-13