summaryrefslogtreecommitdiff
path: root/libavcodec/mpc8.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-17
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* mpc8: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* avcodec/mpc8: Make decoder init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/mpc8: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/mpc8: Reduce the size of some VLCsAndreas Rheinhardt2020-12-08
* avcodec/mpc8: Reduce the size of the length tables to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/mpc8: Apply offsets when initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/mpc8: Reduce size of tables used to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/mpegaudiodsp: Make initializing synth windows thread-safeAndreas Rheinhardt2020-11-24
* avcodec/mpc8: Unobfuscate sign-extensionAndreas Rheinhardt2020-11-03
* avcodec/mpc8: Fix 32bit mask/enumMichael Niedermayer2019-08-11
* avcodec/mpc8: Fixes invalid shift in mpc8_decode_frame()Michael Niedermayer2019-07-13
* avcodec/mpc8: get frame output buffer right before it is actually neededPaul B Mahol2018-03-30
* avcodec/mpc8: check for overread earlier and abort decoding framePaul B Mahol2018-03-30
* avcodec/mpc8: check for overread firstPaul B Mahol2018-03-30
* avcodec/mpc8: use init_get_bits8()Paul B Mahol2017-02-03
* avcodec/mpc8: Correct end truncationMichael Niedermayer2016-06-11
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '88b240646f57a62299c6c4c4d7554f0a80c3a29a'Michael Niedermayer2014-03-13
|\|
| * build: Drop stray mpc8 decoder dependency on dsputilDiego Biurrun2014-03-13
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-14
|\|
| * avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-13
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge commit '1b9b6d6e5ea556b6d307f9d473f54f6406fdc3c8'Michael Niedermayer2013-02-13
|\|
| * mpc7/8: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\|
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* | Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer2012-10-13
|\|
| * Use proper return values in case of missing featuresDiego Biurrun2012-10-12
* | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer2012-10-02
|\|
| * mpc7/8: use planar sample formatJustin Ruggles2012-10-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-09
|\|
| * mpc8: do not leave padding after last frame in buffer for the next decode callKostya Shishkov2012-08-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge commit 'f5d2c597e99af218b0d4d1cf9737c7e68ee934e4'Michael Niedermayer2012-08-07
|\|