| Commit message (Expand) | Author | Age | Files | Lines |
* | add a ff_ prefix to the now exported mpeg1_find_frame_end() function | Aurelien Jacobs | 2007-05-05 | 1 | -1/+1 |
* | move mpegvideo_parser in it's own file | Aurelien Jacobs | 2007-05-05 | 1 | -0/+12 |
* | typos/grammar | Diego Biurrun | 2007-04-07 | 1 | -1/+1 |
* | Add doxy comments, based on Loren's explanations posted here: | Guillaume Poirier | 2007-03-31 | 1 | -1/+5 |
* | move RLTable stuff to its own header | Michael Niedermayer | 2007-03-14 | 1 | -28/+1 |
* | skiprd | Michael Niedermayer | 2006-12-23 | 1 | -0/+1 |
* | skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s... | Michael Niedermayer | 2006-12-21 | 1 | -0/+2 |
* | throw error if unsupported resolution is used with h261 | Baptiste Coudurier | 2006-11-16 | 1 | -0/+1 |
* | add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values | Baptiste Coudurier | 2006-11-07 | 1 | -0/+2 |
* | move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo... | Baptiste Coudurier | 2006-11-06 | 1 | -19/+1 |
* | lambda* should be unsigned | Michael Niedermayer | 2006-10-28 | 1 | -2/+2 |
* | Fixes: | Dominik Mierzejewski | 2006-10-08 | 1 | -0/+1 |
* | Fixes: | Dominik Mierzejewski | 2006-10-08 | 1 | -0/+2 |
* | Fixes: | Dominik Mierzejewski | 2006-10-08 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | fix buffer underflows by reencoding the current frame with a higher QP | Michael Niedermayer | 2006-10-05 | 1 | -0/+1 |
* | Move the ratecontrol related code from mpegvideo.h to a separate header file. | Panagiotis Issaris | 2006-09-29 | 1 | -66/+2 |
* | Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and | Panagiotis Issaris | 2006-09-29 | 1 | -10/+0 |
* | dc_val should be signed | Måns Rullgård | 2006-09-27 | 1 | -2/+2 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -5/+5 |
* | Make ratecontrol use ff_eval2(). | Panagiotis Issaris | 2006-09-27 | 1 | -0/+6 |
* | 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 |