| Commit message (Expand) | Author | Age | Files | Lines |
* | Workaround adjustments for DivX 6.1 and later | Lord | 2007-06-13 | 1 | -2/+2 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -3/+4 |
* | disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in | Aurelien Jacobs | 2007-05-10 | 1 | -5/+6 |
* | move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c | Aurelien Jacobs | 2007-05-09 | 1 | -41/+1 |
* | Move H.263 parser to its own file. | Diego Biurrun | 2007-05-08 | 1 | -69/+2 |
* | make some parser parameters const to avoid casting const to non-const | Aurelien Jacobs | 2007-05-07 | 1 | -4/+4 |
* | Corrections so that builds with DEBUG work | Michel Bardiaux | 2007-03-08 | 1 | -1/+2 |
* | 1/0 fix | Michael Niedermayer | 2007-01-22 | 1 | -1/+1 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 1 | -1/+1 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 1 | -1/+1 |
* | add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values | Baptiste Coudurier | 2006-11-07 | 1 | -7/+7 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | 10l in r6412 | Loren Merritt | 2006-10-04 | 1 | -2/+2 |
* | approximate qpel functions: sacrifice some quality for some decoding speed. e... | Loren Merritt | 2006-10-01 | 1 | -0/+11 |
* | printf -> av_log, only occurs in DEBUG cases | Mike Melanson | 2006-08-04 | 1 | -2/+2 |
* | --enable/disable parsers. Warning: some combinations are broken. | Måns Rullgård | 2006-07-09 | 1 | -0/+4 |
* | Fix initialization of vc1_decoder (the same as wmv3_decoder). | Reimar Döffinger | 2006-06-29 | 1 | -0/+1 |
* | cleanup picture / debug output code | Michael Niedermayer | 2006-03-10 | 1 | -9/+8 |
* | (f)printf --> av_log conversion | Steve L'Homme | 2006-03-08 | 1 | -2/+2 |
* | RMP4 ("xvid fork") decoding support | Michael Niedermayer | 2006-02-19 | 1 | -1/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | also autodetect xvid idct if bitexact is used | Michael Niedermayer | 2005-12-21 | 1 | -1/+1 |
* | fix custom matrix permutation if xvid idct is autoselected and you have bad luck | Michael Niedermayer | 2005-12-18 | 1 | -0/+2 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -79/+79 |
* | select xvid idct for xvid files if possible | Michael Niedermayer | 2005-09-10 | 1 | -2/+2 |
* | skip_idct | Michael Niedermayer | 2005-07-14 | 1 | -0/+4 |
* | spelling fixes | Diego Biurrun | 2005-06-17 | 1 | -4/+4 |
* | avoid unneeded clear_blocks() | Michael Niedermayer | 2005-04-25 | 1 | -2/+1 |
* | Ministry of English Composition, reporting for duty (and the word is "skipped... | Mike Melanson | 2005-04-24 | 1 | -3/+3 |
* | AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>) | Michael Niedermayer | 2005-03-06 | 1 | -12/+0 |
* | In that patch: | anonymous | 2005-01-30 | 1 | -0/+5 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -2/+2 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -3/+6 |
* | fix decoding of http://mplayerhq.hu/~diego/problem.mov | Michael Niedermayer | 2005-01-05 | 1 | -1/+1 |
* | automatic workaround for another padding bug | Michael Niedermayer | 2004-11-13 | 1 | -8/+10 |
* | xvid fake divx version workaround | Michael Niedermayer | 2004-10-15 | 1 | -0/+5 |
* | 10l (wrong variable) | Michael Niedermayer | 2004-09-28 | 1 | -1/+1 |
* | lowres width/height cleanup 3rd try | Michael Niedermayer | 2004-09-27 | 1 | -8/+5 |
* | set AVCodecContext.width/height to the picture width/height instead of the on... | Michael Niedermayer | 2004-09-27 | 1 | -4/+7 |
* | lowres slice fix | Michael Niedermayer | 2004-09-26 | 1 | -2/+3 |
* | 10l, non-x86 fix | Alex Beregszaszi | 2004-06-26 | 1 | -1/+4 |
* | use libmpeg2 idct to decode xvid videos unless the user forced some other idct | Michael Niedermayer | 2004-06-25 | 1 | -1/+5 |
* | infinite loop fix | Michael Niedermayer | 2004-06-03 | 1 | -1/+1 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -2/+0 |
* | support decoding mpeg4 with buggy dc clipping | Michael Niedermayer | 2004-05-05 | 1 | -0/+6 |
* | remove duplicated find_frame_end() code | Michael Niedermayer | 2004-04-29 | 1 | -15/+45 |
* | segfault fix | Michael Niedermayer | 2004-04-16 | 1 | -1/+2 |
* | interlaced chroma MC divx-bug workaround | Michael Niedermayer | 2004-04-02 | 1 | -0/+2 |
* | init cleanup | Michael Niedermayer | 2004-03-16 | 1 | -1/+1 |