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
2015-01-27lavc: support extracting audio service type from side dataAnton Khirnov
2015-01-27Add a side data type for audio service type.Anton Khirnov
2015-01-14lavc: add GBRAP to avcodec_align_dimensions2Paul B Mahol
2014-12-25avcodec: add AVCodecContext.sw_pix_fmtRémi Denis-Courmont
2014-11-09lavc: Compact the side-data passthroughLuca Barbato
2014-11-05hwaccel: Deinitialize hardware acceleration early enoughRémi Denis-Courmont
2014-10-17dump: display codec tags when availableVittorio Giovara
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-10-13lavc: use a separate field for exporting audio encoder paddingAnton Khirnov
2014-10-08dump: print the original coded dimensions when availableVittorio Giovara
2014-10-08dump: print detailed color space informationVittorio Giovara
2014-10-08dump: split audio and video probing on multiple linesVittorio Giovara
2014-10-08avcodec: make sure color_range is properly initializedVittorio Giovara
2014-10-06ff_get_format: fix infinite loopRémi Denis-Courmont
2014-10-06lavc: specify the behavior of av_lockmgr_register on failure.Manfred Georg
2014-09-26hwaccel: Call ->get_format again if hwaccel init failsRémi Denis-Courmont
2014-08-28avcodec: add stream-level stereo3d side dataVittorio Giovara
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-10lavc: drop the av_fast_{re,m}alloc compatibility wrappersAnton Khirnov
2014-08-09Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov
2014-07-27avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as constDiego Biurrun
2014-07-22build: Add define for SIMD extensions requiring 16-byte aligned buffersDiego Biurrun
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