130 Commits (45f52d19b98fed72682ee5ad3a0f93c71c7c4944)

Author SHA1 Message Date
Carl Eugen Hoyos 898ea658c8 lavc/g726: Add a little-endian G.726 encoder. 7 years ago
Michael Niedermayer c04aa14882 avcodec/g726: Fix runtime error: left shift of negative value -2 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 2188d53906 g72x: Convert to the new bitstream reader 8 years ago
Michael Niedermayer a5af1240fc avcodec/g726: Add missing ADDB output mask 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Andreas Cadhalpun 8d6625642d doc: fix spelling errors 9 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
Luca Barbato 355864ef7a g726: Do not crash on user mistake 9 years ago
James Almer ba625dd8a1 avcodec: use av_mod_uintp2() where useful 10 years ago
Peter Meerwald 9abc80f1ed libavcodec: Make use of av_clip functions 10 years ago
Carl Eugen Hoyos 10c240a085 avcodec: Add little-endian G726 decoder 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Carl Eugen Hoyos 8e3c5c70ca g726: Do not try to decode more than one channel. 12 years ago
Carl Eugen Hoyos 0915b531bc Rename "AVClass class" as "AVClass component_class". 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Justin Ruggles cb7b47a61d g726: decode directly to the user-provided AVFrame 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 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 a346aaf148 g726dec: do not validate sample rate 12 years ago
Justin Ruggles e00eb03cd8 g726dec: set channel layout at initialization instead of validating it 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 13 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 c5ea6a5c75 g726enc: switch to ff_alloc_packet2() 13 years ago
Justin Ruggles 59041fd053 g726enc: use AVCodec.encode2() 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles da24963725 g726dec: add flush() function to reset state when seeking 13 years ago
Justin Ruggles 97f5dd1d84 g726: don't pass index to g726_reset() 13 years ago
Justin Ruggles 615b2a2cf5 g726enc: add private option for setting code size directly. 13 years ago
Justin Ruggles 7abb73d4ba g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER check 13 years ago
Justin Ruggles 437c11ca16 g726: group the g726_encoder AVCodec with the other encoding functions 13 years ago
Justin Ruggles 50969c0f46 g726: return AVERROR(EINVAL) instead of -1 for invalid channel count 13 years ago
Justin Ruggles 50c466d609 g726enc: use av_assert0() for sample_rate validation 13 years ago
Justin Ruggles 9e78d8cfdf g726: treat sample rates other than 8kHz as unofficial. 13 years ago
Justin Ruggles 6e8d4a7afb g726dec: remove the sample_rate validation 13 years ago
Justin Ruggles 6ac34eed54 g726: use bits_per_coded_sample instead of bitrate to determine mode 13 years ago
Justin Ruggles d405237bae g726: split the init function for the encoder and decoder 13 years ago
Justin Ruggles c8d36d254e g726: pre-calculate the number of output samples. 13 years ago
Justin Ruggles e61a670b53 g726: use int16_t instead of short 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 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