summaryrefslogtreecommitdiff
path: root/libavformat/beosaudio.cpp
Commit message (Collapse)AuthorAge
* Rename the format name audio_device (used in both oss and audio_beos) to oss ↵Ramiro Polla2007-09-07
| | | | | | | | and audio_beos. -f oss and -f audio_beos should be used instead. Originally committed as revision 10429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxerRamiro Polla2007-09-07
| | | | Originally committed as revision 10426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implement new grabbing interface, as described here:Ramiro Polla2007-02-14
| | | | | | | | | | ttp://thread.gmane.org/gmane.comp.video.ffmpeg.devel/42920 patch by Ramiro Polla % ramiro A lisha P ufsc P br % Original thread: Date: Jan 31, 2007 8:56 PM Subject: [Ffmpeg-devel] [PATCH] New grabbing interface Originally committed as revision 7983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
| | | | | | | | | AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor compilation fixSam Hocevar2005-08-11
| | | | | | | | A few files are not in sync with the change of AVStream's codec member from inline struct to pointer. patch by (Sam Hocevar: sam, zoy org) Originally committed as revision 4505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 64 bit pts for writing - more const usage (don't forget me !)François Revol2003-09-13
| | | | Originally committed as revision 2269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup; BSoundRecorder moved to Experimental namespaceFrançois Revol2003-06-15
| | | | Originally committed as revision 1960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add latency check, the Media Kit shoul repport it, but this seems broken.François Revol2003-04-18
| | | | Originally committed as revision 1789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the media node now won't connect itself to the default audio input with -ad ↵François Revol2003-03-27
| | | | | | | | wait: (allows redirecting another node to it) Originally committed as revision 1713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* experimental BeOS audio input support. (needs unreleased library)François Revol2003-03-27
| | | | Originally committed as revision 1712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup; unused pipe() stuff removed.François Revol2003-03-27
| | | | Originally committed as revision 1711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Looks like this one was forgotten in the INT -> int_t moveFrançois Revol2003-02-13
| | | | Originally committed as revision 1584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-25
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk