aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* In-loop deblocking for B-frames.Loren Merritt2005-02-251-19/+28
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-2427-42/+61
* -strict -1 comment fixMichael Niedermayer2005-02-243-3/+3
* 01-makefile_fix_updated.patchNilesh Bansal2005-02-243-2/+17
* 10l in implicit_weight_tableLoren Merritt2005-02-241-1/+1
* - renaming the AC coding set variable names to more meaningful onesanonymous2005-02-231-456/+204
* use av_free() instead of free() where it's meant to.François Revol2005-02-221-7/+7
* macromedia flavour adpcm decoding (used in flv and swf)Alex Beregszaszi2005-02-213-0/+87
* 10lAlex Beregszaszi2005-02-211-1/+1
* removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)Josh Varner2005-02-214-48/+2
* Fix a crash when multiple metadata packets are present.Loren Merritt2005-02-201-5/+2
* Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>)Milan Cutka2005-02-171-1/+1
* buffer overflowsMichael Niedermayer2005-02-171-7/+19
* memleak fixMichael Niedermayer2005-02-171-0/+2
* remove goto and reindent patch by (Loic Le Loarer <lll+ffmpeg m4x org>)Loic Le Loarer2005-02-161-88/+87
* Off-by-one bug in libavcodec/idcinvideo.c, causedMatti Hamalainen2005-02-161-1/+1
* Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4)Roberto Togni2005-02-153-1/+190
* buffer overflowMichael Niedermayer2005-02-131-0/+3
* optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab kepler.fj...Martin Drab2005-02-071-16/+12
* INTRA PCM macroblocks support patch by (Loic )lll+ffmpeg m4x org)Loic Le Loarer2005-02-071-25/+93
* emulate (idiotic) MS behavior for inconsistant dimensionsMichael Niedermayer2005-02-061-1/+1
* support skiping some bitstream encodingMichael Niedermayer2005-02-062-38/+108
* seperate bitstream encoding skip from PASS1 flagMichael Niedermayer2005-02-062-3/+12
* 10l (use of deallocated memory)Michael Niedermayer2005-02-041-2/+8
* Build libpostproc out of source directory patch by (James A. Morrison >ja2mor...James A. Morrison2005-02-041-1/+3
* H.264 multiple slice support in CABAC patch by (Loic (lll+ffmpeg m4x org)Loic Le Loarer2005-02-041-20/+39
* - samples from mplayer ftp in the "adv" profile seem to have profile=2,anonymous2005-02-042-266/+677
* merge a few shifts into the dequantization, faster and more accurate, lets ho...Michael Niedermayer2005-02-031-17/+18
* optimizing imdct12Michael Niedermayer2005-02-021-98/+84
* mb_lmin/max to limit the per mb quality for the ratecontrol independant from ...Michael Niedermayer2005-02-023-7/+21
* Border processing adaptive quant patch by (Christophe Massiot |cmassiot freeb...Christophe Massiot2005-02-023-1/+34
* rtp_callback: send number of mb patch by (Johan Bilien {jobi via.ecp fr)Johan Bilien2005-02-022-7/+12
* optimize antialiasMichael Niedermayer2005-02-021-67/+43
* faster, simpler and more accurate l3_unscale()Michael Niedermayer2005-02-011-55/+15
* optimizing imdct36()Michael Niedermayer2005-02-011-96/+113
* make keyframe default for AVFramesMichael Niedermayer2005-02-011-0/+1
* Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de>François Revol2005-02-011-15/+19
* 10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to supp...Michael Niedermayer2005-02-011-0/+3
* H.264 multiplce instance in reference list patch by (Loic <lll+ffmpeg m4x org )Loïc Le Loarer2005-02-011-7/+10
* correct long term picture management patch by (Loic <lll+ffmpeg m4x org>)Loïc Le Loarer2005-02-011-4/+7
* - a lot less overflows when decoding framesanonymous2005-02-011-44/+66
* Documentation patch by anonymousanonymous2005-02-012-220/+432
* Add 32bit RGB supportRoberto Togni2005-01-311-2/+13
* 10000l vbr mp3 fixMichael Niedermayer2005-01-311-1/+1
* support 32bit output for the mpeg audio decoderMichael Niedermayer2005-01-312-23/+45
* more accurate dequant of near zero coefficientsMichael Niedermayer2005-01-311-2/+1
* 10l (missing overflow check)Michael Niedermayer2005-01-311-3/+6
* 100000l (typos in the #define for selecting the NORM6 method -> wasnt compile...Michael Niedermayer2005-01-302-3/+6
* - add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define inanonymous2005-01-302-98/+178
* In that patch:anonymous2005-01-306-325/+481