aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* 10l (didnt test code after cvs up ...)Michael Niedermayer2005-01-301-4/+4
* dithering for the mpeg audio decoderMichael Niedermayer2005-01-302-36/+38
* fixing missaligned memory accesses in fill_rectangle()Michael Niedermayer2005-01-301-4/+5
* require a few valid and equal mp3 headers for resyncMichael Niedermayer2005-01-291-3/+16
* added a lock/unlock_lib pair to allow extern progs to serialize access to lavc.François Revol2005-01-291-0/+47
* exported ff_mpa_synth_filter for upcoming qdm2 decoderAlex Beregszaszi2005-01-281-21/+30
* make decode012() static inlineMichael Niedermayer2005-01-281-1/+1
* 10l (negative strides)Michael Niedermayer2005-01-261-1/+1
* use dc tables from msmpeg4 instead of duplicating them patch by anonymousanonymous2005-01-264-147/+33
* dont duplicate decode012()Michael Niedermayer2005-01-253-20/+9
* check norm6 vlc validity as there are some bit sequences which dont corespond...Michael Niedermayer2005-01-251-0/+4
* Fixes:anonymous2005-01-242-268/+561
* more 10l typosMichael Niedermayer2005-01-241-2/+2
* norm-6 / diff-6 support (untested, parts of it just guessed as the spec is un...Michael Niedermayer2005-01-242-7/+128
* fixing many bugs in bitplane_decoding()Michael Niedermayer2005-01-241-42/+56
* dont use several 100 mb memory for a tiny 120 element tableMichael Niedermayer2005-01-231-11/+9
* 1000000000l typosMichael Niedermayer2005-01-231-1/+2
* mention table duplications, note, please avoid duplicating tables!Michael Niedermayer2005-01-231-0/+2
* Check pointers before writing to memoryRoberto Togni2005-01-232-10/+35
* simplifyMichael Niedermayer2005-01-231-11/+4
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-2335-148/+24
* more detailed error messagesMichael Niedermayer2005-01-231-9/+28
* 10lMichael Niedermayer2005-01-231-1/+1
* framerate checkMichael Niedermayer2005-01-231-0/+5
* simplify deblockMichael Niedermayer2005-01-231-43/+26
* use clip_uint8()Michael Niedermayer2005-01-231-7/+2
* simplifyMichael Niedermayer2005-01-231-25/+10