Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check for coded_frame allocation failure in several audio encoders | Justin Ruggles | 2012-02-25 | 1 | -0/+3 |
| | |||||
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -17/+35 |
| | | | | | | Deprecate avcodec_decode_audio3(). Implement audio support in avcodec_default_get_buffer(). Implement the new audio decoder API in all audio decoders. | ||||
* | libopencore-amr: check output buffer size before decoding | Justin Ruggles | 2011-10-26 | 1 | -4/+16 |
| | |||||
* | libopencore-amr: remove unneeded buf_size==0 check. | Justin Ruggles | 2011-10-26 | 1 | -4/+0 |
| | | | | | avcodec_decode_audio3() already checks it before sending the packet to the decoder. | ||||
* | libopencore-amr: remove unneeded frame_count field. | Justin Ruggles | 2011-10-26 | 1 | -6/+1 |
| | | | | Use AVCodecContext.frame_number instead. | ||||
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
| | |||||
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -24/+21 |
| | | | | It's more readable and less prone to breakage. | ||||
* | opencore-amr: Add missing initializer braces to shut up gcc warning. | Diego Biurrun | 2011-07-05 | 1 | -1/+1 |
| | | | | | This fixes the warning: libavcodec/libopencore-amr.c:91: warning: missing braces around initializer | ||||
* | libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions | Martin Storsjö | 2011-04-14 | 1 | -1/+14 |
| | | | | | | | DTX, discontinuous transmission, allows emitting frames with comfort noise when no voice is detected in the input audio. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed | Martin Storsjö | 2011-04-14 | 1 | -4/+9 |
| | | | | | | | | | | | Also rename the incorrectly named enc_bitrate to enc_mode, use the enc_bitrate variable for storing the last chosen bitrate. This avoids continuous warning log messages if not using an exactly matching bitrate, while still allowing changing bitrate at any point. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | libopencore-amr, libvo-amrwbenc: Find the closest matching bitrate | Martin Storsjö | 2011-04-14 | 1 | -16/+20 |
| | | | | | | | Dynamically print the supported bitrates from the local table, instead of using a hardcoded log message. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | libopencore-amr: Cosmetics: Rewrap and align | Martin Storsjö | 2011-04-13 | 1 | -14/+10 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | libopencore-amr, libvo-amrbwenc: Rename variables and functions | Martin Storsjö | 2011-04-13 | 1 | -19/+19 |
| | | | | | | Avoid camelCase names for functions and variables. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | libopencore-amr: Convert commented out debug logging into av_dlog | Martin Storsjö | 2011-04-13 | 1 | -6/+6 |
| | | | | | | Also add the avctx as logging context. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | libopencore-amr: Remove an unused state variable | Martin Storsjö | 2011-04-13 | 1 | -3/+0 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | libopencore-amr: Remove a useless local variable | Martin Storsjö | 2011-04-13 | 1 | -7/+5 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static ↵ | Martin Storsjö | 2011-04-13 | 1 | -1/+1 |
| | | | | | | const Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | libopencore-amr, libvo-amrwbenc: Return proper error codes in most places | Martin Storsjö | 2011-04-13 | 1 | -8/+8 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | libopencore-amr: Don't print carriage returns in log messages | Martin Storsjö | 2011-04-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | libopencore-amr: Remove an old workaround for libamr header weirdness | Martin Storsjö | 2011-04-13 | 1 | -5/+0 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | libopencore-amr: Make the opaque encoder pointer a void* | Martin Storsjö | 2011-04-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | libopencore-amr: Remove unused code fragments | Martin Storsjö | 2011-04-13 | 1 | -11/+0 |
| | | | | | | | This parts are heritage from the encoder part from the old libamr code removed in SVN rev 19365. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -3/+3 |
| | | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -2/+2 |
| | | | | | | SampleFormat with AVSampleFormat. Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -3/+3 |
| | | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Make sample_fmts and channel_layouts compound literals const to reduce size of | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
| | | | | | | .data section. Originally committed as revision 19787 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add support for external OpenCORE libraries for AMR-NB/WB support. | Diego Biurrun | 2009-06-05 | 1 | -0/+325 |
Originally committed as revision 19117 to svn://svn.ffmpeg.org/ffmpeg/trunk |