- 03 May, 2011 1 commit
-
-
Luca Barbato authored
The patch is the first step to support -dcodec copy
-
- 14 Apr, 2011 1 commit
-
-
Max Horn authored
ff_get_wav_header is reading data from a WAVE file and then uses it (without validation) to malloc a buffer. It then proceeded to read data into the buffer, without verifying that the allocation succeeded. To address this, change ff_get_wav_header to return an error if allocation failed, and adapted all calling code to handle that error. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 10 Apr, 2011 1 commit
-
-
Alberto Delmás authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 17 Mar, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 07 Mar, 2011 1 commit
-
-
Peter Ross authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 04 Mar, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 01 Mar, 2011 2 commits
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 25 Feb, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 21 Feb, 2011 2 commits
-
-
Anton Khirnov authored
In the name of consistency: put_byte -> avio_w8 put_<type> -> avio_w<type> put_buffer -> avio_write put_nbyte will be made private put_tag will be merged with avio_put_str Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
In the name of consistency: get_byte -> avio_r8 get_<type> -> avio_r<type> get_buffer -> avio_read get_partial_buffer will be made private later get_strz is left out becase I want to change it later to return something useful. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 20 Feb, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 09 Jan, 2011 1 commit
-
-
Peter Ross authored
Originally committed as revision 26273 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jan, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 26270 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jan, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Fixes playback for corner-cases like 32kHz 320kb. Originally committed as revision 26242 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jan, 2011 1 commit
-
-
Peter Ross authored
Originally committed as revision 26182 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Dec, 2010 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 26167 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Dec, 2010 1 commit
-
-
Peter Ross authored
Originally committed as revision 26091 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Nov, 2010 1 commit
-
-
Andrew Wason authored
Patch by Andrew Wason, rectalogic rectalogic com Originally committed as revision 25853 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Nov, 2010 1 commit
-
-
Peter Ross authored
Originally committed as revision 25837 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Sep, 2010 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 25209 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Sep, 2010 1 commit
-
-
Zhou Zongyi authored
Original patch by Zhou Zongyi, zhouzy A os pku edu cn, resubmitted by James Darnley, james.darnley gmail, changes by me. Originally committed as revision 25115 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Aug, 2010 1 commit
-
-
Ben Littler authored
Originally committed as revision 24991 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jul, 2010 1 commit
-
-
Carl Eugen Hoyos authored
DIV3 is not supported on default XP and Vista installations (MP43 is). Originally committed as revision 24343 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Jun, 2010 1 commit
-
-
Tomas Härdin authored
Originally committed as revision 23513 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 May, 2010 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 23309 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 May, 2010 1 commit
-
-
Stefano Sabatini authored
CODEC_ID_RAWVIDEO <-> Y41B CODEC_ID_RAWVIDEO <-> Y42B CODEC_ID_RAWVIDEO <-> YUV9 CODEC_ID_RAWVIDEO <-> YVU9 These codec tags are listed in fourcc.org, and are already listed in libavcodec/raw.c:ff_raw_pix_fmt_tags as AVI tags. Originally committed as revision 23296 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 May, 2010 1 commit
-
-
Google authored
Patch by Google Originally committed as revision 23193 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 May, 2010 1 commit
-
-
Stefano Sabatini authored
Both are listed in fourcc.org. Originally committed as revision 23145 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2010 2 commits
-
-
Francesco Lavra authored
Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 23076 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
format uyyvyy411. The codec tag is referenced in fourcc.org. Originally committed as revision 23072 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Apr, 2010 1 commit
-
-
Anssi Hannula authored
Patch by Anssi Hannula, anssi D hannula A iki fi Originally committed as revision 22985 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Apr, 2010 1 commit
-
-
Christian Schmidt authored
Patch by Christian Schmidt, schmidt digadd de Originally committed as revision 22941 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
-
- 15 Mar, 2010 1 commit
-
-
Anton Khirnov authored
Patch by Anton Khirnov mirror(moc liamg saksyw) Originally committed as revision 22539 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Mar, 2010 1 commit
-
-
Daniel Verkamp authored
Originally committed as revision 22364 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Feb, 2010 1 commit
-
-
Ben Littler authored
Originally committed as revision 21797 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Feb, 2010 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 21768 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jan, 2010 1 commit
-
-
Ben Littler authored
Originally committed as revision 21279 to svn://svn.ffmpeg.org/ffmpeg/trunk
-