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-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-12-03lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch
2011-09-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-24Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun
2011-07-01ALSA: implement get_output_timestamp.Nicolas George
2011-07-01ALSA encoder: correctly set time_base.Nicolas George
2011-06-23ALSA: implement channel layout for playback.Nicolas George
2011-05-27lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini
2011-03-26ALSA: implement channel layout for playback.Nicolas George
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
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-05-07Change codec_id type to enum CodecID, fix warning.Daniel Verkamp
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-26Add ALSA support in libavdevice.Nicolas George