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-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
2012-04-26avutil: add av_parse_cpu_flags() functionMans Rullgard
2012-04-25Add libavresampleJustin Ruggles
2012-04-20avutil: add audio fifo bufferJustin Ruggles
2012-04-14avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini
2012-04-08avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()Justin Ruggles
2012-04-06avutil: Add av_get_default_channel_layout()Justin Ruggles
2012-03-26APIchanges: mark the place where 0.7 was cut.Anton Khirnov
2012-03-26APIchanges: mark the place where 0.8 was cut.Anton Khirnov
2012-03-26APIchanges: fill in missing dates and hashes.Anton Khirnov
2012-03-18APIchanges: Replace Subversion revision numbers by Git hashes.Diego Biurrun
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