672 Commits (b27e2b6e12461b0f60204c7f0145609a6db1697b)

Author SHA1 Message Date
Marton Balint d8f8e911bd ffplay: dont wait 100ms if data is not yet ready 12 years ago
Nicolas George 2939e258f9 ffplay: use PTS from the AVSubtitle structure. 12 years ago
Marton Balint cdea19e75a ffplay: increase sample array buffer 12 years ago
Marton Balint 81f26d6990 ffplay: ensure that pictq_prev_picture never fills the picture queue 12 years ago
Marton Balint 99b01e458c ffplay: simplify picture allocation 12 years ago
Marton Balint 255c7bb183 ffplay: make initial window size calculation based on aspect ratio 12 years ago
Marton Balint bd14d845e9 ffplay: factor display rectangle calculation to its own function 12 years ago
Michael Niedermayer 3061664a57 avoid ambigous buffersink names 12 years ago
Marton Balint 55594447d6 ffplay: only free vfilters on exit 12 years ago
Marton Balint 0e5042be28 ffplay: replace SDL_delay in read thread with SDL_CondWait 12 years ago
Marton Balint 4a45e722e3 ffplay: requeue last picture on forced video refresh 12 years ago
Michael Niedermayer a9a1bc56ab ffplay: get rid of void casts in the option table 12 years ago
Michael Niedermayer b1034505db ffplay: fix function parameters 12 years ago
Marton Balint a366beaf6a ffplay: fix odd YUV width by cropping the video 12 years ago
Stefano Sabatini 5296d7b971 ffmpeg,ffplay: show filter options 12 years ago
Michael Niedermayer c151e0ca15 ffplay: reque attached pictures on channel changes. 12 years ago
Michael Niedermayer ab0ea7cb41 ffplay: avoid SDL_atoi() 12 years ago
Michael Niedermayer e2c96fbf3e ffplay: fix warning that i just mistakenly introduced 13 years ago
Michael Niedermayer cdafec69ce ffplay: fix planar audio 13 years ago
Marton Balint 58f22f7012 ffplay: only configure video filters after we got the first frame 13 years ago
Stefano Sabatini b12e61ac7f ffplay: factorize expression in audio_decode_frame() 13 years ago
Stefano Sabatini 94a00ec8af ffplay: group together and vertically align correlated parameters in log function 13 years ago
Stefano Sabatini 8179660222 ffplay: vertially align complex if condition in audio_decode_frame() 13 years ago
Stefano Sabatini 347ecfdc63 ffplay: move assignment in else block in audio_decode_frame() 13 years ago
Stefano Sabatini 0d3ffde64f ffplay: split overly long line in audio_decode_frame() 13 years ago
Stefano Sabatini 4fd07b9366 ffplay: avoid useless NULL checks in swr_free() 13 years ago
Stefano Sabatini 4674718203 ffplay: fix wrong reference to function in audio_decode_frame() comment 13 years ago
Stefano Sabatini 7877b50d18 ffplay: simplify code by using avfilter_unref_bufferp() 13 years ago
Stefano Sabatini b0fdd3489a lavfi: deprecate av_buffersrc_buffer() function 13 years ago
Stefano Sabatini 79a7451d06 ffplay: add configure_filtergraph() helper 13 years ago
Stefano Sabatini 8dd0e87d7b lavfi: remove old video sink API 13 years ago
Stefano Sabatini fec512a52c ffplay: give more meaningful names to the buffersink instances 13 years ago
Stefano Sabatini 43583fb85c lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref API 13 years ago
Stefano Sabatini 39e019e8c1 ffplay: add cast to fix warning in configure_video_filters() 13 years ago
Michael Niedermayer db83570875 ffplay: fix -vismv 1 13 years ago
Stefano Sabatini 8f45c3141c ffplay: rename buffer source instance from "src" to "ffplay_buffer" 13 years ago
Stefano Sabatini 251f398798 ffplay: use key=val syntax for the buffersrc args 13 years ago
Marton Balint 143a5390bf ffplay: fix return value of get_video_frame if avcodec_decode_video fails 13 years ago
Michael Niedermayer cb819338d1 ffplay: reset AVFrame to defaults before decoding each new frame. 13 years ago
Michael Niedermayer 349b65eee2 ffplay: check return code of avcodec_decode_video2() 13 years ago
Marton Balint 5fdcfdf237 ffplay: fix build if avfilter is disabled 13 years ago
Marton Balint a78bc6f78c ffplay: fix frame_delay calculation in new avfilter code 13 years ago
Marton Balint e85df18d74 ffplay: add support for changing pixel format 13 years ago
Marton Balint cd947e9a2b ffplay: add missing filt_in assignment after video filter reconfigure 13 years ago
Marton Balint 0a501c756f ffplay: fix frame aspect ratio after qatar merge 13 years ago
Michael Niedermayer c9651d4bee ffplay: fix use after free 13 years ago
Marton Balint 1372c826de ffplay: use dummy video driver if display is disabled 13 years ago
Marton Balint 22505c188c ffplay: calculate audio diff threshold based on the actual settings 13 years ago
Marton Balint 0dad529201 ffplay: try more channel count combinations for SDL_OpenAudio 13 years ago
Marton Balint 7821264c26 ffplay: simplify audio_open, rename parameters to more explanatory names 13 years ago