summaryrefslogtreecommitdiff
path: root/libavcodec/vima.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* 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-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* vima: convert to new channel layout APIVittorio Giovara2022-03-151-3/+2
* avcodec/vima: Make decoder init-threadsafeAndreas Rheinhardt2021-05-021-11/+13
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-101-1/+1
* avcodec: remove missing bits from deprecated VIMA decoderJames Almer2015-09-071-12/+0
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | lavc: deprecate VIMA decoderPaul B Mahol2015-02-141-0/+2
* | Merge commit '6f273093e54cba130f3ffde3d6433e74baa4ad89'Michael Niedermayer2014-04-061-67/+56
|\ \ | |/
| * LucasArts SMUSH VIMA audio decoderPaul B Mahol2014-04-061-0/+218
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-1/+1
* vima: add @file doxyPaul B Mahol2013-04-251-0/+6
* vima: generate predict_table once, and share it with all decodersPaul B Mahol2013-04-251-11/+11
* 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
* vima: decode directly to the user-provided AVFramePaul B Mahol2013-02-131-7/+4
* vima: switch to init_get_bits8()Paul B Mahol2013-01-161-1/+2
* Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* vima: check packet size before initializing bitstream readerPaul B Mahol2012-09-301-2/+2
* vima: fix typo in license headerPaul B Mahol2012-09-301-1/+1
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* LucasArts SMUSH VIMA audio decoderPaul B Mahol2012-06-211-0/+236