summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* mpegvideo: set extended_data in ff_update_duplicate_context()Janne Grunau2012-10-03
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
* mpeg4: support frame parameter changes with frame-mtJanne Grunau2012-09-19
* mpegvideo: check ff_find_unused_picture() return value for errorsJanne Grunau2012-09-19
* mpegvideo: release frame buffers before freeing themJanne Grunau2012-09-19
* mpegvideo: add reinit function for frame parameter changesJanne Grunau2012-09-19
* mpegvideo: move frame size dependent memory management to separate functionsJanne Grunau2012-09-19
* mpegvideo: set AVFrame fields to NULL after freeing the base memoryJanne Grunau2012-09-06
* mpegvideo: remove last_picture_ptr / h264 assert.Michael Niedermayer2012-09-04
* MSS2 decoderAlberto Delmás2012-08-31
* x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun2012-08-24
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* mpegvideo: remove unnecessary inclusions of faandct.hMans Rullgard2012-07-29
* mpegvideo: remove VLAsRonald S. Bultje2012-07-04
* Remove lowres video decodingMans Rullgard2012-04-21
* MPV: set reference frame pointers to NULL when allocation of dummy pictures f...Janne Grunau2012-03-23
* MPV: always mark dummy frames as referenceJanne Grunau2012-03-16
* mpeg4: report frame decoding completion at ff_MPV_frame_end().Ronald S. Bultje2012-03-16
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-01
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* Remove Sun medialib glue code.Diego Biurrun2012-02-08
* mpegvideo: fix invalid memory access for small video dimensionsJohn Brooks2012-01-21
* mpegvideo: claim ownership of referenced picturesJanne Grunau2012-01-10
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-02
* mpegvideo.c: K&R formatting and cosmetics.Konstantin Todorov2011-12-25
* avcodec: deprecate AVFrame.ageMans Rullgard2011-12-18
* mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin2011-12-14
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-12
* cosmetics: drop some completely pointless parenthesesDiego Biurrun2011-12-07
* Code cleanup - mpegvideo.c - 500-1000lineKonstantin Todorov2011-12-06
* mpegvideo.c: code cleanup - first 500 lines.Konstantin Todorov2011-12-03
* avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles2011-12-02
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-19
* hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-14
* mpeg12: move closed_gop from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-23
* lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-20
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-20
* 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