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
2014-02-10Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d'Michael Niedermayer
2014-02-05ffplay: flush subtitle codecs as well with null packetsMarton Balint
2014-02-05ffplay: reorder the filters to ensure that inputs of the custom filters are m...Marton Balint
2014-01-27ffplay: remove redundant prototypeLukasz Marek
2013-12-29ffplay: do not wait for the picture allocation to finish on exitMarton Balint
2013-12-29ffplay: remove two unneeded av_free_packet callsMarton Balint
2013-12-29ffplay: remove some unneded av_frame_unref callsMarton Balint
2013-12-29ffplay: remove unneeded avcodec_get_frame_defaultsMarton Balint
2013-12-29ffplay: use precalculated frame size and bytes per sec valuesMarton Balint
2013-12-29ffplay: precalculate audio output frame size and byte per secMarton Balint
2013-12-12Merge commit '84f131921ffb43d8070d5680e91f6a24d66ccac4'Michael Niedermayer
2013-12-06ffplay: set default window size before starting audioMarton Balint
2013-12-06ffplay: factor out function setting default window sizeMarton Balint
2013-12-06ffplay: remove no longer necessary codec flushMarton Balint
2013-12-06ffplay: do not wait for flushing the picture queue on flush packetMarton Balint
2013-11-25ffplay: do not call avcodec_register_all() explicitlyStefano Sabatini
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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