summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* ffplay: fix sws_scale possible out of bounds array accessMarton Balint2016-12-10
* ffplay: allow fallback to software rendererMarton Balint2016-11-20
* ffplay: add support for negative RGBA linesizeMarton Balint2016-11-20
* Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c'Hendrik Leppkes2016-10-07
|\
* | ffplay: remove unused viddec_width/viddec_heightMarton Balint2016-10-02
* | ffplay: use decoder avctx for decoded subtitle width/heightMarton Balint2016-10-02
* | ffplay: add SDL2 supportMarton Balint2016-09-24
* | cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes2016-08-08
* | ffplay: Fix invalid array indexMichael Niedermayer2016-08-03
* | ffplay: Fix usage of private lavfi APITimo Rothenpieler2016-06-29
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
* | ffplay: ensure that we buffer at least 1 second of contentMarton Balint2016-06-19
* | ffplay: factorize checking if a stream needs additional packetsMarton Balint2016-06-19
* | ffplay: simplify display codeMarton Balint2016-05-31
* | ffplay: force setting alsa buffer sizeMarton Balint2016-05-07
* | ffplay: convert to codecparMarton Balint2016-04-12
* | ffplay: fix silence insertion on error or pauseMarton Balint2016-04-04
* | ffplay: remove redundant silence bufferLukasz Marek2016-03-22
* | ffplay: Remove "&& 0" from already disabled debug codeMichael Niedermayer2016-03-20
* | ffplay: update docs after previous changes in ffplay mouse behaviourVittorio Gambaletta (VittGam)2016-01-20
* | ffplay: toggle full screen when double-clicking the video window with the lef...Vittorio Gambaletta (VittGam)2016-01-19
* | ffplay: seek only when pressing the right mouse button on the video windowVittorio Gambaletta (VittGam)2016-01-19
* | Revert "ffplay: Fix auto insertion point of rotation filter"Michael Niedermayer2015-12-28
* | ffplay: replace rint by lrintGanesh Ajjanagadde2015-12-25
* | ffplay: Fix auto insertion point of rotation filterwanzhang2015-12-25
* | ffplay: remove existing AVPicture usageMarton Balint2015-12-19
* | 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