4540 Commits (ca2a0c938e30cadb33e1731965bfac4e9215e121)

Author SHA1 Message Date
Michael Niedermayer 9301a0b4a9 merge asm fragments in H264_CHROMA_MC2_TMPL() 18 years ago
Michael Niedermayer 04cfef21ff sanity check 18 years ago
Michael Niedermayer 960964f5a9 fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily) 18 years ago
Justin Ruggles f7a49547de fix parsing of RealAudio AC-3/DolbyNet 18 years ago
Luca Abeni ab1c6dc95c Directly access av_log_level instead of calling av_log_{set, get}_level() 18 years ago
Reimar Döffinger 5959a29893 Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian. 18 years ago
Michael Niedermayer 7dda43eefd vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back) 18 years ago
Michael Niedermayer 6836af5250 doxygenize 18 years ago
Diego Biurrun 013591c5f2 Add a comment about swapped numerator and denominator. 18 years ago
Diego Biurrun 9b1a3ea0de missing spaces 18 years ago
Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
Michael Niedermayer a1fd944f73 workaround sign bug 18 years ago
Michael Niedermayer 21ac1d47d1 10l use of uninitalized var 18 years ago
Michael Niedermayer e8ebd57360 kill debuging code 18 years ago
Michael Niedermayer 5968607304 wma encoder 18 years ago
Michael Niedermayer aad512b4ec Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) 18 years ago
Michael Niedermayer 7d4495dafe simplify and remove useless index in AV_W* 18 years ago
Kostya Shishkov ac91185fb7 Progressive frames disguised as interlaced are supported 18 years ago
Kostya Shishkov 6eda6e37a9 B-frames could not be determined from broken_link/closed_entry, use fixed value 18 years ago
Kostya Shishkov 02c823d4f3 Wrong flag tested 18 years ago
Aurelien Jacobs 5e5067c73d ensure that data[0] is set to NULL for next frame 18 years ago
Måns Rullgård 7ee829922b oops, revert accidental checkin 18 years ago
Måns Rullgård 271593f123 fix multichannel decoding 18 years ago
Måns Rullgård 3a0495a29f move static variables to private context struct 18 years ago
Måns Rullgård 89fa5b4e23 remove preprocessor cruft 18 years ago
Måns Rullgård 8af23633a2 cosmetics: don't needlessly open new blocks 18 years ago
Måns Rullgård ac49ddc60d cosmetic: indent sensibly so code can be read at all 18 years ago
Diego Biurrun 52548eeede BMP encoder by Michel Bardiaux, mbardiaux mediaxim be 18 years ago
Sascha Sommer 8274e4224a fix use of uninitialized variables 18 years ago
Benoit Fouet 487747de57 Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com. 18 years ago
Kostya Shishkov 4305a4ef0d Set codec dimensions in extradata parsing 18 years ago
Kostya Shishkov 5dc4b2108f table fix 18 years ago
Michael Niedermayer ac975ac462 useless as this file wont be compiled if this is not true 18 years ago
Kostya Shishkov 93731ff27d Save frame header info in context variables 18 years ago
Kostya Shishkov f0c31621c6 Set frame rate from extradata 18 years ago
Michael Niedermayer 5773d46009 factorize switch_buffer() 18 years ago
Michael Niedermayer e0cf92048a fix decoding of takethat.mp3 18 years ago
Kostya Shishkov f0a85d5f5c These messages are just for debug purposes 18 years ago
Kostya Shishkov e7cf38e556 Set codec dimensions if provided by extradata 18 years ago
Kostya Shishkov 35bffd7f3d VC-1 parser 18 years ago
Kostya Shishkov 8165ee9394 0x00000103 is not an escape marker 18 years ago
Michael Niedermayer 3d7232ff00 add FIXME 18 years ago
Kostya Shishkov 77ccd3ba54 General approach to parsing chunks in VC-1 AP 18 years ago
Michael Niedermayer 14c49573d8 some (probably exploitable) out of array write fixes 18 years ago
Måns Rullgård 7348ed6e94 missed a redundant load 18 years ago
Måns Rullgård 7c6c0dd9e7 revert accidental checkin 18 years ago
Måns Rullgård ac62b62600 save one cycle 18 years ago
Måns Rullgård 173fd724f5 remove redundant loads 18 years ago
Kostya Shishkov b956373b6f Check for out-of-bounds access 18 years ago
Michel Bardiaux 286c71074a Add decode_end method to bmp decoder. Patch by Michel Bardiaux, 18 years ago