| Commit message (Expand) | Author | Age | Files | Lines |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -181/+181 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -14/+14 |
* | bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ... | Michael Niedermayer | 2005-12-17 | 1 | -1/+1 |
* | skip_idct | Michael Niedermayer | 2005-07-14 | 1 | -0/+4 |
* | various fixes related to the non alt_bitstream_reader | Michael Niedermayer | 2005-04-18 | 1 | -6/+6 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -1/+1 |
* | more detailed error messages | Michael Niedermayer | 2005-01-23 | 1 | -9/+28 |
* | 1000l to myself for FFMIN(...,0) instead of ...,6) | Michael Niedermayer | 2004-06-19 | 1 | -6/+11 |
* | segfault fix | Michael Niedermayer | 2004-06-19 | 1 | -2/+3 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -2/+0 |
* | don't fetch the size of SEQH unless SEQH was found | Mike Melanson | 2004-03-14 | 1 | -1/+1 |
* | remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> | Mike Melanson | 2004-03-14 | 1 | -3/+1 |
* | be smarter about the variable size of the extra SVQ3 data | Mike Melanson | 2004-03-13 | 1 | -1/+5 |
* | smarten up the SVQ3 extradata decoder without changing the external API | Mike Melanson | 2004-03-13 | 1 | -4/+12 |
* | closed gop support & flags2 as all bits in flags are used | Michael Niedermayer | 2004-01-22 | 1 | -2/+7 |
* | SVQ3 uses unrestricted motion vectors | Mike Melanson | 2003-12-18 | 1 | -1/+2 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -4/+4 |
* | - fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!) | Mike Melanson | 2003-06-27 | 1 | -137/+141 |
* | don't step on the context | Mike Melanson | 2003-06-20 | 1 | -3/+3 |
* | added support for B-frames and multiple slices | Mike Melanson | 2003-06-19 | 1 | -130/+380 |
* | make ff_emulated_edge_mc() independant of MpegEncContext | Michael Niedermayer | 2003-06-18 | 1 | -2/+2 |
* | Warning and compatibility fixes. | Falk Hüffner | 2003-05-24 | 1 | -1/+1 |
* | bigendian fix | Michael Niedermayer | 2003-05-16 | 1 | -1/+1 |
* | CODEC_CAP_DRAW_HORIZ_BAND | Michael Niedermayer | 2003-05-16 | 1 | -13/+19 |
* | moving the svq3 motion compensation stuff to dsputil (this also means that ex... | Michael Niedermayer | 2003-05-15 | 1 | -124/+17 |
* | optimize | Michael Niedermayer | 2003-05-15 | 1 | -25/+41 |
* | cleanup | Michael Niedermayer | 2003-05-14 | 1 | -1/+1 |
* | optimizations | Michael Niedermayer | 2003-05-13 | 1 | -17/+34 |
* | optimizations | Michael Niedermayer | 2003-05-13 | 1 | -0/+7 |
* | change the way the ImageDescription is passed to the decoder | Mike Melanson | 2003-05-10 | 1 | -13/+19 |
* | svq3 decoder by anonymous | Michael Niedermayer | 2003-05-09 | 1 | -0/+770 |