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-10-15ffplay: Prevent 0/0 aspect from being passed on to lavfiMichael Niedermayer
2012-10-13ffplay: use audio parameters from the decoded frame instead of AVCodecContextMichael Niedermayer
2012-10-13Merge commit 'bc4620e5d61a4dd9a1f654fadd281a172aab04be'Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-04ffplay: autodetect realtime streams and enable infbufMichael Niedermayer
2012-10-04ffplay: add a 3rd state to infbuf for autodetectionMichael Niedermayer
2012-10-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer
2012-09-16ffplay: dont wait 100ms if data is not yet readyMarton Balint
2012-09-15ffplay: use PTS from the AVSubtitle structure.Nicolas George
2012-09-12ffplay: increase sample array bufferMarton Balint
2012-09-12ffplay: ensure that pictq_prev_picture never fills the picture queueMarton Balint
2012-09-12ffplay: simplify picture allocationMarton Balint
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