summaryrefslogtreecommitdiff
path: root/libavcodec/8svx.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-14/+14
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* 8svx: convert to new channel layout APIAnton Khirnov2022-03-151-9/+10
* avcodec/8svx: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-021-0/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec/8svx: Use av_assert1(0) instead of error message in unreachable codeMichael Niedermayer2020-02-031-2/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-3/+3
* | Merge commit '74512f7e369da40e1148c92b58cd8e59f7737b8f'Michael Niedermayer2014-09-021-2/+2
|\ \ | |/
| * 8svx: Return proper error codesGabriel Dume2014-09-021-5/+5
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-2/+2
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-3/+3
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge commit 'e57daa876bf0cf50782550e366e589441cd8c2bd'Michael Niedermayer2013-02-131-9/+5
|\ \ | |/
| * 8svx: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-10/+6
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | 8svx: move pcm_s8_planar decoder to pcm.cPaul B Mahol2012-11-201-38/+7
* | 8svx: remove unused variableMichael Niedermayer2012-10-081-1/+0
* | 8svx: Fixing header size, move decoding to per call instead of the first call.Justin Ruggles2012-10-031-59/+67
* | 8svx: avoid custom clip, avoid +128 for compressed data.Michael Niedermayer2012-10-031-14/+17
* | 8svx: fix delta_decode cliping limitsMichael Niedermayer2012-10-031-2/+2
* | 8svx: copy start value in output samples.Nicolas George2012-10-031-0/+1
* | 8svx: remove malloc and memcpy that have become unneededMichael Niedermayer2012-10-021-9/+2
* | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer2012-10-021-30/+18
|\ \ | |/
| * 8svx: use planar sample formatJustin Ruggles2012-10-011-28/+23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-7/+7
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-7/+7
* | 8svx: ensure that packet size is multiple of channels.Nicolas George2012-08-011-1/+8
* | 8svx: unify mono and stereo code paths.Nicolas George2012-07-311-8/+9
* | 8svx: remove useless rounding code.Nicolas George2012-07-311-1/+3
* | 8svx: use a more direct condition.Nicolas George2012-07-311-3/+3
* | lavc: build some codecs only if they are actually enabledPaul B Mahol2012-06-171-2/+6
* | 8svx: fix crashMichael Niedermayer2012-06-011-1/+1
* | 8svx: fix memleak in iff-fibonacci fate test.Clément Bœsch2012-01-131-1/+3
* | 8svx: remove unused variable in eightsvx_decode_frameJean First2011-12-311-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-11/+23
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-14/+24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-101-11/+12
|\ \ | |/