- 27 Mar, 2012 1 commit
-
-
Mashiat Sarker Shakkhar authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 25 Mar, 2012 1 commit
-
-
Reimar Döffinger authored
This might even have prevented the compiler from some optimizations, since both signed and unsigned types are used for the dezigzag tables/ table pointers, and if a branches uses both the compiler needs to create more complex code. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 10 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 07 Mar, 2012 1 commit
-
-
Diego Biurrun authored
This fixes standalone compilation of the VC-1 parser.
-
- 15 Feb, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 12 Oct, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 10 Oct, 2011 1 commit
-
-
Mashiat Sarker Shakkhar authored
Cosmetics: reformat some data tables in vc1data.c Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 15 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 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
-
- 01 Feb, 2009 1 commit
-
-
Diego Biurrun authored
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Jun, 2008 1 commit
-
-
Stefan Gehrer authored
Originally committed as revision 13959 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Apr, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13024 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2007 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 8951 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 May, 2007 3 commits
-
-
Kostya Shishkov authored
Originally committed as revision 8916 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 8915 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 8913 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Feb, 2007 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 7819 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Nov, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 6996 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Oct, 2006 1 commit
-
-
Diego Biurrun authored
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Sep, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Sep, 2006 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 6207 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jul, 2006 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 5820 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Jun, 2006 2 commits
-
-
Kostya Shishkov authored
Originally committed as revision 5530 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 5529 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Dec, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Feb, 2005 1 commit
-
-
anonymous authored
which isn't the advanced one; and indeed, using adv. profile parser fails. Using normal parser works, and that's what is done - attempt at taking care of stride for NORM2 bitplane decoding - duplication of much code from msmpeg4.c; this code isn't yet used, but goes down as far as the block layer (mainly Transform Type stuff, the remains are wild editing without checking). Unusable yet, and lacks the AC decoding (but a step further in bitstream parsing) patch by anonymous Originally committed as revision 3931 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2005 1 commit
-
-
anonymous authored
Originally committed as revision 3914 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jan, 2005 3 commits
-
-
Michael Niedermayer authored
100000l (typos in the #define for selecting the NORM6 method -> wasnt compiled, after fixing typos new method doesnt even compile -> swicth back to old until its fixed) Originally committed as revision 3907 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
anonymous authored
vc9data.h to select the behaviour - modified decode_b_picture_primary_header so that decode_bi_picture_header is no more required Fixes: - modifications for some more using of MpegEncContext - fixed a bit frame type decoding - switch from pointers to index for AC tables - corrected P CBPCY decoding (p_cbpcy += 4) patch by anonymous Originally committed as revision 3906 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
anonymous authored
- avctx and gb elements were removed from VC9Context, hence a larger diff - some code was added to h263dec.c regarding CODEC_ID_WMV3 (should apply to CODEC_ID_VC9 too) - VLC tables and other related tables were made global whenever this seemed necessary; appropriate changes were therefore made to other parts of the code using those tables - the change for the bitplane management to a struct (some of them should eventually be mapped to MpegEncContext arrays) wasn't associated with the proper frees; should be fixed now patch by anonymous better names for globalized tables by me Originally committed as revision 3905 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jan, 2005 1 commit
-
-
anonymous authored
Originally committed as revision 3886 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jan, 2005 2 commits
-
-
anonymous authored
- i/p/b_decode_mbs functions now checks the proper values (from bitplane). I didn't find it very clear, but it seems "raw" = "to read at the MB layer". I used a structure, but we could spare that indirection and add a flag in the VC9Context for each array. - Properly decode (or so I think) the CBPCY (as it is predicted) - many more things patch by anonymous Originally committed as revision 3882 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3880 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jan, 2005 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3877 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3876 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jan, 2005 1 commit
-
-
Alex Beregszaszi authored
Originally committed as revision 3861 to svn://svn.ffmpeg.org/ffmpeg/trunk
-