- 28 Dec, 2010 1 commit
-
-
Stefano Sabatini authored
code. Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Dec, 2010 1 commit
-
-
Stefano Sabatini authored
FILTERNAME=ARGS and FILTERNAME:ARGS syntax. The same filter class will be used for managing all the libopencv filtering functions. Originally committed as revision 26079 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Dec, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 26073 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Dec, 2010 1 commit
-
-
Ronald S. Bultje authored
Galvão Póvoa <marspeoplester gmail com>, mentored by Robert Swain <robert dot swain gmail com>. Originally committed as revision 26051 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Dec, 2010 1 commit
-
-
Martin Storsjö authored
This macro is disabled if --enable-small or --disable-optimizations are set. Currently, this leads to warnings about functions being defined but not used, for functions in header files. By defining av_always_inline as inline or as av_unused, we avoid these warnings. This doesn't make a normal build with --enable-small any larger, since the compiler probably chooses not to inline these functions even if they're marked as inline. Originally committed as revision 26032 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Dec, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 25944 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Dec, 2010 1 commit
-
-
Michael Chinen authored
Seek test reference updated because FLAC seeking now works properly. Fixes roundup issue 1150. Patch by Michael Chinen [mchinen at gmail] Originally committed as revision 25914 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Dec, 2010 1 commit
-
-
Baptiste Coudurier authored
Patch by Baptiste with some fixes by me. Originally committed as revision 25880 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25857 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Nov, 2010 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 25670 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Nov, 2010 1 commit
-
-
Janne Grunau authored
The decoder is just a wrapper around the AAC decoder. based on patch by Paul Kendall { paul <ät> kcbbs gen nz } Originally committed as revision 25642 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Oct, 2010 1 commit
-
-
Jason Garrett-Glaser authored
Required after r25567. Originally committed as revision 25576 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Oct, 2010 1 commit
-
-
Martin Storsjö authored
This allows compilation of one of them without requiring the others' dependencies to be present. Originally committed as revision 25535 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Oct, 2010 1 commit
-
-
Martin Storsjö authored
The demuxer inspects the payload type of a received RTP packet and handles the cases where the content is fully described by the payload type. Originally committed as revision 25527 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Oct, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 25463 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Oct, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25447 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Oct, 2010 1 commit
-
-
Martin Storsjö authored
The SAP muxer uses network functions directly, uses the rtp protocol and the udp protocol. The network functions and the udp protocol are both transitively enabled via the rtp protocol, so that's the only dependency that needs to be stated. Originally committed as revision 25423 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Oct, 2010 2 commits
-
-
Martin Storsjö authored
Hide all code mentioning IPv6 behind HAVE_STRUCT_SOCKADDR_IN6. Originally committed as revision 25415 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 25413 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Oct, 2010 1 commit
-
-
Rafaël Carré authored
hip_decode_init() isn't used by the wrapper, and can be absent from the library if lame was configured with --disable-decoder (like it is done for windows builds of VLC) Unfortunately this also removes the way to detect a libmp3lame more recent than the buggy 3.98.2 Patch by Rafaël Carré, rafael carre at gmail Originally committed as revision 25391 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Oct, 2010 3 commits
-
-
Martin Storsjö authored
Originally committed as revision 25371 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
On OS X, this struct is only available if _DARWIN_C_SOURCE is defined, when we have _POSIX_C_SOURCE defined. This allows the struct to be found, enabling proper IPv6 multicast functionality on OS X. The define is already set within the file that uses the struct. Setting it only for this test in configure avoids having to keep it defined for the whole build. Originally committed as revision 25370 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 25362 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Oct, 2010 2 commits
-
-
Martin Storsjö authored
This makes e.g. --disable-everything --enable-demuxer=rtsp actually enable the rtsp demuxer and everything else that is needed. Originally committed as revision 25356 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 25355 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Oct, 2010 1 commit
-
-
Víctor Paesa authored
Originally committed as revision 25321 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Sep, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25245 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Sep, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 25237 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Sep, 2010 2 commits
-
-
Stefano Sabatini authored
See thread: Subject: [FFmpeg-devel] [PATCH] Port MPlayer blackframe filter. Date: Sun, 26 Sep 2010 01:10:40 +0200 Originally committed as revision 25214 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 25213 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Sep, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 25200 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Compared to stefanos, 2 frame output works with ffplay. Originally committed as revision 25196 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Sep, 2010 1 commit
-
-
Stefano Sabatini authored
See thread: Subject: [FFmpeg-devel] [POC] frei0r wrapper Date: Tue, 24 Aug 2010 21:37:32 +0200 Originally committed as revision 25165 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Sep, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 25152 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This is set to 1 if the stack is guaranteed to be suitably aligned for the strictest access mode of the machine. Originally committed as revision 25151 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Sep, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 25145 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Sep, 2010 1 commit
-
-
James Darnley authored
Patch by James Darnley <james dot darnley at gmail dot com>. Originally committed as revision 25139 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Sep, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 25135 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Sep, 2010 1 commit
-
-
James Darnley authored
Patch by James Darnley, james D darnley A gmail Originally committed as revision 25128 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Sep, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 25122 to svn://svn.ffmpeg.org/ffmpeg/trunk
-