aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now)Michael Niedermayer2002-09-051-3/+15
* apiexample needs EXTRALIBSMichael Niedermayer2002-09-051-1/+1
* fixing testsMichael Niedermayer2002-09-053-20/+20
* fixing segfaultMichael Niedermayer2002-09-031-1/+1
* 10l (compilation if defined ARCH_ALPHA)Michael Niedermayer2002-09-021-4/+3
* fixing encoding at high QPs (was broken after the dct accuracy increase due t...Michael Niedermayer2002-09-021-5/+5
* ar -s -> ranlibMichael Niedermayer2002-09-021-1/+2
* new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) wit...Henry Mason2002-09-021-3/+6
* altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway d...Brian Foley2002-09-026-15/+31
* higher accuracyMichael Niedermayer2002-09-011-2/+4
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-015-0/+160
* dct cleanupMichael Niedermayer2002-09-016-24/+26
* dct-test updateMichael Niedermayer2002-09-014-36/+259
* 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