| Commit message (Expand) | Author | Age | Files | Lines |
* | accurate YUV to RGB and RGB to YUV conversions - added comments | Fabrice Bellard | 2003-04-21 | 1 | -165/+661 |
* | YUV formats/gray formats are correctly defined - added format loss informatio... | Fabrice Bellard | 2003-04-20 | 1 | -61/+372 |
* | fixed static init | Fabrice Bellard | 2003-04-20 | 3 | -16/+19 |
* | new YUV formats for correct JPEG YUV support - added automatic pixel format c... | Fabrice Bellard | 2003-04-20 | 1 | -2/+17 |
* | rgba32 convert | Fabrice Bellard | 2003-04-19 | 1 | -2/+32 |
* | code redundancy reduction, courtesy of suxen_drol -at- hotmail.com | Mike Melanson | 2003-04-19 | 1 | -199/+106 |
* | better? default thresholds, if this is worse for any files, then tell us ASAP | Michael Niedermayer | 2003-04-18 | 1 | -4/+4 |
* | mpeg2 qscale flag | Michael Niedermayer | 2003-04-18 | 6 | -25/+60 |
* | segfault fix | Michael Niedermayer | 2003-04-17 | 1 | -0/+5 |
* | Compile a52 util functions too | Arpi | 2003-04-16 | 1 | -1/+1 |
* | Utility functions (CRC calc & float->int converters) | Arpi | 2003-04-16 | 7 | -0/+858 |
* | meanigfull dr1 comment | Michael Niedermayer | 2003-04-16 | 1 | -1/+5 |
* | Changes for SPARC/Solaris compatibility. Now it should be possible to | Roman Shaposhnik | 2003-04-15 | 1 | -0/+4 |
* | native Indeo3 decoder implementation | Mike Melanson | 2003-04-15 | 5 | -1/+3529 |
* | 10l | Michael Niedermayer | 2003-04-14 | 1 | -1/+1 |
* | check validity of some flags | Michael Niedermayer | 2003-04-14 | 1 | -0/+25 |
* | minor cleanup / some warning fixes | Michael Niedermayer | 2003-04-14 | 1 | -27/+11 |
* | 10l (hadamard fix) | Michael Niedermayer | 2003-04-14 | 1 | -1/+1 |
* | 10l | Michael Niedermayer | 2003-04-12 | 1 | -0/+1 |
* | faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net) | Michael Niedermayer | 2003-04-12 | 1 | -72/+59 |
* | 10l (use before malloc) | Michael Niedermayer | 2003-04-12 | 2 | -4/+19 |
* | some checks to avoid segfaults if the decoder is feeded with junk | Michael Niedermayer | 2003-04-11 | 1 | -0/+8 |
* | 100l (mpeg2 decoding fixed) | Michael Niedermayer | 2003-04-11 | 2 | -8/+11 |
* | 10l (adaptve quant fix) | Michael Niedermayer | 2003-04-11 | 1 | -7/+11 |
* | #undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <sasch... | Sascha Sommer | 2003-04-10 | 1 | -0/+1 |
* | 10l | Michael Niedermayer | 2003-04-10 | 1 | -1/+1 |
* | simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i... | Michael Niedermayer | 2003-04-10 | 15 | -778/+907 |
* | b frames + slices bugfix | Michael Niedermayer | 2003-04-10 | 1 | -0/+5 |
* | fixing slice decoding, dunno why the regression tests didnt catch that ... | Michael Niedermayer | 2003-04-10 | 2 | -4/+4 |
* | some checks to avoid segfault | Michael Niedermayer | 2003-04-07 | 1 | -14/+18 |
* | pict_type & quality fix | Michael Niedermayer | 2003-04-06 | 1 | -0/+4 |
* | fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex... | Richard Hodges | 2003-04-06 | 1 | -1/+1 |
* | Fix for buggy (?) g++ (bailling out for beosaudio.cpp) | François Revol | 2003-04-05 | 1 | -1/+1 |
* | #ifdef TRACE printf() -> tprintf() | Michael Niedermayer | 2003-04-05 | 2 | -55/+29 |
* | multiple reference frames support | Michael Niedermayer | 2003-04-04 | 2 | -54/+64 |
* | H264 decoder & demuxer | Michael Niedermayer | 2003-04-04 | 11 | -15/+5875 |
* | support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at... | Michael Niedermayer | 2003-04-04 | 2 | -9/+23 |
* | fixing mem corruption | Michael Niedermayer | 2003-04-04 | 1 | -0/+2 |
* | 10l | Michael Niedermayer | 2003-04-02 | 2 | -5/+5 |
* | msmpeg4 2pass support & some related cleanup | Michael Niedermayer | 2003-04-02 | 4 | -41/+37 |
* | fixing msmpeg4v2 encoding | Michael Niedermayer | 2003-04-01 | 3 | -9/+11 |
* | some static -> dynamic alloc & 16->8 bit | Michael Niedermayer | 2003-03-31 | 6 | -30/+32 |
* | mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>) | Sascha Sommer | 2003-03-31 | 1 | -1/+1 |
* | mpeg1 slice encoding support | Michael Niedermayer | 2003-03-30 | 3 | -46/+60 |
* | simplify slice encoding (variance of packet size is practically identical) | Michael Niedermayer | 2003-03-30 | 2 | -16/+2 |
* | faster C linear blend & interpolate deinterlacers | Michael Niedermayer | 2003-03-29 | 1 | -20/+51 |
* | fixing cliping of c deinterlacers | Michael Niedermayer | 2003-03-29 | 3 | -12/+142 |
* | AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) | Roman Shaposhnik | 2003-03-28 | 1 | -0/+1 |
* | I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>) | Sebastien Bechet | 2003-03-26 | 1 | -0/+1 |
* | debug stuff only for DEBUG :) | François Revol | 2003-03-26 | 1 | -0/+4 |