776 Commits (9f8937b5ef1301184089f7bc31fe49c439d0ddbc)

Author SHA1 Message Date
Michael Niedermayer 840ee5e1a1 ffplay: dont forget passing lowres to private options 12 years ago
Michael Niedermayer 047716bbd8 ffplay: check av_samples_get_buffer_size() return 12 years ago
Marton Balint b8facbeecb ffplay: only do early frame drop if video queue is not empty 12 years ago
Marton Balint d148339d19 ffplay: use AV_NOPTS_VALUE video frame pts instead of using 0 12 years ago
Marton Balint 40693ba3ac ffplay: simplify aspect ratio calculation 12 years ago
Clément Bœsch 9db6aaeb2c ffplay: use format title metadata to set window caption. 12 years ago
Michael Niedermayer e87c1cdbb5 ffplay: replace opaque/params for buffersinks 12 years ago
Marton Balint 85b9bf5693 ffplay: simplify video pts calculation 12 years ago
Marton Balint 5dacf7b1ab ffplay: fix indentation 12 years ago
Marton Balint 0b24e341ed ffplay: handle audio buffersink output properly with buffering filters 12 years ago
Marton Balint 325846aac0 ffplay: set time_base of audio filter buffer src 12 years ago
Michael Niedermayer 7f4b588fdf ffplay: use seek per time for ogg by default 12 years ago
Marton Balint 1c2ac44947 ffplay: always queue attachment pictures after flushing the video packet queue 12 years ago
Marton Balint de81d8da47 ffplay: fix early frame dropped pts serial 12 years ago
Michael Niedermayer 612d9cdbe9 ffplay: use av_guess_frame_rate() 12 years ago
Marton Balint c46a8c613e ffplay: avoid frame data leak on early frame drop 12 years ago
Paul B Mahol 4d16ba2dd8 ffplay: silence warning of mixed enumeration types 12 years ago
Stefano Sabatini 5fe542d7e1 ffplay: remove options skiploop, skipidct, skipframe 12 years ago
Stefano Sabatini f7d1a18c90 ffplay: remove unused variable "codec" 12 years ago
Marton Balint e96175ad7b ffplay: add -af option 12 years ago
Marton Balint 738487f8db ffplay: use refcounted frames for audio 12 years ago
Marton Balint 9eafdd518c ffplay: use frame->pts if available for setting the audio clock 12 years ago
Marton Balint 1822519d2a ffplay: restructure audio stream opening code 12 years ago
Nicolas George ceac5c54dd Remove references to the "ff" variant of buffersink. 12 years ago
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