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 (Collapse)Author
2013-04-11lavfi: new interlace filterVittorio Giovara
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-04-09lavfi: add a bump and docs entries for the AVOptions switchAnton Khirnov
2013-03-28avconv: add options for reading filtergraphs from a file.Anton Khirnov
2013-03-08avconv: do not silently ignore unused codec AVOptions.Anton Khirnov
Print an error and abort when the option is of the wrong type (decoding for output file or vice versa), since this could never be correct for any input or output configuration. Print a warning and continue when the option is of the correct type, just unused, so same commandlines can be reused for different kinds of input or output files.
2013-03-08Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov
2013-02-09asfdec: support reading ID3v2 tags in ASF filesVladimir Pantelic
Yes, these files do exist Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-01-25lavu: Add av_strnstr()Vladimir Pantelic
This is a length limited version of strstr() Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-01-15rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö
This only takes care of decrypting incoming packets; the outgoing RTCP packets are not encrypted. This is enough for some use cases, and signalling crypto keys for use with outgoing RTCP packets doesn't fit as simply into the API. If the SDP demuxer is hooked up with custom IO, the return packets can be encrypted e.g. via the SRTP protocol. If the SRTP keys aren't available within the SDP, the decryption can be handled externally as well (when using custom IO). Signed-off-by: Martin Storsjö <martin@martin.st>
2013-01-13vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-01-05finalize changelog for version 9Reinhard Tartler
2013-01-03forgotten changelogs for 9_beta2Reinhard Tartler
2012-12-31rtmp: Add support for limelight authenticationMartin Storsjö
Limelight is a not too uncommon CDN. The authentication scheme is pretty similar to the adobe authentication, but is even closer to normal http digest authentication (but not close enough to warrant sharing code) than the adobe version. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-12-31rtmp: Add support for adobe authenticationMartin Storsjö
This is mostly used to authenticate the client when publishing. Tested with wowza and akamai. Some but not all servers support resending a new connect invoke within the same connection, so always reconnect for sending a new connection attempt. This matches what other applications do as well. The authentication scheme is structurally pretty similar to http digest authentication, but uses base64 instead of hex strings. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-12-29avstring: add av_basename and av_dirnameLuca Barbato
Thread safe version of the common basename and dirname.
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.