747 Commits (ec1d2e2fb04ad30f3681c86badb02e04ecb9fa08)

Author SHA1 Message Date
Michael Niedermayer ec1d2e2fb0 ffplay: use AVFrame accessor functions 12 years ago
Marton Balint ac37d21f49 ffplay: do not cycle through unavailable show modes 12 years ago
Marton Balint d0c6ed7da0 ffplay: add option to disable subtitling 12 years ago
Marton Balint daece4c674 ffplay: use NAN to signal invalid external clock 12 years ago
Marton Balint 26c208cf0f ffplay: if audio or video clock is invalid return NAN 12 years ago
Marton Balint 38f649662c ffplay: allow frame dropping if we redisplay an already displayed frame 12 years ago
Marton Balint 36dc476f83 ffplay: return true for pictq_prev_picture if it was successful 12 years ago
Marton Balint 3070600d9b ffplay: only quit from audio_decode_frame before decoding when paused 12 years ago
Marton Balint 48e43a1999 ffplay: drop remaining frames in current audio avpacket when seeking 12 years ago
Marton Balint 4be7d578a3 ffplay: signal seek event to read thread 12 years ago
Stefano Sabatini 394130efe3 ffplay: reindent and remove pointless cast in audio_decode_frame() code 12 years ago
Stefano Sabatini a3fa27e366 ffplay: set type for channel_layout AudioParams field to int64_t 12 years ago
Marton Balint 77ab702a84 ffplay: only display frames if there are no pending events 12 years ago
Marton Balint 5534d8f75e ffplay: remove remains of video_clock 12 years ago
Marton Balint b853cfe7ea ffplay: remove refresh thread to achieve more precise frame delay 12 years ago
Michael Niedermayer 2c5e4ae291 Revert "Merge commit 'db0a943266be29ff0596872ebb418dfed75d00de'" 12 years ago
Stefano Sabatini 212bb6490f ffplay: report video frame changes only in debug mode 12 years ago
Stefano Sabatini 58c4b0f990 ffplay: extend feedback in case of video changes 12 years ago
Stefano Sabatini c44281906a ffplay: remove misleading comment from audio_decode_frame() 12 years ago
Stefano Sabatini 02af4e9a97 ffplay: rename audio_decode_frame() variable "pts" to "audio_clock0" 12 years ago
Stefano Sabatini 6e32b377bb ffplay: remove pts_ptr argument from audio_decode_frame() 12 years ago
Stefano Sabatini c91f1f3f92 ffplay: drop redundant NULL sws_freeContext() check in stream_close() 12 years ago
Stefano Sabatini 6032a1c977 ffplay: extend doxy for audio_decode_frame() 12 years ago
Marton Balint 4ea7fbb2ec ffplay: step to next frame if paused when seeking 12 years ago
Marton Balint c5eab4bb70 ffplay: move up pause functions 12 years ago
Marton Balint 5de3f724f1 ffplay: remember last window dimensions 12 years ago
Marton Balint 4fd6e5af1e ffplay: fix order of setting show_mode 12 years ago
Marton Balint 571ef42dd4 ffplay: dynamically allocate audio buffer 12 years ago
Marton Balint f65e57124f ffplay: flush video filters on seek 12 years ago
Marton Balint 1427c6842d ffplay: use videoq.serial to detect obsolete frames 12 years ago
Michael Niedermayer 2d8d63a9a0 ffplay: fix sws_flags 12 years ago
Stefano Sabatini e8bab4c6fc ffplay: extend documentation for the -vf option 12 years ago
Clément Bœsch 491ca0e89f Replace references to "que" with the appropriate word. 12 years ago
Marton Balint 92b50b71a1 ffplay: fix type of time_diff in waveform display 12 years ago
Marton Balint ec89ea3022 ffplay: always display audio visualization if mode is set 12 years ago
Marton Balint ef7f3b0870 ffplay: hide cursor on no mouse movement 12 years ago
Marton Balint 0ca4e9f014 ffplay: reset external clock to unknown on start 12 years ago
Marton Balint 4e33d8ebb3 ffplay: only drop frames if not in frame step mode 12 years ago
Marton Balint 97660b8b13 ffplay: move frame step pause from the video thread to video_refresh 12 years ago
Marton Balint cf0c63d99a ffplay: fix greenish line on the right edge with some xv sizes 12 years ago
Michael Niedermayer 3f72dbe462 ffplay: fix another use of context instead of frame parameters 12 years ago
Michael Niedermayer 230bef0a89 ffplay: fix handling of resolution changes with h264-mt 12 years ago
Stefano Sabatini 013b700771 ffplay: provide some feedback in case the codec cannot be set 12 years ago
Stefano Sabatini 1cbb11cda7 ffplay: set codec_id in codec context 12 years ago
Stefano Sabatini cb0f97b59d ffplay: improve robustness of opt_codec(), and add options acodec,vcodec,scodec 12 years ago
Marton Balint f7eb50f3c0 ffplay: increase maximum frame duration to 1 hour for streams without TS discontinuity 12 years ago
Marton Balint 2efd01a32f ffplay: fix updating external clock after seeking 12 years ago
Marton Balint fc38bbcd6a ffplay: disallow seeking before the start of the file 12 years ago
Marton Balint 747c749d42 ffplay: adjust external clock speed based on buffer fullness for realtime sources 12 years ago
Marton Balint fec39d99d6 ffplay: remove redundant !codec check 12 years ago