summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* mpeg4 mpeg quantizer encodingMichael Niedermayer2002-08-06
* 4mv + bframe decoding bugfixMichael Niedermayer2002-08-05
* fixing level overflow check for qp=1Michael Niedermayer2002-08-05
* hopefully fixing unreprodceable segfault when overreading the end if error_re...Michael Niedermayer2002-08-04
* fixing slices which start at mb_x>0Michael Niedermayer2002-08-04
* supporting rare overflow mess even with error_resilience>=0Michael Niedermayer2002-08-04
* making some error checks optionalMichael Niedermayer2002-08-04
* last_picture should be never == NULL (it was with dr1) this might fix a segfa...Michael Niedermayer2002-08-04
* fixing mpeg4 mpeg quantizersMichael Niedermayer2002-08-02
* fixing normal mmx idctMichael Niedermayer2002-08-02
* 10l found by Rémi Guyomarch <rguyom at pobox dot com>Michael Niedermayer2002-08-01
* max_b_frame=4 bugfixMichael Niedermayer2002-08-01
* b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>)Michael Niedermayer2002-07-31
* MVI optimizations for motion estimation.Falk Hüffner2002-07-29
* dump bits per frame / qp / frame complexity supportMichael Niedermayer2002-07-27
* handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl>Leon van Stuivenberg2002-07-27
* Add conversions to and from RGBA32 and BGRA32.Philip Gladstone2002-07-27
* different edge positions fixed with edge emu / dr1Michael Niedermayer2002-07-25
* added proposed API for parse_only mode to extract compressed frames from comp...Fabrice Bellard2002-07-25
* this include isn;t longer need and now generate a lot of warnings patch by Bo...Bohdan Horst2002-07-23
* moved codebooks to svq1_cb.hAlex Beregszaszi2002-07-22
* fixing bitrate vs. kbitrate in headerMichael Niedermayer2002-07-22
* adpcm encoding patch by François Revol <revol at free dot fr>François Revol2002-07-22
* YUV410P to YUV420P patch by François Revol <revol at free dot fr>François Revol2002-07-21
* minor optimizationsMichael Niedermayer2002-07-21
* pix_abs mmx2 isnt bit-exact ...Michael Niedermayer2002-07-21