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
2017-04-02Bump versions for master after 3.3Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-02Bump minor for 3.3Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-31Bump minor versions for master after release/3.3 branchpointMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-31Bump minor versions for staring release/3.3 branchMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-31Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch
* commit '67deba8a416d818f3d95aef0aa916589090396e2': Use avpriv_report_missing_feature() where appropriate Merged-by: Clément Bœsch <cboesch@gopro.com>
2017-03-28avdevice/decklink: deprecate @mode syntax in device name to specify modeMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2017-03-28avdevice/decklink_enc: convert to std::atomicMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2017-03-24Merge commit '2f806622e1270d3ed1d41a53049a19673dafbe70'Clément Bœsch
* commit '2f806622e1270d3ed1d41a53049a19673dafbe70': bktr: Use memset(0) instead of zero initialization for struct sigaction Merged-by: Clément Bœsch <u@pkh.me>
2017-03-22Merge commit '3a165c187da7d74f46f6c1778294e8c5a3a7151f'Clément Bœsch
* commit '3a165c187da7d74f46f6c1778294e8c5a3a7151f': v4l2: convert to stdatomic Merged-by: Clément Bœsch <u@pkh.me>
2017-03-22avdevice/decklink: new option 'format_code' to set video format by fourCCMatthias Hunstock
Signed-off-by: Matthias Hunstock <atze@fem.tu-ilmenau.de> Signed-off-by: Marton Balint <cus@passwd.hu>
2017-03-22avdevice/decklink: add format_code of display mode to list_format outputMatthias Hunstock
Signed-off-by: Matthias Hunstock <atze@fem.tu-ilmenau.de> Signed-off-by: Marton Balint <cus@passwd.hu>
2017-03-19Merge commit '93fed46a92bab8be176d3e67be4354189a8dbe7f'Clément Bœsch
* commit '93fed46a92bab8be176d3e67be4354189a8dbe7f': timefilter: test: Drop some disabled debug cruft Merged-by: Clément Bœsch <u@pkh.me>
2017-03-16Merge commit '5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688'Clément Bœsch
* commit '5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688': x11grab: Rename internal component to "xcbgrab" Merged-by: Clément Bœsch <u@pkh.me>
2017-03-16Merge commit '4fef648d10bf3bcfd4b8fa5755c1128966a2427c'Clément Bœsch
* commit '4fef648d10bf3bcfd4b8fa5755c1128966a2427c': Remove the legacy X11 screen grabber Merged-by: Clément Bœsch <u@pkh.me>
2017-03-07avdevice/alldevices: make avdevice_register_all thread safeMuhammad Faiz
use ff_thread_once Suggested-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2017-02-27avdevice/decklink_dec: remove AVFMT_RAWPICTUREMarton Balint
It has no effect for input devices. Signed-off-by: Marton Balint <cus@passwd.hu>
2017-02-27avdevice/decklink_enc: convert AVFMT_RAWPICTURE to AV_CODEC_ID_WRAPPED_AVFRAMEMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2017-02-27avdevice/decklink_enc: add support to specify field orderMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2017-02-27avdevice/decklink_enc: convert to codecparMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2017-02-23lavd/opengl_enc: Fix a typo.Carl Eugen Hoyos
2017-02-22lavd/opengl_enc: Support BGR48.Carl Eugen Hoyos
2017-02-19avdevice/iec61883: free packet on buffer allocation errorMarton Balint
Fixes Coverity CID 1396416. Signed-off-by: Marton Balint <cus@passwd.hu>
2017-01-31Merge commit '5d0f85f1b2469b60d0838330aabe5353fdd9ef1d'Clément Bœsch
* commit '5d0f85f1b2469b60d0838330aabe5353fdd9ef1d': libdc1394: Fill in packet data directly Merged-by: Clément Bœsch <cboesch@gopro.com>
2017-01-25Cosmetics: Reindent after last commit.Carl Eugen Hoyos
2017-01-25lavd/v4l2: Avoid setting frame_size to a negative value.Carl Eugen Hoyos
2017-01-12lavd/lavfi: use buffersink accessors.Nicolas George
2016-12-27avdevice/decklink_enc: do not reference this after freeing itMarton Balint
Fixes Coverity CID 1396863. Signed-off-by: Marton Balint <cus@passwd.hu>
2016-12-27avdevice/decklink_dec: properly initialize no_video variableMarton Balint
Fixes Coverity CID 1396859. Signed-off-by: Marton Balint <cus@passwd.hu>
2016-11-18Merge commit '0b1bd1b2057d41fd0ccba7317911c484a50f9207'Hendrik Leppkes
* commit '0b1bd1b2057d41fd0ccba7317911c484a50f9207': lavd: Drop unneeded av_init_packet()s Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2016-11-08Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2016-11-03lavd/xcbgrab: do not try to create refcounted packets.Nicolas George
The framework will allocate a buffer and copy the data to it, that takes time. But it avoids constently creating and destroyng the shared memory segment, and that saves more time. On my setup, from ~200 to ~300 FPS at full screen (1920×1200), from ~1400 to ~3300 at smaller size (640×480), similar to legacy x11grab and confirmed by others. Plus, shared memory segments are a scarce resource, allocating potentially many is a bad idea. Note: if the application were to drop all references to the buffer before the next call to av_read_frame(), then passing the shared memory segment as a refcounted buffer would be even more efficient, but it is hard to guarantee, and it does not happen with the ffmpeg command-line tool. Using a small number of preallocated buffers and resorting to a copy when the pool is exhausted would be a solution to get the better of both worlds.
2016-10-26Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-10-26Bump minor versions for 3.2Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-10-22bktr: Use memset(0) instead of zero initialization for struct sigactionDiego Biurrun
sigaction is not defined in standards as a struct starting with another struct. Some *BSD variants do however, resulting in a warning from the zero initialization, which this change eliminates. This partially reverts a92be9b856bd11b081041c43c25d442028fe9a63.
2016-10-21lavd/decklink_dec: fix indentationMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2016-10-21lavd/decklink_dec: add option to disable drawing bars on signal lossMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2016-10-03lavd/openal: don't return zero sized packet if no samples are availableMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2016-10-02v4l2: convert to stdatomicAnton Khirnov
2016-09-25lavd/sdl2: add sdl aliasJosh de Kock
This commit also adds an sdl alias for the configure script.
2016-09-25lavd/sdl2: remove unused codeJosh de Kock
2016-09-24lavd/sdl2: Fix 32bit rgb formats on little-endian hardware.Carl Eugen Hoyos
2016-09-24lavd/sdl2: Move unsupported formats SDL_PIXELFORMAT_xxx888 updwards.Carl Eugen Hoyos
There is a paragraph for unsupported SDL formats.
2016-09-24lavd: drop SDL1 device and SDL1 supportJosh de Kock
Signed-off-by: Josh de Kock <josh@itanimul.li>
2016-09-24lavd/opengl: use SDL2Lukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> 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-15libdc1394: Distinguish between enumeration errors and no cameras foundJosh de Kock
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2016-08-20avdevice/dshow: satisfy alloc contract betterRoger Pack
prevent non-rgb24 crashes on windows 10 anniversary ed Signed-off-by: Roger Pack <rogerpack2005@gmail.com>
2016-08-17timefilter: test: Drop some disabled debug cruftDiego Biurrun
2016-08-05decklink: enhancement: format selection with AVRational v2Matthias Hunstock
When finding a video mode based on frame size and frame rate, use AVRational methods instead of simple comparison. Add debug information. Signed-off-by: Matthias Hunstock <atze@fem.tu-ilmenau.de> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-08-05decklink: fix: set fps on video stream v2Matthias Hunstock
Provide the stream with the correct fps information when capturing. Signed-off-by: Matthias Hunstock <atze@fem.tu-ilmenau.de> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>