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-09-12ffplay: make initial window size calculation based on aspect ratioMarton Balint
2012-09-12ffplay: factor display rectangle calculation to its own functionMarton Balint
2012-09-01Merge remote-tracking branch 'cus/stable'Michael Niedermayer
2012-09-01avoid ambigous buffersink namesMichael Niedermayer
2012-08-31ffplay: only free vfilters on exitMarton Balint
2012-08-31ffplay: replace SDL_delay in read thread with SDL_CondWaitMarton Balint
2012-08-31ffplay: requeue last picture on forced video refreshMarton Balint
2012-08-31ffplay: get rid of void casts in the option tableMichael Niedermayer
2012-08-31ffplay: fix function parametersMichael Niedermayer
2012-08-31Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer
2012-08-27ffplay: fix odd YUV width by cropping the videoMarton Balint
2012-08-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-20Merge commit 'f8b1e665539010d3ca148f09cb1203c20c1ca174'Michael Niedermayer
2012-08-20Merge commit '7c5012127fb7e18f0616011257bb4248f6a8b608'Michael Niedermayer
2012-08-20Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf'Michael Niedermayer
2012-08-18ffmpeg,ffplay: show filter optionsStefano Sabatini
2012-08-16ffplay: reque attached pictures on channel changes.Michael Niedermayer
2012-08-12ffplay: avoid SDL_atoi()Michael Niedermayer
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