summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: set correct offset for edge emulation buffer.Ronald S. Bultje2011-10-051-2/+1
* mpeg12: add 'scan_offset' private option.Anton Khirnov2011-08-311-0/+1
* mpeg12enc: add drop_frame_timecode private option.Anton Khirnov2011-08-311-0/+1
* mpeg12enc: add intra_vlc private option.Anton Khirnov2011-08-311-0/+1
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-261-1/+1
* Move an int64_t down in MpegEncContextMartin Storsjö2011-08-031-1/+2
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-1/+2
* H.264: fix overreads of qscale_tableJason Garrett-Glaser2011-07-041-0/+1
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-1/+1
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-3/+15
* Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-251-2/+0
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-5/+0
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-0/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Rearrange MpegEncContext to simplify access from asmMans Rullgard2011-01-291-12/+17
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer2010-03-151-1/+1
* Support intra_dc_precision>8 in jpegMichael Niedermayer2010-03-151-0/+1
* bfin: fix function prototypesMåns Rullgård2010-03-081-0/+1
* Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.cMåns Rullgård2010-03-061-0/+1
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-091-47/+0
* Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.Michael Niedermayer2010-01-081-2/+0
* Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.Michael Niedermayer2010-01-081-1/+1
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-071-22/+0
* Document ff_h263_show_pict_info().Michael Niedermayer2010-01-071-0/+4
* Split out intel H263 decoder.Michael Niedermayer2010-01-071-1/+2
* Split flv decoding out.Michael Niedermayer2010-01-071-1/+0
* Split out flv encoding.Michael Niedermayer2010-01-071-1/+0
* Mark h263_get_picture_format() av_const to indicate that it has no funnyMichael Niedermayer2010-01-071-1/+1
* Document h263_get_picture_format().Michael Niedermayer2010-01-071-0/+7
* Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer2009-12-031-0/+1
* Store original width/height so that rv20 does not get stuck with someMichael Niedermayer2009-12-011-0/+1
* Raise MAX_THREADS to 16.Frank Barchard2009-10-151-1/+1
* Remove useless alignment from MpegEncContext.intra_scantableMåns Rullgård2009-08-261-1/+1
* Improve wording: s/reseted/resetHaruhiko Yamagata2009-06-241-1/+1
* Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata2009-06-231-0/+1
* Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier2009-05-271-0/+6
* decode mpeg-2 closed gop first b frames, fix issue #824Baptiste Coudurier2009-05-151-0/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* 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
OpenPOWER on IntegriCloud