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
2015-01-15avfilter: add showpalette filterClément Bœsch
2015-01-13Changelog: mention the port of various mp PP filtersStefano Sabatini
2015-01-12Adding Closed caption accessoriesAnshul Maheshwari
Signed-off-by: Anshul Maheshwari <anshul.ffmpeg@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-11avformat/voc: add seeking supportMichael Niedermayer
Fixes Ticket1333 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-07Merge commit '8a3d9ca603f4d15ecaa9ca379cbaab4ecaec8ce4'Michael Niedermayer
* commit '8a3d9ca603f4d15ecaa9ca379cbaab4ecaec8ce4': libavcodec: Add an OpenH264 encoder wrapper Conflicts: Changelog configure libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-06libavcodec: Add an OpenH264 encoder wrapperMartin Storsjö
Compared to existing, common opensource H264 encoders, this can be useful since it has got a different license (BSD instead of GPL). Performance- and qualitywise it is comparable to x264 in ultrafast mode. Hooking it up as an encoder in libavcodec also simplifies comparing it against other common encoders. This requires OpenH264 1.3 or newer. Since the OpenH264 API and ABI changes frequently, only releases are supported. To take advantage of the OpenH264 patent offer, the OpenH264 library must not be redistributed, but downloaded at runtime at the end-user's system. Signed-off-by: Martin Storsjö <martin@martin.st>
2015-01-02libavutil: Added Camellia symmetric block cipherSupraja Meedinti
Signed-off-by: Supraja Meedinti <supraja0493@gmail.com> Previous version of this patch reviewed-by: Giorgio Vazzana <mywing81@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-02Changelog: Add cropdetect non 8bppMichael Niedermayer
Suggested-by: Reimar Previous patch reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-12-27lavfi: add tblend filterStefano Sabatini
2014-12-26Changelog: Mention non continuous cache protocolMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-12-19Merge commit '8a70ef94b9c377293b3dfa7d92cdc81a4fe1543a'Michael Niedermayer
* commit '8a70ef94b9c377293b3dfa7d92cdc81a4fe1543a': libavformat: Add a muxer wrapping mpegts encoding into RTP Conflicts: Changelog libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-12-19Merge commit 'a505c0d7373336a4cc5aa2022111c46bdd388b1f'Michael Niedermayer
* commit 'a505c0d7373336a4cc5aa2022111c46bdd388b1f': rtp: Initial H.261 support Conflicts: Changelog libavformat/rtpdec_h261.c libavformat/rtpenc_h261.c libavformat/sdp.c libavformat/version.h See: 50a4d5cfc6749932347ee38c25b5040aea4b13a0 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-12-19oggdec: add support for VP8 demuxingJames Almer
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2014-12-19libavformat: Add a muxer wrapping mpegts encoding into RTPMartin Storsjö
Since this structurally is quite different from normal RTP (multiple streams are muxed into one single mpegts stream, which is packetized into one single RTP session), it is kept as a separate muxer. Since this structurally also behaves differently than normal RTP, all of the other muxers that do chained RTP muxing (rtsp, sap, mp4) would need to be updated similarly to handle this - in particular, creating one single rtp_mpegts muxer for the whole presentation instead of one rtp muxer per stream. Signed-off-by: Martin Storsjö <martin@martin.st>
2014-12-19rtp: Initial H.261 supportThomas Volkert
The packetizer only supports splitting at GOB headers - if such aren't available frequently enough, it splits at any random byte offset (not at a macroblock boundary either, which would be allowed by the spec) and sends a payload header pretend that it starts with a GOB header. As long as a receiver doesn't try to handle such cases cleverly but just drops broken frames, this shouldn't matter too much in practice. Signed-off-by: Martin Storsjö <martin@martin.st>
2014-12-18wavdec: RIFX file format supportThomas Volkert
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-12-16lavfi: add colorlevels filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2014-12-15Changelog: Add 10bit sppMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-12-11avcodec: Add NVENC encoderTimo Rothenpieler
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-12-04Changelog: add 2.5 entryMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-12-04Changelog: Add libpostproc visualizationMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-25doc: add entry for APNG demuxer where needed.Benoit Fouet
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-24Changelog: remove 24bit lossless wma entry for now, some samples work others ↵Michael Niedermayer
do not yet work Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-22avcodec/wmalosslessdec: support 24bit losslessMichael Niedermayer
Not checked if its actually lossless Fixes Ticket1847 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-21Changelog: add zygoaudioMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-20Changelog: add WebP muxerMichael Niedermayer
Suggested-by: jamrial Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-18Merge commit 'fe5e6e34c05e274f98528be4f77f3c474473f977'Michael Niedermayer
* commit 'fe5e6e34c05e274f98528be4f77f3c474473f977': lavf: Add an MPEG-DASH ISOFF segmenting muxer Conflicts: Changelog libavformat/Makefile libavformat/allformats.c libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-17Merge commit '2ded57371abead879bcee56da5131e5fac0d17ef'Michael Niedermayer
* commit '2ded57371abead879bcee56da5131e5fac0d17ef': movenc: Add support for writing sidx atoms for DASH segments Conflicts: Changelog libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-17lavf: Add an MPEG-DASH ISOFF segmenting muxerMartin Storsjö
This is mostly to serve as a reference example on how to segment the output from the mp4 muxer, capable of writing the segment list in four different ways: - SegmentTemplate with SegmentTimeline - SegmentTemplate with implicit segments - SegmentList with individual files - SegmentList with one single file per track, and byte ranges The muxer is able to serve live content (with optional windowing) or create a static segmented MPD. In advanced cases, users will probably want to do the segmenting in their own application code. Signed-off-by: Martin Storsjö <martin@martin.st>
2014-11-17movenc: Add support for writing sidx atoms for DASH segmentsMartin Storsjö
A flag "dash" is added, which enables the necessary flags for creating DASH compatible fragments. When this is enabled, one sidx atom is written for each track before every moof atom. Signed-off-by: Martin Storsjö <martin@martin.st>
2014-11-16ffserver_config: handle codec private optionsLukasz Marek
This commit allows to set codec's private option. As side effect, it also improves preset support. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
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>