summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAgeFilesLines
* Fix return type of ff_init_me().Michael Niedermayer2008-05-281-1/+1
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-8/+1
* move EDGE_WIDTH definition allong with draw_edges where it belongsAurelien Jacobs2008-03-051-2/+0
* move relevant declarations to mpeg12data.hAurelien Jacobs2008-03-051-3/+1
* move run length table constants to rl.hAurelien Jacobs2008-03-041-6/+1
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-041-2/+0
* remove old draw_edges declaration cruftAurelien Jacobs2008-03-041-1/+0
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-041-14/+0
* mpegvideo.h has two function declarations with the 'inline' specifierUoti Urpala2008-02-031-2/+2
* constMichael Niedermayer2008-02-011-1/+1
* Remove unused symbol.Diego Pettenò2008-01-071-2/+0
* Fix some spelling mistakes.Diego Biurrun2007-12-021-2/+2
* spellingVitor Sessak2007-12-011-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* export convert_matrix and add ff_ prefixBaptiste Coudurier2007-10-081-0/+2
* export DCT_common_init and add ff_prefixBaptiste Coudurier2007-10-081-0/+1
* remove alternative declaration of h263_encode_init()Aurelien Jacobs2007-10-031-4/+0
* fix declaration name from MPV_common_init_ppc to MPV_common_init_altivecAurelien Jacobs2007-10-031-1/+1
* remove useless #ifdefAurelien Jacobs2007-10-031-12/+0
* Cosmetic preparations for h264/PAFF implementation.Jeff Downs2007-10-021-2/+3
* exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer2007-08-011-2/+2
* simplify ff_h263_round_chroma()Michael Niedermayer2007-07-111-7/+2
* move ff_h263_round_chroma() to mpegvideo.h as static inlineMåns Rullgård2007-07-111-1/+13
* Split ff_set_mpeg4_time() and move the non mpeg4 specific partAurelien Jacobs2007-07-101-1/+1
* trivial warning fixesMåns Rullgård2007-07-081-1/+1
* move ff_copy_bits to bitstream.cAurelien Jacobs2007-07-061-1/+0
* make DCT_common_init() staticAurelien Jacobs2007-07-051-1/+0
* misc spelling fixesDiego Biurrun2007-06-121-5/+5
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-181-9/+0
* remove some unused mjpeg encoding variablesAurelien Jacobs2007-05-141-2/+0
* add a ff_ prefix to the now exported mpeg1_find_frame_end() functionAurelien Jacobs2007-05-051-1/+1
* move mpegvideo_parser in it's own fileAurelien Jacobs2007-05-051-0/+12
* typos/grammarDiego Biurrun2007-04-071-1/+1
* Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier2007-03-311-1/+5
* move RLTable stuff to its own headerMichael Niedermayer2007-03-141-28/+1
* skiprdMichael Niedermayer2006-12-231-0/+1
* skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer2006-12-211-0/+2
* throw error if unsupported resolution is used with h261Baptiste Coudurier2006-11-161-0/+1
* add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier2006-11-071-0/+2
* move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier2006-11-061-19/+1
* lambda* should be unsignedMichael Niedermayer2006-10-281-2/+2
* Fixes:Dominik Mierzejewski2006-10-081-0/+1
* Fixes:Dominik Mierzejewski2006-10-081-0/+2
* Fixes:Dominik Mierzejewski2006-10-081-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix buffer underflows by reencoding the current frame with a higher QPMichael Niedermayer2006-10-051-0/+1
* Move the ratecontrol related code from mpegvideo.h to a separate header file.Panagiotis Issaris2006-09-291-66/+2
* Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there andPanagiotis Issaris2006-09-291-10/+0
* dc_val should be signedMåns Rullgård2006-09-271-2/+2
* fix some signedness warningsMåns Rullgård2006-09-271-5/+5
OpenPOWER on IntegriCloud