summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* -strict -1 comment fixMichael Niedermayer2005-02-24
| | | | Originally committed as revision 3976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 01-makefile_fix_updated.patchNilesh Bansal2005-02-24
| | | | | | | | Adds --enable-theora/--enable-vorbis/--enable-ogg to configure If compiled WITHOUT --enable-theora, native VP3 decoder is used patch by (Nilesh Bansal <nileshbansal gmail com>) Originally committed as revision 3975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l in implicit_weight_tableLoren Merritt2005-02-24
| | | | Originally committed as revision 3974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - renaming the AC coding set variable names to more meaningful onesanonymous2005-02-23
| | | | | | | | | | | - removed old MB decoding functions, and moved around macros to be used in the previously unused code, which match better msmpeg4.c/whole MPV framework - cleaned (not yet functionnal, lots missing) DC prediction - trying to pass the proper coded status to block decoder patch by anonymous Originally committed as revision 3973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_free() instead of free() where it's meant to.François Revol2005-02-22
| | | | Originally committed as revision 3971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* macromedia flavour adpcm decoding (used in flv and swf)Alex Beregszaszi2005-02-21
| | | | Originally committed as revision 3969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2005-02-21
| | | | Originally committed as revision 3967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)Josh Varner2005-02-21
| | | | Originally committed as revision 3966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a crash when multiple metadata packets are present.Loren Merritt2005-02-20
| | | | Originally committed as revision 3965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>)Milan Cutka2005-02-17
| | | | Originally committed as revision 3964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* buffer overflowsMichael Niedermayer2005-02-17
| | | | | | | one found by Milan Cutka one by me Originally committed as revision 3963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak fixMichael Niedermayer2005-02-17
| | | | Originally committed as revision 3962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove goto and reindent patch by (Loic Le Loarer <lll+ffmpeg m4x org>)Loic Le Loarer2005-02-16
| | | | Originally committed as revision 3960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Off-by-one bug in libavcodec/idcinvideo.c, causedMatti Hamalainen2005-02-16
| | | | | | | segfaults on all .cin videos from Quake II. patch by (Matti Hamalainen <mhamalai ratol fi>) Originally committed as revision 3956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4)Roberto Togni2005-02-15
| | | | | | Derived from MPlayer patch by Larry Ruedisueli Originally committed as revision 3955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* buffer overflowMichael Niedermayer2005-02-13
| | | | Originally committed as revision 3954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab ↵Martin Drab2005-02-07
| | | | | | kepler.fjfi.cvut cz<) Originally committed as revision 3945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* INTRA PCM macroblocks support patch by (Loic )lll+ffmpeg m4x org)Loic Le Loarer2005-02-07
| | | | | | | | | | | | | | | | | This patch adds the support for INTRA PCM macroblocks in CAVLC and CABAC mode, the deblocking needed a small modification and so did the intra4x4_pred_mode prediction. With this patch, the 5 streams of the conformance suite containing INTRA PCM macroblocks now decode entirely, 4 are completely corrects, 1 is incorrect since the first B slice because of deblocking in B slice not yet implemented. The code is not optimized for speed, it is not necessary IPCM macroblocks are rare, but it could be optimized for code size, if someone want to do this, feel free. Originally committed as revision 3941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* emulate (idiotic) MS behavior for inconsistant dimensionsMichael Niedermayer2005-02-06
| | | | Originally committed as revision 3940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support skiping some bitstream encodingMichael Niedermayer2005-02-06
| | | | Originally committed as revision 3939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seperate bitstream encoding skip from PASS1 flagMichael Niedermayer2005-02-06
| | | | Originally committed as revision 3938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (use of deallocated memory)Michael Niedermayer2005-02-04
| | | | Originally committed as revision 3936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build libpostproc out of source directory patch by (James A. Morrison ↵James A. Morrison2005-02-04
| | | | | | >ja2morri csclub.uwaterloo ca>) Originally committed as revision 3933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264 multiple slice support in CABAC patch by (Loic (lll+ffmpeg m4x org)Loic Le Loarer2005-02-04
| | | | | | | | | | 3 more streams of the conformance suite decode to the end instead of failing on an assert (CABACI3_Sony_B.jsv, CABAST3_Sony_E.jsv and CABASTBR3_Sony_B.jsv), they are still false since the first B slice probably because of deblocking in B slices not yet implemented. Originally committed as revision 3932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - samples from mplayer ftp in the "adv" profile seem to have profile=2,anonymous2005-02-04
| | | | | | | | | | | | | 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
* merge a few shifts into the dequantization, faster and more accurate, lets ↵Michael Niedermayer2005-02-03
| | | | | | hope it doesnt overflow Originally committed as revision 3930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing imdct12Michael Niedermayer2005-02-02
| | | | Originally committed as revision 3929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mb_lmin/max to limit the per mb quality for the ratecontrol independant from ↵Michael Niedermayer2005-02-02
| | | | | | the frame limits Originally committed as revision 3928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Border processing adaptive quant patch by (Christophe Massiot |cmassiot ↵Christophe Massiot2005-02-02
| | | | | | freebox fr) Originally committed as revision 3927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtp_callback: send number of mb patch by (Johan Bilien {jobi via.ecp fr)Johan Bilien2005-02-02
| | | | Originally committed as revision 3926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize antialiasMichael Niedermayer2005-02-02
| | | | | | switch to integer antialias code as default as its faster now Originally committed as revision 3925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster, simpler and more accurate l3_unscale()Michael Niedermayer2005-02-01
| | | | Originally committed as revision 3924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing imdct36()Michael Niedermayer2005-02-01
| | | | Originally committed as revision 3923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make keyframe default for AVFramesMichael Niedermayer2005-02-01
| | | | Originally committed as revision 3920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de>François Revol2005-02-01
| | | | | | Still doesn't work with our mov demuxer though... Originally committed as revision 3919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to ↵Michael Niedermayer2005-02-01
| | | | | | support CODEC_ID_NONE) Originally committed as revision 3918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264 multiplce instance in reference list patch by (Loic <lll+ffmpeg m4x org )Loïc Le Loarer2005-02-01
| | | | | | | With this patch, the streams CAWP5_TOSHIBA_E.264 and CVWP5_TOSHIBA_E.264 are completely decoded Originally committed as revision 3917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct long term picture management patch by (Loic <lll+ffmpeg m4x org>)Loïc Le Loarer2005-02-01
| | | | | | fixes decoding of MR2_MW_A.264 Originally committed as revision 3916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - a lot less overflows when decoding framesanonymous2005-02-01
| | | | | | | | | | | | | - no more error with norm6 codes - almost skipped frames (~110 bits) are not overflowed However: - there are very few bits left in those frames, so I wonder if enough MB data is actually left - NORM6/DIFF6 (4/5) bitplanes are a lot more present, which I don't find obvious. patch by anonymous Originally committed as revision 3915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Documentation patch by anonymousanonymous2005-02-01
| | | | Originally committed as revision 3914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 32bit RGB supportRoberto Togni2005-01-31
| | | | Originally committed as revision 3912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l vbr mp3 fixMichael Niedermayer2005-01-31
| | | | Originally committed as revision 3911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support 32bit output for the mpeg audio decoderMichael Niedermayer2005-01-31
| | | | Originally committed as revision 3910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more accurate dequant of near zero coefficientsMichael Niedermayer2005-01-31
| | | | Originally committed as revision 3909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (missing overflow check)Michael Niedermayer2005-01-31
| | | | Originally committed as revision 3908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100000l (typos in the #define for selecting the NORM6 method -> wasnt ↵Michael Niedermayer2005-01-30
| | | | | | 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
* - add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define inanonymous2005-01-30
| | | | | | | | | | | | | | | | 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
* In that patch:anonymous2005-01-30
| | | | | | | | | | | | - 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
* 10l (didnt test code after cvs up ...)Michael Niedermayer2005-01-30
| | | | Originally committed as revision 3904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dithering for the mpeg audio decoderMichael Niedermayer2005-01-30
| | | | Originally committed as revision 3903 to svn://svn.ffmpeg.org/ffmpeg/trunk