- 03 Feb, 2010 2 commits
-
-
Michael Niedermayer authored
done on seeking. This fixes the bug where after reaching the end and waiting a few seconds seeking back to the begin messes up AV sync and playback speed. Originally committed as revision 21629 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Fixes wrong cursor key seek distances. Originally committed as revision 21627 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Feb, 2010 6 commits
-
-
Michael Niedermayer authored
Fixes initial delay on video from issue1134. Originally committed as revision 21618 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
can interfere with video. Originally committed as revision 21616 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
This should fix seeking in TS. Originally committed as revision 21614 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
discontinuities) Fixes issue1090 Originally committed as revision 21606 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
This fixes seeking back with the cursor keys and -bytes. Originally committed as revision 21605 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21603 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2010 13 commits
-
-
Stefano Sabatini authored
ffplay.c: In function ‘video_thread’: ffplay.c:1391: warning: suggest parentheses around && within || Originally committed as revision 21600 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 21599 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
from the decoder. Originally committed as revision 21593 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
This avoids a few ms delay for the first frame after a seek in theory. Originally committed as revision 21592 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
otherwise the first frame after a seek would be delayed by that amount. Originally committed as revision 21591 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
fixes issue558 and probably others. Originally committed as revision 21590 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
flush and init can be put into the flush handling. Originally committed as revision 21589 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
having frames from before and after the seek which just isnt a good idea. Originally committed as revision 21588 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Fixes wernfried_1.avi Originally committed as revision 21586 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21585 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Could not notice a differenc in behavior. Originally committed as revision 21584 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21582 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21581 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Jan, 2010 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 21579 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21578 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jan, 2010 5 commits
-
-
Michael Niedermayer authored
nonsense. Originally committed as revision 21563 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21561 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21555 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Fixes issue1211 Originally committed as revision 21554 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
function. Originally committed as revision 21550 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jan, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 21377 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jan, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 21359 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
The various avcodec_thread_init() functions are updated to return immediately after setting avctx->thread_count. This allows -threads 0 to pass through to codecs. It also simplifies the usage for apps using libavcodec. Originally committed as revision 21358 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Dec, 2009 1 commit
-
-
Stefano Sabatini authored
This is safer since avcodec_open() may initialize some structure using the thread_count default value which will be changed later, causing potential security / stability issues. Also do not explicitely set the thread_count value in the decoder, since this is already done by avcodec_thread_init(). See the thread: "[FFmpeg-devel] [PATCH] Make ffplay define in the encoder the number of threads *before* to open it", started in date 2008-03-08. Originally committed as revision 20954 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Dec, 2009 3 commits
-
-
Ramiro Polla authored
Originally committed as revision 20905 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 20904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 20902 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Dec, 2009 2 commits
-
-
Michael Niedermayer authored
Without this random changes to the header inclusion can trigger linking failures, and these are not even picked up in some environments (some fate machines didnt catch it). Originally committed as revision 20833 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
This safes the users time to find out which of -h --help -? works. Originally committed as revision 20822 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Nov, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 20664 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Nov, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 20553 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Nov, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 20518 to svn://svn.ffmpeg.org/ffmpeg/trunk
-