- 04 Jul, 2012 2 commits
-
-
Mans Rullgard authored
This tool uses lavfi internal symbols not accessible in shared libraries. TESTPROGS are linked statically to allow them use of library internals not normally exported. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
tools/graph2dot.c:85: warning: format ‘%lld’ expects type ‘long long int’, but argument 4 has type ‘int’
-
- 03 Jul, 2012 3 commits
-
-
Martin Storsjö authored
In Smooth Streaming, the fragments are addressed by time, and the manifest only stores one list of time offests for all streams, so all streams need to have identical fragment offsets. Warn if this isn't the case, so that the user can fix the files instead of getting failures at runtime when the fragments can't be found. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
- 22 Jun, 2012 1 commit
-
-
Mans Rullgard authored
This reduces the dependency on unistd.h which is not available on all systems. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 22 May, 2012 1 commit
-
-
Anton Khirnov authored
Those functions are only useful inside filters. It is better to not support user filters until the API is more stable.
-
- 09 Mar, 2012 1 commit
-
-
Diego Biurrun authored
-
- 25 Jan, 2012 5 commits
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Martin Storsjö authored
MinGW doesn't have sleep, only _sleep (which is deprecated), Sleep (which is defined in winbase.h and not in the standard C headers) and usleep. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
It can also optionally split the file into individual fragments, which allows it to be served from any web server without any server side support. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 21 Jan, 2012 1 commit
-
-
Martin Storsjö authored
Also include stdlib.h explicitly - currently it is used implicitly via avformat.h. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 20 Jan, 2012 2 commits
-
-
Martin Storsjö authored
Without this, the end of the file might not be transmitted/written. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
It also optionally can throttle its operation to a particular speed, to simulate realtime writing. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 11 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 02 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 30 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 29 Dec, 2011 1 commit
-
-
Martin Storsjö authored
This restores indentation after 65b875d8. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 12 Dec, 2011 1 commit
-
-
Anton Khirnov authored
-
- 10 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 08 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 04 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 28 Oct, 2011 1 commit
-
-
Janne Grunau authored
-
- 26 Aug, 2011 1 commit
-
-
Diego Biurrun authored
-
- 05 Jun, 2011 1 commit
-
-
Diego Biurrun authored
-
- 16 May, 2011 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
This fixes several warnings of the type: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
-
- 12 May, 2011 1 commit
-
-
Peter Ross authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 23 Apr, 2011 2 commits
-
-
Diego Biurrun authored
$() is easier to nest and POSIX, which we require in other places.
-
Brad authored
patcheck hardcodes the binary names for grep/egrep. This makes overriding the binary names a pain, e.g. when calling a GNU version of grep on BSD systems. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 15 Apr, 2011 1 commit
-
-
Diego Biurrun authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 16 Feb, 2011 1 commit
-
-
Stefano Sabatini authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
- 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>
-
- 12 Jan, 2011 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 26322 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
The new name is shorter and more consistent with the FFmpeg API, and sounds less evil. Originally committed as revision 25707 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
avfilter_graph_parse() declaration to libavfilter/avfiltergraph.h. Simplify, and less confusing for the user. Originally committed as revision 25705 to svn://svn.ffmpeg.org/ffmpeg/trunk
-