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
2009-08-27Remove useless alignment from MpegEncContext.intra_scantableMåns Rullgård
2009-06-24Improve wording: s/reseted/resetHaruhiko Yamagata
2009-06-24Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata
2009-05-27Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier
2009-05-15decode mpeg-2 closed gop first b frames, fix issue #824Baptiste Coudurier
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-31Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].Gwenole Beauchesne
2009-03-02Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer
2009-03-02small spelling/grammar fixesDiego Biurrun
2009-02-27Add ff_hwaccel_pixfmt_list_420[] definition.Gwenole Beauchesne
2009-02-24Add and use ff_pixfmt_list_420.Michael Niedermayer
2009-02-24Add ff_h263_find_resync_marker() to find the bit position of the next resync_...Gwenole Beauchesne
2009-02-22Better parsing of i263 picture headerKostya Shishkov
2009-02-22Change the type of pblocks from pointers to short array intoIvan Kalvachev
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-17ARM: replace "armv4l" with "arm"Måns Rullgård
2008-12-03Implement complexity estimation parsing and try to detect an incorrectly setMichael Niedermayer
2008-11-04Only warn about "Invalid and inefficient vfw-avi packed B frames" once.Andrew Savchenko
2008-10-02Rename copy_picture to ff_copy_picture.Carl Eugen Hoyos
2008-09-29Fix a warning about an undefined function when compiling h264.cCarl Eugen Hoyos
2008-09-22Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes.Michael Niedermayer
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
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