96 Commits (b06cb15b9d7928bf54b639c9f9f7658c2c38bfb9)

Author SHA1 Message Date
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
  Luca Barbato 355864ef7a g726: Do not crash on user mistake 10 years ago
  Peter Meerwald 9abc80f1ed libavcodec: Make use of av_clip functions 10 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 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
  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_* 13 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 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. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
  Justin Ruggles c7d89948a3 Set a constant frame size for encoding G.726 audio. 14 years ago
  Reimar Döffinger edac49daf5 Use "const" qualifier for pointers that point to input data of 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Reimar Döffinger b5f09d31c2 Make sample_fmts and channel_layouts compound literals const to reduce size of 15 years ago
  Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
  Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
  Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
  Diego Biurrun f544a5fc84 Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific 16 years ago
  Laurent Aimar bd10f6e149 Prevent a division by 0 in the g726 decoder when the configured samplerate is 0. 16 years ago
  Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
  Michael Niedermayer 74d9441715 Do not shift F[I] twice, it is also clearer and smaller now. 17 years ago
  Michael Niedermayer 50c52d2250 Factorize c->ap += (-c->ap) >> 4 out 17 years ago
  Michael Niedermayer 0e0d6cfd48 Get rid of G726Tables.bits. 17 years ago
  Michael Niedermayer 05c9f3516c Copy 4 pointers to avid dozends of ptr dereferences. 17 years ago