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
2012-01-30doc: Fix the name of the new functionMartin Storsjö
2012-01-30avutil: make intfloat api publicPaul B Mahol
2012-01-28APIchanges: mention avcodec_alloc_context()/2/3Anton Khirnov
2012-01-27lavf: increase major version from 53 to 54.Anton Khirnov
2012-01-27lavc: increase major version to 54.Anton Khirnov
2012-01-26doc: Update APIchanges with info on muxer flushingMartin Storsjö
2012-01-21doc/APIChanges: fill in missing dates and hashesAnton Khirnov
2012-01-16avcodec: bump minor version and add APIChanges for the new audio encoding APIJustin Ruggles
2012-01-12lavfi: move version macros to a new installed header version.hAnton Khirnov
2012-01-11No longer build libpostproc by defaultReinhard Tartler
2012-01-04APIchanges: mention cleaned up header includesJonathan Nieder
2012-01-03lavu: bump lavu minor for av_popcount64Janne Grunau
2011-12-25Add minor bumps and APIchanges entries for lavc/lavfi changes.Anton Khirnov
2011-12-19APIchanges: fill in revision for AVFrame.age deprecationMans Rullgard
2011-12-19avcodec: deprecate AVFrame.ageMans Rullgard
2011-12-12lavf: add avformat_close_input().Anton Khirnov
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-12-03avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles
2011-11-28APIchanges: fill in some blanksMans Rullgard
2011-11-24libavutil: add utility functions to simplify allocation of audio buffers.Justin Ruggles
2011-11-24libavutil: add planar sample formats and av_sample_fmt_is_planar()Justin Ruggles
2011-11-19avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles
2011-11-18Add an APIchanges entry and a minor bump for avio changes.Anton Khirnov
2011-11-16avutil: Add av_timegm as a public functionMartin Storsjö
2011-11-06doc/APIchanges: add missing dates and hashesAnton Khirnov
2011-11-06avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger
2011-11-06avstring: Add locale independent implementations of toupper/tolowerLuca Barbato
2011-11-05avformat: Add functions for doing global network initializationMartin Storsjö
2011-10-28avcodec: remove avcodec_parse_frame and deprecate associated elements.Justin Ruggles
2011-10-19lavf: add avformat_new_stream as a replacement for av_new_stream.Anton Khirnov
2011-10-14avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles
2011-10-12AVOptions: bump minor and add APIchanges entry.Anton Khirnov
2011-09-18doc/APIChanges: fill in missing hashes and dates.Anton Khirnov
2011-09-03lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov
2011-09-03AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov
2011-08-26fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini
2011-08-16lavf: add avformat_query_codec().Anton Khirnov
2011-08-16lavc: add avcodec_get_type() for mapping codec_id -> type.Anton Khirnov
2011-08-12APIchanges: note error_recognition in lavfDustin Brody
2011-08-02apichange: add an entry for AV_PKT_FLAG_CORRUPTLuca Barbato
2011-07-14APIchanges: fill in missing hashes and dates.Anton Khirnov
2011-07-14Add an APIChanges entry and bump minor versions for recent changes.Anton Khirnov
2011-06-23Add av_printf_format, for marking printf style format strings and their param...Martin Storsjö
2011-06-21document libswscale bumpReinhard Tartler
2011-06-16Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov
2011-06-10avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov
2011-06-07APIchanges: fill-in git commit hash for av_get_bytes_per_sample() additionJustin Ruggles
2011-06-07samplefmt: add av_get_bytes_per_sample()Stefano Sabatini
2011-06-05AVOptions: add av_opt_free convenience function.Anton Khirnov