32 Commits (82b7525173f20702a8cbc26ebedbf4b69b8fecec)

Author SHA1 Message Date
  Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
  Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
  Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
  Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 12 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
  Justin Ruggles da28bb3f4a amrwb: decode directly to the user-provided AVFrame 12 years ago
  Ronald S. Bultje d56668bd80 floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 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 ee0e9678e7 amrwbdec: set channels, channel_layout, and sample_rate 12 years ago
  Mans Rullgard 50be207759 amrwbdec: fix invalid pointer arithmetic 12 years ago
  Diego Biurrun 717addecad Use proper return values in case of missing features 12 years ago
  Diego Biurrun dafcbfe443 celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() 12 years ago
  Martin Storsjö ca00a7e809 amrwbdec: Decode the fr_quality bit properly 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 13 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
  Alex Converse b70feb4053 amrnb/amrwb: Remove get_bits usage. 13 years ago
  Ronald S. Bultje 9d87374ec0 amrwb: remove duplicate arguments from extrapolate_isf(). 13 years ago
  Ronald S. Bultje 154b8bb800 amrwb: error out early if mode is invalid. 13 years ago
  Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
  Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 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
  Anton Khirnov 151595fe2e Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_* 14 years ago
  Anton Khirnov b2ed95ec48 Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Reimar Döffinger 0a3028b9b0 Use AVSampleFormat instead of the deprecated SampleFormat. 14 years ago
  Ronald S. Bultje 2b2a597ec0 AMR-WB decoder, written as part of Google Summer of Code 2010 by Marcelo 14 years ago