summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* ffplay: use hypot()Ganesh Ajjanagadde2015-12-06
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f'Hendrik Leppkes2015-10-27
|\
* | ffplay: use a separate struct for the rescaled YUVA AVSubtitle rectanglesMarton Balint2015-10-24
* | ffplay: eliminate stream_component_close forward declarationMarton Balint2015-10-12
* | ffplay: close streams and AVFormatContext in the main threadMarton Balint2015-10-12
* | ffplay: use correct context for av_logGanesh Ajjanagadde2015-10-05
* | ffplay: more robust condition variable creationGanesh Ajjanagadde2015-10-05
* | ffplay: log SDL error messagesGanesh Ajjanagadde2015-10-05
* | ffplay: more robust mutex creationGanesh Ajjanagadde2015-10-05
* | ffplay: more robust thread creationGanesh Ajjanagadde2015-10-04
* | ffplay: more robust mutex, condition variable handlingGanesh Ajjanagadde2015-10-03
* | doc/ffplay, ffplay: add information regarding volume controlGanesh Ajjanagadde2015-09-27
* | ffplay: add support for interactive volume controlGanesh Ajjanagadde2015-09-27
* | ffplay: dynamically allocate filename bufferGanesh Ajjanagadde2015-09-27
* | ffplay: introduce key repeatsGanesh Ajjanagadde2015-09-27
* | Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes2015-09-05
* | Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE.Ronald S. Bultje2015-08-28
* | ffplay: remove unused include libavutil/colorspace.hZhang Rui2015-08-28
* | ffplay: increase MIN_FRAMES to 25Marton Balint2015-08-09
* | ffplay: add specific constants for buffer fullness settings when using extern...Marton Balint2015-08-09
* | cmdutils: remove sws_opts usage, simplify codeMichael Niedermayer2015-08-08
* | ffplay: pass all sws options to the filter graphMichael Niedermayer2015-08-08
* | ffplay: do not block audio thread on WIN32Marton Balint2015-08-05
* | ffplay: Use sws_scale to scale subtitlesMichael Niedermayer2015-07-29
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
* | ffplay: use av_clip() instead of nested min & maxClément Bœsch2015-06-06
* | ffplay&cmdutils:Factor get_rotation() code outMichael Niedermayer2015-05-03
* | ffplay: unify displaymatrix based rotation codeMichael Niedermayer2015-05-03
* | Merge commit 'e2d50fc2f5f3600e13055acf1a10fec35e941f37'Michael Niedermayer2015-05-02
|\|
* | Merge commit '21180b73239c6360aa28496d4879713b7ba4a8e5'Michael Niedermayer2015-05-02
|\|
* | Merge commit '06f4b1e37a08f3fd269ecbfeb0181129e5bfc86e'Michael Niedermayer2015-04-30
|\|
* | Merge commit '336d2f0979b43a39bd11a047d798b7990d8b07c6'Michael Niedermayer2015-04-20
|\|
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-20
|\|
* | Merge commit 'd450cb07d91ef39ad1d39bd7ca0cfce4bd7b13e7'Michael Niedermayer2015-03-22
|\|
* | ffplay: Switch to show waves mode if allocation/init of RDFT failsMichael Niedermayer2015-03-04
* | Merge commit '733f4b05f0e120ddd0393b23f2b6d9106cf922e4'Michael Niedermayer2015-02-17
|\|
* | Merge commit '266f241193b2fa8c99bb8b1f007c66bedd3b7d97'Michael Niedermayer2015-02-17
|\|
* | ffplay: factorize thread starting and stopping code into decoderMarton Balint2015-02-10
* | ffplay: make eof part of videostate and signal it when opening a streamMarton Balint2015-02-10
* | ffplay: update frame timer based on last updated clock time when toggling pauseMarton Balint2015-02-10
* | ffplay: Fallback to dts if pts is unavailable in pkt_in_play_range calculationMichael Niedermayer2015-02-02
* | ffplay: dump format before selecting streamsMarton Balint2015-01-01
* | ffplay: add support for stream specifiers in -ast, -vst, -sst optionsMarton Balint2015-01-01
* | ffplay: remove unused no_background from videostateMarton Balint2015-01-01
* | ffplay: remove flushed state from decoder contextMarton Balint2015-01-01
* | ffplay: fix mem leak when opening input or parsing options fail.Benoit Fouet2014-11-22
* | ffplay: signal the frame queue before closing audioMarton Balint2014-11-11
* | Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user.Carl Eugen Hoyos2014-11-09