- 15 Jan, 2012 1 commit
-
-
Peter Ross authored
Fixes ticket 705. Reported-by: ami-stuff Signed-off-by:
Peter Ross <pross@xvid.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Jan, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #707. Reviewed-by: Peter Ross
-
- 03 Dec, 2011 1 commit
-
-
Peter Ross authored
Fixes ticket #663. Based on patch by ami_stuff Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Nov, 2011 2 commits
-
-
Peter Ross authored
Based on patch by ami_stuff Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Peter Ross authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Nov, 2011 1 commit
-
-
ami_stuff authored
Some sample IFF ACBM files can be found here: http://aminet.net/package/dev/basic/ABdemos Thanks to Peter Ross for his help with this patch. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Nov, 2011 1 commit
-
-
Reimar Döffinger authored
I am not sure these new values are correct, not am I sure the semantics are a good idea since we do not seem to make any use of them but they caused a lot of confusion, but this seems to make things closer to matching the documentation. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 29 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 10 May, 2011 3 commits
-
-
Stefano Sabatini authored
Remove one level of indirection, simplify code.
-
Stefano Sabatini authored
Remove one level of indirection/improve readability.
-
Stefano Sabatini authored
Also rename variable "extradata" to "palette" ff_cmap_read_palette() and extract_header(), more meaningful.
-
- 07 May, 2011 1 commit
-
-
Stefano Sabatini authored
This is required specifically for setting frame->format to -1, otherwise it will be set to 0 = PIX_FMT_YUV420P and code reading the format from the output decoded frame will get misled. In particular fix regressions occurring with the pending vsrc_buffer patch.
-
- 24 Apr, 2011 1 commit
-
-
Sebastian Vater authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 16 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
Done to keep ABI compatible. Otherwise this is just silly
-
- 15 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 28 Jan, 2011 2 commits
-
-
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> (cherry picked from commit d36beb3f)
-
Diego Elio Pettenò authored
The iff.h header only declared one function that is now static, the libavformat/iff.c source file wasn't using it before. Drop the file entirely. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 2d162e38)
-
- 26 Jan, 2011 2 commits
-
-
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>
-
Diego Elio Pettenò authored
The iff.h header only declared one function that is now static, the libavformat/iff.c source file wasn't using it before. Drop the file entirely. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 Sep, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25058 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Aug, 2010 1 commit
-
-
Stefano Sabatini authored
av_check_image_size() instead. Originally committed as revision 24711 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jul, 2010 1 commit
-
-
Måns Rullgård authored
Other parts of FFmpeg use NE (native endian) rather than ME (machine). This makes it consistent. Originally committed as revision 24169 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jun, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jun, 2010 1 commit
-
-
Peter Ross authored
Originally committed as revision 23701 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jun, 2010 1 commit
-
-
Sebastian Vater authored
unsupported and causes crashes when libavfilter is enabled. Patch by Sebastian Vater <cdgs basty googlemail com>. Originally committed as revision 23411 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 May, 2010 1 commit
-
-
Sebastian Vater authored
Patch by Sebastian Vater, cdgs D basty A gmail Originally committed as revision 23148 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 May, 2010 6 commits
-
-
Sebastian Vater authored
Originally committed as revision 23128 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sebastian Vater authored
Originally committed as revision 23124 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sebastian Vater authored
Patch by Sebastian Vater <cdgs basty googlemail com>. Originally committed as revision 23113 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sebastian Vater authored
handling of things such as masking/EHB/HAM for this type of data. Patch by Sebastian Vater <cdgs basty googlemail com>. Originally committed as revision 23112 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sebastian Vater authored
Patch by Sebastian Vater <cdgs basty googlemail com>. Originally committed as revision 23111 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sebastian Vater authored
Patch by Sebastian Vater <cdgs basty googlemail com>. Originally committed as revision 23110 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 May, 2010 2 commits
-
-
Sebastian Vater authored
Patch by Sebastian Vater <cdgs basty googlemail com>. Originally committed as revision 23081 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sebastian Vater authored
they are >= 0. Patch by Sebastian Vater <cdgs basty googlemail com>. Originally committed as revision 23080 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2010 2 commits
-
-
Sebastian Vater authored
Patch by Sebastian Vater <cdgs basty googlemail com>. Originally committed as revision 23068 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
The decodeplane8() function processes one byte of input less than it should. Also, the for loop has an unusual style with side-effects in the controlling expression; replaced with a more intuitive while loop. 10l to Basty. Originally committed as revision 23063 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 May, 2010 1 commit
-
-
Sebastian Vater authored
Originally committed as revision 23061 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 May, 2010 1 commit
-
-
Sebastian Vater authored
Patch by Sebastian Vater, cdgs D basty A googlemail Originally committed as revision 23023 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 May, 2010 1 commit
-
-
Ronald S. Bultje authored
Originally committed as revision 23016 to svn://svn.ffmpeg.org/ffmpeg/trunk
-