- 14 Mar, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 04 Mar, 2012 1 commit
-
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 02 Mar, 2012 1 commit
-
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Feb, 2012 2 commits
-
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
Carl Eugen Hoyos authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 18 Feb, 2012 2 commits
-
-
Reimar Döffinger authored
-idct simple for some reason results in different results on different systems. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
This should test muxing Theora into Ogg. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 17 Feb, 2012 1 commit
-
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 02 Feb, 2012 1 commit
-
-
Clément Bœsch authored
-
- 27 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 26 Jan, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 16 Jan, 2012 2 commits
-
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
- 12 Dec, 2011 1 commit
-
-
Reimar Döffinger authored
This tests writing the global "title" metadata. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 11 Dec, 2011 5 commits
-
-
Michael Niedermayer authored
our ac3 decoder outputs different things on different platforms. Idea-by: Reimar Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 18 Nov, 2011 1 commit
-
-
Anton Khirnov authored
Serves as a test of muxer private options.
-
- 11 Sep, 2011 1 commit
-
-
Anton Khirnov authored
Merge video_qscale (set by -qscale) and audio_qscale (set by -aq) into one 'qscale' field in the options context. Add a shortcut -q for -qscale and make -aq an alias for -q:a.
-
- 04 Sep, 2011 1 commit
-
-
Anton Khirnov authored
-
- 26 Aug, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Aug, 2011 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
libmp3lame if available, ac3 otherwise.
-
Anton Khirnov authored
libvorbis/libx264 for video if available, otherwise ac3/mpeg4.
-
- 18 Aug, 2011 1 commit
-
-
Anton Khirnov authored
It's equivalent to -g 0.
-
- 16 Aug, 2011 3 commits
-
-
Anton Khirnov authored
This reverts commit 4f4f3384. This commit has some ugly corner cases and needs to be discussed further.
-
Anton Khirnov authored
-
Anton Khirnov authored
Its only reason for its existence was ffmpeg's inability to properly assign AVOptions to streams. Now this is not a problem anymore, so 'ab' should go.
-
- 13 Aug, 2011 1 commit
-
-
Clément Bœsch authored
This is based on the original work by Baptiste Coudurier.
-
- 12 Aug, 2011 1 commit
-
-
Anton Khirnov authored
It will be further developed with a few incompatible changes. ffmpeg.c will stay as is for some time, so any scripts using it won't be broken.
-
- 17 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 11 Jul, 2011 1 commit
-
-
Michael Niedermayer authored
This reverts commit 18c007ba.
-
- 10 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It should be replaced with proper per-codec defaults.
-
- 21 Jun, 2011 1 commit
-
-
Mans Rullgard authored
All tests are run through the fate-run.sh script which already sets up redirections. Using the outputs set there simplifies things somewhat. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 15 Jun, 2011 1 commit
-
-
Anton Khirnov authored
It's broken with multiple files or audio streams. This removes the default samplerate of 44100 for raw input, hence all the FATE changes.
-
- 18 May, 2011 2 commits
-
-
Mans Rullgard authored
This function is essentially an alias for run_ffmpeg and is only used in one place. This patch removes the function and replaces the call with the equivalent (simpler) run_ffmpeg call. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The old regtest scripts pass -benchmark and collect the utime values. As these values are never used, this machinery can be removed. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 09 May, 2011 1 commit
-
-
Mans Rullgard authored
This separates encoding and decoding flags, and passes them together with the related file argument instead of all at the start of the command line. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-