summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAge
* small spelling/grammar fixesDiego Biurrun2009-03-02
* Add ff_hwaccel_pixfmt_list_420[] definition.Gwenole Beauchesne2009-02-27
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-24
* Add ff_h263_find_resync_marker() to find the bit position of the next resync_...Gwenole Beauchesne2009-02-24
* Better parsing of i263 picture headerKostya Shishkov2009-02-22
* Change the type of pblocks from pointers to short array intoIvan Kalvachev2009-02-22
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
* Implement complexity estimation parsing and try to detect an incorrectly setMichael Niedermayer2008-12-03
* Only warn about "Invalid and inefficient vfw-avi packed B frames" once.Andrew Savchenko2008-11-04
* Rename copy_picture to ff_copy_picture.Carl Eugen Hoyos2008-10-02
* Fix a warning about an undefined function when compiling h264.cCarl Eugen Hoyos2008-09-29
* Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes.Michael Niedermayer2008-09-22
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Picture.ref_count/ref_poc have to be stored per field (actually also perMichael Niedermayer2008-08-02
* Fix return type of ff_init_me().Michael Niedermayer2008-05-28
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* move EDGE_WIDTH definition allong with draw_edges where it belongsAurelien Jacobs2008-03-05
* move relevant declarations to mpeg12data.hAurelien Jacobs2008-03-05
* move run length table constants to rl.hAurelien Jacobs2008-03-04
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-04
* remove old draw_edges declaration cruftAurelien Jacobs2008-03-04
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-04
* mpegvideo.h has two function declarations with the 'inline' specifierUoti Urpala2008-02-03
* constMichael Niedermayer2008-02-01
* Remove unused symbol.Diego Pettenò2008-01-07
* Fix some spelling mistakes.Diego Biurrun2007-12-02
* spellingVitor Sessak2007-12-01
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* export convert_matrix and add ff_ prefixBaptiste Coudurier2007-10-08
* export DCT_common_init and add ff_prefixBaptiste Coudurier2007-10-08
* remove alternative declaration of h263_encode_init()Aurelien Jacobs2007-10-03
* fix declaration name from MPV_common_init_ppc to MPV_common_init_altivecAurelien Jacobs2007-10-03
* remove useless #ifdefAurelien Jacobs2007-10-03
* Cosmetic preparations for h264/PAFF implementation.Jeff Downs2007-10-02
* 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