1094 Commits (41f53f86944ce4cc4919d732591d5d086127e183)

Author SHA1 Message Date
Fabrice Bellard e352ff0895 added all missing UV conversions 22 years ago
Fabrice Bellard 7e7e594092 almost exhaustive image conversion support 22 years ago
Fabrice Bellard c50c0bc88b accurate YUV to RGB and RGB to YUV conversions - added comments 22 years ago
Fabrice Bellard b6147995ac YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support 22 years ago
Fabrice Bellard 59cf08ce90 fixed static init 22 years ago
Fabrice Bellard fab219971e new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size) 22 years ago
Fabrice Bellard 6d93f19449 rgba32 convert 22 years ago
Mike Melanson a44f8ccbf8 code redundancy reduction, courtesy of suxen_drol -at- hotmail.com 22 years ago
Michael Niedermayer 68bf295e53 better? default thresholds, if this is worse for any files, then tell us ASAP 22 years ago
Michael Niedermayer 0426af3111 mpeg2 qscale flag 22 years ago
Michael Niedermayer 9534223539 segfault fix 22 years ago
Arpi 521221cf4b Compile a52 util functions too 22 years ago
Arpi 1a7c3c8562 Utility functions (CRC calc & float->int converters) 22 years ago
Michael Niedermayer 6814a25c67 meanigfull dr1 comment 22 years ago
Roman Shaposhnik 6e023978cf Changes for SPARC/Solaris compatibility. Now it should be possible to 22 years ago
Mike Melanson deabd4fdde native Indeo3 decoder implementation 22 years ago
Michael Niedermayer 129dfab2c7 10l 22 years ago
Michael Niedermayer 9acbbd16b9 check validity of some flags 22 years ago
Michael Niedermayer af6e2fed04 minor cleanup / some warning fixes 22 years ago
Michael Niedermayer 7db52b63da 10l (hadamard fix) 22 years ago
Michael Niedermayer 7d6e42792d 10l 22 years ago
Michael Niedermayer 30f73fc72e faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net) 22 years ago
Michael Niedermayer 487bce53eb 10l (use before malloc) 22 years ago
Michael Niedermayer 37b787f124 some checks to avoid segfaults if the decoder is feeded with junk 22 years ago
Michael Niedermayer 9c00c3af90 100l (mpeg2 decoding fixed) 22 years ago
Michael Niedermayer 2f5feea48b 10l (adaptve quant fix) 22 years ago
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