- 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>
-
- 25 Mar, 2012 1 commit
-
-
Ronald S. Bultje authored
-
- 03 Jan, 2012 2 commits
-
-
Justin Ruggles authored
The reference encoder does not generate any streams using this, but the reference decoder can handle it, so we should as well.
-
Justin Ruggles authored
Now that there is official documentation from Apple about this, we don't have to guess anymore.
-
- 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 19 commits
-
-
Justin Ruggles authored
This is already done in avcodec_decode_audio3()
-
Justin Ruggles authored
-
Justin Ruggles authored
Also return AVERROR_PATCHWELCOME.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
They only operate on stereo content, so the extra param is not necessary and also allows for simplifying the code.
-
Justin Ruggles authored
Now they only do stereo interleaving.
-
Justin Ruggles authored
This should also fix decoding of mono 24-bit.
-
Justin Ruggles authored
It is identical for 16-bit and 24-bit, so there is no need to have duplicate code.
-
Justin Ruggles authored
The bits are not wasted, they are additional low bits that are added to the 16-bit decompressed samples to increase the output sample depth.
-
Justin Ruggles authored
-
Justin Ruggles authored
Also rearranges some functions for easier cleanup on failure.
-
Justin Ruggles authored
reduces memory usage when the stream has fewer than MAX_CHANNELS
-
Justin Ruggles authored
check frame header channel count against header/container channel count.
-
Justin Ruggles authored
It is already done when using it to set sample_fmt.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 29 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 15 Jul, 2011 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 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
-
- 26 Oct, 2010 1 commit
-
-
Jason Garrett-Glaser authored
Do decode init in the init function instead of at the first frame. Fix some possible crash cases. Originally committed as revision 25572 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jun, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23751 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 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 Feb, 2010 3 commits
-
-
Jai Menon authored
Originally committed as revision 21656 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jai Menon authored
Originally committed as revision 21655 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jai Menon authored
Originally committed as revision 21654 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Feb, 2010 1 commit
-
-
Jai Menon authored
Originally committed as revision 21637 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Apr, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Apr, 2009 1 commit
-
-
Thilo Borgmann authored
AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows passing of packet-specific flags from demuxer to decoder, such as the keyframe flag, which appears necessary to playback corePNG P-frames. Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread "Google Summer of Code participation" on the mailinglist. Originally committed as revision 18351 to svn://svn.ffmpeg.org/ffmpeg/trunk
-