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-01-03ff*: Fix duplicatedly printed version info with -versionMichael Niedermayer
2011-12-16ffplay: clear pkt_temp when pkt is freed.Michael Niedermayer
2011-12-16ffplay: Fix got_frame type.Michael Niedermayer
2011-12-16ffplay: add 10 minute seek support to ffplayPanagiotis H.M. Issaris
2011-12-16ffplay: force setting video mode on fullscreen toggleMarton Balint
2011-12-14cleanup: for(intMichael 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
2011-10-02ffplay: remove now unnecessary request_channels, we set it now with optionsMarton Balint
2011-10-02ffplay: set request_channels to 2Michael Niedermayer
2011-09-28ffplay: fix forgotten codec_name checksMichael Niedermayer
2011-09-27ffplay: support -codec:avs to force a specific decoder implementationMichael Niedermayer
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-24ffplay: fix order of operations for sdl audio open.Michael Niedermayer
2011-09-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-14ffplay: dont drop all frames if realtime decoding is impossibleMichael Niedermayer
2011-09-13ffplay: remove thread command line option code, it is unneeded for -threads X...Michael Niedermayer
2011-09-13avcodec: move "thread emulation" warning to common codeMichael Niedermayer
2011-09-06lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi...Stefano Sabatini
2011-09-06lavfi: unify asink_buffer and vsink_buffer APIStefano Sabatini
2011-09-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-01Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun