- 28 Feb, 2013 5 commits
-
-
Michael Niedermayer authored
* commit 'e2c272eb': LICENSE: Move (L)GPLv3 explanation block to a more suitable place swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
Fixes ticket #2299
-
Michael Niedermayer authored
* cus/stable: ffplay: do not cycle through unavailable show modes ffplay: add option to disable subtitling ffplay: use NAN to signal invalid external clock ffplay: if audio or video clock is invalid return NAN ffplay: allow frame dropping if we redisplay an already displayed frame ffplay: return true for pictq_prev_picture if it was successful ffplay: only quit from audio_decode_frame before decoding when paused ffplay: drop remaining frames in current audio avpacket when seeking ffplay: signal seek event to read thread Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This reverts commit 4a8fc1d8. The commit caused null pointer derefernces when using udp:// after i fixed that it caused ffmpeg to get stuck and remapped arguments like ?ttl=255 -> ?ttl%3d255 I dont want to leave this broken thus temporary revert so we all have some time to look at this without half the network protocols being broken in the meantime
-
Clément Bœsch authored
-
- 27 Feb, 2013 30 commits
-
-
Senthilnathan M authored
In particular, fix trac ticket #2031. Signed-off-by:
Senthilnathan M <senthilnathan.maadasamy@gmail.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Stefano Sabatini authored
-
Marton Balint authored
Fixes ticket #2200. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Fixes ticket #2201. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
This helps us not to make bad decision (frame dropping, audio compensation) right after seeking when we do not know yet the recent audio or video clock. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
This way the audio clock is updated to a proper value even when the video is paused. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Fixes ticket #1928. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Improves seek delay. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Clément Bœsch authored
This at least fix the build on CentOS.
-
Diego Biurrun authored
-
Nicolas George authored
-
Nicolas George authored
Fix trac ticket #2242. Note: under valid circumstances, when using -fix_sub_duration, the last subtitle is a dummy termination packet, with no allocated memory.
-
Michael Niedermayer authored
* fredjean/master: Include fix for building ismindex under MinGW Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Frederic Jean authored
Include cmdutils.h so we can build under windows. Based on fix for https://ffmpeg.org/trac/ffmpeg/ticket/256
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
Fixes Ticket2177 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket2225 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Michael Niedermayer authored
* qatar/master: x86: dsputil: Drop some unused function #defines Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '845cfc92': x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxext Conflicts: libavcodec/x86/dsputil_mmx.c Note, the commit message is wrong, there are no mmxext instructions as claimed in the function. The change should do no harm though Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '096cc11e': x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '31a23a0d': x86: dsputil_mmx: Remove leftover inline assembly fragments Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket2219 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket2155 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Jean First authored
Signed-off-by:
Jean First <jeanfirst@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Feb, 2013 5 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
The external assembly function uses mmxext instructions and should not be masqueraded as an mmx-only function. Instead, use the mmx-only inline assembly function.
-
Diego Biurrun authored
-
Martin Storsjö authored
These became unused in 71155d7b. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Fixes some of the issues with segment.mov See: 0226 15:16 Joseph Artsimov (2.1K) [FFmpeg-devel] Two problems with MPEG2 decoder Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-