| Commit message (Expand) | Author | Age | Files | Lines |
* | ffplay: only display frames if there are no pending events | Marton Balint | 2013-02-15 | 1 | -7/+6 |
* | ffplay: remove remains of video_clock | Marton Balint | 2013-02-15 | 1 | -23/+6 |
* | ffplay: remove refresh thread to achieve more precise frame delay | Marton Balint | 2013-02-15 | 1 | -37/+36 |
* | Revert "Merge commit 'db0a943266be29ff0596872ebb418dfed75d00de'" | Michael Niedermayer | 2013-02-10 | 1 | -3/+0 |
* | Merge commit 'db0a943266be29ff0596872ebb418dfed75d00de' | Michael Niedermayer | 2013-02-10 | 1 | -0/+3 |
|\ |
|
* | | ffplay: report video frame changes only in debug mode | Stefano Sabatini | 2013-02-06 | 1 | -1/+1 |
* | | ffplay: extend feedback in case of video changes | Stefano Sabatini | 2013-02-06 | 1 | -2/+6 |
* | | ffplay: remove misleading comment from audio_decode_frame() | Stefano Sabatini | 2013-02-03 | 1 | -1/+0 |
* | | ffplay: rename audio_decode_frame() variable "pts" to "audio_clock0" | Stefano Sabatini | 2013-02-03 | 1 | -4/+4 |
* | | ffplay: remove pts_ptr argument from audio_decode_frame() | Stefano Sabatini | 2013-02-03 | 1 | -5/+3 |
* | | ffplay: drop redundant NULL sws_freeContext() check in stream_close() | Stefano Sabatini | 2013-02-03 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'cus/stable' | Michael Niedermayer | 2013-02-02 | 1 | -30/+41 |
|\ \ |
|
| * | | ffplay: step to next frame if paused when seeking | Marton Balint | 2013-02-02 | 1 | -0/+2 |
| * | | ffplay: move up pause functions | Marton Balint | 2013-02-02 | 1 | -14/+14 |
| * | | ffplay: remember last window dimensions | Marton Balint | 2013-02-02 | 1 | -11/+14 |
| * | | ffplay: fix order of setting show_mode | Marton Balint | 2013-02-02 | 1 | -1/+2 |
| * | | ffplay: dynamically allocate audio buffer | Marton Balint | 2013-02-02 | 1 | -4/+9 |
* | | | ffplay: extend doxy for audio_decode_frame() | Stefano Sabatini | 2013-02-02 | 1 | -1/+7 |
|/ / |
|
* | | ffplay: flush video filters on seek | Marton Balint | 2013-01-19 | 1 | -1/+4 |
* | | ffplay: use videoq.serial to detect obsolete frames | Marton Balint | 2013-01-19 | 1 | -8/+3 |
* | | ffplay: fix sws_flags | Michael Niedermayer | 2013-01-13 | 1 | -0/+1 |
* | | ffplay: extend documentation for the -vf option | Stefano Sabatini | 2013-01-13 | 1 | -1/+1 |
* | | Replace references to "que" with the appropriate word. | Clément Bœsch | 2013-01-03 | 1 | -6/+6 |
* | | ffplay: fix type of time_diff in waveform display | Marton Balint | 2012-12-28 | 1 | -1/+1 |
* | | ffplay: always display audio visualization if mode is set | Marton Balint | 2012-12-28 | 1 | -10/+4 |
* | | ffplay: hide cursor on no mouse movement | Marton Balint | 2012-12-28 | 1 | -0/+13 |
* | | ffplay: reset external clock to unknown on start | Marton Balint | 2012-12-28 | 1 | -1/+2 |
* | | ffplay: only drop frames if not in frame step mode | Marton Balint | 2012-12-28 | 1 | -1/+1 |
* | | ffplay: move frame step pause from the video thread to video_refresh | Marton Balint | 2012-12-28 | 1 | -3/+3 |
* | | ffplay: fix greenish line on the right edge with some xv sizes | Marton Balint | 2012-12-25 | 1 | -0/+20 |
* | | ffplay: fix another use of context instead of frame parameters | Michael Niedermayer | 2012-12-22 | 1 | -3/+3 |
* | | ffplay: fix handling of resolution changes with h264-mt | Michael Niedermayer | 2012-12-21 | 1 | -7/+7 |
* | | ffplay: provide some feedback in case the codec cannot be set | Stefano Sabatini | 2012-12-16 | 1 | -5/+11 |
* | | ffplay: set codec_id in codec context | Stefano Sabatini | 2012-12-16 | 1 | -0/+1 |
* | | ffplay: improve robustness of opt_codec(), and add options acodec,vcodec,scodec | Stefano Sabatini | 2012-12-16 | 1 | -8/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-29 | 1 | -3/+3 |
|\| |
|
* | | ffplay: increase maximum frame duration to 1 hour for streams without TS disc... | Marton Balint | 2012-11-28 | 1 | -1/+4 |
* | | ffplay: fix updating external clock after seeking | Marton Balint | 2012-11-28 | 1 | -1/+6 |
* | | ffplay: disallow seeking before the start of the file | Marton Balint | 2012-11-28 | 1 | -0/+2 |
* | | ffplay: adjust external clock speed based on buffer fullness for realtime sou... | Marton Balint | 2012-11-04 | 1 | -2/+35 |
* | | ffplay: remove redundant !codec check | Marton Balint | 2012-11-01 | 1 | -2/+1 |
* | | ffplay: only initialize codec opts before using it | Marton Balint | 2012-11-01 | 1 | -1/+1 |
* | | ffplay: always free buffersink_params in configure_video_filters | Marton Balint | 2012-11-01 | 1 | -6/+7 |
* | | ffplay: remove uneeded format filter, buffersink format is set | Marton Balint | 2012-11-01 | 1 | -8/+2 |
* | | ffplay: check for buffersink_params allocation success | Marton Balint | 2012-11-01 | 1 | -0/+3 |
* | | ffplay: always free inputs and outputs in configure_filtergraph | Marton Balint | 2012-11-01 | 1 | -1/+1 |
* | | ffplay: fill the unused part of the window with black | Marton Balint | 2012-11-01 | 1 | -0/+43 |
* | | ffplay: add update parameter to fill_rectangle | Marton Balint | 2012-11-01 | 1 | -7/+8 |
* | | ffplay: if there is no audio stream, use external clock by default | Marton Balint | 2012-10-21 | 1 | -1/+1 |
* | | ffplay: use get_master_sync_type where necessary | Marton Balint | 2012-10-21 | 1 | -7/+4 |