summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAge
* exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer2007-08-01
* simplify ff_h263_round_chroma()Michael Niedermayer2007-07-11
* move ff_h263_round_chroma() to mpegvideo.h as static inlineMåns Rullgård2007-07-11
* Split ff_set_mpeg4_time() and move the non mpeg4 specific partAurelien Jacobs2007-07-10
* trivial warning fixesMåns Rullgård2007-07-08
* move ff_copy_bits to bitstream.cAurelien Jacobs2007-07-06
* make DCT_common_init() staticAurelien Jacobs2007-07-05
* misc spelling fixesDiego Biurrun2007-06-12
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-18
* remove some unused mjpeg encoding variablesAurelien Jacobs2007-05-14
* add a ff_ prefix to the now exported mpeg1_find_frame_end() functionAurelien Jacobs2007-05-05
* move mpegvideo_parser in it's own fileAurelien Jacobs2007-05-05
* typos/grammarDiego Biurrun2007-04-07
* Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier2007-03-31
* move RLTable stuff to its own headerMichael Niedermayer2007-03-14
* skiprdMichael Niedermayer2006-12-23
* skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer2006-12-21
* throw error if unsupported resolution is used with h261Baptiste Coudurier2006-11-16
* add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier2006-11-07
* move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier2006-11-06
* lambda* should be unsignedMichael Niedermayer2006-10-28
* 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