| Commit message (Expand) | Author | Age | Files | Lines |
* | ffplay: use AVFrame accessor functions | Michael Niedermayer | 2013-03-01 | 1 | -6/+6 |
* | ffplay: do not cycle through unavailable show modes | Marton Balint | 2013-02-27 | 1 | -5/+11 |
* | ffplay: add option to disable subtitling | Marton Balint | 2013-02-27 | 1 | -1/+3 |
* | ffplay: use NAN to signal invalid external clock | Marton Balint | 2013-02-27 | 1 | -5/+4 |
* | ffplay: if audio or video clock is invalid return NAN | Marton Balint | 2013-02-27 | 1 | -4/+16 |
* | ffplay: allow frame dropping if we redisplay an already displayed frame | Marton Balint | 2013-02-27 | 1 | -3/+7 |
* | ffplay: return true for pictq_prev_picture if it was successful | Marton Balint | 2013-02-27 | 1 | -1/+4 |
* | ffplay: only quit from audio_decode_frame before decoding when paused | Marton Balint | 2013-02-27 | 1 | -1/+1 |
* | ffplay: drop remaining frames in current audio avpacket when seeking | Marton Balint | 2013-02-27 | 1 | -0/+3 |
* | ffplay: signal seek event to read thread | Marton Balint | 2013-02-27 | 1 | -0/+1 |
* | ffplay: reindent and remove pointless cast in audio_decode_frame() code | Stefano Sabatini | 2013-02-24 | 1 | -2/+2 |
* | ffplay: set type for channel_layout AudioParams field to int64_t | Stefano Sabatini | 2013-02-24 | 1 | -1/+1 |
* | 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 |