- 05 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 30 Nov, 2011 1 commit
-
-
Anton Khirnov authored
It's supposed to be called only from (de)muxers.
-
- 13 Nov, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #163. Approved-by: Clemens Fruhwirth Approved-by: Edouard Gomez
-
- 19 Oct, 2011 1 commit
-
-
Anton Khirnov authored
Trivial replacements with sed are done in this commit: sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/'
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 24 Sep, 2011 1 commit
-
-
Diego Biurrun authored
-
- 15 Aug, 2011 1 commit
-
-
Anton Khirnov authored
AVFormatParameters are converted into corresponding private options in av_open_input_file/stream() compat wrappers, so accessing them from demuxers is redundant.
-
- 31 Jul, 2011 2 commits
-
-
Yu-Jie Lin authored
Draw the current grabbing region for indication. Signed-off-by:
Yu-Jie Lin <livibetter@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Yu-Jie Lin authored
-follow_mouse centered|PIXELS move grabbing region to where mouse pointer at the center; or only move when pointer reaches within PIXELS to the edge. Signed-off-by:
Yu-Jie Lin <livibetter@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 08 Jul, 2011 1 commit
-
-
Anton Khirnov authored
-
- 07 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 12 Jun, 2011 1 commit
-
-
Sven C. Dack authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 05 Jun, 2011 1 commit
-
-
Anton Khirnov authored
It's simpler and less error-prone. Fixes some memleaks along the way.
-
- 04 Jun, 2011 1 commit
-
-
Anton Khirnov authored
-
- 27 May, 2011 3 commits
-
-
Stefano Sabatini authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 12 May, 2011 1 commit
-
-
Diego Biurrun authored
Adding _POSIX_C_SOURCE to CPPFLAGS globally produces all sorts of problems since it causes certain system functions to be hidden on some (BSD) systems. The solution is to only add the flag on systems that really require it, i.e. glibc-based ones. This change makes BSD systems compile out-of-the-box without the need for adding specific flags manually. It also allows dropping a number of flags set manually on a file-per-file basis, but were only present to work around breakage introduced by the presence of _POSIX_C_SOURCE. Also add _XOPEN_SOURCE to CPPFLAGS for glibc systems. We use XSI extensions in several places already, so it is preferable to define it globally instead of littering source files with individual #defines only needed for glibc.
-
- 12 Apr, 2011 2 commits
-
-
Sven C. Dack authored
-
Sven C. Dack authored
-
- 10 Apr, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Mar, 2011 1 commit
-
-
Sven C. Dack authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 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.
-
- 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
-
- 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
-
- 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
-
- 23 Mar, 2010 1 commit
-
-
Ramiro Polla authored
there is no need to check for it. Originally committed as revision 22651 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Dec, 2009 2 commits
-
-
Carl Eugen Hoyos authored
Originally committed as revision 20871 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Originally committed as revision 20859 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Nov, 2009 3 commits
-
-
Michael Niedermayer authored
Implements issue877 Originally committed as revision 20633 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 20632 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roxis authored
Patch by Roxis /// roxis list dot ru Slight changes by me to update the patch to current svn. Originally committed as revision 20631 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jul, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19479 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
-
- 13 Dec, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16109 to svn://svn.ffmpeg.org/ffmpeg/trunk
-