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-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
2012-10-12pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov
2012-10-12avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö
2012-10-10avio: introduce avio_closepLuca Barbato
2012-10-08pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov
2012-10-05doc/APIchanges: fill in missing dates and hashes.Anton Khirnov
2012-10-05lavr: bump major to 1 and declare it stable.Anton Khirnov
2012-09-24lavc: add avcodec_free_frame().Anton Khirnov
2012-09-13lavu/audioconvert: add a second low frequency channel.Tim Walker
2012-09-05avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö
2012-08-30lavc: add lossy/lossless codec properties.Anton Khirnov
2012-08-23doc/APIchanges: add an entry for codec descriptors.Anton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-10lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.Anton Khirnov
2012-08-10dict: add av_dict_count()Mans Rullgard
2012-08-07lavc: add AV prefix to codec ids.Anton Khirnov
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-29avf: introduce nobuffer optionLuca Barbato
2012-07-20lavfi: add avfilter_unref_bufferp()Robert Nagy
2012-07-14doc: update api changes with the right commit hashesLuca Barbato
2012-07-14mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato
2012-06-22lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov
2012-06-22lavu: add av_usleep() functionMans Rullgard
2012-06-21lavf, lavu: version bumps and APIchanges for av_gettime() moveMans Rullgard
2012-06-18Add Dolby/DPLII downmix support to libavresampleJohn Stebbins
2012-06-13lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov
2012-06-13lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov
2012-06-10Bump lavu minor and add an APIChanges entry for audioconvert functions.Anton Khirnov
2012-05-26opt: Add av_opt_set_bin()Samuel Pitoiset
2012-05-21avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern
2012-05-15Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov
2012-05-09lavc: pad last audio frame with silence when needed.Anton Khirnov
2012-05-07lavc: add sample rate and channel layout to AVFrame.Anton Khirnov
2012-05-01lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff typeJustin Ruggles
2012-04-30APIchanges: fill in some dates and commit hashesJustin Ruggles