aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_pcm.c
Commit message (Expand)AuthorAge
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12
* libaf: rename af_format.h to format.hGravatar wm42012-08-29
* ao_pcm: fix pointless message due to uninitialize variableGravatar Uoti Urpala2011-08-11
* Windows: ao_pcm: add io.h include for MinGW64Gravatar diego2011-06-29
* cleanup: ao_pcm: remove useless assignment to ao->buffersizeGravatar Uoti Urpala2011-06-26
* ao_pcm, core: use new API in ao_pcm, change timing with itGravatar Uoti Urpala2011-05-05
* ao_pcm: change message to mention "-novideo" instead of "-vc null"Gravatar Uoti Urpala2010-12-08
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* ao_pcm: Remove some disabled and pointless codeGravatar reimar2010-11-02
* Merge svn changes up to r31189Gravatar Uoti Urpala2010-05-30
|\
| * Change WAV header updating in ao_pcm to allow to up to almost 4GB size.Gravatar reimar2010-05-21
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30732Gravatar Uoti Urpala2010-03-10
|\|
| * Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheaderGravatar tack2010-02-22
| * cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* | Merge svn changes up to r30419Gravatar Uoti Urpala2010-01-25
|\|
* | Merge svn changes up to r30301Gravatar Uoti Urpala2010-01-25
|\ \
| | * Support more formats for -ao pcm in raw mode.Gravatar reimar2010-01-23
| |/
| * Add support for distinguishing between little- and big-endian SPDIF AC3Gravatar reimar2010-01-11
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Add support for 8 channel audio.Gravatar tack2009-11-10
* | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\|
| * The suboption parser now takes a const options list, so mark them all const.Gravatar reimar2009-09-02
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * Add a hack to detect when we are writing into a Windows pipe since the fseekGravatar reimar2009-05-16
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Add forgotten "static" to new data_length variable in ao_pcmGravatar reimar2009-03-22
* Whitespace-only cosmetics: use consistent indentation in ao_pcm.cGravatar reimar2009-03-22
* Print a warning if ao_pcm wrote more data than what can be specified in theGravatar reimar2009-03-22
* Make ao_info_t structs const.Gravatar reimar2009-03-06
* Add standard license headers.Gravatar diego2009-01-26
* Remove a comment that makes no longer sense (since quite some time actually)Gravatar reimar2008-05-01
* Support 32 bit float and integer formats in ao_pcm.cGravatar reimar2008-05-01
* Fix all current known multi-channel wrong order problems by addingGravatar ulion2007-12-10
* Support dump AF_FORMAT_AC3 format.Gravatar ulion2007-11-21
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* le2me_32 is no longer a macro on PPC, and in general does not have toGravatar reimar2006-11-26
* Only set the default output filename when it was not passed on the commandGravatar diego2006-05-14
* Move setting the output filename after the suboption parsing, otherwise itGravatar diego2006-05-13
* -ao pcm:fast suboption for faster-than-realtime dumpingGravatar reimar2006-04-14
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Set block_align in header, seems MatLab can not handle files without.Gravatar reimar2005-08-17
* use MSTRZ suboption typeGravatar reimar2005-01-19
* Default to audiodump.pcm with nowaveheader again, but document it in the manp...Gravatar reimar2005-01-03