1068 Commits (9680a722822241c18ca1049e55bef0feb69eb6fe)

Author SHA1 Message Date
Sascha Sommer b5e34cb1c1 #undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>) 22 years ago
Michael Niedermayer 8a3b6f92e0 10l 22 years ago
Michael Niedermayer 7bc9090a41 simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture 22 years ago
Michael Niedermayer 84876d3677 b frames + slices bugfix 22 years ago
Michael Niedermayer 0aae3f43e4 fixing slice decoding, dunno why the regression tests didnt catch that ... 22 years ago
Michael Niedermayer 8b92b792d1 some checks to avoid segfault 22 years ago
Michael Niedermayer 9f2e61b6a3 pict_type & quality fix 22 years ago
Richard Hodges be6784dc8a fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>) 22 years ago
François Revol c8816e0167 Fix for buggy (?) g++ (bailling out for beosaudio.cpp) 22 years ago
Michael Niedermayer 95c2634838 #ifdef TRACE printf() -> tprintf() 22 years ago
Michael Niedermayer 1924f3ce36 multiple reference frames support 22 years ago
Michael Niedermayer 0da71265d8 H264 decoder & demuxer 22 years ago
Michael Niedermayer 6aafe463e5 support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Michael Niedermayer 5064357588 fixing mem corruption 22 years ago
Michael Niedermayer 2c19981a93 10l 22 years ago
Michael Niedermayer 4d2a48349d msmpeg4 2pass support & some related cleanup 22 years ago
Michael Niedermayer 1f9aea9b91 fixing msmpeg4v2 encoding 22 years ago
Michael Niedermayer 309522372c some static -> dynamic alloc & 16->8 bit 22 years ago
Sascha Sommer 8437bd7bc8 mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>) 22 years ago
Michael Niedermayer 9b8709d135 mpeg1 slice encoding support 22 years ago
Michael Niedermayer 5acaa5e1df simplify slice encoding (variance of packet size is practically identical) 22 years ago
Michael Niedermayer 99d33fa3e6 faster C linear blend & interpolate deinterlacers 22 years ago
Michael Niedermayer 134eb1e504 fixing cliping of c deinterlacers 22 years ago
Roman Shaposhnik deb0a292b0 AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Sebastien Bechet e8b478c131 I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>) 22 years ago
François Revol 62790b9917 debug stuff only for DEBUG :) 22 years ago
Michael Niedermayer 8e0a3db735 faster hadamard transform 22 years ago
Michael Niedermayer 3b0da3f92f 10l 22 years ago
Nick Kurshev 3a694b0456 binary compatibility fix (workaround for r.147, r.148) 22 years ago
Michael Niedermayer 1984f6359e user setable quantizer bias 22 years ago
Michael Niedermayer 65f7062dfa binary compatibility fix 22 years ago
Michael Niedermayer 67116af9c2 10l 22 years ago
Michael Niedermayer 643389567e bitstream tracing support 22 years ago
Leon van Stuivenberg 5e0daa0ac5 new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leon van Stuivenberg <leonvs at iae dot nl>) 22 years ago
Michael Niedermayer d5a2117228 better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read 22 years ago
Michael Niedermayer 46b4feec06 error resilience cleanup (its faster too...) 22 years ago
Leon van Stuivenberg 5031c5b47b clear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg <leonvs at iae dot nl>) 22 years ago
Michael Niedermayer a05c8d7177 merging a small amount of the changes from BroadQ, the rest is either not clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) 22 years ago
Michael Niedermayer c5a9ab69c2 qmin/qmax cleanup 22 years ago
Michael Niedermayer 6c949d129b 10l 22 years ago
Fred Rothganger e8750b0076 rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>) 22 years ago
Michael Niedermayer b536d0aad2 field pic decoding cleanup 22 years ago
Michael Niedermayer 1c6dcb0f42 cleaner & more flexible edge bug workaround 22 years ago
Michael Niedermayer d518aebdee halfpel MC doxy 22 years ago
Alex Beregszaszi 5beaa01b4a 10l 22 years ago
Zdenek Kabelac c506fb40a8 * fixing cut&paste bug 22 years ago
Michael Niedermayer e13f860ac8 oops 22 years ago
Michael Niedermayer a4e8b58761 rvlc decoding support 22 years ago
François Revol 7fa140154f /me should really learn doxygen :) 22 years ago
Zdenek Kabelac 5d4ce4574b * added more options 22 years ago