| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup | Michael Niedermayer | 2002-12-04 | 1 | -125/+139 |
* | * two functions to handle allocation of static data more simple | Zdenek Kabelac | 2002-12-03 | 1 | -0/+5 |
* | * Ogg/Vorbis patch by Mark Hills | Mark Hills | 2002-11-22 | 1 | -0/+1 |
* | mjpegb support (need more samples) | Alex Beregszaszi | 2002-11-20 | 1 | -0/+2 |
* | aspect ratio cleanup | Michael Niedermayer | 2002-11-20 | 1 | -7/+12 |
* | 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-cre... | Joel Yliluoma | 2002-11-14 | 1 | -1/+8 |
* | huffyuv | Michael Niedermayer | 2002-11-14 | 1 | -2/+22 |
* | * fixing some minor const warnings | Zdenek Kabelac | 2002-11-12 | 1 | -3/+3 |
* | * added dsp_mask | Zdenek Kabelac | 2002-11-11 | 1 | -6/+10 |
* | avoid duplicate ";" warnings (based upon a patch by mru at users dot sourcefo... | Michael Niedermayer | 2002-11-10 | 1 | -1/+1 |
* | hurry_up>=5 -> skip everything except header & set pict_type&key_frame | Michael Niedermayer | 2002-11-10 | 1 | -3/+3 |
* | cleanup | Michael Niedermayer | 2002-11-09 | 1 | -3/+9 |
* | cleanup (breaks compatibility, requested by fabrice) | Michael Niedermayer | 2002-11-08 | 1 | -15/+17 |
* | support forcing low_delay during decoding | Michael Niedermayer | 2002-11-02 | 1 | -0/+1 |
* | Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>) | Michael Niedermayer | 2002-11-02 | 1 | -0/+2 |
* | added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support | François Revol | 2002-11-02 | 1 | -2/+6 |
* | exporting the internal qscale table, this allso fixes the ordering | Michael Niedermayer | 2002-10-30 | 1 | -64/+29 |
* | added wma decoder | Fabrice Bellard | 2002-10-28 | 1 | -2/+6 |
* | handle direct rendering buffer allocation failure | Michael Niedermayer | 2002-10-27 | 1 | -3/+3 |
* | xvid qpel bug workaround | Michael Niedermayer | 2002-10-22 | 1 | -0/+1 |
* | mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extrad... | Michael Niedermayer | 2002-10-14 | 1 | -0/+1 |
* | better/cleaner error resilience (done in a 2nd pass after decoding) | Michael Niedermayer | 2002-10-13 | 1 | -4/+20 |
* | DV ntsc support, 411P colorspace added | Arpi | 2002-10-07 | 1 | -1/+2 |
* | added DV support | Fabrice Bellard | 2002-10-04 | 1 | -0/+4 |
* | rv10 cleanup (de)muxer still needs to be cleaned up (still searching voluntee... | Michael Niedermayer | 2002-10-01 | 1 | -2/+15 |
* | idct permutation cleanup, idct can be selected per context now | Michael Niedermayer | 2002-09-29 | 1 | -2/+17 |
* | Minor warning fix. | Falk Hüffner | 2002-09-28 | 1 | -1/+1 |
* | ff_get_fourcc() & XVIX support | Michael Niedermayer | 2002-09-27 | 1 | -1/+1 |
* | autodetect UMP4 (by adding a fourcc field to AVCodecContext) | Michael Niedermayer | 2002-09-26 | 1 | -2/+10 |
* | mpeg4 interlaced dct encoding | Michael Niedermayer | 2002-09-26 | 1 | -2/+3 |
* | darkness masking (lumi masking does only bright stuff now) | Michael Niedermayer | 2002-09-24 | 1 | -2/+9 |
* | adaptive quantization (lumi/temporal & spatial complexity masking) | Michael Niedermayer | 2002-09-23 | 1 | -5/+40 |
* | fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ... | Michael Niedermayer | 2002-09-19 | 1 | -0/+4 |
* | documenting most stuff in AVCodecContext | Michael Niedermayer | 2002-09-19 | 1 | -65/+372 |
* | avcodec_alloc_context() | Michael Niedermayer | 2002-09-19 | 1 | -4/+7 |
* | aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new v... | Alex Beregszaszi | 2002-09-13 | 1 | -2/+2 |
* | export pts from stream if available | Michael Niedermayer | 2002-09-12 | 1 | -3/+8 |
* | set pict_type & key_frame on decoding too | Michael Niedermayer | 2002-09-12 | 1 | -1/+1 |
* | support decoding of the last mpeg "packet" even if no startcode is immedeatly... | Michael Niedermayer | 2002-09-06 | 1 | -0/+1 |
* | oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) | Mark Hills | 2002-09-01 | 1 | -0/+2 |
* | croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me | Michael Niedermayer | 2002-09-01 | 1 | -0/+6 |
* | sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zp... | Martin Olschewski | 2002-08-30 | 1 | -3/+4 |
* | slow but accurate integer dct from IJG (should be ok with the LGPL as the old... | Michael Niedermayer | 2002-08-29 | 1 | -3/+10 |
* | added aspected_width/height for EXTENDED_PAR | Alex Beregszaszi | 2002-08-26 | 1 | -1/+5 |
* | new ratecontrol code | Michael Niedermayer | 2002-08-25 | 1 | -7/+35 |
* | mpeg4 mpeg quantizer encoding | Michael Niedermayer | 2002-08-06 | 1 | -4/+3 |
* | Add conversions to and from RGBA32 and BGRA32. | Philip Gladstone | 2002-07-27 | 1 | -0/+2 |
* | added proposed API for parse_only mode to extract compressed frames from comp... | Fabrice Bellard | 2002-07-25 | 1 | -2/+12 |
* | beos/mov/adpcm patch by François Revol <revol at free dot fr> | François Revol | 2002-07-20 | 1 | -3/+15 |
* | uvlinesize | Michael Niedermayer | 2002-07-15 | 1 | -6/+10 |