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
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
2011-05-28APIchanges: fill in git hash for av_get_pix_fmt_name (0420bd7).Ronald S. Bultje
2011-05-28lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini
2011-05-25APIchanges: Fill in git hash for fps_probe_size (30315a8)Alex Converse
2011-05-25avformat: Add fpsprobesize as an AVOption.Alex Converse
2011-05-19APIchanges: fill in date and commit for request_sample_fmtJustin Ruggles
2011-05-19Add APIchanges entry for request_sample_fmt.Justin Ruggles
2011-05-11doc/APIchanges: fill in missing hashes and dates.Anton Khirnov
2011-05-10lavc: move some flac-specific options to its private context.Anton Khirnov
2011-04-26APIChanges: update commit hashes for recent additions.Anton Khirnov
2011-04-26lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini
2011-04-26lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné
2011-04-26vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer
2011-04-22APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition.Ronald S. Bultje