Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-04mpegvideo: set extended_data in ff_update_duplicate_context()Janne Grunau
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-09-19mpeg4: support frame parameter changes with frame-mtJanne Grunau
2012-09-19mpegvideo: check ff_find_unused_picture() return value for errorsJanne Grunau
2012-09-19mpegvideo: release frame buffers before freeing themJanne Grunau
2012-09-19mpegvideo: add reinit function for frame parameter changesJanne Grunau
2012-09-19mpegvideo: move frame size dependent memory management to separate functionsJanne Grunau
2012-09-06mpegvideo: set AVFrame fields to NULL after freeing the base memoryJanne Grunau
2012-09-04mpegvideo: remove last_picture_ptr / h264 assert.Michael Niedermayer
2012-08-31MSS2 decoderAlberto Delmás
2012-08-24x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun
2012-08-09mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30mpegvideo: remove unnecessary inclusions of faandct.hMans Rullgard
2012-07-04mpegvideo: remove VLAsRonald S. Bultje
2012-04-21Remove lowres video decodingMans Rullgard
2012-03-23MPV: set reference frame pointers to NULL when allocation of dummy pictures f...Janne Grunau
2012-03-17MPV: always mark dummy frames as referenceJanne Grunau
2012-03-17mpeg4: report frame decoding completion at ff_MPV_frame_end().Ronald S. Bultje
2012-03-02Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-02-08Remove Sun medialib glue code.Diego Biurrun
2012-01-21mpegvideo: fix invalid memory access for small video dimensionsJohn Brooks
2012-01-11mpegvideo: claim ownership of referenced picturesJanne Grunau
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2012-01-02mpegenc: use avctx->slices as number of slicesJanne Grunau
2011-12-25mpegvideo.c: K&R formatting and cosmetics.Konstantin Todorov
2011-12-19avcodec: deprecate AVFrame.ageMans Rullgard
2011-12-14mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12lavc: convert error_recognition to err_recognition.Dustin Brody
2011-12-07cosmetics: drop some completely pointless parenthesesDiego Biurrun
2011-12-06Code cleanup - mpegvideo.c - 500-1000lineKonstantin Todorov
2011-12-04mpegvideo.c: code cleanup - first 500 lines.Konstantin Todorov
2011-12-03avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles
2011-11-19avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles
2011-11-14hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert
2011-10-23mpeg12: move closed_gop from MpegEncContext to Mpeg1ContextAnton Khirnov
2011-10-20lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov
2011-10-20lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov
2011-10-16w32threads: support for frame multithreadingSteven Walters
2011-10-05mpegvideo: set correct offset for edge emulation buffer.Ronald S. Bultje
2011-10-05mpegvideo: fix position of bottom edge.Ronald S. Bultje
2011-09-21lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov
2011-09-21Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
2011-07-27mpegvideo: initialise DSPContext in ff_dct_common_init()Mans Rullgard