2188 Commits (8b4d077fc9de4d57ee874ca9007ed1553f224853)

Author SHA1 Message Date
Michael Niedermayer 6bc7981995 10l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) 21 years ago
Roberto Togni 8b408dbf0f Add support for qtrle4 (16 colors/gray levels) 21 years ago
Michael Niedermayer bb8140f29d h261 dequant fix 21 years ago
Michael Niedermayer b658ecfeb8 removing h263 specific code 21 years ago
Michael Niedermayer b37e98c8a2 simplify 21 years ago
Michael Niedermayer fdbbf2e0fc rewrite h261 loop filter 21 years ago
Michael Niedermayer c6148de232 h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) 21 years ago
Romain Dolbeau 20646267cd Another (final?) patch for libpostproc. 21 years ago
Michael Niedermayer 5751815562 export low_delay for encoding too 21 years ago
Romain Dolbeau a7b2871cd1 Newer version, using a vectorized version of the 21 years ago
Michael Niedermayer 39d89b6966 per line lowpass filter in mmx 21 years ago
Michael Niedermayer 792a5a7c6a mmx optimized version of the per line/accurate deblock filter 21 years ago
Michael Niedermayer 8c8bbd10e0 faster c lowpass filter 21 years ago
Michael Niedermayer 12eebd26ae accurate/slow (per line instead of per block) deblock filter spport which is identical to what is recommanded in the mpeg4 spec 21 years ago
Michael Niedermayer b0ac780ac5 altivec optimizations and horizontal filter fix by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
Michael Niedermayer 12013f67c4 10l fixes by ("Debabrata Banerjee" <davatar at comcast dot net>) 21 years ago
Michael Niedermayer b876b5c5f7 10l (interlaced b frame decoding fix) 21 years ago
Mike Melanson 8b58ed6384 rpza resolution fix, courtesy of Todd Kirby (doubleshot at pacbell.net) 21 years ago
Michael Niedermayer 50071f0b48 avcodec_find is in no header file, and appearently not used or very usefull so lets make it static ... 21 years ago
Michael Niedermayer 4df8ca9df2 warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
Michael Niedermayer a62aecce2c mpeg audio timestamp fix 21 years ago
Michael Niedermayer e8733cc4d9 more data_size=0 cleanup 21 years ago
Michael Niedermayer 53db1cae1c data_size = 0 cleanup 21 years ago
Michael Niedermayer 5da42be192 oops, forgot to commit that change from the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
Michael Niedermayer 3a56975147 forgotten prototypes 21 years ago
Chris Flerackers a7fcb3ea5c rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot be>) 21 years ago
Michael Niedermayer e96682e6f4 some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
Roman Shaposhnik a8eb52a8c3 * reimplementation using mutexes and condition variables. 21 years ago
Michael Niedermayer 2b5296d26b mention avcodec_align_dimensions() 21 years ago
Michael Niedermayer cc77b9435b removing unused encoding code 21 years ago
Michael Niedermayer fcee016467 automatic pixel format selection 21 years ago
Michael Niedermayer 270f878447 segfault fix 21 years ago
Michael Niedermayer 3178a86584 support skiped blocks in SVQ1 21 years ago
Michael Niedermayer 5e13a73006 motion estimation for SVQ1 21 years ago
Michael Niedermayer caa50878f4 UINT64_MAX fix 21 years ago
Michael Niedermayer 1f202b0d46 moving motion estimation specific variables from MpegEncContext -> MotionEstContext 21 years ago
Michael Niedermayer af4091f194 reduce dependancy between motion estimation and MpegEncContext 21 years ago
Michael Niedermayer ca8ad84767 dummy avcodec_thread_init() to avoid linking issues 21 years ago
Michael Niedermayer ec6d8af5aa p frame encoding, only with 0,0 motion vectors yet though 21 years ago
Michael Niedermayer 0d8e09f8bf using pointers so the code could eventually be used for P frames 21 years ago
Michael Niedermayer bab97b2f6c width height %64 != 0 fix 21 years ago
Roberto Togni 2a0dbb1efc buffer hints, use reget_buffer, removed copy from previous frame 21 years ago
Michael Niedermayer 14aa9da3d6 color and 10l 21 years ago
Michael Niedermayer fa2ae82206 rate distorted intra only encoding 21 years ago
Michael Niedermayer 5e502c3ff7 10l 21 years ago
Mike Melanson 3b64893dae first pass at a Sorenson Video 1 (SVQ1) encoder 21 years ago
Michael Niedermayer 4ccde216cd support decoding mpeg4 with buggy dc clipping 21 years ago
Michael Niedermayer a7137a0452 mpeg4 dc prediction simplification 21 years ago
Michael Niedermayer 4c263142c5 use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 64*32/32 21 years ago
Michael Niedermayer 29adde838c arbitrary precision integer support 21 years ago