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 (Collapse)Author
2012-12-18avcodec: bump minor for adaptive h264 frame-mtJanne Grunau
Also adds forgotten Changelog entry.
2012-12-08tak: demuxer, parser, and decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
2012-12-06Changelog: add an entry for deprecating the avconv -vol optionJustin Ruggles
2012-12-06alacenc: add support for multi-channel encodingJustin Ruggles
2012-12-05lavfi: add volume filterJustin Ruggles
Based on the volume filter in FFmpeg written by Stefano Sabatini <stefasab@gmail.com>.
2012-11-15avserver: remove daemon modeMans Rullgard
This code spews a multitude of warnings with glibc (unchecked return values), some of them possibly warranted. Furthermore, the deamonisation is not suitable for use with typical startup scripts as it does not provide the PID of the daemon in any way. Users wishing to run avserver as a daemon can still do so using start-stop-daemon or equivalent tools. Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2012-11-08add 24-bit FLAC encoding to ChangelogJustin Ruggles
Also move a misplaced line from the 9_beta2 section to <next>
2012-10-30lavfi: add ashowinfo filterAnton Khirnov
It can be useful for debugging. Based on a patch by Stefano Sabatini <stefano.sabatini-lala@poste.it>
2012-10-18changelog: Mention the MSVC DLL supportMartin Storsjö
Also retroactively add a changelog entry to the 9beta1 list for general MSVC support, which was present there already. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-10-16wav muxer: write metadataVictor Vasiliev
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-10-11prepare 9_beta1 releaseJanne Grunau
2012-10-09avconv: remove -same_quantAnton Khirnov
It has not worked for anything other than fringe codecs (asv1/2, mdec, mjpeg[b]) since about 2003 and nobody ever noticed or complained. This sufficiently proves that there are no users of this option who have a clue of what they are doing, so it is completely useless.
2012-10-01Opus encoder using libopusNathan Caldwell
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-09-28Opus decoder using libopusNicolas George
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-09-23rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset
2012-09-13Add a smooth streaming segmenter muxerMartin Storsjö
This muxer splits the output from the ismv muxer into individual files, in realtime. The same can also be done by the standalone tool ismindex, but this muxer is needed for doing it in realtime (especially for live streams that need extra handling for updating the lookahead fields in the fragment headers). Using this muxer, one can deliver live smooth streaming from a normal static file web server. (Using ismindex, one can deliver premade smooth streaming files from a static file web server, or prepare files for serving with IIS.) Signed-off-by: Martin Storsjö <martin@martin.st>
2012-09-09rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-08-31MSS2 decoderAlberto Delmás
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
2012-08-30avconv: make the -passlogfile option per-stream.Anton Khirnov
2012-08-30avconv: make the -pass option per-stream.Anton Khirnov
2012-08-20lavc: add Ut Video encoderJan Ekström
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-08-18avconv: make -shortest a per-output file option.Anton Khirnov
2012-08-02Canopus Lossless decoderDerek Buitenhuis
At the moment it only does BGR24, but I plan to add the rest after. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2012-07-23RTMPTE protocol supportSamuel Pitoiset
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-07-23RTMPE protocol supportSamuel Pitoiset
This adds two protocols, but one of them is an internal implementation detail just used as an abstraction layer/generalization in the code. The RTMPE protocol implementation uses ffrtmpcrypt:// as an alternative to the tcp:// protocol. This allows moving most of the lower level logic out from the higher level generic rtmp code. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-07-22G.723.1 demuxer and decoderMohamed Naufal Basheer
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
2012-07-17libopenjpeg: introduce encoding supportMichael Bradshaw
Based on FFmpeg version from commit 713a7854e06964abc8f7d015b94acbed27769d24 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2012-07-17RTMPTS protocol supportSamuel Pitoiset
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-07-17RTMPS protocol supportSamuel Pitoiset
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-07-13MS Expression Encoder Screen decoderKostya Shishkov
2012-07-12Support AAC encoding via the external library fdk-aacMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-07-11TechSmith Screen Codec 2 decoderKostya Shishkov
2012-07-10rtsp: Add listen modeJordi Ortiz
This makes the RTSP demuxer act as a server, listening for an incoming connection. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-07-02MS ATC Screen (aka MSS3) decoderKostya Shishkov
2012-06-23lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse
Inspired by MPlayer's af_channels filter and SoX's remix effect.
2012-06-22lavfi: add join audio filter.Anton Khirnov
It joins multiple input streams into one multi-channel output.
2012-06-20MS Screen 1 decoderKostya Shishkov
2012-06-18Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö
The library is 3-clause BSD licensed. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-06-17RTMPT protocol supportSamuel Pitoiset
This adds two protocols, but one of them is an internal implementation detail just used as an abstraction layer/generalization in the code. The RTMPT protocol implementation uses rtmphttp:// as an alternative to the tcp:// protocol. This allows moving most of the lower level logic out from the higher level generic rtmp code. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-06-12lavfi: add channelsplit audio filter.Anton Khirnov
2012-06-05Indeo Audio decoderKostya Shishkov
2012-05-26avprobe: restore pseudo-INI old style format for compatibility.Anton Khirnov
2012-05-26avprobe: changelog entryLuca Barbato
2012-05-24lavfi: add audio mix filterJustin Ruggles
2012-05-21lavfi: add an audio split filterJustin Ruggles
Based on current version of the asplit filter in FFmpeg written by Stefano Sabatini and others.
2012-05-18lavfi: Add fps filter.Anton Khirnov
Partially based on a patch by Robert Nagy <ronag89@gmail.com>
2012-05-15Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov
2012-04-25Add libavresampleJustin Ruggles
This is a new library for audio sample format, channel layout, and sample rate conversion.
2012-04-06avconv: drop support for building without libavfilter.Anton Khirnov
Since the mandatory memcpy in vsrc_buffer has been eliminated, there shouldn't be any significant reason to build without lavfi anymore. This will make upcoming support for complex filtergraphs easier to do.
2012-03-19fix space type in ChangelogKostya Shishkov