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
2014-11-01lavd/alsa: implement get_device_list callbacksLukasz Marek
2014-03-04lavd: add categories to device implementationsLukasz Marek
2013-03-12avformat/avdevice: add missing time.h includesMichael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-05alsa: fix timefilter usage.Nicolas George
2012-03-05timefilter: internally compute feedback factors.Nicolas George
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-24Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun
2011-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-08-10alsa: remove too unused variables.Clément Bœsch
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02ALSA demuxer: use av_gettime and a timefilter.Nicolas George
2011-07-01ALSA: fix use of period_size.Nicolas George
2011-05-27lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov
2011-05-25ALSA: add channels and sample_rate private options.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-28Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon
2009-11-30Include alsa headers before the internal FFmpeg headers.Matthieu Castet
2009-11-30consistency with other files: av_cold static ---> static av_coldIvo van Poorten
2009-04-15Fix icc warning #188: enumerated type mixed with another type.Carl Eugen Hoyos
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-26Add ALSA support in libavdevice.Nicolas George