- 08 Sep, 2011 11 commits
-
-
Yan Jing authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Yan Jing authored
-
Michael Niedermayer authored
This is a workaround to avoid links in the ffmpeg.c documentation randomly pointing to different code in avconv.c This should be removed once doxygen is fixed and we upgraded doxygen 1.7.3 is the latests i tested and that still has this issue. Fixed Ticket421 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
James Zern authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
James Zern authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
James Zern authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket350 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket331 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 07 Sep, 2011 22 commits
-
-
zhentan feng authored
-
Asad Mehmood authored
If there is only 1 stream in an flv avformat_find_stream_info will continually read until probesize is reached. This should stop it reading if the metadata also claims there to be 1 stream.
-
Michael Niedermayer authored
* qatar/master: Add LATM muxer v210enc: clip values according to specifications v210enc: switch to PIX_FMT_422P10 v210dec: switch to PIX_FMT_422P10 AVOptions: remove AVOption.offset <= 0 checks AVOptions: deprecate av_opt_set_defaults2 AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.h libx264: fix setting some more parameters libx264: fix setting the H.264 level libx264: add 'direct-pred' private option libx264: add 'partitions' private option Conflicts: Changelog libavcodec/Makefile libavcodec/libx264.c libavcodec/v210enc.c libavfilter/src_movie.c libavformat/version.h libavutil/opt.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Based on a suggestion by Ronald S. Bultje Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes MSVR-11-0088 Credit: Jeong Wook Oh of Microsoft and Microsoft Vulnerability Research (MSVR) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Kieran Kunhya authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Baptiste Coudurier authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Baptiste Coudurier authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Baptiste Coudurier authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
They will only ever be <=0 if the option is broken, in which case this check is hiding a bug.
-
Anton Khirnov authored
It's a hack which was created to allow for multiple options with different defaults to refer to same field (e.g. 'b' vs 'ab'). There is no need for it anymore.
-
Anton Khirnov authored
Also change it to be more readable.
-
Anton Khirnov authored
Specifically, trellis, nr, me_range, me_method, subq, b_strategy, keyint_min, chroma_me and coder. Change their defaults to -1 and apply them after x264_param_default_preset() if the user explicitly set them.
-
Andrej Peterka authored
Move setting it after x264_param_default_preset() Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Deprecate AVCodecContext.directpred
-
Anton Khirnov authored
Deprecate AVCodecContext.partitions.
-
Mark Himsley authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Joseph Wecker authored
-
Joseph Wecker authored
-
Joseph Wecker authored
-
Joseph Wecker authored
-
Joseph Wecker authored
-
- 06 Sep, 2011 7 commits
-
-
Carl Eugen Hoyos authored
Adobe Flash Media Server produces such files although the f4v specification does not allow Speex (nor Nellymoser).
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Michael Niedermayer authored
This should improve speed. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
wg authored
libavformat/utils: Treat subtitle streams as noninterleaved when 20 seconds have passed without a packet Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by: Rolf Siegrist Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-