1388 Commits (39518b493f4780f1cd5d8e45aed728049a74d556)

Author SHA1 Message Date
Michael Niedermayer f138f88364 100l (document buffer padding requirements) 22 years ago
Zdenek Kabelac 2def278a45 * sync 22 years ago
Zdenek Kabelac 445ad18d65 * link libfaad when needed 22 years ago
Zdenek Kabelac aea22133c4 * quiet missing EOF \n warning 22 years ago
Zdenek Kabelac 280bd7b7de * support for AAC audio streams via libfaad 22 years ago
Mike Melanson 74c0ac1274 fix image buffer leak on keyframes, add more error condition checks 22 years ago
Roman Shaposhnik affd55a132 * fixing a bug in avpicture_layout (PAL8 wasn't handled properly) 22 years ago
Dan Christiansen 04431ca1c0 ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>) 22 years ago
Michael Niedermayer 0549302188 more idct_permute docs 22 years ago
Mike Melanson 96a7e73b24 fix motion vector decoding bug and reinstate interframes 22 years ago
Mike Melanson 463d086bb5 get those permutations straight 22 years ago
Mike Melanson 892fc83e88 squashed a bunch of subtle array indexing bugs, fixed block mapping 22 years ago
Michael Niedermayer 85ea6b2958 print obmc bug info only if avctx->debug&1 22 years ago
Mike Melanson 0433188259 dump the shady binary search logic (the part that binary searches 22 years ago
Mike Melanson 89a79364ed change the way the ImageDescription is passed to the decoder 22 years ago
Michael Niedermayer 8b82a95675 svq3 decoder by anonymous 22 years ago
Mike Melanson a466e345e4 correct the custom coding mode alphabet, add some validation on the 22 years ago
Michael Niedermayer 5fd74135ad more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot com>) 22 years ago
Roman Shaposhnik 631670888d * introducing new public interface in imgconvert.c 22 years ago
Mike Melanson 4e80eb21af looking better all the time! motion compensation is starting to work 22 years ago
Mike Melanson 44ae98ddef fixed buffer allocation logic (hopefully) so that decoder does not crash 22 years ago
Michael Niedermayer e20c40697c release buffer cleanup 22 years ago
Mike Melanson 61873c4a44 fix decoder so that ffmpeg does not crash, at least not right away 22 years ago
Michael Niedermayer 814b648c75 Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>) 22 years ago
Michael Niedermayer eb14c71360 doxy 22 years ago
Mike Melanson d86053a416 first pass at a new VP3 video decoder 22 years ago
Arpi 9616355144 looks better (req. for mp-G2) 22 years ago
Roman Shaposhnik ed543377a4 making it nicer to the client who doesn't expect errors messages in stdout 22 years ago
Roman Shaposhnik 880e8ba730 * fixing NTSC frame rate for DV streams 22 years ago
Michael Niedermayer cfcff63685 10l 22 years ago
Michael Niedermayer 067ff8b1ee tired 22 years ago
Michael Niedermayer bb463d8102 10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers) 22 years ago
Michael Niedermayer 7c9375f15a 10l 22 years ago
Michael Niedermayer a0c8317396 2pass stats fix (by ffdshow cvslog) 22 years ago
Michael Niedermayer 93d4546633 typo in a comment ... 22 years ago
Michael Niedermayer d90cf87b90 fixing mixed dr1 + internal buffers 22 years ago
Michael Niedermayer 5755c27f47 doc fixes (forgot to commit) 22 years ago
Zdenek Kabelac 5d23497493 * more strict types 22 years ago
Michael Niedermayer 80097bbf71 cleanup mpeg1/2 bitstream parser 22 years ago
Zdenek Kabelac 5cd62665f0 * fixed initialization and some memleak 22 years ago
Fabrice Bellard b5ff5e22e9 rgb555 alpha extraction fix 22 years ago
Fabrice Bellard 0469baf14f added img_get_alpha_info() 22 years ago
Fabrice Bellard 0a05e4940b fixed PIX_FMT_YUV422 conversions 22 years ago
Fabrice Bellard 0a9ad8d13d loss fixes (thanks to Daniel Serpell) - shrink22 fix 22 years ago
Fabrice Bellard e352ff0895 added all missing UV conversions 22 years ago
Fabrice Bellard 7e7e594092 almost exhaustive image conversion support 22 years ago
Fabrice Bellard c50c0bc88b accurate YUV to RGB and RGB to YUV conversions - added comments 22 years ago
Fabrice Bellard b6147995ac YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support 22 years ago
Fabrice Bellard 59cf08ce90 fixed static init 22 years ago
Fabrice Bellard fab219971e new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size) 22 years ago