- 17 Sep, 2016 1 commit
-
-
Jai Luthra authored
* Multichannel support for TrueHD is experimental There should be downmix substreams present for 2+ channel bitstreams, but ffmpeg decoder doesn't need it. Will add support for this soon. * There might be lossless check failures on LFE channels * 32-bit sample support has been removed for now, will add it later While testing, some samples gave lossless check failures when enforcing s32. Probably this will also get solved with the LFE issues. Signed-off-by:
Jai Luthra <me@jailuthra.in>
-
- 11 Mar, 2015 1 commit
-
-
Hendrik Leppkes authored
The fourth substream is being discarded, since its not raw audio data, but an encoded Atmos stream which needs a specialized decoder. Fixes decoding of the true hd stream from Transformers\ -\ Age\ of\ Extinction\ 2014\ 1080P-003.mkv Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 21 Sep, 2014 1 commit
-
-
Hendrik Leppkes authored
The fourth substream is being discarded, since its not raw audio data, but an encoded Atmos stream which needs a specialized decoder. Fixes decoding of the true hd stream from Transformers\ -\ Age\ of\ Extinction\ 2014\ 1080P-003.mkv Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Jan, 2014 1 commit
-
-
Tim Walker authored
-
- 06 Oct, 2012 1 commit
-
-
Diego Biurrun authored
Anonymous structs cannot be forward declared and have no benefit.
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 26 Sep, 2009 1 commit
-
-
Reimar Döffinger authored
instead of directly. This makes clear that the code assumes the maximum sample rate to be a multiple of 48000 and also removes the division from the MAX_BLOCKSIZE macros, which causes an issue with the Solaris assembler where "/" is a comment marker unless the --divide option is used. Originally committed as revision 20026 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 May, 2009 1 commit
-
-
Ramiro Polla authored
the arrays sequential. Originally committed as revision 18841 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Apr, 2009 3 commits
-
-
Ramiro Polla authored
Now that max channels and primitive matrices are properly validated, there is no need to be paranoid that random data will be overwritten. As a bonus this makes matrix_coeff 16-byte aligned between matrices. Originally committed as revision 18651 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 18650 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 18649 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Mar, 2009 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 18230 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Mar, 2009 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 18072 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16860 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Dec, 2008 1 commit
-
-
Laurent Aimar authored
This way the decoder does not have to depend on the parser being initialized before. Patch by Laurent Aimar <fenrir at via dot ecp dot fr>. Originally committed as revision 15986 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2008 1 commit
-
-
Stefano Sabatini authored
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Aug, 2008 2 commits
-
-
Ramiro Polla authored
Originally committed as revision 14763 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 14747 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Aug, 2008 2 commits
-
-
Ramiro Polla authored
remove empty lines between doxy comments and function declarations. Originally committed as revision 14735 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 14733 to svn://svn.ffmpeg.org/ffmpeg/trunk
-