- 28 Jan, 2010 1 commit
-
-
Justin Ruggles authored
buffer size vs. frame size errors. Originally committed as revision 21519 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jan, 2010 1 commit
-
-
Justin Ruggles authored
Originally committed as revision 21439 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jan, 2010 1 commit
-
-
Reimar Döffinger authored
Patch by myself and Yuriy Kaminskiy [yumkam mail ru] Originally committed as revision 21175 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Nov, 2009 1 commit
-
-
Justin Ruggles authored
Originally committed as revision 20533 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Nov, 2009 1 commit
-
-
Justin Ruggles authored
Originally committed as revision 20473 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Oct, 2009 1 commit
-
-
Justin Ruggles authored
Fixes Issue 1426. Originally committed as revision 20110 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Sep, 2009 3 commits
-
-
Justin Ruggles authored
Originally committed as revision 20106 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
about 1.8% faster on my system. Originally committed as revision 20090 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 20089 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Sep, 2009 4 commits
-
-
Justin Ruggles authored
depending on content. Originally committed as revision 20055 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 20053 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 20052 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 20051 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Aug, 2009 6 commits
-
-
Justin Ruggles authored
Originally committed as revision 19589 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
conditionally during mantissa decoding, then only removing it from the coupling range for coupled channels which do not use dithering. Originally committed as revision 19588 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 19587 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 19586 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
used within the function. This removes the need to have the coupling band structure stored in the AC3DecodeContext. Originally committed as revision 19585 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
calculating coupling transform coefficients. Originally committed as revision 19584 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Aug, 2009 1 commit
-
-
Justin Ruggles authored
decode_band_structure(). Originally committed as revision 19577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jul, 2009 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 19501 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19500 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Jun, 2009 1 commit
-
-
Ronald S. Bultje authored
Originally committed as revision 19294 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 May, 2009 1 commit
-
-
Justin Ruggles authored
dequantization 24-bit in a separate commit. Originally committed as revision 18887 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 May, 2009 2 commits
-
-
Diego Biurrun authored
in the build system and documentation that mark it as GPL. Originally committed as revision 18876 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jason Garrett-Glaser authored
Originally committed as revision 18875 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 May, 2009 1 commit
-
-
Justin Ruggles authored
simpler and also fixes a bug in GAQ dequantization. Originally committed as revision 18860 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 May, 2009 2 commits
-
-
Justin Ruggles authored
the end subband. Originally committed as revision 18857 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Siarhei Siamashka authored
Scaling (i)MDCT output has no runtime overhead and can be used to improve performance of audio codecs. All the changes are only needed in 'ff_mdct_init' function and slow down initialization a bit. Originally committed as revision 18855 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 May, 2009 2 commits
-
-
Justin Ruggles authored
Originally committed as revision 18752 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
not needed for spectral extension or enhanced coupling since it is redundant information, so I am removing it from decode_band_structure() as well. Originally committed as revision 18751 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 May, 2009 2 commits
-
-
Justin Ruggles authored
Originally committed as revision 18750 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 18749 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Apr, 2009 1 commit
-
-
Justin Ruggles authored
Originally committed as revision 18622 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Apr, 2009 1 commit
-
-
Justin Ruggles authored
Originally committed as revision 18542 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
-
- 19 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Jan, 2009 1 commit
-
-
Alex Converse authored
will follow Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 16479 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Dec, 2008 2 commits
-
-
Stefano Sabatini authored
to ff_log_missing_feature. Originally committed as revision 16037 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 16035 to svn://svn.ffmpeg.org/ffmpeg/trunk
-