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
path: root/doc
AgeCommit message (Expand)Author
2012-07-20lavfi: add avfilter_unref_bufferp()Robert Nagy
2012-07-17libopenjpeg: introduce encoding supportMichael Bradshaw
2012-07-17RTMPTS protocol supportSamuel Pitoiset
2012-07-17RTMPS protocol supportSamuel Pitoiset
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-07-13MS Expression Encoder Screen decoderKostya Shishkov
2012-07-12Support AAC encoding via the external library fdk-aacMartin Storsjö
2012-07-11TechSmith Screen Codec 2 decoderKostya Shishkov
2012-07-10rtsp: Add listen modeJordi Ortiz
2012-07-04eval: Add the isinf() function and tests for itMartin Storsjö
2012-07-02doc: Remind devs to check return values, especially for malloc() et alDiego Biurrun
2012-07-02MS ATC Screen (aka MSS3) decoderKostya Shishkov
2012-06-29doc: Indicate that RTMPT is natively implemented in libavformatSamuel Pitoiset
2012-06-28doc: git: Add checklist with test steps to perform before pushingDiego Biurrun
2012-06-27udp: Support IGMPv3 source specific multicast and source blockingMartin Storsjö
2012-06-24doc/filters: fix typo.Anton Khirnov
2012-06-23lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse
2012-06-22lavfi: add join audio filter.Anton Khirnov
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-20MS Screen 1 decoderKostya Shishkov
2012-06-18Implement the iLBC storage file formatMartin Storsjö
2012-06-18Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö
2012-06-18rtmp: Don't send every flv packet in a separate HTTP request in RTMPTSamuel Pitoiset
2012-06-18Add Dolby/DPLII downmix support to libavresampleJohn Stebbins
2012-06-17RTMPT protocol supportSamuel Pitoiset
2012-06-17doc: Add missing protocols to list of supported protocols.Diego Biurrun
2012-06-14doc: document THREAD_TYPE fate variableLuca Barbato
2012-06-13rtmp: Add a new option 'rtmp_buffer', for setting the client buffer timeSamuel Pitoiset
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-12lavfi: add channelsplit audio filter.Anton Khirnov
2012-06-11rtmp: support connection parametersSamuel Pitoiset
2012-06-11doc: Add documentation for the newly added rtmp_* optionsSamuel Pitoiset
2012-06-10Bump lavu minor and add an APIChanges entry for audioconvert functions.Anton Khirnov
2012-06-05Indeo Audio decoderKostya Shishkov
2012-06-04doc/avconv: add some details about the transcoding process.Anton Khirnov
2012-05-29avconv: extend -r to work on any input stream.Anton Khirnov
2012-05-29doc/avconv: expand documentation for the -s option.Anton Khirnov
2012-05-26avprobe: restore pseudo-INI old style format for compatibility.Anton Khirnov
2012-05-26opt: Add av_opt_set_bin()Samuel Pitoiset
2012-05-26avprobe: update documentationLuca Barbato
2012-05-26rtmp: fix url parsingLuca Barbato
2012-05-26fate: document TARGET_EXEC and its usageLuca Barbato
2012-05-24lavfi: add audio mix filterJustin Ruggles
2012-05-21lavfi: add an audio split filterJustin Ruggles
2012-05-21fate: change name of FATE samples location environment variableDiego Biurrun
2012-05-21avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern