- 18 May, 2012 32 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.
-
Diego Biurrun authored
This is necessary to account for different rounding done in the 3DNow! Assembly optimizations.
-
Nicolas George authored
-
Mans Rullgard authored
The only uses of the do_avconv_nomd5() function were removed in 85cf49fa. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Michael Niedermayer authored
* cus/stable: ffplay: put aspect ratio info to the VideoPicture struct ffplay: use AVFrame::width and height instead of using codec or filter settings ffplay: use stream sample_aspect_ratio if available in source frames ffplay: fix video_thread when no frame is returned in get_video_frame Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 17 May, 2012 8 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Allow to explicitly specify the channel layout to select.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Michael Niedermayer authored
* qatar/master: pcmenc: set correct bitrate value avprobe: don't print format entry name when only one was requested Conflicts: ffprobe.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Inspired-by code from af_resample.c written by Anton Khirnov Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Issue found by comparing af_resample.c and af_aresample.c Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Martin Storsjö authored
If using the new -rtmp_app and -rtmp_playpath parameters, one can in many cases set the main url to just rtmp://server/. If the trailing slash is omitted, path is a string of zero length, and using path+1 will end up reading uninitialized data. Signed-off-by: Martin Storsjö <martin@martin.st>
-