49 Commits (aa8d89536d35af0a0c8d8bac2b452ffe7b82cae5)

Author SHA1 Message Date
Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 12 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
Yusuke Nakamura 19dd4017ab libopencore-amr: Add the missing 3rd argument of ff_get_buffer() 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 8837f4396a libopencore-amrwb: Make AMR-WB ifdeffery more precise 12 years ago
Diego Biurrun e6bda9a9fd libopencore-amr: Conditionally compile decoder and encoder bits 12 years ago
Diego Biurrun 56632fef65 libopencore-amrnb: cosmetics: Group all encoder-related code together 12 years ago
Justin Ruggles 0cd08367dd libopencore-amr: decode directly to the user-provided AVFrame 12 years ago
Michael Niedermayer 1d7ffd06e4 lavc: Fix assignments in if() when calling ff_af_queue_add 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
Martin Storsjö ad961726dc libopencore-amr: Check the return value of amr_decode_fix_avctx 12 years ago
Justin Ruggles d40dab907a libopencore-amr: set channel layout for amr-nb or if not set by the user 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 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
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Justin Ruggles 8ccf545b95 libopencore-amrnbenc: use AVCodec.encode2() 13 years ago
Justin Ruggles adbf61ff8a libopencore-amr: do not set AVCodecContext.frame_size 13 years ago
Justin Ruggles fe78470a8b libopencore-amrnbenc: fix end-of-stream handling 13 years ago
Justin Ruggles a8bdf2405c check for coded_frame allocation failure in several audio encoders 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 4a6a29a7fb libopencore-amr: check output buffer size before decoding 13 years ago
Justin Ruggles 345d15d2f9 libopencore-amr: remove unneeded buf_size==0 check. 13 years ago
Justin Ruggles 402c98783d libopencore-amr: remove unneeded frame_count field. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Diego Biurrun 8dd52d8202 opencore-amr: Add missing initializer braces to shut up gcc warning. 14 years ago
Martin Storsjö 651b276ef7 libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions 14 years ago
Martin Storsjö 3dd82afc74 libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed 14 years ago
Martin Storsjö 7073938121 libopencore-amr, libvo-amrwbenc: Find the closest matching bitrate 14 years ago
Martin Storsjö 882221afde libopencore-amr: Cosmetics: Rewrap and align 14 years ago
Martin Storsjö 02c63a109f libopencore-amr, libvo-amrbwenc: Rename variables and functions 14 years ago
Martin Storsjö 9b9c6405fd libopencore-amr: Convert commented out debug logging into av_dlog 14 years ago
Martin Storsjö 89e7e640f7 libopencore-amr: Remove an unused state variable 14 years ago
Martin Storsjö 0e03f94d61 libopencore-amr: Remove a useless local variable 14 years ago
Martin Storsjö c48ce4eb50 libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static const 14 years ago
Martin Storsjö 900a129f4f libopencore-amr, libvo-amrwbenc: Return proper error codes in most places 14 years ago
Martin Storsjö a8ec07c933 libopencore-amr: Don't print carriage returns in log messages 14 years ago
Martin Storsjö 587331414b libopencore-amr: Remove an old workaround for libamr header weirdness 14 years ago
Martin Storsjö 57ddffe843 libopencore-amr: Make the opaque encoder pointer a void* 14 years ago
Martin Storsjö dbff4da914 libopencore-amr: Remove unused code fragments 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
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
Diego Biurrun 0b175caac8 Add support for external OpenCORE libraries for AMR-NB/WB support. 16 years ago
Martin Storsjö a2ce9a9914 Use IF1 frame sizes in AMR-WB. 16 years ago