- 31 Aug, 2011 18 commits
-
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_PSY
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_BIT_RESERVOIR
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_NON_LINEAR_QUANT
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_DROP_FRAME_TIMECODE
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_INTRA_VLC.
-
Alberto Delmás authored
Fixes SA00072, SA00073, SA10150, SA10151, Issue2076 Improves SA10153 Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Dustin Brody authored
mjpeg: treat external huffman table setup failure as codec init failure if external huffman table use requested Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
It's been unused for the last 3 years.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_AUD.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_FASTPSKIP.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_8X8DCT.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_MIXED_REFS.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_BPYRAMID.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_BPYRAMID.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_INTRA_REFRESH.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_SSIM.
-
Anton Khirnov authored
Replace '_' with '-', merge psy-trellis into psy-rd and rename cqp->qp Also fix typo pdy-rd -> psy-rd
-
Luca Barbato authored
coded_width is the width before lowres scaling, coded_height is the height before lowres scaling.
-
- 30 Aug, 2011 3 commits
-
-
Anton Khirnov authored
It's only shadowing the AVOption with the same name.
-
Alex Converse authored
-
Kostya Shishkov authored
Since RV40 is based on H.264, it uses the same interpolation filters and functions for halfpel interpolation in one direction can be reused. Unfortunately other cases are implemented differently and produce slightly different output because of rounding. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 29 Aug, 2011 4 commits
-
-
Luca Barbato authored
This reverts commit b47904d1. coded_{width, height} overwrites width and height in avcodec_open and it currently just report the non-lowres size.
-
Tomas Härdin authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Anton Khirnov authored
-
Anton Khirnov authored
It was mistakenly removed in 2cf8355f, not taking into account that new streams might appear in av_read_frame() that avconv doesn't know about. Fixes bug 24.
-
- 27 Aug, 2011 3 commits
-
-
Kostya Shishkov authored
Unlike other containers RealMedia stores its audio packets in scrambled form, with interleaver ID preceeding audio codec ID. Currently deinterleaving decision is tied to the codec while it's possible to have non-default deinterleaver with audio codec (like Int0 deinterleaver instead of specific one for Sipro). Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Diego Biurrun authored
-
- 26 Aug, 2011 8 commits
-
-
Stefano Sabatini authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
The new function provides a more generic interface than av_fifo_peek() for peeking at a FIFO buffer data. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Piotr Kaczuba authored
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Sven Hesse authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
- 25 Aug, 2011 4 commits
-
-
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>
-
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>
-