aboutsummaryrefslogtreecommitdiff
path: root/libavformat/audio.c
AgeCommit message (Expand)Author
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-10allow individual selection of muxers and demuxersMåns Rullgård
2006-07-09give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-03-11simplify AVFormatParameters NULL checksMichael Niedermayer
2006-02-01video4linux2 input supportLuca Abeni
2006-01-12Update 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-17changing 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-21move 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-1064 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