summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* set pict_type & key_frame on decoding tooMichael Niedermayer2002-09-12
* put/avg_pixels16Michael Niedermayer2002-09-11
* reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$Michael Niedermayer2002-09-11
* fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hot...Nikolai Zhubr2002-09-07
* optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream a...Michael Niedermayer2002-09-07
* support decoding of the last mpeg "packet" even if no startcode is immedeatly...Michael Niedermayer2002-09-06
* fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now)Michael Niedermayer2002-09-05
* apiexample needs EXTRALIBSMichael Niedermayer2002-09-05
* fixing testsMichael Niedermayer2002-09-05
* fixing segfaultMichael Niedermayer2002-09-03
* 10l (compilation if defined ARCH_ALPHA)Michael Niedermayer2002-09-02
* fixing encoding at high QPs (was broken after the dct accuracy increase due t...Michael Niedermayer2002-09-02
* ar -s -> ranlibMichael Niedermayer2002-09-02
* new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) wit...Henry Mason2002-09-02
* altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway d...Brian Foley2002-09-02
* higher accuracyMichael Niedermayer2002-09-01
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-01
* dct cleanupMichael Niedermayer2002-09-01
* dct-test updateMichael Niedermayer2002-09-01
* dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot lei...Lennert Buytenhek2002-09-01
* be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv d...Lennert Buytenhek2002-09-01
* croping patch by (talus25 at speakeasy dot net) with fixes from atmos & meMichael Niedermayer2002-09-01
* bitexact hack for the simple mmx idctMichael Niedermayer2002-08-31
* sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zp...Martin Olschewski2002-08-30
* undefined M_PI / M_E fixMichael Niedermayer2002-08-30
* patch by Heliodoro Tammaro <helio at interactives dot org>Heliodoro Tammaro2002-08-30
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-29
* use extradata for h263_long_vector mode detectionMichael Niedermayer2002-08-28
* first cut at altivec support on darwin patch by (Brian Foley <bfoley at comps...Brian Foley2002-08-28
* working around undefined behavior of get-vlc if the vlc s invalidMichael Niedermayer2002-08-28
* fixes rv10 decoding crashMichael Niedermayer2002-08-28
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski2002-08-28
* mpeg4 interlaced decoding support (not completly implemented/tested due to la...Michael Niedermayer2002-08-27
* added aspected_width/height for EXTENDED_PARAlex Beregszaszi2002-08-26
* fixing some 64bit bugsMichael Niedermayer2002-08-26
* forgot the const bits in 2pass curve matching (patch (with rounding removed) ...Michael Niedermayer2002-08-26
* fixing qmin==qmax && qsquish==1Michael Niedermayer2002-08-25
* NAN doesnt exist on FreeBSD patch by (Rémi Guyomarch <rguyom at pobox dot com>)Rémi Guyomarch2002-08-25
* new ratecontrol codeMichael Niedermayer2002-08-25
* new ratecontrol codeMichael Niedermayer2002-08-25
* error concealment needs the mbintra_table so it should allways be allocatedMichael Niedermayer2002-08-24
* faster ff_sqrt()Michael Niedermayer2002-08-22
* better scene change detectionMichael Niedermayer2002-08-22
* darwin patches by Heliodoro Tammaro <helio at interactives dot org>Michael Niedermayer2002-08-21
* dont trash mm0, its still used in the next iteration of the loop (fixes stran...Michael Niedermayer2002-08-20
* same dc skip behavior for chroma & luma elimination, its confusing otherwise ...Michael Niedermayer2002-08-18
* skip blocks with small chroma dc too (if the user wants it) needed to avoid I...Michael Niedermayer2002-08-17
* patch by (Volker Moell <volker-ml at die-moells dot de>)Volker Moell2002-08-13
* * resync without endless loopZdenek Kabelac2002-08-09
* faster vlc table selectionMichael Niedermayer2002-08-09