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
2014-11-14Changelog: Mention AVFoundation screen capturing.Thilo Borgmann
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-10Changelog: explicit that xBR scaler is implemented as a filterClément Bœsch
2014-11-10lavfi: add xbr filter xBRArwa Arif
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-05avformat/udp: UDP-Lite (RFC 3828) support addedThomas Volkert
(This fixes ticket #1501) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-27Merge commit 'a6674d2e7771dbf7a4a5556f5e126be83cadac96'Michael Niedermayer
* commit 'a6674d2e7771dbf7a4a5556f5e126be83cadac96': xcbgrab: XCB-based screen capture Conflicts: Changelog configure libavdevice/Makefile libavdevice/alldevices.c libavdevice/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-26xcbgrab: XCB-based screen captureLuca Barbato
Matches the x11grab screen capture by features.
2014-10-25Changelog: add entry for libutvideo 422P10Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-23Added STL demuxer and decoderEejya Singh
Signed-off-by: Clément Bœsch <u@pkh.me>
2014-10-18libavutil: Add CAST128 symmetric block cipherSupraja Meedinti
Only ECB mode is supported at the moment Signed-off-by: Supraja Meedinti <supraja0493@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-08Changelog: add "ffprobe -show_pixel_formats option"Tobias Rapp
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-26avformat: add SUP/PGS subtitle demuxerwm4
Signed-off-by: Clément Bœsch <u@pkh.me>
2014-09-25rtpenc: HEVC/H.265 supportThomas Volkert
Signed-off-by: Martin Storsjö <martin@martin.st>
2014-09-21rtpenc: HEVC/H.265 supportThomas Volkert
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-14Changelog: add 2.4Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-14Changelog/RELEASE_NOTES: prepare for 2.4Clément Bœsch
2014-09-08Revert the default for ffplay to -noautoexit.Carl Eugen Hoyos
Reviewed-by: Marton Balint
2014-09-06Merge commit '041caf1a63f091745b95a6d51c23fbdcb604d4ce'Michael Niedermayer
* commit '041caf1a63f091745b95a6d51c23fbdcb604d4ce': avplay: Exit by default at the end of playback Conflicts: Changelog ffplay.c Changes to ffplay not merged as they would break -autoexit as a way to override -noautoexit, the change of the default will be implemented in the next commit Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-06avplay: Exit by default at the end of playbackDiego Biurrun
This is the expected behavior shared by all other cli multimedia players. Bug-Id: 732
2014-09-05add silenceremove filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2014-09-05Merge commit 'd7913bf59ccbf781ce57c5d58998e8f25d10e040'Michael Niedermayer
* commit 'd7913bf59ccbf781ce57c5d58998e8f25d10e040': changelog: Move Ogg subtypes aliases entry to the correct release Conflicts: Changelog Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-05changelog: Move Ogg subtypes aliases entry to the correct releaseDiego Biurrun
2014-09-04Merge commit 'd9792b773516a560ecb99694b8ee745a50027fac'Michael Niedermayer
* commit 'd9792b773516a560ecb99694b8ee745a50027fac': Mark 11 release in the changelog Conflicts: Changelog Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-04Mark 11 release in the changelogDiego Biurrun
Also fix some typos in the entries for the 11 release.
2014-09-04Use makeinfo to generate html doc for the new websiteTimothy Gu
texi2html is deprecated by upstream in favor of makeinfo/texi2any. See: - https://www.gnu.org/software/texinfo/manual/texinfo/html_node/texi2html.html - https://wiki.debian.org/Texi2htmlTransition - https://lists.debian.org/debian-devel/2013/05/msg01516.html This is actually two separate changes. Based on a patch by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>. Fixes Trac ticket #3232. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-09-03Merge commit '95e177eeb21f3e968aa9353bc69d1946966cc835'Michael Niedermayer
* commit '95e177eeb21f3e968aa9353bc69d1946966cc835': rtpdec: HEVC/H.265 support Conflicts: Changelog libavformat/rtpdec_hevc.c libavformat/version.h See: 96b2ba68c4aef4e92b3e9de87d1fb94f2fb659f0 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-03rtpdec: HEVC/H.265 supportThomas Volkert
As specified in draft-ietf-payload-rtp-h265-06. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2014-09-01Add missing changelog entryThomas Volkert
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-29Merge commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f'Michael Niedermayer
* commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f': matroskadec: parse stereo mode on decoding Conflicts: Changelog libavformat/matroska.c libavformat/matroskadec.c See: 4c509fe305bc79a913ef1b690df6c910c732f608 and others Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-28matroskadec: parse stereo mode on decodingVittorio Giovara
Convert the Matroska stereo format to the Stereo3D format, and add a Stereo3D side data to the stream. Bump the doctype version supported. Bug-Id: 728 / https://bugs.debian.org/757185
2014-08-24avfilter: add codecview filterClément Bœsch
2014-08-24Changelog: add "H.261 RTP payload format (RFC 4587)"Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-24lavc/tiff: add support for LZMA compressionJames Almer
Derived from deflate code. Requires liblzma. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-22ogg: Provide aliases for Speex, Opus and audio-only oggLuca Barbato
Since they are aliases for ogg enabling any of them enables ogg as well.
2014-08-14Merge commit '481a3667495425db9fdffb653292b6460fb68208'Michael Niedermayer
* commit '481a3667495425db9fdffb653292b6460fb68208': cmdutils: allow matching by metadata in stream specifiers Conflicts: Changelog cmdutils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-14Merge commit '7e38903b5c86a759549e70647ae42bb22d353b14'Michael Niedermayer
* commit '7e38903b5c86a759549e70647ae42bb22d353b14': http: enable icy metadata by default. Conflicts: Changelog libavformat/http.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-13Changelog: notify about the recent performance boost in dctdnoiz filterClément Bœsch
2014-08-13cmdutils: allow matching by metadata in stream specifiersAnton Khirnov
2014-08-13http: enable icy metadata by default.Andrew Stone
It won't hurt servers that don't care about the header, and those that do will include it by default. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-08-12avfilter: ported lenscorrection filter from frei0rDaniel Oberhoff
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-04libavformat: Add Icecast protocolePirat
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-04Add Icecast protocolMarvin Scholz
Icecast is basically a convenience wrapper around the HTTP protocol. Signed-off-by: Martin Storsjö <martin@martin.st>
2014-07-23Changelog: add "version <next>:" so people dont add new things to the last ↵Michael Niedermayer
release Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-16Changelog: change "version <next>" to "version 2.3"Michael Niedermayer
Found-by: jamrial Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-16avfilter/drawtext: Add basic text shaping using libfribidiMarc Jeffreys
Fixes ticket #3758 Reviewed-by: Andrey Utkin <andrey.krieger.utkin@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-16lavf: Add WebM DASH Manifest MuxerVignesh Venkatasubramanian
This patch adds the ability to generate WebM DASH manifest XML using ffmpeg. A sample command line would be as follows: ffmpeg \ -f webm_dash_manifest -i video1.webm \ -f webm_dash_manifest -i video2.webm \ -f webm_dash_manifest -i audio1.webm \ -f webm_dash_manifest -i audio2.webm \ -map 0 -map 1 -map 2 -map 3 \ -c copy \ -f webm_dash_manifest \ -adaptation_sets “id=0,streams=0,1 id=1,streams=2,3” \ manifest.xml It works by exporting necessary fields as metadata tags in matroskadec and use those values to write the appropriate XML fields as per the WebM DASH Specification [1]. Some ideas are adopted from webm-tools project [2]. [1] https://sites.google.com/a/webmproject.org/wiki/adaptive-streaming/webm-dash-specification [2] https://chromium.googlesource.com/webm/webm-tools/+/master/webm_dash_manifest/ Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-13lavf: add samba protocol via libsmbclientLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-13AVFormat: LRC demuxer and muxerStar Brilliant
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-03avformat: Add image3 demuxers with format autodetectionCarl Eugen Hoyos
Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-03avfilter: add flanger filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2014-06-21avfilter: add hqx filter (hq2x, hq3x, hq4x)Clément Bœsch
Partially fixes Ticket #3404 (xbr filter remaining)