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
2013-11-14vdpau: add a convenience function for getting a decoder profile.Anton Khirnov
2013-11-04lavc: Add colorimetry values for BT.2020, other non-included onesJan Ekström
2013-10-31h264: wait for initial complete frame before outputing framesJohn Stebbins
2013-09-28lavfi: allow user-provided execute() callbacksAnton Khirnov
2013-09-21lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya
2013-09-17doc: Add missing hashes and dates to APIChangesLuca Barbato
2013-09-16mem: Introduce av_reallocpLuca Barbato
2013-08-10lavc: Add refcounted api to AVPacketLuca Barbato
2013-08-05vdpau: deprecate bitstream buffers within the hardware contextRémi Denis-Courmont
2013-08-05vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont
2013-08-05vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont
2013-08-02avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura
2013-06-24lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya
2013-06-04mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov
2013-05-24Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov
2013-05-24avcodec: Add picture structure information to AVCodecParserContext.Yusuke Nakamura
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-03avcodec: Add field order information to AVCodecParserContext.Masaki Tanaka
2013-04-24doc/APIchanges: add missing hashes and datesAnton Khirnov
2013-04-19h264: fully support cropping.Anton Khirnov
2013-04-11lavfi: change the filter registering system to match the other librariesAnton Khirnov
2013-04-11lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov
2013-04-11lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov
2013-04-11lavfi: add avfilter_init_dict() for initializing a filter with a dict.Anton Khirnov
2013-04-11lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov
2013-04-11lavfi: add AVFilterContext.graph.Anton Khirnov
2013-04-11lavfi: deprecate avfilter_graph_add_filter().Anton Khirnov
2013-04-11lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov
2013-04-11lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov
2013-04-09lavfi: add a bump and docs entries for the AVOptions switchAnton Khirnov
2013-03-19pixdesc: add a function for counting planes in a pixel format.Anton Khirnov
2013-03-16avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov
2013-03-08Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov
2013-03-07avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger
2013-02-24lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles
2013-01-25dict: add av_dict_parse_string()Justin Ruggles
2013-01-25lavu: Add av_strnstr()Vladimir Pantelic
2013-01-15lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö
2013-01-13vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont
2013-01-12Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU.Diego Biurrun
2013-01-08doc/APIchanges: fill in missing dates and hashes.Justin Ruggles
2013-01-08lavr: add a public function for setting a custom channel mapJustin Ruggles
2012-12-29avstring: add av_basename and av_dirnameLuca Barbato
2012-11-15APIChanges: add entry for av_read_packet deprecationJanne Grunau
2012-11-11lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.hJustin Ruggles
2012-11-06lavu: add av_ctz() for trailing zero bit countJustin Ruggles
2012-10-23lavu: bump major to 52Anton Khirnov
2012-10-23APIchanges: update lavr bump dateAnton Khirnov
2012-10-22avutil: Add AVERROR_EXPERIMENTALNathan Caldwell