51 Commits (7087da303f9ae638f54134b1ac5f621ecf7e1171)

Author SHA1 Message Date
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 12 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 1 year ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Anton Khirnov c21e1492e3 g722: convert to new channel layout API 3 years ago
Andreas Rheinhardt 2da9b77a1c avcodec/g722dec: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Hendrik Leppkes 494f868e93 avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels 4 years ago
Paul B Mahol e483606d44 avcodec/g722dec: use init_get_bits8() 6 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Anton Khirnov fd9212f2ed Mark some arrays that never change as const. 8 years ago
Alexandra Hájková 2188d53906 g72x: Convert to the new bitstream reader 8 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Peter Meerwald 9abc80f1ed libavcodec: Make use of av_clip functions 10 years ago
Peter Meerwald 10f160768b g722: Reduce number of pointers passed to g722_apply_qmf() function 10 years ago
Peter Meerwald 6769068313 g722: Split out g722_qmf_apply() function into g722dsp.c 10 years ago
Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 11 years ago
Martin Storsjö f2521563d1 g722dec: Change bits_per_codeword to the right option type 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Justin Ruggles 036e9b045f g722: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Justin Ruggles ec2694d259 g722dec: set channel layout at initialization instead of validating it 12 years ago
Michael Niedermayer e9b61fffbe g722dec: s/Libav/FFmpeg/ The copyright years predate the existence of Libav 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Martin Storsjö b087ce2bee g722: Fix the QMF scaling 13 years ago
Martin Storsjö 6fcbb0f553 g722dec: Signal skipping the lower bits via AVOptions instead of bits_per_coded_sample 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles a3a8572165 g722dec: check output buffer size before decoding 13 years ago
Justin Ruggles 4e41973794 g722dec: cosmetics: reindent/linewrap 13 years ago
Justin Ruggles d0a196962a g722dec: remove the use of lowres for half-rate decoding. 13 years ago
Justin Ruggles 704721bc9c g722: split decoder and encoder into separate files 13 years ago