- 13 Oct, 2011 1 commit
-
-
Kostya Shishkov authored
Both v->fcm and v->field_mode are used in common code, now they won't be reset for progressive frame after interlaced one causing writing past the frame end for example. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 11 Oct, 2011 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Oct, 2011 2 commits
-
-
Kostya Shishkov authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Mashiat Sarker Shakkhar authored
Cosmetics: break some lines and reformat TODOs Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 01 Sep, 2011 1 commit
-
-
Michael Niedermayer authored
This should make no functional difference. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 Aug, 2011 1 commit
-
-
Alberto Delmás authored
Fixes SA00072, SA00073, SA10150, SA10151, Issue2076 Improves SA10153 Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 25 Aug, 2011 1 commit
-
-
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>
-
- 23 Aug, 2011 1 commit
-
-
Alberto Delmás authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 16 Aug, 2011 1 commit
-
-
Reimar Döffinger authored
avcodec_set_dimensions should be used for size changes to ensure compatibility with future changes. avctx->width/avctx->height may not be set to display-only dimensions. Even more so since vc1dec.c would later set coded_width/height based on this. coded_width/coded_height should be used instead of width/height for decoder setup. This fixes playback of e.g. zz-mcr-nsqr.vc1 sample (containing display width/height settings) in MPlayer and should fix a crash with MPC: http://forum.doom9.org/showthread.php?t=162221. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 15 Aug, 2011 1 commit
-
-
Reimar Döffinger authored
Custom PAR num/denum are in 1-256 range. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 13 Aug, 2011 1 commit
-
-
Reimar Döffinger authored
Custom PAR num/denum are coded -1. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 20 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 02 Jul, 2011 1 commit
-
-
Reinhard Tartler authored
Before this, almost all module groups have been used for grouping functions and fields in structures semantically. This causes them to not appear properly in the file documentation and needlessly clutters up the "Modules" index. Additionally, this commit streamlines some spelling and appearances.
-
- 04 May, 2011 1 commit
-
-
Ronald S. Bultje authored
This reverts commit f8bed30d. The reason for this is that the overlap filter, which runs after IDCT, should run on unclamped values, and thus IDCT and put_pixels() cannot be merged if we want to attempt to be bitexact.
-
- 02 May, 2011 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 10 Apr, 2011 1 commit
-
-
Alberto Delmás authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 04 Apr, 2011 1 commit
-
-
Alexandre Colucci authored
The attached patch fixes the jerky playback of VC-1 content with pulldown. The pulldown flags were incorrectly set. They must be correct in order to display the frames with the correct timing as mentioned in the specifications: "SMPTE 421M: VC-1 Compressed Video Bitstream Format and Decoding Process". More precisely the following tables: Table 20: Progressive P picture layer bitstream for Advanced Profile Table 22: Progressive B picture layer bitstream for Advanced Profile Table 23: Progressive Skipped picture layer bitstream for Advanced Profile Table 82: Interlaced Frame I and BI picture layer bitstream for Advanced Profile Table 83: Interlaced Frame P picture layer bitstream for Advanced Profile Table 84: Interlaced Frame B picture layer bitstream for Advanced Profile Table 85: Picture Layer bitstream for Field 1 of Interlace Field Picture for Advanced Profile Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Mar, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 22 Feb, 2011 1 commit
-
-
Ronald S. Bultje authored
Merging these functions allows merging some loops, which makes the results (particularly after SIMD optimizations) much faster. (cherry picked from commit f8bed30d)
-
- 21 Feb, 2011 1 commit
-
-
Ronald S. Bultje authored
Merging these functions allows merging some loops, which makes the results (particularly after SIMD optimizations) much faster.
-
- 18 Feb, 2011 1 commit
-
-
Ronald S. Bultje authored
(cherry picked from commit 12802ec0)
-
- 17 Feb, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 09 Feb, 2011 1 commit
-
-
Stefan Kost authored
In all 3 cases, the decoding continues and thus a warning would be sufficient. Helps application that catch them with own log handers to handle them accordingly. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit ae210479)
-
- 08 Feb, 2011 1 commit
-
-
Stefan Kost authored
In all 3 cases, the decoding continues and thus a warning would be sufficient. Helps application that catch them with own log handers to handle them accordingly. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 26 Sep, 2010 2 commits
-
-
Kostya Shishkov authored
Originally committed as revision 25209 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 25208 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jul, 2010 1 commit
-
-
Kostya Shishkov authored
As a side effect it will also decode a lot of P-frames from those. Originally committed as revision 24161 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Oct, 2009 1 commit
-
-
Kostya Shishkov authored
to inform user why decoder produces no output. Originally committed as revision 20196 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jun, 2009 2 commits
-
-
Jason Garrett-Glaser authored
Includes mmx2 asm for the various functions. Note that the actual idct still does not have an x86 SIMD implemtation. For wmv3 files using regular idct, the decoder just falls back to simple_idct, since simple_idct_dc doesn't exist (yet). Originally committed as revision 19204 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jason Garrett-Glaser authored
Originally committed as revision 19203 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jun, 2009 1 commit
-
-
Diego Biurrun authored
shared between decoder and parser in vc1.c. Originally committed as revision 19152 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jun, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 19111 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 May, 2009 2 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 18988 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 18987 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 May, 2009 1 commit
-
-
David Conrad authored
Originally committed as revision 18839 to svn://svn.ffmpeg.org/ffmpeg/trunk
-