183 Commits (8925915fccefe7389f374e87af8e132c4ecf6d16)

Author SHA1 Message Date
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Loren Merritt a1b13cf590 10l in r6412 18 years ago
Loren Merritt 2833fc4646 approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. 18 years ago
Mike Melanson 9bd0d79fcb printf -> av_log, only occurs in DEBUG cases 18 years ago
Måns Rullgård af9e7d1810 --enable/disable parsers. Warning: some combinations are broken. 18 years ago
Reimar Döffinger c6bb50e002 Fix initialization of vc1_decoder (the same as wmv3_decoder). 19 years ago
Michael Niedermayer 5430b070a8 cleanup picture / debug output code 19 years ago
Steve L'Homme 267f7edcd1 (f)printf --> av_log conversion 19 years ago
Michael Niedermayer c2ca19d7f9 RMP4 ("xvid fork") decoding support 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Michael Niedermayer a2f3431fc4 also autodetect xvid idct if bitexact is used 19 years ago
Michael Niedermayer 6baac1afd6 fix custom matrix permutation if xvid idct is autoselected and you have bad luck 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer ddabdfefa8 select xvid idct for xvid files if possible 19 years ago
Michael Niedermayer 8c3eba7c62 skip_idct 19 years ago
Diego Biurrun bb628dae44 spelling fixes 20 years ago
Michael Niedermayer dee6dde669 avoid unneeded clear_blocks() 20 years ago
Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
Michael Niedermayer 40c5fa2689 AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>) 20 years ago
anonymous 0d33db8a4d In that patch: 20 years ago
Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 20 years ago
Michael Niedermayer 0ecca7a49f various security fixes and precautionary checks 20 years ago
Michael Niedermayer 503a47255f fix decoding of http://mplayerhq.hu/~diego/problem.mov 20 years ago
Michael Niedermayer 4940ed6ae1 automatic workaround for another padding bug 20 years ago
Michael Niedermayer 45cb4767bc xvid fake divx version workaround 20 years ago
Michael Niedermayer cfeae977a7 10l (wrong variable) 20 years ago
Michael Niedermayer 21adafec2a lowres width/height cleanup 3rd try 20 years ago
Michael Niedermayer 4f8a831994 set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0) 20 years ago
Michael Niedermayer af2a9e8fdb lowres slice fix 20 years ago
Alex Beregszaszi b442a92f85 10l, non-x86 fix 21 years ago
Michael Niedermayer ee0c00d3b4 use libmpeg2 idct to decode xvid videos unless the user forced some other idct 21 years ago
Michael Niedermayer 676e61c7bb infinite loop fix 21 years ago
Michael Niedermayer 53db1cae1c data_size = 0 cleanup 21 years ago
Michael Niedermayer 4ccde216cd support decoding mpeg4 with buggy dc clipping 21 years ago
Michael Niedermayer e4cb187db8 remove duplicated find_frame_end() code 21 years ago
Michael Niedermayer e4a1fdfdee segfault fix 21 years ago
Michael Niedermayer b44bdf7eec interlaced chroma MC divx-bug workaround 21 years ago
Michael Niedermayer 3edcacde04 init cleanup 21 years ago
Michael Niedermayer 303e50e65b closed gop support & flags2 as all bits in flags are used 21 years ago
Michael Niedermayer fb204d4bc1 xvid "packed" stuff support 21 years ago
Michael Niedermayer 8f2ab83318 copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise 21 years ago
Wolfgang Hesseler 0c9bbaec60 motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 21 years ago
Michael Niedermayer d55f7b6521 cleanup 21 years ago
Michael Niedermayer ba58dabc5c h263 slice structured mode 21 years ago
Michael Niedermayer 554daa2402 cleanup 21 years ago
Michael Niedermayer 6beeb962a2 h263 modified quantization fix 21 years ago
Michael Niedermayer fcfee63b12 split ff_h263_decode_mb() into h263 and mpeg4 versions 21 years ago
Michael Niedermayer 332f9ac4e3 h263 loop filter 21 years ago
Michael Niedermayer 68b94c354d rv20 decoder 21 years ago
Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago