Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-03Picture.ref_count/ref_poc have to be stored per field (actually also perMichael Niedermayer
2008-05-28Fix return type of ff_init_me().Michael Niedermayer
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-03-05move EDGE_WIDTH definition allong with draw_edges where it belongsAurelien Jacobs
2008-03-05move relevant declarations to mpeg12data.hAurelien Jacobs
2008-03-05move run length table constants to rl.hAurelien Jacobs
2008-03-05move ff_emulated_edge_mc() to dsputilAurelien Jacobs
2008-03-04remove old draw_edges declaration cruftAurelien Jacobs
2008-03-04move ff_init_scantable() into dsputilAurelien Jacobs
2008-02-03mpegvideo.h has two function declarations with the 'inline' specifierUoti Urpala
2008-02-01constMichael Niedermayer
2008-01-07Remove unused symbol.Diego Pettenò
2007-12-02Fix some spelling mistakes.Diego Biurrun
2007-12-02spellingVitor Sessak
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-08export convert_matrix and add ff_ prefixBaptiste Coudurier
2007-10-08export DCT_common_init and add ff_prefixBaptiste Coudurier
2007-10-03remove alternative declaration of h263_encode_init()Aurelien Jacobs
2007-10-03fix declaration name from MPV_common_init_ppc to MPV_common_init_altivecAurelien Jacobs
2007-10-03remove useless #ifdefAurelien Jacobs
2007-10-02Cosmetic preparations for h264/PAFF implementation.Jeff Downs
2007-08-02exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer
2007-07-12simplify ff_h263_round_chroma()Michael Niedermayer
2007-07-12move ff_h263_round_chroma() to mpegvideo.h as static inlineMåns Rullgård
2007-07-10Split ff_set_mpeg4_time() and move the non mpeg4 specific partAurelien Jacobs
2007-07-09trivial warning fixesMåns Rullgård
2007-07-06move ff_copy_bits to bitstream.cAurelien Jacobs
2007-07-05make DCT_common_init() staticAurelien Jacobs
2007-06-12misc spelling fixesDiego Biurrun
2007-05-19split ljpeg encoder out of mjpeg.cAurelien Jacobs
2007-05-14remove some unused mjpeg encoding variablesAurelien Jacobs
2007-05-05add a ff_ prefix to the now exported mpeg1_find_frame_end() functionAurelien Jacobs
2007-05-05move mpegvideo_parser in it's own fileAurelien Jacobs
2007-04-07typos/grammarDiego Biurrun
2007-04-01Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier
2007-03-14move RLTable stuff to its own headerMichael Niedermayer
2006-12-23skiprdMichael Niedermayer
2006-12-21skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer
2006-11-16throw error if unsupported resolution is used with h261Baptiste Coudurier
2006-11-07add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier
2006-11-06move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier
2006-10-28lambda* should be unsignedMichael Niedermayer
2006-10-09Fixes:Dominik Mierzejewski
2006-10-09Fixes:Dominik Mierzejewski
2006-10-09Fixes:Dominik Mierzejewski
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-05fix buffer underflows by reencoding the current frame with a higher QPMichael Niedermayer
2006-09-29Move the ratecontrol related code from mpegvideo.h to a separate header file.Panagiotis Issaris
2006-09-29Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there andPanagiotis Issaris
2006-09-28dc_val should be signedMåns Rullgård