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
2013-03-12Merge commit 'd8b31be6caebd8d1321ecb754b6e7daaf81dc111'Michael Niedermayer
* commit 'd8b31be6caebd8d1321ecb754b6e7daaf81dc111': Add the bumps and APIchanges entries for reference counted buffers changes. Conflicts: Changelog doc/APIchanges libavcodec/version.h libavdevice/version.h libavfilter/version.h libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-10lavfi: add curves filter.Clément Bœsch
2013-03-08Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov
2013-03-05lavfi: port MP stereo3d filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-22blend filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-17lavc: support subtitles character encoding conversion.Clément Bœsch
2013-02-17Changelog: Add entry for encrypted TTA stream decodingJames Almer
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-16Changelog: add missing empty line after the version lineStefano Sabatini
2013-02-16lavfi: port MP noise filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-12WAV muxer: add RF64 supportDaniel Verkamp
2013-02-10Merge commit 'f5fac6f77752931347ab302563802dcaa49c2419'Michael Niedermayer
* commit 'f5fac6f77752931347ab302563802dcaa49c2419': asfdec: support reading ID3v2 tags in ASF files Conflicts: Changelog libavformat/asfdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-10lavfi: port MP il filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-09lavf: add tee pseudo-muxer.Nicolas George
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-02-09histogram filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-04lavfi/showspectrum: display multiple channels in separate rowRudolf Polzer
The showspectrum filter gets multiple channel (any count) support. Signed-off-by: Rudolf Polzer <divverent@xonotic.org>
2013-01-31Port biquads filters from SoXPaul B Mahol
Adds allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass and treble filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-01-26remove av_strnstr from ChangelogPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-01-26lavfi: version bump and change log entries after the last commits.Nicolas George
2013-01-25Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b'Michael Niedermayer
* commit 'b85a5e87af4254b80913fe33591d96361f30832b': lavu: Add av_strnstr() h264: Allow discarding the cropping information from SPS Conflicts: Changelog doc/APIchanges libavcodec/avcodec.h libavcodec/version.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
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-21afade filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-01-21EVRC decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-01-20theora: support midstream reconfigurationMichael Niedermayer
Fixes Ticket868 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-20oggdec: Support chained streams, support replacing streams in multistream files.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Conflicts: Changelog
2013-01-19sws: Support error diffusion dither for mono outputMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-15Merge commit '2f3bada63e57345329c4f9b48e9b81b5cfc03d05'Michael Niedermayer
* commit '2f3bada63e57345329c4f9b48e9b81b5cfc03d05': lavf: Add a protocol for SRTP encryption/decryption rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES) Conflicts: libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
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-14Merge commit '44e065d56c87d6a9d0effccec5f31517f72924ec'Michael Niedermayer
* commit '44e065d56c87d6a9d0effccec5f31517f72924ec': vdpau: Add context and common helpers for hwaccel support Conflicts: Changelog doc/APIchanges libavcodec/vdpau.h libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-13vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-01-08Add forgotten AVC Intra entry to Changelog.Carl Eugen Hoyos
2013-01-07Changelog: move Megalux where it belongsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-01-07Changelog, update for 1.1 releaseMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-06012v decoder.Carl Eugen Hoyos
The decoder also supports a12v, but removes the transparency layer since no samples with actual transparency are available for testing.
2013-01-06Megalux Frame demuxerPeter Ross
2013-01-05lavfi: add histeq filterStefano Sabatini
This is a port of virtual dub's histogram equalization filter by Donald A. Graft. Based on the work by Jérémy Tran <tran.jeremy.av@gmail.com>, done for SOCIS 2012.
2013-01-05lavfi: add kerndeint filterStefano Sabatini
This is a port of the kerndeint filter (libmpcodecs/vf_kerndeint) by Donal A. Graft (original avisynth plugin author), and is based on the work by Jérémy Tran <tran.jeremy.av@gmail.com> done for SOCIS 2012.
2013-01-05finalize changelog for version 9Reinhard Tartler
2013-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: cmdutils: update copyright year to 2013 h264: check SPS entries directly to detect pixel format changes forgotten changelogs for 9_beta2 Conflicts: Changelog cmdutils.c libavcodec/h264.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-03forgotten changelogs for 9_beta2Reinhard Tartler
2013-01-01lavf: add data: URI scheme.Nicolas George
2013-01-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: rtmp: Add support for limelight authentication rtmp: Add support for adobe authentication Conflicts: Changelog libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
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-31Sony Wave64 muxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-31Changelog: remove av_{base,dir}_name addition.Clément Bœsch
This belongs only to APIChanges, where it is already present. Spotted-by: Stefano
2012-12-31Add SubViewer v1 subtitles demuxer and decoder.Clément Bœsch
2012-12-31Add PJS subtitles demuxer and decoder.Clément Bœsch
2012-12-31Add AQTitle subtitles demuxer.Clément Bœsch
2012-12-31Add MPlayer subtitles demuxer.Clément Bœsch