315 Commits (c74915cda4e32b2765707ba39345814050c87b4d)

Author SHA1 Message Date
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Michael Niedermayer 6d3124961b fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) 18 years ago
Måns Rullgård b86216de4c dc_val should be signed 18 years ago
Måns Rullgård 62bb489b13 add some #ifdef CONFIG_ENCODERS/DECODERS 18 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago
Michael Niedermayer 25be48eb48 fix non ALT bitstream reader 18 years ago
Michael Niedermayer 3b29cb6b59 add outcommented chunk of code to handle stuffing MBs at the end of slices (IMHO the standard doesnt allow this and there are no real world files which need it) 19 years ago
Michael Niedermayer 7f12a9780e use previous qscale for intra_dc_threshold check 19 years ago
D Richard Felker III 7b98bcbd0f signedness error caused broken decoding 19 years ago
D Richard Felker III c4e2a535b3 100l to loren. at least this fixes the compile error, but the code is still broken (decoding buggy/crashing) 19 years ago
Loren Merritt 841f65f25a 2x faster ff_mpeg4_set_direct_mv 19 years ago
Michael Niedermayer 1956e16653 fixing interlaced direct mode field select values 19 years ago
Michael Niedermayer c1341a57f2 reset interlaced_dct flag 19 years ago
Michael Niedermayer cb666260a0 fixing uninitalized dc_pred_dir 19 years ago
Michael Niedermayer 9e801ee2fa very minor optimization 19 years ago
Michael Niedermayer f7287c42b2 unused variable 19 years ago
Michael Niedermayer 07fc2b8278 fixing bframe strategy 2 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Benjamin Larsson 946c113046 get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h 19 years ago
Michael Niedermayer b7c51ebc89 slightly better mv_penalty table 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 63d33cf439 bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by (Steve Lhomme | slhomme divxcorp com) 19 years ago
Måns Rullgård 4733abcbf3 use PRIxN, %zd, %td formats where needed 19 years ago
Michael Niedermayer 0f88407075 set pts for h.263 decoding 19 years ago
Diego Biurrun 344b825ceb Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. 19 years ago
Michael Niedermayer 95ae72b7e0 Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 19 years ago
Michael Niedermayer 5aa083eec1 A.B.C versions 20 years ago
Michael Niedermayer e53222d19b try to check for nonsense time_base instead of setting fake one 20 years ago
Michael Niedermayer efbc614de0 check time_base.den for mpeg4 20 years ago
Michael Niedermayer 91d44ffc9a fix user data parsing code so it suppors pre1 and cvs 20 years ago
Michael Niedermayer d9dd7a0d2c minor user data reading bugfix 20 years ago
Diego Biurrun bb628dae44 spelling fixes 20 years ago
Michael Niedermayer cf5c5c8f08 10l (%f vs. %Ld) 20 years ago
Michael Niedermayer 160147ccfc fixing decoding of AlanKay-245.asf 20 years ago
Michael Niedermayer 9cd8179818 #defines for strict_std_compliance and split between inofficial extensions and non standarized things 20 years ago
Kevin Baragona 893bc62480 Even More spelling errors. patch by (Kevin Baragona <kevinmb500 gawab com) 20 years ago
Michael Niedermayer 8b975b7ca5 put most codecs under ifdefs 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 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 e91f4bf160 avoid UPDATE_CACHE() in GET_RL_VLC() if not needed 20 years ago
Michael Niedermayer 59fa3f96f4 support omiting various headers in mpeg4 as WMP seems to have difficulty with them 20 years ago
Michael Niedermayer c1e292ea91 fixing playback of xvid pretending to be divx (sample_vop_nc.avi) 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michael Niedermayer 3f26d68aec emulate (idiotic) MS behavior for inconsistant dimensions 20 years ago
Michael Niedermayer 1b781f82c9 support skiping some bitstream encoding 20 years ago
Michael Niedermayer 2c65638640 x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>) 20 years ago
Michael Niedermayer 0ecca7a49f various security fixes and precautionary checks 20 years ago
Michael Niedermayer 85df8f7cf0 print "D" instead of "P" for dropable frames in flv with -debug 1 20 years ago