summaryrefslogtreecommitdiff
path: root/libavformat/audio.c
Commit message (Expand)AuthorAge
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* fix oss audio playback, broken since r7983, pass AVFormatContext filename to ...Baptiste Coudurier2007-04-27
* implement new grabbing interface, as described here:Ramiro Polla2007-02-14
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* #include detected soundcard.h instead of testing for OpenBSDMåns Rullgård2007-02-10
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-11
* video4linux2 input supportLuca Abeni2006-02-01
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr com)Jacob Meuser2005-05-09
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>)Luca Abeni2004-06-18
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. ThisPhilip Gladstone2003-02-05
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-23
* renamed libav to libavformatFabrice Bellard2002-11-25