summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAge
* Fixes:Dominik Mierzejewski2006-10-08
* Fixes:Dominik Mierzejewski2006-10-08
* Fixes:Dominik Mierzejewski2006-10-08
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix buffer underflows by reencoding the current frame with a higher QPMichael Niedermayer2006-10-05
* Move the ratecontrol related code from mpegvideo.h to a separate header file.Panagiotis Issaris2006-09-29
* Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there andPanagiotis Issaris2006-09-29
* dc_val should be signedMåns Rullgård2006-09-27
* fix some signedness warningsMåns Rullgård2006-09-27
* Make ratecontrol use ff_eval2().Panagiotis Issaris2006-09-27
* Compile fix (for GCC<3.3) when encoders are disabledGuillaume Poirier2006-08-15
* fix mbd bits bug, finallyBaptiste Coudurier2006-05-26
* MPEG-2 4:2:2 encoding supportBaptiste Coudurier2006-05-16
* use previous qscale for intra_dc_threshold checkMichael Niedermayer2006-04-28
* 2x faster ff_mpeg4_set_direct_mvLoren Merritt2006-04-03
* various fixes for xvid_rcMichael Niedermayer2006-03-19
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* faster find_startcode()Michael Niedermayer2006-02-04
* fixing bframe strategy 2Michael Niedermayer2006-01-27
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
* xvid ratecontrol supportMichael Niedermayer2006-01-24
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* second try of improved lambda/qp guessing for motion estimation RD in first passMichael Niedermayer2005-12-29
* better f_code guessing in 2nd passMichael Niedermayer2005-12-22
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* use correct qp & lambda for ME on the second passMichael Niedermayer2005-12-19
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* fix user data parsing code so it suppors pre1 and cvsMichael Niedermayer2005-07-24
* spelling fixesDiego Biurrun2005-06-17
* adding a few constMichael Niedermayer2005-06-01
* switch to native time basesMichael Niedermayer2005-04-30
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* H.264: decode arbitrary frame orders and allow B-frames as references.Loren Merritt2005-03-04
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
* rv20 encodingMichael Niedermayer2004-12-07
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-28
* type fixMichael Niedermayer2004-10-25
* h.261 loop filter fixMichael Niedermayer2004-10-08
* 1/2 resolution decodingMichael Niedermayer2004-09-25
* H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washingto...Michael Niedermayer2004-09-25
* mess cleanupMichael Niedermayer2004-09-10
* quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ...Michael Niedermayer2004-08-26
* mpeg2 chroma422/444 support, may be slower, may be faster for other codecsIvan Kalvachev2004-06-11
* h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...Michael Niedermayer2004-05-30
* warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)Michael Niedermayer2004-05-25
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18
* motion estimation for SVQ1Michael Niedermayer2004-05-12
* moving motion estimation specific variables from MpegEncContext -> MotionEstC...Michael Niedermayer2004-05-11