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-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
2013-04-20ffplay: only do early frame drop if video queue is not emptyMarton Balint
2013-04-20ffplay: use AV_NOPTS_VALUE video frame pts instead of using 0Marton Balint
2013-04-20ffplay: simplify aspect ratio calculationMarton Balint
2013-04-17ffplay: use format title metadata to set window caption.Clément Bœsch
2013-04-12ffplay: replace opaque/params for buffersinksMichael Niedermayer
2013-04-12Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer
2013-04-12Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer
2013-04-09ffplay: simplify video pts calculationMarton Balint
2013-04-09ffplay: fix indentationMarton Balint
2013-04-09ffplay: handle audio buffersink output properly with buffering filtersMarton Balint
2013-04-09ffplay: set time_base of audio filter buffer srcMarton Balint
2013-04-02ffplay: use seek per time for ogg by defaultMichael Niedermayer
2013-03-30ffplay: always queue attachment pictures after flushing the video packet queueMarton Balint
2013-03-30ffplay: fix early frame dropped pts serialMarton Balint
2013-03-30ffplay: use av_guess_frame_rate()Michael Niedermayer
2013-03-23ffplay: avoid frame data leak on early frame dropMarton Balint
2013-03-19ffplay: silence warning of mixed enumeration typesPaul B Mahol
2013-03-17ffplay: remove options skiploop, skipidct, skipframeStefano Sabatini
2013-03-17ffplay: remove unused variable "codec"Stefano Sabatini
2013-03-17ffplay: add -af optionMarton Balint
2013-03-17ffplay: use refcounted frames for audioMarton Balint
2013-03-17ffplay: use frame->pts if available for setting the audio clockMarton Balint
2013-03-17ffplay: restructure audio stream opening codeMarton Balint
2013-03-13Merge commit '2eaa3663fda750dac66d41fe8541a8744d5563a4'Michael Niedermayer
2013-03-13Remove references to the "ff" variant of buffersink.Nicolas George
2013-03-12Merge commit '354468fc12dcf93e7fb4af552e18906771913273'Michael Niedermayer
2013-03-02ffplay: use AVFrame accessor functionsMichael Niedermayer
2013-02-28ffplay: do not cycle through unavailable show modesMarton Balint