20 Commits (798845ce7e5b7fdd17c7269c5d267fb487d9c46f)

Author SHA1 Message Date
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 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
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
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
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 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