summaryrefslogtreecommitdiff
path: root/libavcodec/8svx.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* 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
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* 8svx: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/8svx: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/8svx: Use av_assert1(0) instead of error message in unreachable codeMichael Niedermayer2020-02-03
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '74512f7e369da40e1148c92b58cd8e59f7737b8f'Michael Niedermayer2014-09-02
|\|
| * 8svx: Return proper error codesGabriel Dume2014-09-02
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | 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 'e57daa876bf0cf50782550e366e589441cd8c2bd'Michael Niedermayer2013-02-13
|\|
| * 8svx: 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
* | 8svx: move pcm_s8_planar decoder to pcm.cPaul B Mahol2012-11-20
* | 8svx: remove unused variableMichael Niedermayer2012-10-08
* | 8svx: Fixing header size, move decoding to per call instead of the first call.Justin Ruggles2012-10-03
* | 8svx: avoid custom clip, avoid +128 for compressed data.Michael Niedermayer2012-10-03
* | 8svx: fix delta_decode cliping limitsMichael Niedermayer2012-10-03
* | 8svx: copy start value in output samples.Nicolas George2012-10-03
* | 8svx: remove malloc and memcpy that have become unneededMichael Niedermayer2012-10-02
* | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer2012-10-02
|\|
| * 8svx: use planar sample formatJustin Ruggles2012-10-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | 8svx: ensure that packet size is multiple of channels.Nicolas George2012-08-01
* | 8svx: unify mono and stereo code paths.Nicolas George2012-07-31
* | 8svx: remove useless rounding code.Nicolas George2012-07-31
* | 8svx: use a more direct condition.Nicolas George2012-07-31
* | lavc: build some codecs only if they are actually enabledPaul B Mahol2012-06-17
* | 8svx: fix crashMichael Niedermayer2012-06-01
* | 8svx: fix memleak in iff-fibonacci fate test.Clément Bœsch2012-01-13
* | 8svx: remove unused variable in eightsvx_decode_frameJean First2011-12-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-10
|\|
| * avcodec: add support for planar signed 8-bit PCM.Justin Ruggles2011-11-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-23
|\|
| * 8svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles2011-09-22