- 26 Aug, 2011 3 commits
-
-
Clément Bœsch authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Aug, 2011 11 commits
-
-
Michael Niedermayer authored
* qatar/master: vp6: partially propagate huffman tree building errors during coeff model parsing and fix misspelling mpeg12: propagate chunk decode errors and fix conditional indentation vc1: fix VC-1 Pulldown handling. VC1: Fix first/last row checks with slices mp4: Handle non-trivial ES Descriptors. vc1: properly zero coded_block[] edges on new slice entry. Conflicts: libavcodec/vc1dec.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Dustin Brody authored
vp6: partially propagate huffman tree building errors during coeff model parsing and fix misspelling Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Dustin Brody authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
John Stebbins authored
Pulldown flags are being set incorrectly and AVFrame->repeat_pict is not being set. Also, skipped frames exit header parsing too early and do not set pulldown flags appropriately. Ticks_per_frame needs to be set and time_base adjusted so player can extend frame duration by a field time. This fixes problems encountered when attempting to transcode HD-DVD EVOB files with HandBrake. Also makes these files play smoothly in avplay. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Alberto Delmás authored
In some places 0/mb_height were used in place of start_mb_y/end_mb_y. Fixes SA00049, SA00058, SA10091, SA10097, SA10131, SA20021, SA30030 Improves PSNR in SA00054, SA00059, SA00060, SA10096, SA10098, SA20022, SA30031, SA30032, SA40012, SA40013 Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Alex Converse authored
-
Michael Niedermayer authored
sws: use shifts for non full range luma sample upconvertion Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Ronald S. Bultje authored
Previously, we would leave the left edge uninitialized, which led to CBP prediction errors on slice edges, e.g. in SA10098.vc1.
-
Marton Balint authored
Altough ffplay is working pretty well without using a lock manager, it is still a multithreaded application calling libavcodec functions from multiple threads, so using a lock manager is probably a good idea. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Aug, 2011 17 commits
-
-
Michael Niedermayer authored
this fixes accuracy with normal ogg files while keeping support for ogg files starting at times different from 0 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: avconv: Replace goto redo on decode fail with continue. avconv: Remove dead store. libx264: add 'crf_max' private option. libx264: add 'weightp' private option. libx264: add 'rc_lookahead' private option. libx264: add 'psy_trellis' private option. libx264: add 'psy_rd' private option. libx264: add 'aq_strength' private option. libx264: add 'aq_mode' private option. libx264: add 'cqp' private option. libx264: add 'crf' private option. lavc: remove vbv_delay option lavf utils: Fix bad indentation. avconv: use av_clip_int16 for audio clipping Conflicts: libavcodec/libx264.c libavcodec/options.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Alex Converse authored
This checks for sigterm but otherwise is identical to the previous behavior.
-
Alex Converse authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
Deprecate corresponding global option.
-
Anton Khirnov authored
Deprecate corresponding global option.
-
Anton Khirnov authored
Deprecate corresponding global option.
-
Anton Khirnov authored
Deprecate corresponding global option.
-
Anton Khirnov authored
Deprecate corresponding global option.
-
Anton Khirnov authored
Deprecate corresponding global option.
-
Anton Khirnov authored
Deprecate corresponding global option.
-
Anton Khirnov authored
Deprecate corresponding global option.
-
Anton Khirnov authored
Deprecate corresponding global option. Ideally all x264 private options should be generated automatically, but x264 doesn't provide the API for this yet.
-
Anton Khirnov authored
It's broken and serves no purpose as it's a read-only field.
-
- 23 Aug, 2011 9 commits
-
-
Carl Eugen Hoyos authored
Based on patches by Kostya and ami_stuff.
-
Alex Converse authored
-
Alex Converse authored
-
Michael Niedermayer authored
* qatar/master: avconv: print the codecs names in the stream mapping. avconv: move the avcodec_find_decoder() call to add_input_streams(). Windows Media Image decoder (WMVP/WVP2) ac3enc: remove outdated TODO comment for apply_channel_coupling() Conflicts: Changelog libavcodec/avcodec.h libavcodec/vc1dec.c libavcodec/version.h Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Nicolas George authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
This makes the code simpler to understand, though it results in an unnecessary call to avcodec_find_decoder() if the stream won't be decoded.
-
Stefano Sabatini authored
The file is going to contain the amovie source, so give it a less specific name.
-
Stefano Sabatini authored
Reduce code duplication.
-
Baptiste Coudurier authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-