summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-161-1/+1
|\
* | ffplay: calculate last frame duration from vp->pts instead of frame_last_ptsMarton Balint2013-11-161-27/+5
* | ffplay: simplify early frame drop codeMarton Balint2013-11-161-6/+5
* | ffplay: add smarter method for determining video picture durationMarton Balint2013-11-051-1/+13
* | ffplay: add frame duration estimated from frame rate to VideoPictureMarton Balint2013-11-051-2/+8
* | ffplay: avoid code duplication in AVFILTER enabled and disabled caseMarton Balint2013-11-051-6/+5
* | ffplay: add support for libswresample optionsMarton Balint2013-10-261-0/+8
* | ffplay: use av_frame_get_pkt_pos instead directly accessing pkt posMarton Balint2013-10-261-2/+2
* | ffplay: factor out picture freeing codeMarton Balint2013-10-261-10/+11
* | ffplay: update and extend documentation for channel and stream switchingMarton Balint2013-10-261-2/+2
* | ffplay: add support for changing the channel by the C keyMarton Balint2013-10-131-0/+6
* | ffplay: cycle through the streams of the current program, and not every streamMarton Balint2013-10-131-2/+20
* | ffplay: add null packet after attached pics packetMarton Balint2013-10-131-0/+1
* | ffplay: factor out putting null packet into the queueMarton Balint2013-10-131-14/+14
* | ffplay: avoid direct access to lowres use av_codec_g/set_lowres()Michael Niedermayer2013-10-031-6/+7
* | ffplay: avoid direct access to max_lowres use av_codec_get_max_lowres()Michael Niedermayer2013-10-031-3/+3
* | ffplay: make next_nb_channels[] static constMichael Niedermayer2013-08-241-1/+1
* | ffplay: check for filter EOF return codesMarton Balint2013-08-091-0/+4
* | ffplay: ensure the decoder is flushed before exiting or loopingMarton Balint2013-08-091-8/+17
* | ffplay: fix memleak of non-bitmap subtitlesMarton Balint2013-08-091-0/+2
* | ffplay: free subtitle pictures on exitMarton Balint2013-08-091-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-261-1/+2
|\ \ | |/
* | ffplay: improve error message in case of failure, mention filtergraph configu...Stefano Sabatini2013-07-211-1/+2
* | ffplay: fix build with disabled avfilterMarton Balint2013-07-211-0/+4
* | ffplay: use start_time as next audio pts on flush when seeking is not supportedMarton Balint2013-07-201-0/+2
* | ffplay: estimate audio frame pts from the previous frame pts valuesMarton Balint2013-07-201-2/+9
* | ffplay: simplify audio decodingMarton Balint2013-07-201-13/+7
* | ffplay: remove explicit idct optionMichael Niedermayer2013-07-131-3/+0
* | ffplay: assume 0 stream start time if start time is unset in duration checkMarton Balint2013-07-091-1/+3
* | ffplay: do not update audio clock with old audio pts if current frame is AV_N...Marton Balint2013-07-091-5/+8
* | lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini2013-07-031-1/+1
* | ffplay: always send zero packets to flush audio decodersMarton Balint2013-07-011-2/+1
* | ffplay: use frame->pkt_pts instead of pkt->pts in audio pts calculationMarton Balint2013-07-011-2/+2
* | ffplay: simplify and fix flushing out old subtitles on seekingMarton Balint2013-06-261-24/+9
* | ffplay: remove remains of the old audio and video clock VideoState variablesMarton Balint2013-06-171-4/+0
* | ffplay: fix missed conversion of video_current_pts to vidclk.pts in subtitlesMarton Balint2013-06-171-2/+2
* | ffplay: cast vp->height to int64 in buffer size checkMarton Balint2013-06-171-1/+1
* | Use av_log() instead of fprintf() in ffplay.Carl Eugen Hoyos2013-06-041-33/+48
* | ffplay: detect when the created overlay buffers are not valid for the wanted ...Marton Balint2013-06-011-1/+3
* | ffplay: do not allow wider window than 16383Marton Balint2013-06-011-3/+8
* | ffplay: use 0 frame delay if redisplaying an already displayed frameMarton Balint2013-06-011-1/+4
* | ffplay: use more sane frame timer resetting logicMarton Balint2013-06-011-2/+3
* | ffplay: only update pts if not redisplaying a frameMarton Balint2013-06-011-1/+1
* | ffplay: fix compute_target_delay to better handle frames with long durationsMarton Balint2013-06-011-5/+11
* | ffplay: if playing only audio or video only, show the master clock diff in st...Marton Balint2013-06-011-1/+6
* | ffplay: factorize clock functionsMarton Balint2013-06-011-80/+75
* | ffplay: decrease video picture queue size to 3Marton Balint2013-06-011-4/+4
* | ffplay: dont forget passing lowres to private optionsMichael Niedermayer2013-05-281-0/+2
* | Merge commit '26a44143efb513a602542fb59aee87b1fc62af51'Michael Niedermayer2013-04-281-1/+1
|\ \ | |/
* | ffplay: check av_samples_get_buffer_size() returnMichael Niedermayer2013-04-211-0/+4
OpenPOWER on IntegriCloud