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
2012-07-20ffplay: fix warning that i just mistakenly introducedMichael Niedermayer
2012-07-20ffplay: fix planar audioMichael Niedermayer
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-01Merge remote-tracking branch 'cus/stable'Michael Niedermayer
2012-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-30ffplay: only configure video filters after we got the first frameMarton Balint
2012-06-30ffplay: factorize expression in audio_decode_frame()Stefano Sabatini
2012-06-30ffplay: group together and vertically align correlated parameters in log func...Stefano Sabatini
2012-06-30ffplay: vertially align complex if condition in audio_decode_frame()Stefano Sabatini
2012-06-30ffplay: move assignment in else block in audio_decode_frame()Stefano Sabatini
2012-06-30ffplay: split overly long line in audio_decode_frame()Stefano Sabatini
2012-06-29ffplay: avoid useless NULL checks in swr_free()Stefano Sabatini
2012-06-29ffplay: fix wrong reference to function in audio_decode_frame() commentStefano Sabatini
2012-06-29ffplay: simplify code by using avfilter_unref_bufferp()Stefano Sabatini
2012-06-29lavfi: deprecate av_buffersrc_buffer() functionStefano Sabatini
2012-06-26ffplay: add configure_filtergraph() helperStefano Sabatini
2012-06-26lavfi: remove old video sink APIStefano Sabatini
2012-06-25ffplay: give more meaningful names to the buffersink instancesStefano Sabatini
2012-06-25lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref APIStefano Sabatini
2012-06-23ffplay: add cast to fix warning in configure_video_filters()Stefano Sabatini
2012-06-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-17ffplay: fix -vismv 1Michael Niedermayer
2012-06-17ffplay: rename buffer source instance from "src" to "ffplay_buffer"Stefano Sabatini
2012-06-17ffplay: use key=val syntax for the buffersrc argsStefano Sabatini
2012-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-09ffplay: fix return value of get_video_frame if avcodec_decode_video failsMarton Balint
2012-06-08ffplay: reset AVFrame to defaults before decoding each new frame.Michael Niedermayer
2012-06-08ffplay: check return code of avcodec_decode_video2()Michael Niedermayer
2012-06-07ffplay: fix build if avfilter is disabledMarton Balint
2012-06-07ffplay: fix frame_delay calculation in new avfilter codeMarton Balint
2012-06-07ffplay: add support for changing pixel formatMarton Balint
2012-06-07ffplay: add missing filt_in assignment after video filter reconfigureMarton Balint
2012-06-07ffplay: fix frame aspect ratio after qatar mergeMarton Balint
2012-06-07ffplay: fix use after freeMichael Niedermayer
2012-06-07ffplay: use dummy video driver if display is disabledMarton Balint
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-02ffplay: calculate audio diff threshold based on the actual settingsMarton Balint
2012-06-02ffplay: try more channel count combinations for SDL_OpenAudioMarton Balint
2012-06-02ffplay: simplify audio_open, rename parameters to more explanatory namesMarton Balint
2012-06-02ffplay: remove VideoState from audio_openMarton Balint
2012-06-02ffplay: put audio parameters to their own structMarton Balint
2012-06-02ffplay: put audio_open into a seperate functionMarton Balint
2012-05-30ffplay: remove VideoPicture pix_fmt and use frame pixel format insteadMarton Balint
2012-05-30ffplay: only request 4 or 6 channels from SDL, if SDL version is at least 1.2.8Marton Balint
2012-05-30ffplay: add pause audio feature in the middle of a packetMarton Balint
2012-05-30ffplay: remove VideoPicture duration fieldMarton Balint
2012-05-25ffplay: force exit when filter configuration failsMarton Balint
2012-05-25ffplay: fix stream cycling if audio decoding failsMarton Balint
2012-05-25ffplay: flush codec buffers before freeing filtersMarton Balint