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
2007-09-07Rename the format name audio_device (used in both oss and audio_beos) to oss ...Ramiro Polla
2007-09-07Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxerRamiro Polla
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-04-27fix oss audio playback, broken since r7983, pass AVFormatContext filename to ...Baptiste Coudurier
2007-02-14implement new grabbing interface, as described here:Ramiro Polla
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-11#include detected soundcard.h instead of testing for OpenBSDMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-03-11simplify AVFormatParameters NULL checksMichael Niedermayer
2006-02-01video4linux2 input supportLuca Abeni
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-09OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr com)Jacob Meuser
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-06-18A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>)Luca Abeni
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2004-05-22move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-05Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. ThisPhilip Gladstone
2003-01-23grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard
2002-11-25renamed libav to libavformatFabrice Bellard