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-01-14ffplay: fix sws_flagsMichael Niedermayer
2013-01-13ffplay: extend documentation for the -vf optionStefano Sabatini
2013-01-03Replace references to "que" with the appropriate word.Clément Bœsch
2012-12-28ffplay: fix type of time_diff in waveform displayMarton Balint
2012-12-28ffplay: always display audio visualization if mode is setMarton Balint
2012-12-28ffplay: hide cursor on no mouse movementMarton Balint
2012-12-28ffplay: reset external clock to unknown on startMarton Balint
2012-12-28ffplay: only drop frames if not in frame step modeMarton Balint
2012-12-28ffplay: move frame step pause from the video thread to video_refreshMarton Balint
2012-12-25ffplay: fix greenish line on the right edge with some xv sizesMarton Balint
2012-12-22ffplay: fix another use of context instead of frame parametersMichael Niedermayer
2012-12-21ffplay: fix handling of resolution changes with h264-mtMichael Niedermayer
2012-12-16ffplay: provide some feedback in case the codec cannot be setStefano Sabatini
2012-12-16ffplay: set codec_id in codec contextStefano Sabatini
2012-12-16ffplay: improve robustness of opt_codec(), and add options acodec,vcodec,scodecStefano Sabatini
2012-11-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-29ffplay: increase maximum frame duration to 1 hour for streams without TS disc...Marton Balint
2012-11-29ffplay: fix updating external clock after seekingMarton Balint
2012-11-29ffplay: disallow seeking before the start of the fileMarton Balint
2012-11-04ffplay: adjust external clock speed based on buffer fullness for realtime sou...Marton Balint
2012-11-01ffplay: remove redundant !codec checkMarton Balint
2012-11-01ffplay: only initialize codec opts before using itMarton Balint
2012-11-01ffplay: always free buffersink_params in configure_video_filtersMarton Balint
2012-11-01ffplay: remove uneeded format filter, buffersink format is setMarton Balint
2012-11-01ffplay: check for buffersink_params allocation successMarton Balint
2012-11-01ffplay: always free inputs and outputs in configure_filtergraphMarton Balint
2012-11-01ffplay: fill the unused part of the window with blackMarton Balint
2012-11-01ffplay: add update parameter to fill_rectangleMarton Balint
2012-10-21ffplay: if there is no audio stream, use external clock by defaultMarton Balint
2012-10-21ffplay: use get_master_sync_type where necessaryMarton Balint
2012-10-21ffplay: add get_master_sync_type functionMarton Balint
2012-10-21ffplay: only check external clock if current frame serial matches the display...Marton Balint
2012-10-21ffplay: add serial field to PacketQueue entry and populate itMarton Balint
2012-10-21ffplay: fix external time sync modeMarton Balint
2012-10-21ffplay: initialize audio and video pts driftMarton Balint
2012-10-21ffplay: fix nosync threshold check in synchronize_audioMarton Balint
2012-10-21ffplay: use framedrop by default when sync is not done to videoMarton Balint
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