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
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun
2014-07-07dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun
2014-06-26lavc: do not allocate edges in the default get_buffer2()Anton Khirnov
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-06-01libavcodec: set AVFrame colorspace fields on decodingwm4
2014-05-19Add transformation matrix API.Vittorio Giovara
2014-05-18lavc: remove the locking code in avcodec_close()Anton Khirnov
2014-05-11lavc: Add hwaccel private data and init/uninit callbacksAnton Khirnov
2014-05-11hwaccel: Support specific frame allocatorsLuca Barbato
2014-05-11lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov
2014-05-11lavc: Add an internal wrapper around get_format()Anton Khirnov
2014-05-01lavc: do not use AVCodecContext.codec_name in avcodec_string()Anton Khirnov
2014-04-19utils: add yvyu422 to avcodec_align_dimensions2Vittorio Giovara
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-03-24libavcodec: when decoding, copy replaygain side data to decoded framesAnton Khirnov
2014-02-24lavc: use AVFrame API properly in ff_reget_buffer()Anton Khirnov
2014-02-11lavc: set AVFrame pkt_pts and reordered_opaque in reget_bufferJohn Stebbins
2014-02-04avcodec: Suppress deprecation warnings from avcodec_alloc_frame()Diego Biurrun
2014-01-21lavc: do not force the emu edge flagAnton Khirnov
2014-01-20lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width().Anton Khirnov
2014-01-20lavc: allow the caller to override dimensions in ff_get_buffer()Anton Khirnov
2014-01-06lavc: do not leak the internal frame if opening the codec failsAnton Khirnov
2014-01-06lavc: add 422/444 YUV with alpha to align_dimensions()Anton Khirnov
2014-01-05avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker
2013-12-11lavc: deprecate avcodec_get_frame_defaults().Anton Khirnov
2013-12-11lavc: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov
2013-12-11lavc: deprecate avcodec_free_frame()Anton Khirnov
2013-12-09lavc: rework handling of refcounted_frames=0Anton Khirnov
2013-12-09lavc/decode_video(): always unref the frame if there is no output in decode_v...Anton Khirnov
2013-12-09lavc: remove a pointless check in decode_audio4()Anton Khirnov
2013-12-09lavc: use buf[0] instead of data[0] as the indicator of an allocated frameAnton Khirnov
2013-12-09lavc: remove the extended_data workarounds.Anton Khirnov
2013-11-16lavc: deprecate avcodec_alloc_frame().Anton Khirnov
2013-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-11-14Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov
2013-11-10hwaccel: Simplify ff_find_hwaccelLuca Barbato
2013-11-04lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov
2013-11-04pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov
2013-10-31lavc/utils: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-31lavc: replace avcodec_set_dimensions with ff_set_dimensionsAnton Khirnov
2013-10-30lavc: add error checking to apply_param_change.Anton Khirnov
2013-09-27pcm: support 24-bit/32-bit little-endian planarPaul B Mahol
2013-08-21avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARMDiego Biurrun
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-06-20lavc: free the padded last frame during audio encoding properlyAnton Khirnov
2013-06-16utils: fix avcodec_flush_buffers pre-reference counting compatibilityJanne Grunau
2013-06-10lavc: use AVFrame API properly in pad_last_frame().Anton Khirnov
2013-05-17lavc/pthread: remove obsolete checksAnton Khirnov
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-14lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors)Matt Wolenetz