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
2012-03-06cpu: add av_set_cpu_flags_mask().Anton Khirnov
2012-03-05avcodec: add av_get_audio_frame_duration() function.Justin Ruggles
2012-03-05lavc: make codec_is_decoder/encoder() public.Anton Khirnov
2012-03-01avpacket: Add a function for shrinking already allocated side dataMartin Storsjö
2012-02-29Add a minor bump, changelog/APIchanges entry and some documentation for APIC ...Anton Khirnov
2012-02-27doc/APIchanges: fill in missing dates and hashes.Anton Khirnov
2012-02-25avutil: add AVERROR_UNKNOWNJustin Ruggles
2012-02-23Remove libpostproc.Diego Biurrun
2012-02-21avcodec: add duration field to AVCodecParserContextJustin Ruggles
2012-02-21avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2012-02-08lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacketAnton Khirnov
2012-02-02APIchanges: add missing commit hashesJanne Grunau
2012-02-01avcodec: Add av_fast_padded_malloc().Janne Grunau
2012-01-31lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov
2012-01-31lavc: add avcodec_is_open().Anton Khirnov
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