40 Commits (54cd025a82fcee1813aba64de4d7a52d0b9b1e79)

Author SHA1 Message Date
Andreas Rheinhardt 23daf8e67f avcodec/g722enc: Cleanup generically on init failure 4 years ago
Kyle Swanson c11ca6105e avcodec/g722enc: force mono channel layout 7 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 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
Michael Niedermayer 5989a2b24f avcodec/g722enc: Use av_mallocz_array() 10 years ago
Anton Khirnov 2df0c32ea1 lavc: use a separate field for exporting audio encoder padding 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Janne Grunau f1de23faaa g722enc: fix size argument in memset 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 38d1c5a4cc g722enc: switch to av_assert 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 2e4413ce2c g722enc: switch to ff_alloc_packet2() 13 years ago
Justin Ruggles bb03b6f7b1 g722enc: use AVCodec.encode2() 13 years ago
Martin Storsjö b087ce2bee g722: Fix the QMF scaling 13 years ago
Justin Ruggles 8e2555d3b1 g722enc: check for trellis data allocation error 13 years ago
Justin Ruggles cf1a259ad6 g722enc: validate AVCodecContext.trellis 13 years ago
Justin Ruggles 77c5b66cbe g722enc: set frame_size, and also handle an odd number of input samples 13 years ago
Justin Ruggles 34093ba081 g722enc: split encoding into separate functions for trellis vs. no trellis 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Sjoerd Simons f32fd31858 g722: Change bits per sample to 4 13 years ago
Justin Ruggles 704721bc9c g722: split decoder and encoder into separate files 13 years ago
Diego Biurrun 99b9df5281 doxygen: misc consistency cosmetics 14 years ago
Michael Niedermayer 8b7dc087e4 Add forgotten const to enum AVSampleFormat 14 years ago
Martin Storsjö c41eb2ade4 libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Martin Storsjö 8bd1956462 g722: Move the low_inv_quant6 table up to the common tables 14 years ago
Martin Storsjö c6fe83a3e0 g722: Add a trellis encoder 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Martin Storsjö 21e681ba57 Add a G.722 encoder 14 years ago
Martin Storsjö 58e37eafce Add G.722 ADPCM audio decoder 14 years ago