928 Commits (b83c849e8797fbb972ebd7f2919e0f085061f37f)

Author SHA1 Message Date
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Marton Balint 03037a4aad ffplay: use a separate struct for the rescaled YUVA AVSubtitle rectangles 9 years ago
Marton Balint 148418a2bc ffplay: eliminate stream_component_close forward declaration 9 years ago
Marton Balint 4ce75387cd ffplay: close streams and AVFormatContext in the main thread 9 years ago
Ganesh Ajjanagadde 4c2bfabc3a ffplay: use correct context for av_log 9 years ago
Ganesh Ajjanagadde b67c1ab58c ffplay: more robust condition variable creation 9 years ago
Ganesh Ajjanagadde 4802b8368a ffplay: log SDL error messages 9 years ago
Ganesh Ajjanagadde 7c6dd90eed ffplay: more robust mutex creation 9 years ago
Ganesh Ajjanagadde c3e8de1c24 ffplay: more robust thread creation 9 years ago
Ganesh Ajjanagadde 8dc6e92c3d ffplay: more robust mutex, condition variable handling 9 years ago
Ganesh Ajjanagadde fd44892073 doc/ffplay, ffplay: add information regarding volume control 9 years ago
Ganesh Ajjanagadde f1a9583305 ffplay: add support for interactive volume control 9 years ago
Ganesh Ajjanagadde 23acb982a3 ffplay: dynamically allocate filename buffer 9 years ago
Ganesh Ajjanagadde 265b106b92 ffplay: introduce key repeats 9 years ago
Hendrik Leppkes 144fb06806 Remove left-over FF_API_AVFILTERBUFFER cruft 9 years ago
Ronald S. Bultje 2fb593dcb9 Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE. 9 years ago
Zhang Rui 92d378067e ffplay: remove unused include libavutil/colorspace.h 9 years ago
Marton Balint 8628b06b31 ffplay: increase MIN_FRAMES to 25 9 years ago
Marton Balint 0166d329c3 ffplay: add specific constants for buffer fullness settings when using external clock 9 years ago
Michael Niedermayer 5edab1d207 cmdutils: remove sws_opts usage, simplify code 9 years ago
Michael Niedermayer e755954a84 ffplay: pass all sws options to the filter graph 9 years ago
Marton Balint b1f78632c6 ffplay: do not block audio thread on WIN32 9 years ago
Michael Niedermayer d64ba25a4d ffplay: Use sws_scale to scale subtitles 9 years ago
Clément Bœsch 0f6118c581 ffplay: use av_clip() instead of nested min & max 10 years ago
Michael Niedermayer 4351c288b9 ffplay&cmdutils:Factor get_rotation() code out 10 years ago
Michael Niedermayer f9e802018e ffplay: unify displaymatrix based rotation code 10 years ago
Michael Niedermayer 7da7d269b8 ffplay: Switch to show waves mode if allocation/init of RDFT fails 10 years ago
Marton Balint ef1ccea945 ffplay: factorize thread starting and stopping code into decoder 10 years ago
Marton Balint d6910c4b5e ffplay: make eof part of videostate and signal it when opening a stream 10 years ago
Marton Balint 68850090b6 ffplay: update frame timer based on last updated clock time when toggling pause 10 years ago
Michael Niedermayer 17d87571c8 ffplay: Fallback to dts if pts is unavailable in pkt_in_play_range calculation 10 years ago
Marton Balint 46aa75eea1 ffplay: dump format before selecting streams 10 years ago
Marton Balint 5e7dcb0491 ffplay: add support for stream specifiers in -ast, -vst, -sst options 10 years ago
Marton Balint 82928656b1 ffplay: remove unused no_background from videostate 10 years ago
Marton Balint 8c1f5fb0ae ffplay: remove flushed state from decoder context 10 years ago
Benoit Fouet 90c9b49405 ffplay: fix mem leak when opening input or parsing options fail. 10 years ago
Marton Balint eaf4ab9802 ffplay: signal the frame queue before closing audio 10 years ago
Carl Eugen Hoyos e971eef8c0 Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user. 10 years ago
Marton Balint 7ba7277775 ffplay: only output null packet once on EOF 10 years ago
Marton Balint cc4741888d ffplay: fix indentation after last commit 10 years ago
Marton Balint 631ac655c0 ffplay: implement separete audio decoder thread 10 years ago
Marton Balint 0edf3e7a28 ffplay: remove manual bug option handling code 10 years ago
Marton Balint 9dac7977a9 ffplay: remove delays when paused from video and subtitle thread 10 years ago
Marton Balint ce928d7d2b ffplay: dont leave swresampler in half initialized state 10 years ago
Michael Niedermayer 2ec4a84dca ffplay: Separate AVFrame from AVSubtitle 10 years ago
Michael Niedermayer 266b3d4fe4 ffplay: use av_codec_get_pkt_timebase() 10 years ago
Marton Balint 1f5a3cf688 ffplay: move pts calculating code to generic decoder 10 years ago
Marton Balint 9e0d1c00b5 ffplay: factorize decoder functions to generic decoder 10 years ago
Marton Balint 32f1a288e2 ffplay: handle fullscreen status on resize event 10 years ago
Michael Niedermayer 9ffa705edd ffplay: try to fix build failure on apple 10 years ago