| Commit message (Expand) | Author | Age |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 |
* | adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patc... | nplourde | 2006-11-28 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 |
* | le2me_32 is no longer a macro on PPC, and in general does not have to | reimar | 2006-11-26 |
* | Remove superfluous comment. | diego | 2006-11-25 |
* | Unify dep/depend targets. | diego | 2006-11-20 |
* | MSGTRs for ao_alsa.c | kraymer | 2006-11-08 |
* | typo | diego | 2006-11-07 |
* | Implement AOPLAY_FINAL_CHUNK support for dshow and win32 out. | reimar | 2006-10-15 |
* | slight overall verbosity reduction | diego | 2006-10-12 |
* | Remove bogus #ifndef WORDS_BIGENDIAN. | diego | 2006-10-04 |
* | When the hardware sample format is AC3, do not force using an hardcoded | cladisch | 2006-09-18 |
* | When one of the PCM configuration function in init() fails, abort | cladisch | 2006-09-18 |
* | disable multichannel mode, it never worked reliable | faust3 | 2006-09-15 |
* | The FSF changed postal address. | diego | 2006-09-01 |
* | fix buffering issues with short audio samples on macosx. patch by Chris Rocca... | nplourde | 2006-08-18 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 |
* | Move mpeg aos to the end of the autodetection list. At least mpegpes | uau | 2006-08-16 |
* | replace calls to perror() with calls to mp_msg() | ivo | 2006-08-11 |
* | added audio output for ivtv cards | ben | 2006-07-28 |
* | if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default,... | nicodvb | 2006-07-28 |
* | include sys/poll.h only when HAVE_DVB[_HEAD] is set | nicodvb | 2006-07-28 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 |
* | split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the de... | nicodvb | 2006-07-26 |
* | use mpeg packetizer helpers for sending lpcm packets | ben | 2006-07-23 |
* | use new mpeg_packetizer helpers | ben | 2006-07-22 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 |
* | Use only one global config.mak file. | diego | 2006-07-12 |
* | Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. | diego | 2006-07-09 |
* | two variables are made static, one of them additionaly modified to const char... | reynaldo | 2006-07-09 |
* | make prefix const. Patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-09 |
* | modifies function declarations without parameters from () | reynaldo | 2006-07-06 |
* | rm unnecesary casts from void* - part 4 | reynaldo | 2006-07-03 |
* | Respect AOPLAY_FINAL_CHUNK | pacman | 2006-06-28 |
* | respect AOPLAY_FINAL_CHUNK and do not discard samples read from buffer | reimar | 2006-06-25 |
* | remove unused variable | reimar | 2006-06-25 |
* | Rewrite audio EOF handling logic fixing some problems that could cause | uau | 2006-06-16 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 |
* | Only set the default output filename when it was not passed on the command | diego | 2006-05-14 |
* | Fix: | rathann | 2006-05-13 |
* | Move setting the output filename after the suboption parsing, otherwise it | diego | 2006-05-13 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 |
* | -ao pcm:fast suboption for faster-than-realtime dumping | reimar | 2006-04-14 |
* | Add workarounds for old prerelease versions of alsa-lib 0.9.0 that did | cladisch | 2006-03-31 |
* | Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ... | reynaldo | 2006-03-30 |
* | printf --> mp_msg | diego | 2006-03-24 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 |
* | To avoid a bug in ALSA's rate plugin that causes spurious overruns, try | cladisch | 2006-03-13 |
* | Do not try to count hardware sound cards because there might be none | cladisch | 2006-03-13 |
* | Output error messages from the ALSA library through mp_msg() instead of | cladisch | 2006-02-27 |