Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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