summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+1
* Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].Gwenole Beauchesne2009-03-301-0/+1
* Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer2009-03-021-1/+1
* small spelling/grammar fixesDiego Biurrun2009-03-021-2/+2
* Add ff_hwaccel_pixfmt_list_420[] definition.Gwenole Beauchesne2009-02-271-0/+1
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-241-0/+2
* Add ff_h263_find_resync_marker() to find the bit position of the next resync_...Gwenole Beauchesne2009-02-241-0/+1
* Better parsing of i263 picture headerKostya Shishkov2009-02-221-0/+1
* Change the type of pblocks from pointers to short array intoIvan Kalvachev2009-02-221-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-171-1/+1
* Implement complexity estimation parsing and try to detect an incorrectly setMichael Niedermayer2008-12-031-0/+3
* Only warn about "Invalid and inefficient vfw-avi packed B frames" once.Andrew Savchenko2008-11-041-0/+1
* Rename copy_picture to ff_copy_picture.Carl Eugen Hoyos2008-10-021-1/+1
* Fix a warning about an undefined function when compiling h264.cCarl Eugen Hoyos2008-09-291-0/+1
* Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes.Michael Niedermayer2008-09-221-0/+1
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-081-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Picture.ref_count/ref_poc have to be stored per field (actually also perMichael Niedermayer2008-08-021-2/+2
* 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
OpenPOWER on IntegriCloud