| Commit message (Expand) | Author | Age | Files | Lines |
* | dont read from b frames if draw_horiz_band==NULL | Michael Niedermayer | 2003-11-27 | 1 | -5/+15 |
* | * 3x encoding speedup. Finally we seem to be on par with libdv | Roman Shaposhnik | 2003-11-27 | 2 | -218/+290 |
* | - Add reget_buffer() function to AVCodecContext | Roberto Togni | 2003-11-26 | 6 | -134/+76 |
* | 16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>) | Michael Niedermayer | 2003-11-25 | 1 | -0/+10 |
* | 10l | Michael Niedermayer | 2003-11-24 | 1 | -1/+1 |
* | theora alpha3 support (with maintaining backward compatibility, maybe we shou... | Alex Beregszaszi | 2003-11-23 | 1 | -3/+15 |
* | finally working with old theora bitstream (flipped image), the only sample I ... | Alex Beregszaszi | 2003-11-23 | 1 | -17/+89 |
* | av_d2q() documentation | Michael Niedermayer | 2003-11-16 | 1 | -0/+4 |
* | yep, FLI support | Mike Melanson | 2003-11-14 | 4 | -1/+465 |
* | qprd with b frames fix | Michael Niedermayer | 2003-11-13 | 1 | -2/+3 |
* | qprd needs mbd=2 | Michael Niedermayer | 2003-11-13 | 1 | -0/+5 |
* | * sys/types.h for size_t | Zdenek Kabelac | 2003-11-13 | 1 | -0/+1 |
* | silence few warnings | Ivan Kalvachev | 2003-11-13 | 1 | -1/+2 |
* | better fix | Michael Niedermayer | 2003-11-12 | 1 | -4/+1 |
* | small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge do... | Michael Niedermayer | 2003-11-12 | 1 | -0/+3 |
* | ac prediction with rate distorted qp fix | Michael Niedermayer | 2003-11-12 | 1 | -5/+12 |
* | rate distored optimal lambda->qp support | Michael Niedermayer | 2003-11-12 | 2 | -9/+63 |
* | mpegvideo is back | Ivan Kalvachev | 2003-11-12 | 3 | -0/+16 |
* | also parse extradata for MPEG4 | Fabrice Bellard | 2003-11-10 | 1 | -0/+12 |
* | new audio/video parser API | Fabrice Bellard | 2003-11-10 | 4 | -2/+949 |
* | exported mpa_decode_header for new parser API | Fabrice Bellard | 2003-11-10 | 2 | -16/+12 |
* | comment fix | Fabrice Bellard | 2003-11-10 | 1 | -2/+2 |
* | added Apple Graphics (SMC) decoder | Mike Melanson | 2003-11-10 | 4 | -1/+515 |
* | 4bpp support | Roberto Togni | 2003-11-09 | 1 | -1/+106 |
* | 8BPS decoder | Roberto Togni | 2003-11-07 | 4 | -1/+232 |
* | Set buffer hints, use cr where available | Roberto Togni | 2003-11-07 | 3 | -5/+45 |
* | Add cr codec capability and buffer hints | Roberto Togni | 2003-11-07 | 2 | -1/+25 |
* | fix context=1 | Michael Niedermayer | 2003-11-06 | 1 | -6/+7 |
* | 100l: sometime palette was not copied to output frame | Roberto Togni | 2003-11-05 | 1 | -7/+7 |
* | * fixes for broken builds on Solaris, OS2 and all bingendian | Roman Shaposhnik | 2003-11-04 | 2 | -6/+16 |
* | av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michael Niedermayer | 2003-11-03 | 6 | -17/+17 |
* | flush fix (untested) | Michael Niedermayer | 2003-11-03 | 1 | -1/+1 |
* | only add prefix after \n | Michael Niedermayer | 2003-11-03 | 1 | -1/+6 |
* | 10l (fixes dct coeff noise reduction) | Michael Niedermayer | 2003-11-03 | 1 | -0/+2 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 48 | -453/+527 |
* | noise reduction of dct coefficients | Michael Niedermayer | 2003-11-02 | 5 | -2/+77 |
* | 10l ... | Michael Niedermayer | 2003-11-02 | 1 | -1/+1 |
* | Moved to new palette API | Roberto Togni | 2003-11-02 | 2 | -36/+27 |
* | Fix some palette related defines, bump build number | Roberto Togni | 2003-11-02 | 1 | -3/+4 |
* | ffv1 rgb support | Michael Niedermayer | 2003-11-01 | 2 | -157/+276 |
* | 100l: free previous frame, not current one! | Roberto Togni | 2003-10-31 | 1 | -2/+3 |
* | Don't memcpy from unallocated memory | Roberto Togni | 2003-10-31 | 1 | -1/+2 |
* | * DV demuxer is now capable of decoding auxilary audio stream. So, | Roman Shaposhnik | 2003-10-31 | 1 | -0/+4 |
* | move identical code into its own function | Michael Niedermayer | 2003-10-30 | 3 | -185/+68 |
* | initalize various uninitalized variables and avoid coded_picture_number as it... | Michael Niedermayer | 2003-10-30 | 1 | -8/+13 |
* | 100l (SAR is written as height/width instead of width/height in the MPEG1 sta... | Michael Niedermayer | 2003-10-30 | 1 | -2/+2 |
* | pts fix and related fixes | Michael Niedermayer | 2003-10-30 | 4 | -31/+32 |
* | revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) | Mike Melanson | 2003-10-30 | 6 | -86/+76 |
* | dumping funny numbers from first zygo i frame header | Michael Niedermayer | 2003-10-29 | 1 | -1/+16 |
* | initial support for zygovideo | Alex Beregszaszi | 2003-10-29 | 1 | -0/+2 |