summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* ffplay: remove remains of the old audio and video clock VideoState variablesMarton Balint2013-06-17
* ffplay: fix missed conversion of video_current_pts to vidclk.pts in subtitlesMarton Balint2013-06-17
* ffplay: cast vp->height to int64 in buffer size checkMarton Balint2013-06-17
* Use av_log() instead of fprintf() in ffplay.Carl Eugen Hoyos2013-06-04
* ffplay: detect when the created overlay buffers are not valid for the wanted ...Marton Balint2013-06-01
* ffplay: do not allow wider window than 16383Marton Balint2013-06-01
* ffplay: use 0 frame delay if redisplaying an already displayed frameMarton Balint2013-06-01
* ffplay: use more sane frame timer resetting logicMarton Balint2013-06-01
* ffplay: only update pts if not redisplaying a frameMarton Balint2013-06-01
* ffplay: fix compute_target_delay to better handle frames with long durationsMarton Balint2013-06-01
* ffplay: if playing only audio or video only, show the master clock diff in st...Marton Balint2013-06-01
* ffplay: factorize clock functionsMarton Balint2013-06-01
* ffplay: decrease video picture queue size to 3Marton Balint2013-06-01
* ffplay: dont forget passing lowres to private optionsMichael Niedermayer2013-05-28
* Merge commit '26a44143efb513a602542fb59aee87b1fc62af51'Michael Niedermayer2013-04-28
|\
* | ffplay: check av_samples_get_buffer_size() returnMichael Niedermayer2013-04-21
* | ffplay: only do early frame drop if video queue is not emptyMarton Balint2013-04-20
* | ffplay: use AV_NOPTS_VALUE video frame pts instead of using 0Marton Balint2013-04-20
* | ffplay: simplify aspect ratio calculationMarton Balint2013-04-20
* | ffplay: use format title metadata to set window caption.Clément Bœsch2013-04-17
* | ffplay: replace opaque/params for buffersinksMichael Niedermayer2013-04-12
* | Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer2013-04-12
|\|
* | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer2013-04-11
|\|
* | ffplay: simplify video pts calculationMarton Balint2013-04-08
* | ffplay: fix indentationMarton Balint2013-04-08
* | ffplay: handle audio buffersink output properly with buffering filtersMarton Balint2013-04-08
* | ffplay: set time_base of audio filter buffer srcMarton Balint2013-04-08
* | ffplay: use seek per time for ogg by defaultMichael Niedermayer2013-04-02
* | ffplay: always queue attachment pictures after flushing the video packet queueMarton Balint2013-03-30
* | ffplay: fix early frame dropped pts serialMarton Balint2013-03-30
* | ffplay: use av_guess_frame_rate()Michael Niedermayer2013-03-30
* | ffplay: avoid frame data leak on early frame dropMarton Balint2013-03-23
* | ffplay: silence warning of mixed enumeration typesPaul B Mahol2013-03-19
* | ffplay: remove options skiploop, skipidct, skipframeStefano Sabatini2013-03-17
* | ffplay: remove unused variable "codec"Stefano Sabatini2013-03-17
* | ffplay: add -af optionMarton Balint2013-03-17
* | ffplay: use refcounted frames for audioMarton Balint2013-03-17
* | ffplay: use frame->pts if available for setting the audio clockMarton Balint2013-03-17
* | ffplay: restructure audio stream opening codeMarton Balint2013-03-17
* | Merge commit '2eaa3663fda750dac66d41fe8541a8744d5563a4'Michael Niedermayer2013-03-13
|\|
* | Remove references to the "ff" variant of buffersink.Nicolas George2013-03-12
* | Merge commit '354468fc12dcf93e7fb4af552e18906771913273'Michael Niedermayer2013-03-12
|\|
* | ffplay: use AVFrame accessor functionsMichael Niedermayer2013-03-01
* | ffplay: do not cycle through unavailable show modesMarton Balint2013-02-27
* | ffplay: add option to disable subtitlingMarton Balint2013-02-27
* | ffplay: use NAN to signal invalid external clockMarton Balint2013-02-27
* | ffplay: if audio or video clock is invalid return NANMarton Balint2013-02-27
* | ffplay: allow frame dropping if we redisplay an already displayed frameMarton Balint2013-02-27
* | ffplay: return true for pictq_prev_picture if it was successfulMarton Balint2013-02-27
* | ffplay: only quit from audio_decode_frame before decoding when pausedMarton Balint2013-02-27