summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE.Ronald S. Bultje2015-08-281-0/+4
* ffplay: remove unused include libavutil/colorspace.hZhang Rui2015-08-281-1/+0
* ffplay: increase MIN_FRAMES to 25Marton Balint2015-08-091-1/+1
* ffplay: add specific constants for buffer fullness settings when using extern...Marton Balint2015-08-091-4/+6
* cmdutils: remove sws_opts usage, simplify codeMichael Niedermayer2015-08-081-2/+13
* ffplay: pass all sws options to the filter graphMichael Niedermayer2015-08-081-3/+11
* ffplay: do not block audio thread on WIN32Marton Balint2015-08-051-0/+7
* ffplay: Use sws_scale to scale subtitlesMichael Niedermayer2015-07-291-213/+71
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
* \ Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+2
|\ \ | |/
* | ffplay: use av_clip() instead of nested min & maxClément Bœsch2015-06-061-1/+1
* | ffplay&cmdutils:Factor get_rotation() code outMichael Niedermayer2015-05-031-16/+1
* | ffplay: unify displaymatrix based rotation codeMichael Niedermayer2015-05-031-22/+23
* | Merge commit 'e2d50fc2f5f3600e13055acf1a10fec35e941f37'Michael Niedermayer2015-05-021-0/+14
|\ \ | |/
* | Merge commit '21180b73239c6360aa28496d4879713b7ba4a8e5'Michael Niedermayer2015-05-021-14/+14
|\ \ | |/
* | Merge commit '06f4b1e37a08f3fd269ecbfeb0181129e5bfc86e'Michael Niedermayer2015-04-301-1/+1
|\ \ | |/
* | Merge commit '336d2f0979b43a39bd11a047d798b7990d8b07c6'Michael Niedermayer2015-04-201-2/+8
|\ \ | |/
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-2/+2
|\ \ | |/
* | Merge commit 'd450cb07d91ef39ad1d39bd7ca0cfce4bd7b13e7'Michael Niedermayer2015-03-221-0/+3
|\ \ | |/
* | ffplay: Switch to show waves mode if allocation/init of RDFT failsMichael Niedermayer2015-03-041-1/+4
* | Merge commit '733f4b05f0e120ddd0393b23f2b6d9106cf922e4'Michael Niedermayer2015-02-171-0/+5
|\ \ | |/
* | Merge commit '266f241193b2fa8c99bb8b1f007c66bedd3b7d97'Michael Niedermayer2015-02-171-0/+3
|\ \ | |/
* | ffplay: factorize thread starting and stopping code into decoderMarton Balint2015-02-101-32/+22
* | ffplay: make eof part of videostate and signal it when opening a streamMarton Balint2015-02-101-5/+7
* | ffplay: update frame timer based on last updated clock time when toggling pauseMarton Balint2015-02-101-1/+1
* | ffplay: Fallback to dts if pts is unavailable in pkt_in_play_range calculationMichael Niedermayer2015-02-021-1/+3
* | ffplay: dump format before selecting streamsMarton Balint2015-01-011-3/+3
* | ffplay: add support for stream specifiers in -ast, -vst, -sst optionsMarton Balint2015-01-011-13/+22
* | ffplay: remove unused no_background from videostateMarton Balint2015-01-011-1/+0
* | ffplay: remove flushed state from decoder contextMarton Balint2015-01-011-4/+0
* | ffplay: fix mem leak when opening input or parsing options fail.Benoit Fouet2014-11-221-2/+3
* | ffplay: signal the frame queue before closing audioMarton Balint2014-11-111-2/+1
* | Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user.Carl Eugen Hoyos2014-11-091-0/+8
* | ffplay: only output null packet once on EOFMarton Balint2014-11-091-12/+10
* | ffplay: fix indentation after last commitMarton Balint2014-11-091-93/+89
* | ffplay: implement separete audio decoder threadMarton Balint2014-11-091-112/+153
* | ffplay: remove manual bug option handling codeMarton Balint2014-10-171-3/+0
* | ffplay: remove delays when paused from video and subtitle threadMarton Balint2014-10-171-7/+0
* | Merge commit 'e58a140cf91d1a9cdfa3115d73c923dab0e9e7dc'Michael Niedermayer2014-10-171-7/+13
|\ \ | |/
* | Merge commit 'cf83c0173917a44b89a25ea2b435429bbf9ee767'Michael Niedermayer2014-10-171-3/+5
|\ \ | |/
* | ffplay: dont leave swresampler in half initialized stateMarton Balint2014-10-091-1/+3
* | ffplay: Separate AVFrame from AVSubtitleMichael Niedermayer2014-09-271-6/+5
* | ffplay: use av_codec_get_pkt_timebase()Michael Niedermayer2014-09-241-1/+1
* | ffplay: move pts calculating code to generic decoderMarton Balint2014-09-231-30/+37
* | ffplay: factorize decoder functions to generic decoderMarton Balint2014-09-231-121/+140
* | ffplay: handle fullscreen status on resize eventMarton Balint2014-09-231-1/+1
* | ffplay: try to fix build failure on appleMichael Niedermayer2014-09-171-1/+1
* | ffplay: use frame queue to determine last used posMarton Balint2014-09-161-7/+15
* | ffplay: factorize frame queue operationsMarton Balint2014-09-161-158/+199
* | Revert the default for ffplay to -noautoexit.Carl Eugen Hoyos2014-09-081-1/+1
OpenPOWER on IntegriCloud