summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Expand)AuthorAge
* ffplay: set default window size before starting audioMarton Balint2013-12-06
* ffplay: factor out function setting default window sizeMarton Balint2013-12-06
* ffplay: remove no longer necessary codec flushMarton Balint2013-12-06
* ffplay: do not wait for flushing the picture queue on flush packetMarton Balint2013-12-06
* ffplay: do not call avcodec_register_all() explicitlyStefano Sabatini2013-11-25
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-24
|\
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-16
|\|
* | ffplay: calculate last frame duration from vp->pts instead of frame_last_ptsMarton Balint2013-11-16
* | ffplay: simplify early frame drop codeMarton Balint2013-11-16
* | ffplay: add smarter method for determining video picture durationMarton Balint2013-11-05
* | ffplay: add frame duration estimated from frame rate to VideoPictureMarton Balint2013-11-05
* | ffplay: avoid code duplication in AVFILTER enabled and disabled caseMarton Balint2013-11-05
* | ffplay: add support for libswresample optionsMarton Balint2013-10-26
* | ffplay: use av_frame_get_pkt_pos instead directly accessing pkt posMarton Balint2013-10-26
* | ffplay: factor out picture freeing codeMarton Balint2013-10-26
* | ffplay: update and extend documentation for channel and stream switchingMarton Balint2013-10-26
* | ffplay: add support for changing the channel by the C keyMarton Balint2013-10-13
* | ffplay: cycle through the streams of the current program, and not every streamMarton Balint2013-10-13
* | ffplay: add null packet after attached pics packetMarton Balint2013-10-13
* | ffplay: factor out putting null packet into the queueMarton Balint2013-10-13
* | ffplay: avoid direct access to lowres use av_codec_g/set_lowres()Michael Niedermayer2013-10-03
* | ffplay: avoid direct access to max_lowres use av_codec_get_max_lowres()Michael Niedermayer2013-10-03
* | 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