- 07 Jul, 2010 1 commit
-
-
Eli Friedman authored
non-const cast are unsafe". Patch by Eli Friedman, eli d friedman a gmail Originally committed as revision 24080 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
-
- 09 Mar, 2010 2 commits
-
-
Carl Eugen Hoyos authored
Originally committed as revision 22415 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zhou Zongyi authored
Patch by Zhou Zongyi, zhouzy A os D pku D edu D cn Originally committed as revision 22414 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Feb, 2010 1 commit
-
-
Stefan Gehrer authored
Originally committed as revision 21902 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jan, 2010 1 commit
-
-
Michael Niedermayer authored
Fixes issue1716 Originally committed as revision 21559 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Dec, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 20757 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Dec, 2009 1 commit
-
-
Michael Niedermayer authored
These typos moved the exponent pointer too far ahead. Fixes issue1055. Originally committed as revision 20756 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Nov, 2009 1 commit
-
-
Måns Rullgård authored
Hopefully this will be enough. Fixes issue 1565 (again). Originally committed as revision 20598 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Nov, 2009 1 commit
-
-
Måns Rullgård authored
Fixes issue 1565. Originally committed as revision 20593 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Sep, 2009 3 commits
-
-
Måns Rullgård authored
The count can be a non-multiple of 4 after all. Originally committed as revision 20081 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
GCC does stupid things if these assignments are done using floats directly, so fill the runs using integer operations instead. Also unroll the loops since the length is always a multiple of 4. Originally committed as revision 20077 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 20076 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Sep, 2009 1 commit
-
-
Måns Rullgård authored
The src3 and step arguments to vector_fmul_add_add() are always zero and one, respectively. This removes these arguments from the function, simplifies the code accordingly, and renames the function to better match the new operation. Originally committed as revision 20061 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Sep, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 20030 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Sep, 2009 2 commits
-
-
Diego Biurrun authored
libavcodec/wmadec.c:629: warning: unused variable `i' libavcodec/wmadec.c:628: warning: unused variable `b' libavcodec/wmadec.c:628: warning: unused variable `a' Originally committed as revision 19994 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19981 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jun, 2009 1 commit
-
-
Sascha Sommer authored
and change default type to float so that the run level decoding functionality can be shared with wmapro Originally committed as revision 19231 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jun, 2009 1 commit
-
-
Sascha Sommer authored
so that it can be reused for wmapro Originally committed as revision 19171 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 May, 2009 1 commit
-
-
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
-
- 17 Apr, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 18568 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
-
- 01 Feb, 2009 1 commit
-
-
Diego Biurrun authored
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 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
-
- 28 Aug, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 15004 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Aug, 2008 2 commits
-
-
Loren Merritt authored
Originally committed as revision 14703 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
Originally committed as revision 14702 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Jul, 2008 1 commit
-
-
Peter Ross authored
Originally committed as revision 14482 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jul, 2008 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 14172 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Fixes issue264 WMV audio stutter Originally committed as revision 14171 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 14170 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jun, 2008 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Apr, 2008 1 commit
-
-
Stefano Sabatini authored
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 11790 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Nov, 2007 1 commit
-
-
Reimar Döffinger authored
sure we actually consume exactly that amount. Fixes sound artefacts (mostly blips) that mysteriously disappeared after e.g. remuxing with mencoder. Originally committed as revision 11115 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Aug, 2007 2 commits
-
-
Aurelien Jacobs authored
Originally committed as revision 10080 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 10078 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Aug, 2007 2 commits
-
-
Alex Beregszaszi authored
Originally committed as revision 10004 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Beregszaszi authored
Originally committed as revision 10003 to svn://svn.ffmpeg.org/ffmpeg/trunk
-