- 31 Mar, 2011 1 commit
-
-
Nicolas George authored
It caused a segfault when channel reordering was in use and the last chunk of data was not silent. Spotted and diagnosed by Carl Eugen Hoyos.
-
- 30 Mar, 2011 3 commits
-
-
Sven C. Dack authored
-
Carl Eugen Hoyos authored
-
Brad authored
Since the code already supports both little- and big-endian audio for recording, do not fail just because the endianness is not what we expect. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 29 Mar, 2011 2 commits
-
-
Reimar Döffinger authored
Since the code already supports both little- and big-endian audio for recording, do not fail just because the endianness is not what we expect. It is possible that 8-bit recording would not have worked at all on some systems without that change.
-
Reimar Döffinger authored
-
- 28 Mar, 2011 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 27 Mar, 2011 1 commit
-
-
Brad authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 26 Mar, 2011 1 commit
-
-
Nicolas George authored
Currently, only S16 quad, 5.1 and 7.1 are implemented. Implementing support for other formats/layouts and capture should be straightforward. 7.1 support by Carl Eugen Hoyos.
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 17 Mar, 2011 2 commits
-
-
Michael Niedermayer authored
This reverts commit 29ba0911.
-
Michael Niedermayer authored
This reverts commit a03be6e1.
-
- 16 Mar, 2011 2 commits
-
-
Janne Grunau authored
-
Janne Grunau authored
also update the multiple inclusion guards in config.h|mak
-
- 13 Mar, 2011 1 commit
-
-
Stefano Sabatini authored
In fbdev_read_packet(): nanosleep returns -1 in case of errors, the EINTR check has to be done on errno. Spotted by Nicolas. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Mar, 2011 1 commit
-
-
Stefano Sabatini authored
-
- 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 1 commit
-
-
Diego Elio Pettenò authored
This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts. (cherry picked from commit c6610a21)
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts.
-
- 18 Jan, 2011 1 commit
-
-
Janne Grunau authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 17 Jan, 2011 1 commit
-
-
Janne Grunau authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 05 Jan, 2011 2 commits
-
-
Stefano Sabatini authored
Originally committed as revision 26225 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
timebase value already set in the driver, and set it back in the codec stream, rather than leaving the invalid value of 0/0. In particular, fix ffmpeg grabbing timestamps when the timebase value is not set through the CLI. Originally committed as revision 26224 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jan, 2011 1 commit
-
-
Stefano Sabatini authored
ioctl failure in mmap_release_buffer(). Originally committed as revision 26214 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Nov, 2010 1 commit
-
-
Jason Garrett-Glaser authored
This new version: 1. Works on 24-bit and 32-bit input, not just 32-bit. 2. Doesn't try to run on 16-bit or 8-bit, instead of outright crashing. 3. Does proper alpha-blending, so cursor shadows look correct. 4. Doesn't swap R and B. Mostly fixes issue 1997. Fixes issue 2056. Originally committed as revision 25690 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Oct, 2010 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 25552 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Sep, 2010 1 commit
-
-
José Miguel Gonçalves authored
Patch by José Miguel Gonçalves (jose DOT goncalves AT inov DOT pt) Originally committed as revision 25159 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Sep, 2010 1 commit
-
-
Stefano Sabatini authored
and more readable. Originally committed as revision 25108 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Sep, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25106 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Sep, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25058 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Aug, 2010 1 commit
-
-
Stefano Sabatini authored
Help further refactoring. Originally committed as revision 24814 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Aug, 2010 1 commit
-
-
Pete Eberlein authored
video4linux2 devices. This is used by Sensoray Model 2253 cards. Patch by Pete Eberlein (pete AT sensoray DOT com) Originally committed as revision 24759 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
-
- 02 Jul, 2010 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 23976 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
-
- 21 Jun, 2010 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 23691 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jun, 2010 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 23568 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 May, 2010 1 commit
-
-
Stefano Sabatini authored
of failure return the stored value rather than the current errno, which may be overwritten by a following call to close(). Originally committed as revision 23001 to svn://svn.ffmpeg.org/ffmpeg/trunk
-