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
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
2010-12-25Simplify tff setting code in MPV_frame_start().Michael Niedermayer
2010-11-03H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger
2010-09-22The debug text output of macroblocks can indicate MB_TYPE_INTERLACED,Ivan Kalvachev
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-20Fixed mpeg12 top field first flag value with field picture encoding.Laurent Aimar
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-07-02Fix memory leak introduced in r23933Måns Rullgård
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun
2010-07-01Maybe fix threaded mpeg*video encodingMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-05-18Factorize some code into the new function ff_toupper4().Francesco Lavra
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-23Change ref_index structure so it matches how its organized in h264.Michael Niedermayer
2010-03-16Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer
2010-03-16Support intra_dc_precision>8 in jpegMichael Niedermayer
2010-03-09Move ff_sqrt() to libavutil/intmath.hMåns Rullgård
2010-02-26Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer