- 04 Sep, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 30 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 06 Apr, 2012 1 commit
-
-
Martin Storsjö authored
Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 21 Mar, 2012 1 commit
-
-
Justin Ruggles authored
-
- 05 Mar, 2012 1 commit
-
-
Justin Ruggles authored
It is not necessary
-
- 04 Mar, 2012 1 commit
-
-
Justin Ruggles authored
Use CODEC_CAP_DELAY and CODEC_CAP_SMALL_LAST_FRAME to properly pad and flush the encoder at the end of encoding. This is needed in order to have all input samples decoded.
-
- 25 Feb, 2012 1 commit
-
-
Justin Ruggles authored
-
- 02 Dec, 2011 1 commit
-
-
Justin Ruggles authored
Deprecate avcodec_decode_audio3(). Implement audio support in avcodec_default_get_buffer(). Implement the new audio decoder API in all audio decoders.
-
- 26 Oct, 2011 3 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
avcodec_decode_audio3() already checks it before sending the packet to the decoder.
-
Justin Ruggles authored
Use AVCodecContext.frame_number instead.
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 29 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 05 Jul, 2011 1 commit
-
-
Diego Biurrun authored
This fixes the warning: libavcodec/libopencore-amr.c:91: warning: missing braces around initializer
-
- 13 Apr, 2011 14 commits
-
-
Martin Storsjö authored
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>
-
Martin Storsjö authored
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>
-
Martin Storsjö authored
Dynamically print the supported bitrates from the local table, instead of using a hardcoded log message. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Avoid camelCase names for functions and variables. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Also add the avctx as logging context. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
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>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 12 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
SampleFormat with AVSampleFormat. Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Mar, 2010 1 commit
-
-
Stefano Sabatini authored
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Sep, 2009 1 commit
-
-
Reimar Döffinger authored
.data section. Originally committed as revision 19787 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jun, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 19117 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 May, 2009 1 commit
-
-
Martin Storsjö authored
Patch by Martin Storsjö: martin (remove that) at martin (oh and this too) st Originally committed as revision 18880 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 May, 2009 2 commits
-
-
Diego Biurrun authored
Fixes compilation when AMR-NB #includes are not available on the system. Originally committed as revision 18870 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 18869 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 May, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 18850 to svn://svn.ffmpeg.org/ffmpeg/trunk
-