summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: fix invalid memory access for small video dimensionsJohn Brooks2012-01-211-6/+6
* mpegvideo: claim ownership of referenced picturesJanne Grunau2012-01-101-16/+25
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-5/+5
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-021-25/+28
* mpegvideo.c: K&R formatting and cosmetics.Konstantin Todorov2011-12-251-542/+665
* avcodec: deprecate AVFrame.ageMans Rullgard2011-12-181-31/+5
* mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin2011-12-141-15/+7
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-10/+9
* lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-121-1/+1
* cosmetics: drop some completely pointless parenthesesDiego Biurrun2011-12-071-3/+4
* Code cleanup - mpegvideo.c - 500-1000lineKonstantin Todorov2011-12-061-233/+309
* mpegvideo.c: code cleanup - first 500 lines.Konstantin Todorov2011-12-031-135/+202
* avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles2011-12-021-6/+6
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-191-1/+1
* hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-141-0/+1
* mpeg12: move closed_gop from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-231-1/+0
* lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-201-2/+2
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-201-1/+1
* w32threads: support for frame multithreadingSteven Walters2011-10-161-1/+1
* mpegvideo: set correct offset for edge emulation buffer.Ronald S. Bultje2011-10-051-4/+2
* mpegvideo: fix position of bottom edge.Ronald S. Bultje2011-10-051-6/+9
* lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov2011-09-211-2/+2
* Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-211-2/+2
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-231-2/+10
* mpegvideo: initialise DSPContext in ff_dct_common_init()Mans Rullgard2011-07-271-1/+2
* mpegvideo: fix invalid picture unreferencing.Ronald S. Bultje2011-07-201-4/+6
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-103/+108
* mpeg1video: don't abort if thread_count is too high.Frank Barchard2011-07-091-5/+9
* H.264: fix overreads of qscale_tableJason Garrett-Glaser2011-07-041-2/+3
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-9/+16
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-16/+9
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-9/+16
* mpegvideoenc: fix multislice fate tests with threading disabled.Ronald S. Bultje2011-06-031-3/+3
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-38/+221
* Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-251-1/+1
* mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just...Michael Niedermayer2011-05-121-2/+7
* Fix crash of interlaced MPEG2 decodingAnatoly Nenashev2011-05-111-2/+7
* mpegvideo: reindent.Ronald S. Bultje2011-05-031-116/+111
* mpegvideo: don't av_malloc(0).Ronald S. Bultje2011-05-031-0/+12
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-30/+30
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-6/+0
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-0/+4
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-261-3/+9
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-6/+6
* Simplify tff setting code in MPV_frame_start().Michael Niedermayer2010-12-251-5/+3
* H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger2010-11-031-1/+1
* The debug text output of macroblocks can indicate MB_TYPE_INTERLACED,Ivan Kalvachev2010-09-211-1/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
OpenPOWER on IntegriCloud