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
2016-10-14lavfi/sidedata: add filter for manipulating frame side dataMarton Balint
This is a similar filter to f_metadata, only it works on side data. Since adding side data from a user provided arbitrary binary string is unsafe, because current code assumes that a side data of a certain kind has the proper size, this filter only implements selection and deletion. Also, no value matching support is implemented yet, because there is no uniform way to specify a side data textually. Signed-off-by: Marton Balint <cus@passwd.hu>
2016-10-07avformat/matroskaenc: add an option to disable writting CRC32 elementsJames Almer
Also add missing Changelog entry. Signed-off-by: James Almer <jamrial@gmail.com>
2016-10-05ChangeLog: Add latest CUVID changesPhilip Langdale
2016-10-02Changelog: Compress slightly to improve readability.Carl Eugen Hoyos
2016-10-01lavc: remove libfaac wrapperJosh de Kock
There is really no need for two aac wrappers, we already have libfdk-aac which is better. Not to mention that faac doesn't even support HEv1, or HEv2. It's also under a license which is unusable for distribution, so it would only be useful to people who will compile their own ffmpeg, only use it themselves (which at that point should just use fdk-aac). Signed-off-by: Josh de Kock <josh@itanimul.li>
2016-09-29Changelog: Mention edts support.Carl Eugen Hoyos
2016-09-24lavd: drop SDL1 device and SDL1 supportJosh de Kock
Signed-off-by: Josh de Kock <josh@itanimul.li>
2016-09-24ffplay: add SDL2 supportMarton Balint
This commit also drops SDL1 support for ffplay. Tested-by: James Almer <jamrial@gmail.com> (Windows, mingw-w64) Signed-off-by: Josh de Kock <josh@itanimul.li>
2016-09-24lavd: Add SDL2 output deviceJosh de Kock
Acked-by: Michael Niedermayer Signed-off-by: Josh de Kock <josh@itanimul.li>
2016-09-24lavfi: add nlmeans filterClément Bœsch
Fixes Ticket #4910
2016-09-17Changelog: update with TrueHD and MLP encodersRostislav Pehlivanov
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2016-09-15lavc: add hevc mediacodec decoderMatthieu Bouron
2016-09-12avfilter: add sobel and prewitt filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-07avfilter: add avgblur filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-04avfilter: add gblur filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-02avfilter: add weave filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2016-08-27avfilter: add vaguedenoiser filterPaul B Mahol
2016-08-25avfilter: add yuvtestsrc source filterPaul B Mahol
2016-08-25avfilter: add lut2 filterPaul B Mahol
2016-08-23avfilter: add hysteresis filterPaul B Mahol
2016-08-23avfilter: add maskedclamp filterPaul B Mahol
2016-08-22avformat: Add fifo pseudo-muxerJan Sebechlebsky
Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
2016-08-22avcodec/alsdec: Implement floating point sample data decodingUmair Khan
It conforms to the RM22 version of the reference encoder Signed-off-by: Umair Khan <omerjerk@gmail.com>
2016-08-17avfilter: add bitplanenoise filterPaul B Mahol
2016-08-11avfilter: add acrusher filterPaul B Mahol
2016-08-07avfilter: add crystalizer audio filterVitaly Ostrosablin
Signed-off-by: Vitaly Ostrosablin <tmp6154@yandex.ru>
2016-08-04avformat: add a TTA MuxerJames Almer
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2016-07-28Changelog: add entry for MediaCodec hwaccelMatthieu Bouron
2016-07-27Add an OpenH264 decoder wrapperMartin Storsjö
This is cherrypicked from libav, from commits 82b7525173f20702a8cbc26ebedbf4b69b8fecec and d0b1e6049b06eeeeca146ece4d2f199c5dba1565. Signed-off-by: Martin Storsjö <martin@martin.st>
2016-07-24lavfi/selectivecolor: add 16-bit supportClément Bœsch
2016-07-24lavfi/curves: add 16-bit supportClément Bœsch
2016-07-24lavfi/curves: do not automatically insert points at x=0 and x=1Clément Bœsch
There is actually a need for the origin and end point not to be defined. We can not automatically insert them with the y value of the first and last point as it will influence the curves in a wrong way. Fixes #5397
2016-07-21avformat/oggenc: add vp8 muxing supportJames Almer
Addresses ticket #5687 Signed-off-by: James Almer <jamrial@gmail.com>
2016-07-21avformat: add an Ogg Video muxerJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2016-07-21Changelog: move a misplaced entry to the correct sectionJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2016-07-19avformat: Add tee protocolMichael Niedermayer
Option passing support will be submitted seperately to the ML Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-07-15lavf: add libopenmpt demuxerJosh de Kock
Fixes ticket #5623 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-07-10Changed metadata print option to accept general urlsSami Hult
This is an - once again - updated patch, that uses avio_write instead of avio_puts to stream clean text output without null characters. Works now for me as intended. Changes metadata filter to accept general urls as file argument without breaking former behaviour. As a byproduct, it also allows for writing to file "-" if specified as "file:-". Example: ffmpeg -i test.wav -filter_complex "silencedetect=n=-40dB:d=0.1,ametadata=mode=print:file='pipe\:4'" -f null Signed-off-by: Sami Hult <sami.hult@gmail.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-06-27Changelog: Add VideoToolbox encoder entry for 3.1Rick Kern
Signed-off-by: Rick Kern <kernrj@gmail.com>
2016-06-26changelog: fix entry orderJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2016-06-26Update FFmpeg 3.1 cut markerJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2016-06-26avcodec: add YUY2 Lossless Codec decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-06-23avcodec: remove libutvideo wrapper supportDerek Buitenhuis
The 10-bit decoding support is available now in native decoder. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
* commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb': cosmetics: Fix spelling mistakes Merged-by: Clément Bœsch <u@pkh.me>
2016-06-13rtpenc: packetizer for VP9 RTP payload format (draft v2)Thomas Volkert
2016-06-10avcodec/cuvid: add cuvid decoderTimo Rothenpieler
2016-06-07avcodec: add BitJazz SheerVideo decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-06-07Changelog : add OpenExr improvementsMartin Vignali
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-05-31avocdec: add MagicYUV decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>