summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* ffplay: make next_nb_channels[] static constMichael Niedermayer2013-08-24
* ffplay: check for filter EOF return codesMarton Balint2013-08-09
* ffplay: ensure the decoder is flushed before exiting or loopingMarton Balint2013-08-09
* ffplay: fix memleak of non-bitmap subtitlesMarton Balint2013-08-09
* ffplay: free subtitle pictures on exitMarton Balint2013-08-09
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-26
|\
* | ffplay: improve error message in case of failure, mention filtergraph configu...Stefano Sabatini2013-07-21
* | ffplay: fix build with disabled avfilterMarton Balint2013-07-21
* | ffplay: use start_time as next audio pts on flush when seeking is not supportedMarton Balint2013-07-20
* | ffplay: estimate audio frame pts from the previous frame pts valuesMarton Balint2013-07-20
* | ffplay: simplify audio decodingMarton Balint2013-07-20
* | ffplay: remove explicit idct optionMichael Niedermayer2013-07-13
* | ffplay: assume 0 stream start time if start time is unset in duration checkMarton Balint2013-07-09
* | ffplay: do not update audio clock with old audio pts if current frame is AV_N...Marton Balint2013-07-09
* | lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini2013-07-03
* | ffplay: always send zero packets to flush audio decodersMarton Balint2013-07-01
* | ffplay: use frame->pkt_pts instead of pkt->pts in audio pts calculationMarton Balint2013-07-01
* | ffplay: simplify and fix flushing out old subtitles on seekingMarton Balint2013-06-26
* | 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