summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-26ffplay: add support for libswresample optionsMarton Balint1-0/+8
2013-10-26ffplay: use av_frame_get_pkt_pos instead directly accessing pkt posMarton Balint1-2/+2
2013-10-26ffplay: factor out picture freeing codeMarton Balint1-10/+11
2013-10-26ffplay: update and extend documentation for channel and stream switchingMarton Balint2-4/+7
2013-10-13ffplay: add support for changing the channel by the C keyMarton Balint1-0/+6
2013-10-13ffplay: cycle through the streams of the current program, and not every streamMarton Balint1-2/+20
2013-10-13ffplay: add null packet after attached pics packetMarton Balint1-0/+1
2013-10-13ffplay: factor out putting null packet into the queueMarton Balint1-14/+14
2013-10-03ffplay: avoid direct access to lowres use av_codec_g/set_lowres()Michael Niedermayer1-6/+7
2013-10-03ffplay: avoid direct access to max_lowres use av_codec_get_max_lowres()Michael Niedermayer1-3/+3
2013-08-24ffplay: make next_nb_channels[] static constMichael Niedermayer1-1/+1
2013-08-08ffplay: check for filter EOF return codesMarton Balint1-0/+4
2013-08-08ffplay: ensure the decoder is flushed before exiting or loopingMarton Balint1-8/+17
2013-08-08ffplay: fix memleak of non-bitmap subtitlesMarton Balint1-0/+2
2013-08-08ffplay: free subtitle pictures on exitMarton Balint1-0/+2
2013-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer11-17/+18
2013-07-21ffplay: improve error message in case of failure, mention filtergraph configu...Stefano Sabatini1-1/+2
2013-07-21ffplay: fix build with disabled avfilterMarton Balint1-0/+4
2013-07-20ffplay: use start_time as next audio pts on flush when seeking is not supportedMarton Balint1-0/+2
2013-07-20ffplay: estimate audio frame pts from the previous frame pts valuesMarton Balint1-2/+9
2013-07-20ffplay: simplify audio decodingMarton Balint1-13/+7
2013-07-13ffplay: remove explicit idct optionMichael Niedermayer1-3/+0
2013-07-09ffplay: assume 0 stream start time if start time is unset in duration checkMarton Balint1-1/+3
2013-07-09ffplay: do not update audio clock with old audio pts if current frame is AV_N...Marton Balint1-5/+8
2013-07-03lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini8-34/+80
2013-06-30ffplay: always send zero packets to flush audio decodersMarton Balint1-2/+1
2013-06-30ffplay: use frame->pkt_pts instead of pkt->pts in audio pts calculationMarton Balint1-2/+2
2013-06-26ffplay: simplify and fix flushing out old subtitles on seekingMarton Balint1-24/+9
2013-06-16ffplay: remove remains of the old audio and video clock VideoState variablesMarton Balint1-4/+0
2013-06-16ffplay: fix missed conversion of video_current_pts to vidclk.pts in subtitlesMarton Balint1-2/+2
2013-06-16ffplay: cast vp->height to int64 in buffer size checkMarton Balint1-1/+1
2013-06-04Use av_log() instead of fprintf() in ffplay.Carl Eugen Hoyos1-33/+48
2013-06-01ffplay: detect when the created overlay buffers are not valid for the wanted ...Marton Balint1-1/+3
2013-06-01ffplay: do not allow wider window than 16383Marton Balint1-3/+8
2013-06-01ffplay: use 0 frame delay if redisplaying an already displayed frameMarton Balint1-1/+4
2013-06-01ffplay: use more sane frame timer resetting logicMarton Balint1-2/+3
2013-06-01ffplay: only update pts if not redisplaying a frameMarton Balint1-1/+1
2013-06-01ffplay: fix compute_target_delay to better handle frames with long durationsMarton Balint1-5/+11
2013-06-01ffplay: if playing only audio or video only, show the master clock diff in st...Marton Balint1-1/+6
2013-06-01ffplay: factorize clock functionsMarton Balint1-80/+75
2013-06-01ffplay: decrease video picture queue size to 3Marton Balint1-4/+4
2013-05-27ffplay: dont forget passing lowres to private optionsMichael Niedermayer1-0/+2
2013-04-28Merge commit '26a44143efb513a602542fb59aee87b1fc62af51'Michael Niedermayer1-1/+1
2013-04-21ffplay: check av_samples_get_buffer_size() returnMichael Niedermayer1-0/+4
2013-04-20ffplay: only do early frame drop if video queue is not emptyMarton Balint1-1/+2
2013-04-20ffplay: use AV_NOPTS_VALUE video frame pts instead of using 0Marton Balint1-11/+11
2013-04-20ffplay: simplify aspect ratio calculationMarton Balint1-5/+2
2013-04-17ffplay: use format title metadata to set window caption.Clément Bœsch1-0/+3
2013-04-12ffplay: replace opaque/params for buffersinksMichael Niedermayer1-26/+24
[next]