Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-15ffplay: mark i variable in toggle_full_screen() as unusedStefano Sabatini
2012-01-12ffplay: silence buffer size must be a multiple of frame sizeMarton Balint
2012-01-12ffplay: use swr_set_compensation for audio synchronizationMarton Balint
2012-01-10ffplay: Exit on ctrl-c.Michael Niedermayer
2012-01-07cmdutils: make show_usage() use av_log()Stefano Sabatini
2012-01-05ffplay: fix invalid wanted_channel_layout calculationMarton Balint
2012-01-05ffplay: honor SDL_AUDIO_CHANNELS and make sure to use SDL supported number of...Marton Balint
2012-01-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-27ff* tools: move descriptions from copyright header to @file doxyStefano Sabatini
2011-12-21ff*: Fix duplicatedly printed version info with -versionMichael Niedermayer
2011-12-20ffplay: remove global video stateMarton Balint
2011-12-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-15ffplay: clear pkt_temp when pkt is freed.Michael Niedermayer
2011-12-15ffplay: Fix got_frame type.Michael Niedermayer
2011-12-15ffplay: add 10 minute seek support to ffplayPanagiotis H.M. Issaris
2011-12-15ffplay: force setting video mode on fullscreen toggleMarton Balint
2011-12-14cleanup: for(intMichael Niedermayer
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Correct use of OSX to Mac OS X and properly format yasm providers on Mac OS XHanspeter Niederstrasser
2011-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-05ffplay: Avoid directly accessing AVFrame fields that differ between forks.Michael Niedermayer
2011-12-01ffplay: Copy audio side data too. This fixes handling of some rare nellymoser...Michael Niedermayer
2011-11-28cmdutils: pass AVCodec to filter_codec_opts()Michael Niedermayer
2011-11-21ffplay: Check for pix_fmt changes Fixes Ticket238 by not crashing but also no...Michael Niedermayer
2011-11-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-17swr: introduce a public function to customize the channel mapping.Clément Bœsch
2011-11-17swr: rename swr_alloc2() to swr_alloc_set_opts().Clément Bœsch
2011-11-11ffplay: use av_noreturnMichael Niedermayer
2011-11-09Merge remote-tracking branch 'cus/stable'Michael Niedermayer
2011-11-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-09ffplay: limit lowres to the maximum supported. Fixes Ticket591Michael Niedermayer
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-05ffplay: Avoid useage of deprecated url_fileno().Michael Niedermayer
2011-11-04ffmpeg: add -map_channel option.Clément Bœsch
2011-10-31Revert "Remove detection of mmsh protocol in ffplay."Michael Niedermayer
2011-10-25ffplay: add frame drop statisticsMarton Balint
2011-10-25ffplay: consider estimated time of filter in early frame dropMarton Balint
2011-10-25ffplay: reimplement early frame dropMarton Balint
2011-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21ffplay: reallocate SDL overlays for OSX when changing full screenMarton Balint
2011-10-16ffplay: avoid window resize crash on osx with libsdl 1.2.14Jean First
2011-10-16ffplay: add delay multiple times to frame_timer if it is less than current timeMarton Balint
2011-10-16ffplay: remove early frame drop functionalityMarton Balint
2011-10-16ffplay: calculate target clock dynamically, make code more readableMarton Balint
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-03ffplay: use libswresample instead of av_audio_convertMarton Balint
2011-10-02ffplay: use avctx->channels and avctx->freq before avcodec_open2 consistentlyMarton Balint