aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot lei...Lennert Buytenhek2002-09-011-5/+0
* be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv d...Lennert Buytenhek2002-09-011-8/+8
* croping patch by (talus25 at speakeasy dot net) with fixes from atmos & meMichael Niedermayer2002-09-012-13/+40
* bitexact hack for the simple mmx idctMichael Niedermayer2002-08-311-0/+26
* sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zp...Martin Olschewski2002-08-304-4/+18
* undefined M_PI / M_E fixMichael Niedermayer2002-08-302-0/+12
* patch by Heliodoro Tammaro <helio at interactives dot org>Heliodoro Tammaro2002-08-302-0/+4
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-2910-25/+340
* use extradata for h263_long_vector mode detectionMichael Niedermayer2002-08-281-6/+23
* first cut at altivec support on darwin patch by (Brian Foley <bfoley at comps...Brian Foley2002-08-284-0/+168
* working around undefined behavior of get-vlc if the vlc s invalidMichael Niedermayer2002-08-281-18/+18
* fixes rv10 decoding crashMichael Niedermayer2002-08-281-1/+8
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski2002-08-284-5/+5
* mpeg4 interlaced decoding support (not completly implemented/tested due to la...Michael Niedermayer2002-08-272-59/+117
* added aspected_width/height for EXTENDED_PARAlex Beregszaszi2002-08-263-2/+12
* fixing some 64bit bugsMichael Niedermayer2002-08-262-4/+4
* forgot the const bits in 2pass curve matching (patch (with rounding removed) ...Michael Niedermayer2002-08-261-2/+2
* fixing qmin==qmax && qsquish==1Michael Niedermayer2002-08-251-2/+4
* NAN doesnt exist on FreeBSD patch by (Rémi Guyomarch <rguyom at pobox dot com>)Rémi Guyomarch2002-08-251-0/+4
* new ratecontrol codeMichael Niedermayer2002-08-251-7/+35
* new ratecontrol codeMichael Niedermayer2002-08-258-280/+917
* error concealment needs the mbintra_table so it should allways be allocatedMichael Niedermayer2002-08-241-4/+4
* faster ff_sqrt()Michael Niedermayer2002-08-222-1/+12
* better scene change detectionMichael Niedermayer2002-08-223-2/+12
* darwin patches by Heliodoro Tammaro <helio at interactives dot org>Michael Niedermayer2002-08-211-2/+2
* dont trash mm0, its still used in the next iteration of the loop (fixes stran...Michael Niedermayer2002-08-201-2/+2
* same dc skip behavior for chroma & luma elimination, its confusing otherwise ...Michael Niedermayer2002-08-181-5/+6
* skip blocks with small chroma dc too (if the user wants it) needed to avoid I...Michael Niedermayer2002-08-171-1/+5
* patch by (Volker Moell <volker-ml at die-moells dot de>)Volker Moell2002-08-131-2/+3
* * resync without endless loopZdenek Kabelac2002-08-091-1/+3
* faster vlc table selectionMichael Niedermayer2002-08-091-10/+29
* mpeg4 mpeg quantizer encodingMichael Niedermayer2002-08-065-15/+28
* 4mv + bframe decoding bugfixMichael Niedermayer2002-08-053-4/+25
* fixing level overflow check for qp=1Michael Niedermayer2002-08-051-2/+2
* hopefully fixing unreprodceable segfault when overreading the end if error_re...Michael Niedermayer2002-08-041-1/+2
* fixing slices which start at mb_x>0Michael Niedermayer2002-08-041-0/+6
* supporting rare overflow mess even with error_resilience>=0Michael Niedermayer2002-08-041-1/+1
* making some error checks optionalMichael Niedermayer2002-08-041-1/+1
* last_picture should be never == NULL (it was with dr1) this might fix a segfa...Michael Niedermayer2002-08-041-0/+3
* fixing mpeg4 mpeg quantizersMichael Niedermayer2002-08-023-18/+31
* fixing normal mmx idctMichael Niedermayer2002-08-021-2/+3
* 10l found by Rémi Guyomarch <rguyom at pobox dot com>Michael Niedermayer2002-08-011-1/+1
* max_b_frame=4 bugfixMichael Niedermayer2002-08-011-1/+1
* b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>)Michael Niedermayer2002-07-311-1/+1
* MVI optimizations for motion estimation.Falk Hüffner2002-07-293-1/+364
* dump bits per frame / qp / frame complexity supportMichael Niedermayer2002-07-271-1/+7
* handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl>Leon van Stuivenberg2002-07-271-0/+9
* Add conversions to and from RGBA32 and BGRA32.Philip Gladstone2002-07-273-1/+258
* different edge positions fixed with edge emu / dr1Michael Niedermayer2002-07-253-49/+48
* added proposed API for parse_only mode to extract compressed frames from comp...Fabrice Bellard2002-07-251-2/+12