- 19 May, 2012 13 commits
-
-
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 27 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.
-
Clément Bœsch authored
-
Clément Bœsch authored
This allow specifying hexadecimal channel layout, and also handle the error printing internally.
-
Clément Bœsch authored
The errors need to be defined before including functions depending on them. See av_size_mult() for instance. stddef.h is included for the prototype of av_sterror (use of size_t).
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
all_channel_layouts.h is not a real header file and breaks make checkheaders.
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Michael Niedermayer authored
The difference from this should be pretty small. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This fixes a regression that apparently was missed when switching to the in af resampler Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
-
Diego Biurrun authored
This is necessary to account for different rounding done in the 3DNow! Assembly optimizations.
-