summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* 10l (fix reordering when B-frames are not present)Loren Merritt2005-03-05
| | | | Originally committed as revision 4004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264: decode arbitrary frame orders and allow B-frames as references.Loren Merritt2005-03-04
| | | | Originally committed as revision 4003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops, other half of the vismv patchLoren Merritt2005-03-03
| | | | Originally committed as revision 4001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vismv didn't display 8x8 mvs in H.264Loren Merritt2005-03-03
| | | | Originally committed as revision 4000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vismb: display 4x4 partition boundaries in H.264Loren Merritt2005-03-03
| | | | Originally committed as revision 3999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 04-vp3 fix(by matthieu castet).patchMichael Niedermayer2005-03-03
| | | | Originally committed as revision 3998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc ↵Michael Niedermayer2005-03-02
| | | | | | bug related to frexp() Originally committed as revision 3997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3 post-processing loop filter; disabled until the correct final stepMike Melanson2005-03-01
| | | | | | is determined Originally committed as revision 3996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* go LOCO, courtesy of Kostya ShishkovMike Melanson2005-03-01
| | | | Originally committed as revision 3995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (deallocated memory again)Loren Merritt2005-02-28
| | | | Originally committed as revision 3994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian ↵Sebastian Jedruszkiewicz2005-02-27
| | | | | | Jedruszkiewicz) Originally committed as revision 3990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for negative stridesJindřich Makovička2005-02-27
| | | | Originally committed as revision 3989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (shorten.o missing)Michael Niedermayer2005-02-26
| | | | Originally committed as revision 3985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer2005-02-26
| | | | Originally committed as revision 3984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set supported pix_fmtsMichael Niedermayer2005-02-25
| | | | Originally committed as revision 3982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In-loop deblocking for B-frames.Loren Merritt2005-02-25
| | | | Originally committed as revision 3979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -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