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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-07-20mpegvideo: fix invalid picture unreferencing.Ronald S. Bultje
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-09mpeg1video: don't abort if thread_count is too high.Frank Barchard
2011-07-04H.264: fix overreads of qscale_tableJason Garrett-Glaser
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-03mpegvideoenc: fix multislice fate tests with threading disabled.Ronald S. Bultje
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-05-26Remove h263_msmpeg4 from MpegEncContext.Alex Converse
2011-05-12mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just...Michael Niedermayer
2011-05-11Fix crash of interlaced MPEG2 decodingAnatoly Nenashev
2011-05-04mpegvideo: reindent.Ronald S. Bultje
2011-05-04mpegvideo: don't av_malloc(0).Ronald S. Bultje
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-03-27dsputil: allow to skip drawing of top/bottom edges.Alexander Strange
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-29Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje