summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* w32threads: support for frame multithreadingSteven Walters2011-10-16
* mpegvideo: set correct offset for edge emulation buffer.Ronald S. Bultje2011-10-05
* mpegvideo: fix position of bottom edge.Ronald S. Bultje2011-10-05
* lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov2011-09-21
* Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-21
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-23
* mpegvideo: initialise DSPContext in ff_dct_common_init()Mans Rullgard2011-07-27
* mpegvideo: fix invalid picture unreferencing.Ronald S. Bultje2011-07-20
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* mpeg1video: don't abort if thread_count is too high.Frank Barchard2011-07-09
* H.264: fix overreads of qscale_tableJason Garrett-Glaser2011-07-04
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* mpegvideoenc: fix multislice fate tests with threading disabled.Ronald S. Bultje2011-06-03
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-02
* Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-25
* mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just...Michael Niedermayer2011-05-12
* Fix crash of interlaced MPEG2 decodingAnatoly Nenashev2011-05-11
* mpegvideo: reindent.Ronald S. Bultje2011-05-03
* mpegvideo: don't av_malloc(0).Ronald S. Bultje2011-05-03
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-26
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-02
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
* Simplify tff setting code in MPV_frame_start().Michael Niedermayer2010-12-25
* H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger2010-11-03
* The debug text output of macroblocks can indicate MB_TYPE_INTERLACED,Ivan Kalvachev2010-09-21
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Fixed mpeg12 top field first flag value with field picture encoding.Laurent Aimar2010-08-20
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Fix memory leak introduced in r23933Måns Rullgård2010-07-02
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-02
* Maybe fix threaded mpeg*video encodingMåns Rullgård2010-07-01
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-18
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-23
* Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer2010-03-15
* Support intra_dc_precision>8 in jpegMichael Niedermayer2010-03-15
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-08
* Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer2010-02-25
* H264 DXVA2 implementationLaurent Aimar2010-01-20
* Support lowres 3 when decoding MPEG video.Anatoly Nenashev2010-01-16
* Get rid of pointless CONFIG_WMV2 definition.Diego Biurrun2009-12-30
* Move dummy picture allocation code from mpeg1/2 to mpegvideo.Michael Niedermayer2009-11-30
* Set mb_y in mpeg2 field pictures like h264 does.Michael Niedermayer2009-11-30