- 23 Jan, 2012 1 commit
-
-
Hendrik Leppkes authored
This matches the spec as well as the reference decoder, and fixes a bug with interlaced frame decoding. Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 27 Nov, 2011 1 commit
-
-
Luca Barbato authored
Document it a little and possibly fix a bug in dxva2_vc1.
-
- 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>
-
- 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>
-
- 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>
-
- 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>
-
- 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 1 commit
-
-
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>
-
- 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>
-
- 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.
-
- 17 Feb, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 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
-
- 02 May, 2009 1 commit
-
-
Benjamin Larsson authored
Originally committed as revision 18730 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Apr, 2009 1 commit
-
-
Kostya Shishkov authored
only avctx->{width,height} and don't touch coded_{width,height} when parsing them. This fixes the case when coded and display dimensions differ by more than one macroblock. Originally committed as revision 18665 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Apr, 2009 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 18658 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Apr, 2009 2 commits
-
-
Kostya Shishkov authored
Originally committed as revision 18639 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 18638 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Apr, 2009 1 commit
-
-
David Conrad authored
Originally committed as revision 18534 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Apr, 2009 2 commits
-
-
David Conrad authored
Originally committed as revision 18521 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
Originally committed as revision 18520 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Apr, 2009 1 commit
-
-
David Conrad authored
Originally committed as revision 18518 to svn://svn.ffmpeg.org/ffmpeg/trunk
-