| Commit message (Expand) | Author | Age | Files | Lines |
* | Compile fix (for GCC<3.3) when encoders are disabled | Guillaume Poirier | 2006-08-15 | 1 | -0/+4 |
* | fix mbd bits bug, finally | Baptiste Coudurier | 2006-05-26 | 1 | -1/+1 |
* | MPEG-2 4:2:2 encoding support | Baptiste Coudurier | 2006-05-16 | 1 | -1/+1 |
* | use previous qscale for intra_dc_threshold check | Michael Niedermayer | 2006-04-28 | 1 | -0/+1 |
* | 2x faster ff_mpeg4_set_direct_mv | Loren Merritt | 2006-04-03 | 1 | -0/+1 |
* | various fixes for xvid_rc | Michael Niedermayer | 2006-03-19 | 1 | -0/+1 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -2/+2 |
* | faster find_startcode() | Michael Niedermayer | 2006-02-04 | 1 | -0/+1 |
* | fixing bframe strategy 2 | Michael Niedermayer | 2006-01-27 | 1 | -0/+2 |
* | warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it | Diego Biurrun | 2006-01-25 | 1 | -2/+2 |
* | xvid ratecontrol support | Michael Niedermayer | 2006-01-24 | 1 | -0/+9 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | second try of improved lambda/qp guessing for motion estimation RD in first pass | Michael Niedermayer | 2005-12-29 | 1 | -0/+1 |
* | better f_code guessing in 2nd pass | Michael Niedermayer | 2005-12-22 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -3/+3 |
* | use correct qp & lambda for ME on the second pass | Michael Niedermayer | 2005-12-19 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -183/+183 |
* | fix user data parsing code so it suppors pre1 and cvs | Michael Niedermayer | 2005-07-24 | 1 | -1/+0 |
* | spelling fixes | Diego Biurrun | 2005-06-17 | 1 | -7/+7 |
* | adding a few const | Michael Niedermayer | 2005-06-01 | 1 | -6/+6 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -1/+0 |
* | Ministry of English Composition, reporting for duty (and the word is "skipped... | Mike Melanson | 2005-04-24 | 1 | -6/+6 |
* | H.264: decode arbitrary frame orders and allow B-frames as references. | Loren Merritt | 2005-03-04 | 1 | -0/+2 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -1/+3 |
* | common.c -> bitstream.c (and the single non bitstream func -> utils.c) | Michael Niedermayer | 2004-12-29 | 1 | -0/+1 |
* | rv20 encoding | Michael Niedermayer | 2004-12-07 | 1 | -0/+1 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -2/+2 |
* | H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) | Michael Niedermayer | 2004-10-28 | 1 | -0/+6 |
* | type fix | Michael Niedermayer | 2004-10-25 | 1 | -1/+1 |
* | h.261 loop filter fix | Michael Niedermayer | 2004-10-08 | 1 | -0/+3 |
* | 1/2 resolution decoding | Michael Niedermayer | 2004-09-25 | 1 | -3/+5 |
* | H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washingto... | Michael Niedermayer | 2004-09-25 | 1 | -1/+1 |
* | mess cleanup | Michael Niedermayer | 2004-09-10 | 1 | -2/+0 |
* | quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ... | Michael Niedermayer | 2004-08-26 | 1 | -1/+5 |
* | mpeg2 chroma422/444 support, may be slower, may be faster for other codecs | Ivan Kalvachev | 2004-06-11 | 1 | -1/+3 |
* | h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d... | Michael Niedermayer | 2004-05-30 | 1 | -0/+5 |
* | warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) | Michael Niedermayer | 2004-05-25 | 1 | -1/+2 |
* | some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge... | Michael Niedermayer | 2004-05-18 | 1 | -0/+2 |
* | motion estimation for SVQ1 | Michael Niedermayer | 2004-05-12 | 1 | -0/+1 |
* | moving motion estimation specific variables from MpegEncContext -> MotionEstC... | Michael Niedermayer | 2004-05-11 | 1 | -5/+5 |
* | remove duplicated find_frame_end() code | Michael Niedermayer | 2004-04-29 | 1 | -1/+2 |
* | support reusing mb types and field select values of the source file, but use ... | Michael Niedermayer | 2004-04-25 | 1 | -1/+0 |
* | motion estimation cleanup | Michael Niedermayer | 2004-04-22 | 1 | -16/+22 |
* | passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like mo... | Michael Niedermayer | 2004-04-17 | 1 | -1/+0 |
* | flv dropable p frame support | Michael Niedermayer | 2004-04-17 | 1 | -1/+2 |
* | unify table indexing (motion_val,dc_val,ac_val,coded_block changed) | Michael Niedermayer | 2004-04-16 | 1 | -1/+4 |
* | init cleanup | Michael Niedermayer | 2004-03-16 | 1 | -0/+1 |
* | h263+ custom pcf support | Michael Niedermayer | 2004-03-10 | 1 | -0/+1 |
* | initial chroma_format changes,xvmc tweaks and codec_cap | Ivan Kalvachev | 2004-03-01 | 1 | -1/+9 |
* | set AVFrame.pts based upon framerate if its 0 | Michael Niedermayer | 2004-02-25 | 1 | -0/+1 |