summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* ffplay: reindent after previous commitClément Bœsch2017-07-181-11/+10
* ffplay: add -(no)find_stream_info expert optionClément Bœsch2017-07-181-4/+8
* Merge commit '122de16dd8108a59a55d30543c9f28b5f61b02d1'Clément Bœsch2017-05-051-1/+1
|\
* | ff*: do not use AVFrame accessorMuhammad Faiz2017-04-231-12/+12
* | ffplay: fix indentationMarton Balint2017-04-151-35/+35
* | ffplay: convert to new decode APIMarton Balint2017-04-151-47/+54
* | ffplay: change keyboard volume control to logarithmicMarton Balint2017-02-081-4/+6
* | ffplay: fix borderless mode on WindowsMarton Balint2017-02-041-1/+3
* | ffplay: allow borderless playback windowsLucas Sandery2017-02-011-0/+4
* | ffplay: fix indentation after last commitMarton Balint2017-01-221-65/+65
* | ffplay: do not preallocate video textureMarton Balint2017-01-221-100/+20
* | ffplay: use buffersink accessors.Nicolas George2017-01-121-8/+8
* | ffplay: add startup volume optionGanesh Ajjanagadde2016-12-251-1/+9
* | ffplay: fix sws_scale possible out of bounds array accessMarton Balint2016-12-101-8/+8
* | ffplay: allow fallback to software rendererMarton Balint2016-11-201-0/+4
* | ffplay: add support for negative RGBA linesizeMarton Balint2016-11-201-2/+12
* | Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c'Hendrik Leppkes2016-10-071-6/+2
|\ \ | |/
* | ffplay: remove unused viddec_width/viddec_heightMarton Balint2016-10-021-9/+0
* | ffplay: use decoder avctx for decoded subtitle width/heightMarton Balint2016-10-021-3/+2
* | ffplay: add SDL2 supportMarton Balint2016-09-241-348/+246
* | cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes2016-08-081-0/+2
* | ffplay: Fix invalid array indexMichael Niedermayer2016-08-031-1/+1
* | ffplay: Fix usage of private lavfi APITimo Rothenpieler2016-06-291-1/+1
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
* | ffplay: ensure that we buffer at least 1 second of contentMarton Balint2016-06-191-1/+5
* | ffplay: factorize checking if a stream needs additional packetsMarton Balint2016-06-191-4/+10
* | ffplay: simplify display codeMarton Balint2016-05-311-30/+13
* | ffplay: force setting alsa buffer sizeMarton Balint2016-05-071-0/+7
* | ffplay: convert to codecparMarton Balint2016-04-121-22/+34
* | ffplay: fix silence insertion on error or pauseMarton Balint2016-04-041-4/+4
* | ffplay: remove redundant silence bufferLukasz Marek2016-03-221-7/+6
* | ffplay: Remove "&& 0" from already disabled debug codeMichael Niedermayer2016-03-201-1/+1
* | ffplay: update docs after previous changes in ffplay mouse behaviourVittorio Gambaletta (VittGam)2016-01-201-1/+2
* | ffplay: toggle full screen when double-clicking the video window with the lef...Vittorio Gambaletta (VittGam)2016-01-191-0/+10
* | ffplay: seek only when pressing the right mouse button on the video windowVittorio Gambaletta (VittGam)2016-01-191-1/+3
* | Revert "ffplay: Fix auto insertion point of rotation filter"Michael Niedermayer2015-12-281-5/+4
* | ffplay: replace rint by lrintGanesh Ajjanagadde2015-12-251-2/+2
* | ffplay: Fix auto insertion point of rotation filterwanzhang2015-12-251-4/+5
* | ffplay: remove existing AVPicture usageMarton Balint2015-12-191-24/+27
* | ffplay: use hypot()Ganesh Ajjanagadde2015-12-061-3/+3
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-5/+5
* | Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f'Hendrik Leppkes2015-10-271-4/+0
|\ \ | |/
* | ffplay: use a separate struct for the rescaled YUVA AVSubtitle rectanglesMarton Balint2015-10-241-22/+26
* | ffplay: eliminate stream_component_close forward declarationMarton Balint2015-10-121-59/+57
* | ffplay: close streams and AVFormatContext in the main threadMarton Balint2015-10-121-14/+14
* | ffplay: use correct context for av_logGanesh Ajjanagadde2015-10-051-3/+3
* | ffplay: more robust condition variable creationGanesh Ajjanagadde2015-10-051-1/+4
* | ffplay: log SDL error messagesGanesh Ajjanagadde2015-10-051-3/+10
* | ffplay: more robust mutex creationGanesh Ajjanagadde2015-10-051-0/+6
* | ffplay: more robust thread creationGanesh Ajjanagadde2015-10-041-4/+12
OpenPOWER on IntegriCloud