Diego Biurrun
3a994ca43b
Clarify comment block and rewrite in better English.
...
Originally committed as revision 10837 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
bf672ac73f
Use simple IDCT for now
...
Originally committed as revision 10835 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
c6137a61f4
Remove incorrect and unneeded code
...
Originally committed as revision 10834 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
66f7679c62
Beam Software SIFF demuxer and video decoder
...
Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
a70a3f0b4d
remove some useless initializations (the whole context is initialized to 0)
...
Originally committed as revision 10831 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
c6e2f0831c
remove unused context var
...
Originally committed as revision 10828 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
fe7e750fb5
New RM format deserves small version bump
...
Originally committed as revision 10827 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
63e6c1766c
indentation after last commit
...
Originally committed as revision 10826 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
dd55d4a315
Make RV10/20 decoder work with new frame format
...
Originally committed as revision 10825 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
f9a00ba8c1
ensure all compiled in codec/muxer are registered
...
Originally committed as revision 10808 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
98942fb2c9
small simplification
...
Originally committed as revision 10783 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
bbfc038f09
WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform
...
Originally committed as revision 10782 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benjamin Larsson
ff4b050ab4
Unaligned memory access rcrash fix
...
Originally committed as revision 10781 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michel Bardiaux
59771f7191
Print pixel and display aspect ratios
...
Originally committed as revision 10778 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
3c11a27b44
replace (disabled by default) assert(0) by abort() if the picture buffer
...
overflows due to a buggy codec
note, ive not checked if such overflows could have been exploitable before this
commit
Originally committed as revision 10777 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
24743a767f
Rename LIB to LIBNAME for consistency.
...
Originally committed as revision 10774 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Timofei V. Bondarenko
880de6b0be
Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().
...
patch by Timofei, tim ipi.ac ru
Date: Mon, 15 Oct 2007 19:55:29 +0400
Subject: [FFmpeg-devel] [PATCH] adpcm-ima-wav header and codec
Originally committed as revision 10773 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
deb43f0bd8
Explain why there are no multiple inclusion guards in these header files.
...
Originally committed as revision 10771 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9b1f04b08b
Clarify comment that explains why this header lacks multiple inclusion guards.
...
Originally committed as revision 10770 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
ab54bff20a
Remove wrong multiple inclusion guards.
...
Those files are really meant to be included several times.
Originally committed as revision 10766 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
...
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
6a03549e8a
Add a comment that explains why this header lacks multiple inclusion guards.
...
Originally committed as revision 10764 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
31b2c1446f
Add missing multiple inclusion guards.
...
Originally committed as revision 10763 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
aeb6a69714
Fix #endif comment typo.
...
Originally committed as revision 10761 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
52703a6459
Use filename as multiple inclusion guard.
...
Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jeff Downs
2143b11853
Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by
...
setting Picture.reference to indicate parity for all Pictures in
reference list.
Patch by Jeff Downs, heydowns T borg O com
Originally committed as revision 10744 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
f1bf85b8cf
Cygwin don't like this function declaration.
...
So move this self-documentation into a comment instead.
Originally committed as revision 10743 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benjamin Larsson
636b13c5fc
Nellymoser ASAO decoder
...
Originally committed as revision 10741 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Martin Zlomek
44a7e65a51
Fix mix-up of values in r10690 (deblocking for PAFF).
...
Patch by Martin Zlomek, martin d zlomek a email d cz
Originally committed as revision 10738 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
f28b10483a
add support for VP6 with huffman encoded blocks
...
closes issue 104
Originally committed as revision 10737 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
437c2079b7
moves fraps huffman decoder to its own file, making it more generic
...
Originally committed as revision 10736 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
0cd05c0820
VP6A needs its Makefile rules too
...
Originally committed as revision 10728 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vladimir Voroshilov
3c3704d281
Fix MJPEG decoder for AMV files.
...
Since decoding is doing from the end and aligned by 16
previous code worked correctly only when picture height was dividable by 16,
otherwise it provides garbage in top lines and truncates bottom.
New code adjusts data[] pointers taking in account alignment issue.
Originally committed as revision 10727 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
4d570f94ba
prevent infinite loop and memcpy of negative amounts
...
fixes issue194
Originally committed as revision 10726 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
211dd1e81f
factorize code and add safety check to prevent memcpying negative amounts
...
Originally committed as revision 10722 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jeff Downs
0d43dd8c2d
Simplify tests for field macroblocks
...
patch by Jeff Downs, heydowns a borg d com
Originally committed as revision 10721 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefan Lucke
b8a9dfb7f6
Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870
...
Patch by Stefan Lucke <stefan <at> lucke.in-berlin.de>
Subject: API breakage by r9870
Date: 2007-10-05 11:06:47 GMT
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/57467
Originally committed as revision 10720 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1084771ac0
10l: refill2() is not unused, it is used conditionally.
...
Fix the preprocessor directives to enable refill2() only when the
conditions under which it is used apply.
Originally committed as revision 10715 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jeff Downs
5e832bc28f
Interlaced pictures (not just MBAFF) + spatial direct mode is not
...
implemented.
Patch by Jeff Downs, heydowns . borg @ com
Original thread: Enable PAFF decoding, 2007-10-09 11:04
Originally committed as revision 10714 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
0f26eec23e
Disable unused code; fixes several gcc warnings:
...
cabac.h:112: warning: ‘put_cabac_static’ defined but not used
cabac.h:158: warning: ‘put_cabac_terminate’ defined but not used
cabac.h:186: warning: ‘put_cabac_u’ defined but not used
cabac.h:221: warning: ‘put_cabac_ueg’ defined but not used
cabac.h:273: warning: ‘refill2’ defined but not used
cabac.h:811: warning: ‘get_cabac_u’ defined but not used
cabac.h:827: warning: ‘get_cabac_ueg’ defined but not used
Originally committed as revision 10713 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Andrea Gualano
2a7feb18c4
Enable avpicture_deinterlace() for PIX_FMT_GRAY8.
...
Patch by Andrea Gualano, gualano T imavis O com
Originally committed as revision 10712 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Shane
bdb273564c
Fix intended order of operations for 4 assert() checks.
...
Patch by Shane, gnome42 T gmail O com
Originally committed as revision 10711 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ville Skyttä
645f7879ca
Specify in documentation that avcodec_find_(en|de)coder* only searches for
...
registered entries
Patch by Ville Skyttä <ville dot skytta at iki dot fi>
Originally committed as revision 10710 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
3ea7841120
warning fixes:
...
snow.c: In function ‘decode_header’:
snow.c:3668: warning: unused variable ‘absum’
snow.c: In function ‘decode_init’:
snow.c:4551: warning: unused variable ‘s’
Originally committed as revision 10708 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Carl Eugen Hoyos
2fe279f9f9
Set pict->interlaced_frame if returned frame is MBAFF or PAFF.
...
Originally committed as revision 10703 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jeff Downs
03d3cab876
fix incorrect check for abs_diff_pic_num overflow
...
patch by Jeff Downs, heydowns a borg d com
Originally committed as revision 10700 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
9ba718e481
Allow to override zlib compression level in PNG encoder via avctx->compression_level
...
Originally committed as revision 10699 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Andreas Öman
f6e3c4603d
reindent
...
Originally committed as revision 10698 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
45b8e9e507
better lambda search method
...
Originally committed as revision 10697 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Carl Eugen Hoyos
d6c52130f7
Enable PAFF decoding
...
Originally committed as revision 10696 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago