- 21 May, 2012 4 commits
-
-
Stefano Sabatini authored
-
Justin Ruggles authored
Based on current version of the asplit filter in FFmpeg written by Stefano Sabatini and others.
-
Stefano Sabatini authored
Address trac ticket #1265.
-
Diego Biurrun authored
FATE_SAMPLES is now used directly by the Makefiles, which induces the test system to run a test with the value of the environment variable as name. Renaming the environment variable to LIBAV_SAMPLES avoids this problem.
-
- 20 May, 2012 2 commits
-
-
James Zern authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
Nicolas George authored
The stream can be specified as "#129" or "#0x81". It is especially useful for VOBs dumped from a DVD, where the language-id mapping is available externally and the probing can find the streams in a random order.
-
- 19 May, 2012 9 commits
-
-
Stefano Sabatini authored
The move allows to share the init code already used by split.
-
Clément Bœsch authored
-
Clément Bœsch authored
Note: the condition looked wrong in the first place ("if DTS is not defined, then set PTS to that undefined value [...]").
-
Clément Bœsch authored
Avoid some memleaks.
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
All the other examples already use the system installed headers.
-
Clément Bœsch authored
These rules are already in gmake builtins.
-
Clément Bœsch authored
-
- 18 May, 2012 2 commits
-
-
Anton Khirnov authored
Partially based on a patch by Robert Nagy <ronag89@gmail.com>
-
Diego Biurrun authored
-
- 17 May, 2012 1 commit
-
-
Stefano Sabatini authored
Allow to explicitly specify the channel layout to select.
-
- 16 May, 2012 1 commit
-
-
Stefano Sabatini authored
The planar/packed switch and the packing_formats list is no longer required, since the planar/packed information is now stored in the sample format enum. This is technically a major API break, possibly it should be not too painful as we marked the audio filtering API as unstable.
-
- 15 May, 2012 4 commits
-
-
Clément Bœsch authored
-
Stefano Sabatini authored
-
Diego Biurrun authored
-
Anton Khirnov authored
-
- 14 May, 2012 13 commits
-
-
Marton Balint authored
Guesses the sample aspect ratio of a frame, based on both the stream and the frame aspect ratio. Since the frame aspect ratio is set by the codec but the stream aspect ratio is set by the demuxer, these two may not be equal. This function tries to return the value that you should use if you would like to display the frame. Basic logic is to use the stream aspect ratio if it is set to something sane otherwise use the frame aspect ratio. This way a container setting, which is usually easy to modify can override the coded value in the frames. Signed-off-by:
Marton Balint <cus@passwd.hu> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
Deprecate -async.
-
Anton Khirnov authored
The FATE changes are all off-by-one due to different rounding being used (lrintf vs av_rescale_q).
-
Anton Khirnov authored
-
Anton Khirnov authored
Based on a patch by Mina Nagy Zaki <mnzaki@gmail.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Nicolas George authored
-
Nicolas George authored
The details on reference ownership and permissions are missing.
-
Diego Biurrun authored
Fix some orthography, wording and grammar issues; update the SDL section with more current instructions; simplify lib.exe example command line; drop outdated comments about libnut.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Help simplifying parsing in certain cases.
-
Stefano Sabatini authored
The option is useful for simplifying parsing. Also use the new option in fate, in order to fix the regression introduced by the previous commit.
-
- 13 May, 2012 1 commit
-
-
Diego Elio Pettenò authored
Signed-off-by:
Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 12 May, 2012 3 commits
-
-
Clément Bœsch authored
It is required for audio filtering.
-
Clément Bœsch authored
-
Anton Khirnov authored
-