237 Commits (4ea28253b6d67bec160a9a53eb924cdc4ecaaea1)

Author SHA1 Message Date
Steve L'Homme 68b51e58ce MSVC-compatible __align8/__align16 declaration 19 years ago
Michael Niedermayer 82fcbc145d faster find_startcode() 19 years ago
Michael Niedermayer 07fc2b8278 fixing bframe strategy 2 19 years ago
Diego Biurrun f038fe8b4a warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it 19 years ago
Michael Niedermayer 64b7c5b6f6 xvid ratecontrol support 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Michael Niedermayer 88e51e1fb5 second try of improved lambda/qp guessing for motion estimation RD in first pass 19 years ago
Michael Niedermayer 82b019cefd better f_code guessing in 2nd pass 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Michael Niedermayer 8ed9f9ab32 use correct qp & lambda for ME on the second pass 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 91d44ffc9a fix user data parsing code so it suppors pre1 and cvs 19 years ago
Diego Biurrun bb628dae44 spelling fixes 20 years ago
Michael Niedermayer c26ae41db2 adding a few const 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 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
Loren Merritt 2f944356bf H.264: decode arbitrary frame orders and allow B-frames as references. 20 years ago
Michael Niedermayer 0ecca7a49f various security fixes and precautionary checks 20 years ago
Michael Niedermayer caa336b4cc common.c -> bitstream.c (and the single non bitstream func -> utils.c) 20 years ago
Michael Niedermayer d0271e8a3a rv20 encoding 20 years ago
Burkhard Plaum 073c2593c9 Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) 20 years ago
Michael Niedermayer 1c3990dbba H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) 20 years ago
Michael Niedermayer 0f242af274 type fix 20 years ago
Michael Niedermayer 5f6c92d40c h.261 loop filter fix 20 years ago
Michael Niedermayer 178fcca848 1/2 resolution decoding 20 years ago
Michael Niedermayer 5cbb0e70a0 H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washington dot edu>) 20 years ago
Michael Niedermayer c32b14bb9c mess cleanup 20 years ago
Michael Niedermayer 155ec6edf8 quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, but can be extended to other block sizes easily) 20 years ago
Ivan Kalvachev ffdff4d7e8 mpeg2 chroma422/444 support, may be slower, may be faster for other codecs 21 years ago
Michael Niedermayer c6148de232 h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) 21 years ago
Michael Niedermayer 4df8ca9df2 warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
Michael Niedermayer e96682e6f4 some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
Michael Niedermayer 5e13a73006 motion estimation for SVQ1 21 years ago
Michael Niedermayer 1f202b0d46 moving motion estimation specific variables from MpegEncContext -> MotionEstContext 21 years ago
Michael Niedermayer e4cb187db8 remove duplicated find_frame_end() code 21 years ago
Michael Niedermayer f20f8a8b0b support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors 21 years ago
Michael Niedermayer 2750b827b3 motion estimation cleanup 21 years ago
Michael Niedermayer a4d36c1113 passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like motion vectors can be passed from the decoder to the encoder 21 years ago
Michael Niedermayer 14e2a9404e flv dropable p frame support 21 years ago
Michael Niedermayer 137c8468e8 unify table indexing (motion_val,dc_val,ac_val,coded_block changed) 21 years ago
Michael Niedermayer 3edcacde04 init cleanup 21 years ago
Michael Niedermayer b056e73c80 h263+ custom pcf support 21 years ago
Ivan Kalvachev 5e5c247a7c initial chroma_format changes,xvmc tweaks and codec_cap 21 years ago
Michael Niedermayer e51f49487e set AVFrame.pts based upon framerate if its 0 21 years ago
Michael Niedermayer c62c07d3d7 multithreaded mpeg2 decoding 21 years ago
Michael Niedermayer 9c3d33d67f multithreaded/SMP motion estimation 21 years ago
Alex Beregszaszi fe455f3328 get_bit_count -> put_bits_count 21 years ago
Michael Niedermayer 303e50e65b closed gop support & flags2 as all bits in flags are used 21 years ago
Michael Niedermayer 8f2ab83318 copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise 21 years ago
Michael Niedermayer 783df5f347 denoise_dct_mmx() 21 years ago