- 19 May, 2012 36 commits
-
-
Carl Eugen Hoyos authored
-
Michael Niedermayer authored
Based on similar code from anton Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This code is not only much more powerfull its also simpler Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
parameter descriptions partly reuse text from af_asyncts Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
These check that the internal and input buffers match in format Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Nicolas George authored
The previous version checked the filter context name, instead of checking the filter name. The new version just uses the same type as the input. Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
-
Nicolas George authored
The list goes back to being simple integers, and avfilter_make_format64_list is fixed to work with the correct structure directly.
-
Stefano Sabatini authored
The file now contains both an audio and a video split filter.
-
Stefano Sabatini authored
The move allows to share the init code already used by split.
-
Clément Bœsch authored
This simplifies the code but also fix a warning: ff_id3v1_genre_str array contains const strings so do the string dup now instead of in av_dict_set().
-
Clément Bœsch authored
This also avoids a memleak.
-
Clément Bœsch authored
-
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
-
Clément Bœsch authored
Avoid some memleaks.
-
Clément Bœsch authored
-
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
-
Clément Bœsch authored
Reduce diff against avconv, and change some doxycomments into normal comments (no point in doxifying ffmpeg internal fields).
-
Nicolas George authored
-
Nicolas George authored
Most of the code is moved to buffersrc.c to help Git see the similarities. src_buffer.c still contains the obsolete compatibility functions. The format change detection code was removed as it has been implemented directly in ffmpeg. It can easily be brought back from the history.
-
Nicolas George authored
-
Nicolas George authored
It restores ABI compatibility with libav. The fields that move were very recent or morally private.
-
- 18 May, 2012 4 commits
-
-
Michael Niedermayer authored
* qatar/master: doc: Replace some @file tags by more suitable markup. fate: Set FUZZ factor of vorbis-13 test to 2. fate: Set FUZZ factor of (e)ac3-encode test to 3. fate: remove unused code from regressions-funcs.sh rtmp: Don't assume path points to a string of nonzero length avconv: fix behavior with -ss as an output option. Conflicts: doc/platform.texi doc/protocols.texi ffmpeg.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
-
Clément Bœsch authored
These helpers are handy, just notice the user it is done using lavfi.
-