- 29 Apr, 2008 1 commit
-
-
Stefano Sabatini authored
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13017 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Apr, 2008 1 commit
-
-
Vladimir Voroshilov authored
Originally committed as revision 12910 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Apr, 2008 2 commits
-
-
Jeff Downs authored
Move decode_significance_x86() and decode_significance_8x8_x86() to i386-specific file from cabac.h. New file is h264-oriented and only included from h264.c Resolves compilation when configured with --disable-optimizations due to decode_significance_8x8_x86 using last_coeff_flag_offset_8x8, which is only defined in h264.c Originally committed as revision 12846 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jeff Downs authored
file based on old). Originally committed as revision 12845 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Apr, 2008 1 commit
-
-
Jeff Downs authored
i386-specific file from cabac.h. New file is h264-oriented and only included from h264.c Resolves compilation when configured with --disable-optimizations due to decode_significance_8x8_x86 using last_coeff_flag_offset_8x8, which is only defined in h264.c Originally committed as revision 12838 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Apr, 2008 1 commit
-
-
Michael Niedermayer authored
and closes issue333. Originally committed as revision 12788 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Mar, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Mar, 2008 1 commit
-
-
Zuxy Meng authored
Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Mar, 2008 1 commit
-
-
Michael Niedermayer authored
Fixes issue385. Originally committed as revision 12430 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Mar, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Mar, 2008 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Mar, 2008 1 commit
-
-
Loren Merritt authored
Originally committed as revision 12282 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Feb, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 12153 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Feb, 2008 3 commits
-
-
Loren Merritt authored
"swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields Originally committed as revision 11808 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
Originally committed as revision 11807 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
Originally committed as revision 11806 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2008 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 11705 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 11702 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Jan, 2008 1 commit
-
-
Andreas Öman authored
h264.c:2093: warning: unused variable 's' h264.c:2406: warning: suggest parentheses around arithmetic in operand of ^ h264.c:2412: warning: suggest parentheses around arithmetic in operand of ^ Originally committed as revision 11680 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jan, 2008 1 commit
-
-
Jeff Downs authored
in both mpegvideo and h264 decoder. Fixed by allowing all (master and duplicate) contexts to fully initialize in MPV_frame_start and copying these into H264Contexts. Mailing list discussion: [FFmpeg-devel] Memory leak in h264 Tue, 22 Jan 2008 15:22:55 Originally committed as revision 11657 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Jan, 2008 1 commit
-
-
Reimar Döffinger authored
Should make it easier to work around compilation problems with e.g. ICC. Originally committed as revision 11641 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jan, 2008 1 commit
-
-
Michael Niedermayer authored
(iam not sure if this might have been exploitable) fixes issue332 / CVCANLMA2_Sony_C.jsv Other solutions which waste a few bytes less are welcome ... Originally committed as revision 11605 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jan, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 11604 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jan, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 11581 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Dec, 2007 1 commit
-
-
Reinhard Nissl authored
Patch by Reinhard Nissl: rnissl gmx de Originally committed as revision 11275 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Dec, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 11232 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Dec, 2007 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 11219 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Dec, 2007 4 commits
-
-
Jeff Downs authored
Actually unreference removed pics And check for too many reference frames as originally intended, not equal to max reference frames. Originally committed as revision 11218 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jeff Downs authored
max frame count, which is limited to less than the size of the reference buffers, thereby preventing overflow. Part of fix for issue 281. Originally committed as revision 11216 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jeff Downs authored
many reference frames. Also check max num ref frames against our internal ref buffer sizes. Part of fix for roundup issue 281 Originally committed as revision 11215 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jeff Downs authored
Namely, that it should not be called if you are starting to decode a B frame without any reference pictures. Prevents an endless allocation cycle in MPV_frame_start that will end in picture buffer overflow and abort. Fixes roundup issue 216. Originally committed as revision 11214 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Dec, 2007 1 commit
-
-
Jeff Downs authored
Based on original patch by Martin Zlomek martin.zlomek a email D cz ffmpeg-devel thread: H264: Fix non_zero_count_cache for deblocking in fields Fri, 30 Nov 2007 9:58:23 Originally committed as revision 11212 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Dec, 2007 2 commits
-
-
Panagiotis Issaris authored
Originally committed as revision 11171 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jeff Downs authored
potential error return from decode_slice_header. Fixes issue 284. Originally committed as revision 11168 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Dec, 2007 1 commit
-
-
Vitor Sessak authored
Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Nov, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Nov, 2007 1 commit
-
-
Jeff Downs authored
to clear last_picture_ptr, next_picture_ptr for proper picture management. Prevents crashes in error concealer following seeks. Fixes Roundup issue 189. Originally committed as revision 11049 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Nov, 2007 1 commit
-
-
Reinhard Nissl authored
patch by: Reinhard Nissl rnissl a gmx d de Originally committed as revision 10989 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Nov, 2007 1 commit
-
-
Jeff Downs authored
row in bottom fields and preventing the use of "fast" deblocking for such. Originally committed as revision 10950 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Nov, 2007 1 commit
-
-
Jeff Downs authored
in decoding order would always be assigned to a field pair's poc. Original thread: H.264: Fix poc for field pairs, 6 Nov 2007 17:41:02 Originally committed as revision 10937 to svn://svn.ffmpeg.org/ffmpeg/trunk
-