- 09 Sep, 2011 5 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Panagiotis H.M. Issaris authored
(cherry picked from commit 180e7829428e26413916f0cbc2ad85eeb1fb877e) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Wolfram Gloger authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
-
Chiranjeevi Melam authored
-
- 08 Sep, 2011 20 commits
-
-
Gavin Kinsey authored
-
Clément Bœsch authored
-
Michael Niedermayer authored
* qatar/master: Employ FF_ARRAY_ELEMS instead of manually calculating array length. Fixed invalid access in wavpack decoder on corrupted bitstream. Fixed invalid writes in wavpack decoder on corrupted bitstreams. Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks. rtpdec_asf: Fix integer underflow that could allow remote code execution Conflicts: libavformat/rtpdec_asf.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Chris Rankin authored
-
Chris Rankin authored
-
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>
-
Diego Biurrun authored
-
Laurent Aimar authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Laurent Aimar authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Laurent Aimar authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
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 15 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
Fixes MSVR-11-0088. Credit: Jeong Wook Oh of Microsoft and Microsoft Vulnerability Research (MSVR) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Martin Storsjö <martin@martin.st>
-
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>
-