summaryrefslogtreecommitdiff
path: root/libavformat/audio.c
Commit message (Expand)AuthorAgeFilesLines
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-9/+6
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-111-1/+1
* video4linux2 input supportLuca Abeni2006-02-011-3/+3
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-4/+4
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-6/+6
* OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr com)Jacob Meuser2005-05-091-0/+8
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-8/+8
* A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>)Luca Abeni2004-06-181-0/+1
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-2/+3
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-1/+1
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-1/+1
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-1/+1
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-2/+2
* Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. ThisPhilip Gladstone2003-02-051-0/+12
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-231-5/+6
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+330