summaryrefslogtreecommitdiff
path: root/doc/APIchanges
Commit message (Expand)AuthorAge
* lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-28
* lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya2013-09-21
* doc: Add missing hashes and dates to APIChangesLuca Barbato2013-09-17
* mem: Introduce av_reallocpLuca Barbato2013-09-16
* lavc: Add refcounted api to AVPacketLuca Barbato2013-08-10
* vdpau: deprecate bitstream buffers within the hardware contextRémi Denis-Courmont2013-08-05
* vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont2013-08-05
* vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont2013-08-05
* avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura2013-08-02
* lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya2013-06-24
* mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö2013-06-04
* lavfi: add a slice threading infrastructureAnton Khirnov2013-05-24
* Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov2013-05-24
* avcodec: Add picture structure information to AVCodecParserContext.Yusuke Nakamura2013-05-24
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* avcodec: Add field order information to AVCodecParserContext.Masaki Tanaka2013-05-03
* doc/APIchanges: add missing hashes and datesAnton Khirnov2013-04-24
* h264: fully support cropping.Anton Khirnov2013-04-19
* lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-11
* lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov2013-04-11
* lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov2013-04-11
* lavfi: add avfilter_init_dict() for initializing a filter with a dict.Anton Khirnov2013-04-11
* lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-11
* lavfi: add AVFilterContext.graph.Anton Khirnov2013-04-11
* lavfi: deprecate avfilter_graph_add_filter().Anton Khirnov2013-04-11
* lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-11
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* lavfi: add a bump and docs entries for the AVOptions switchAnton Khirnov2013-04-09
* pixdesc: add a function for counting planes in a pixel format.Anton Khirnov2013-03-19
* avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov2013-03-16
* Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov2013-03-08
* avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger2013-03-07
* lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-23
* dict: add av_dict_parse_string()Justin Ruggles2013-01-25
* lavu: Add av_strnstr()Vladimir Pantelic2013-01-25
* lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö2013-01-15
* vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont2013-01-13
* Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU.Diego Biurrun2013-01-12
* doc/APIchanges: fill in missing dates and hashes.Justin Ruggles2013-01-08
* lavr: add a public function for setting a custom channel mapJustin Ruggles2013-01-07
* avstring: add av_basename and av_dirnameLuca Barbato2012-12-29
* APIChanges: add entry for av_read_packet deprecationJanne Grunau2012-11-15
* lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.hJustin Ruggles2012-11-11
* lavu: add av_ctz() for trailing zero bit countJustin Ruggles2012-11-05
* lavu: bump major to 52Anton Khirnov2012-10-23
* APIchanges: update lavr bump dateAnton Khirnov2012-10-23
* avutil: Add AVERROR_EXPERIMENTALNathan Caldwell2012-10-21
* pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov2012-10-12
* avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-11
* avio: introduce avio_closepLuca Barbato2012-10-10