15365 Commits (644173759146be1cff244e8cf6a26de26bf07edf)
 

Author SHA1 Message Date
Michael Niedermayer 28db7fce02 slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG) 22 years ago
Michael Niedermayer e647c59840 base64 encoded patches posted to the devel list are prefered 22 years ago
Michael Niedermayer 255b3ac27d use extradata for h263_long_vector mode detection 22 years ago
Brian Foley 59925ef204 first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) 22 years ago
Michael Niedermayer 68bd11f5de working around undefined behavior of get-vlc if the vlc s invalid 22 years ago
Michael Niedermayer ee3b2be65d fixes rv10 decoding crash 22 years ago
Dominik Mierzejewski 0778718635 warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) 22 years ago
Michael Niedermayer 1b78558a9c mmx & non-mmx regerssion tests 22 years ago
Michael Niedermayer fd7db0fddf mpeg4 interlaced decoding support (not completly implemented/tested due to lack of samples) 22 years ago
Alex Beregszaszi e769f0535e added aspected_width/height for EXTENDED_PAR 22 years ago
Michael Niedermayer 1ffd8306ba checksum update due to LIBAVCODEC_BUILD 4619->4620 22 years ago
Michael Niedermayer 4dd0e44f14 fixing some 64bit bugs 22 years ago
Michael Niedermayer 405469cefd forgot the const bits in 2pass curve matching (patch (with rounding removed) by Rémi Guyomarch <rguyom at pobox dot com>) 22 years ago
Michael Niedermayer c695ca3bce fixing qmin==qmax && qsquish==1 22 years ago
Rémi Guyomarch d0d816d8bf NAN doesnt exist on FreeBSD patch by (Rémi Guyomarch <rguyom at pobox dot com>) 22 years ago
Michael Niedermayer ce980a9576 new ratecontrol code 22 years ago
Michael Niedermayer 3aa102be84 new ratecontrol code 22 years ago
Michael Niedermayer 7806197db2 error concealment needs the mbintra_table so it should allways be allocated 22 years ago
Joey Parrish b77eec85b3 removed -W -Wall -g and other gcc-specific warning/debug options 22 years ago
Michael Niedermayer f36db5dfd3 faster ff_sqrt() 22 years ago
Michael Niedermayer 1fb4890b51 better scene change detection 22 years ago
Michael Niedermayer 90cee0c351 darwin patches by Heliodoro Tammaro <helio at interactives dot org> 22 years ago
Michael Niedermayer f8e891a97c regression test checksum update (seems the files where even in different directories ...) 22 years ago
Michael Niedermayer 9f36153415 dont trash mm0, its still used in the next iteration of the loop (fixes strange horizontal lines on some blocks in b frames on mmx only cpus) 22 years ago
Michael Niedermayer c9178d868a same dc skip behavior for chroma & luma elimination, its confusing otherwise imho 22 years ago
Michael Niedermayer f5866a0340 skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1 22 years ago
Eric Sesterhenn 890f093a76 remove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>) 22 years ago
Volker Moell c1325d18ff patch by (Volker Moell <volker-ml at die-moells dot de>) 22 years ago
Zdenek Kabelac 1359c2d43e * skiping unwanted packets when it's possible 22 years ago
Zdenek Kabelac 840824970c * using statics 22 years ago
Zdenek Kabelac 3625e88ab7 * resync without endless loop 22 years ago
Michael Niedermayer 62959862df faster vlc table selection 22 years ago
Zdenek Kabelac 2141dc37d3 * added support for multiple payloads 22 years ago
Zdenek Kabelac 2a10020bf3 * ok - let's start with avifile->ffmpeg morphing 22 years ago
Michael Niedermayer 47ceabc959 1000l 22 years ago
Michael Niedermayer 87f8cab45b mpeg4 mpeg quantizer encoding 22 years ago
Michael Niedermayer 508abacadb 4mv + bframe decoding bugfix 22 years ago
Michael Niedermayer f255af5d93 fixing level overflow check for qp=1 22 years ago
Michael Niedermayer 159d10fc2c hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though) 22 years ago
Michael Niedermayer 0a6baf39cb fixing slices which start at mb_x>0 22 years ago
Michael Niedermayer 5507833249 supporting rare overflow mess even with error_resilience>=0 22 years ago
Michael Niedermayer 44273f1951 making some error checks optional 22 years ago
Michael Niedermayer b7adc711fa last_picture should be never == NULL (it was with dr1) this might fix a segfault with error concealment 22 years ago
Michael Niedermayer d930ef19ea fixing mpeg4 mpeg quantizers 22 years ago
Michael Niedermayer fc2bb4f44d fixing normal mmx idct 22 years ago
Michael Niedermayer 32b9092155 10l found by Rémi Guyomarch <rguyom at pobox dot com> 22 years ago
Michael Niedermayer d80e2fa24f planar yuv 444 422 411 support 22 years ago
Michael Niedermayer a10678da8a max_b_frame=4 bugfix 22 years ago
Michael Niedermayer 5efa265074 b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>) 22 years ago
Falk Hüffner 57d2bce188 MVI optimizations for motion estimation. 22 years ago