2011-04-29 |
diego |
ao_pcm: Fix compilation on MinGW64 due to a missing io.h #include.
|
2010-11-14 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
2010-09-11 |
diego |
Add explanatory comment for video_out.h #inclusion in libao2/.
|
2010-09-08 |
diego |
Add proper include instead of declaring the vo_pts variable extern.
|
2010-07-10 |
reimar |
Remove disabled and pointless code.
|
2010-05-21 |
reimar |
Change WAV header updating in ao_pcm to allow to up to almost 4GB size.
|
2010-02-22 |
tack |
Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheader
|
2010-02-20 |
diego |
cosmetics: Remove pointless empty lines at EOF.
|
2010-01-23 |
reimar |
Support more formats for -ao pcm in raw mode.
|
2010-01-11 |
reimar |
Add support for distinguishing between little- and big-endian SPDIF AC3
|
2009-11-10 |
tack |
Add support for 8 channel audio.
|
2009-09-02 |
reimar |
The suboption parser now takes a const options list, so mark them all const.
|
2009-07-26 |
diego |
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
|
2009-05-16 |
reimar |
Add a hack to detect when we are writing into a Windows pipe since the fseek
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-03-22 |
reimar |
Add forgotten "static" to new data_length variable in ao_pcm
|
2009-03-22 |
reimar |
Whitespace-only cosmetics: use consistent indentation in ao_pcm.c
|
2009-03-22 |
reimar |
Print a warning if ao_pcm wrote more data than what can be specified in the
|
2009-03-06 |
reimar |
Make ao_info_t structs const.
|
2009-01-26 |
diego |
Add standard license headers.
|
2008-05-01 |
reimar |
Remove a comment that makes no longer sense (since quite some time actually)
|
2008-05-01 |
reimar |
Support 32 bit float and integer formats in ao_pcm.c
|
2007-12-10 |
ulion |
Fix all current known multi-channel wrong order problems by adding
|
2007-11-21 |
ulion |
Support dump AF_FORMAT_AC3 format.
|
2006-12-07 |
reimar |
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
|
2006-11-29 |
diego |
Remove bswap.h, use libavutil/bswap.h instead.
|
2006-11-26 |
reimar |
le2me_32 is no longer a macro on PPC, and in general does not have to
|
2006-05-14 |
diego |
Only set the default output filename when it was not passed on the command
|
2006-05-13 |
diego |
Move setting the output filename after the suboption parsing, otherwise it
|
2006-04-14 |
reimar |
-ao pcm:fast suboption for faster-than-realtime dumping
|
2006-02-09 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
2005-08-17 |
reimar |
Set block_align in header, seems MatLab can not handle files without.
|
2005-01-19 |
reimar |
use MSTRZ suboption type
|
2005-01-03 |
reimar |
Default to audiodump.pcm with nowaveheader again, but document it in the manpage this time.
|
2005-01-02 |
reimar |
Do not use strndup, it is missing on MinGW.
|
2005-01-02 |
faust3 |
missing ;
|
2005-01-02 |
reimar |
Add -ao pcm suboptions and remove -aofile and -waveheader options.
|
2004-12-28 |
alex |
af_fmt2str_short
|
2004-12-27 |
alex |
removing AFMT_ dependancy
|
2004-12-07 |
diego |
Make include paths consistent.
|
2004-09-18 |
ivo |
mp_msg transition of unmaintained audio output drivers.
|
2004-04-06 |
alex |
uninit immed flag
|
2003-10-26 |
attila |
64bit types fix by a unkown mandrake 64bit expert
|
2003-05-05 |
ranma |
Correct dumping hint (vc dummy faster than null).
|
2003-03-21 |
alex |
64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>
|
2003-02-04 |
arpi |
The "initialize wav header with infinite lenght" broke the
|
2003-02-02 |
arpi |
temporary 'inifinte' length disabled (commit r1.13 reversed) due to user
|
2003-01-29 |
arpi |
double free(), found by Olivier Galibert <galibert@pobox.com>
|
2003-01-19 |
arpi |
When the file is not finished to be written,
|
2002-11-02 |
colin |
fix endianness issue on bigendian (let libaf do the conversion ;))
|
2002-10-07 |
arpi |
updated for libaf rules
|
2002-08-06 |
arpi |
-vc null is better than -hardframedrop -- hint by gabor <gabor@realtime.sk>
|
2002-07-21 |
arpi |
endianess fix by Colin Leroy <colin@colino.net>
|
2002-06-22 |
albeu |
Allow writing to pipe.
|
2002-05-30 |
pl |
warning fixes (string.h is required for memset)
|
2002-04-26 |
atmos4 |
- Fix for big apple architectures by Rogerio Brito, reworked by me to use bswap.h macros.
|
2002-03-02 |
arpi |
good-looking fix by Tobias Diedrich <td@informatik.uni-hannover.de>
|
2001-11-24 |
anders |
interface to libao2 changed ao_plugin added
|
2001-06-12 |
atmosfear |
Ooops
|
2001-06-12 |
atmosfear |
Added support for writing wave files and specifying filename to write to.
|