summaryrefslogtreecommitdiff
path: root/libavformat/beosaudio.cpp
Commit message (Expand)AuthorAge
* Rename the format name audio_device (used in both oss and audio_beos) to oss ...Ramiro Polla2007-09-07
* Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxerRamiro Polla2007-09-07
* 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
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* minor compilation fixSam Hocevar2005-08-11
* 64 bit pts for writing - more const usage (don't forget me !)François Revol2003-09-13
* cleanup; BSoundRecorder moved to Experimental namespaceFrançois Revol2003-06-15
* Add latency check, the Media Kit shoul repport it, but this seems broken.François Revol2003-04-18
* the media node now won't connect itself to the default audio input with -ad w...François Revol2003-03-27
* experimental BeOS audio input support. (needs unreleased library)François Revol2003-03-27
* cleanup; unused pipe() stuff removed.François Revol2003-03-27
* Looks like this one was forgotten in the INT -> int_t moveFrançois Revol2003-02-13
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-23
* renamed libav to libavformatFabrice Bellard2002-11-25