| Commit message (Expand) | Author | Age | Files | Lines |
* | rawaudio: use mplayer audio format for format option | wm4 | 2012-09-18 | 1 | -0/+6 |
* | ad_pcm: add back raw decoder | wm4 | 2012-09-18 | 1 | -0/+214 |
* | libmpcodecs: remove redundant audio and video decoders | wm4 | 2012-08-20 | 1 | -214/+0 |
* | audio: disallow partial samples, fix ad_pcm to comply | Uoti Urpala | 2011-05-07 | 1 | -3/+8 |
* | ad_pcm, codecs.conf: support 'lpcm' in mov and float in aiff | cehoyos | 2011-04-13 | 1 | -0/+2 |
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf" | Uoti Urpala | 2010-05-29 | 1 | -4/+4 |
* | ad_pcm: don't rely on demux packets staying valid | Uoti Urpala | 2010-05-15 | 1 | -9/+23 |
* | ad_pcm: fix crash at EOF | Uoti Urpala | 2010-05-15 | 1 | -1/+1 |
* | cosmetics: reindent ad_pcm.c | Uoti Urpala | 2010-05-15 | 1 | -117/+120 |
* | Merge svn changes up to r30463 | Uoti Urpala | 2010-03-09 | 1 | -0/+18 |
|\ |
|
| * | Add missing license headers to all files in the libmpcodecs directory. | diego | 2010-01-30 | 1 | -0/+18 |
* | | Merge svn changes up to r30437 | Uoti Urpala | 2010-01-28 | 1 | -0/+2 |
|\| |
|
| * | Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crash... | reimar | 2010-01-24 | 1 | -0/+2 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -1/+1 |
* | | ad_pcm: Track pts explicitly | Uoti Urpala | 2008-08-03 | 1 | -3/+36 |
* | | Make audio decoder description structs const | Uoti Urpala | 2008-04-26 | 1 | -1/+1 |
|/ |
|
* | Fix all current known multi-channel wrong order problems by adding | ulion | 2007-12-10 | 1 | -0/+7 |
* | Fix comment, it's 'sowt', not 'swot' ('twos' reversed) | reimar | 2006-11-05 | 1 | -1/+1 |
* | Change pcm decode_audio to return data based on minlen instead of maxlen | uau | 2006-08-13 | 1 | -1/+5 |
* | Remove twos workaround, this bug was fixed in mov demuxer | rtognimp | 2006-03-14 | 1 | -7/+0 |
* | in24/in32/fl32 little/big-endian QuickTime PCM audio support | rathann | 2006-03-13 | 1 | -0/+20 |
* | QuickTime in24 and in32 PCM audio support | rathann | 2006-03-11 | 1 | -0/+8 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -1/+1 |
* | avoid reading more than maxlen bytes. | reimar | 2005-08-25 | 1 | -2/+2 |
* | lavf demuxer with raw PCM fix (and a related hang) | reimar | 2005-07-28 | 1 | -0/+2 |
* | Add support for 32-bit float WAV files and support for extended WAV files | ivo | 2005-02-26 | 1 | -0/+4 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 1 | -15/+15 |
* | fl32: BE float32 PCM audio in mov files | rtognimp | 2004-11-27 | 1 | -0/+4 |
* | make use of 24bit afmt | alex | 2004-10-04 | 1 | -3/+1 |
* | More support for audio format 0x0 | rtognimp | 2004-06-06 | 1 | -0/+1 |
* | Fix "raw " audio in mov files. | rtognimp | 2004-05-23 | 1 | -0/+4 |
* | support for 24 bit pcm/wav files | reimar | 2004-05-16 | 1 | -0/+4 |
* | fix bigendian problems (left-right swapped 8bit pcms), add 32bit support | reimar | 2004-05-08 | 1 | -12/+10 |
* | Revert my old twos fix, it seems to break more files than it fixed. | rtognimp | 2004-03-28 | 1 | -0/+5 |
* | twos 16bit 2 channels fixed. | rtognimp | 2003-12-02 | 1 | -0/+2 |
* | qt swot support | alex | 2002-11-04 | 1 | -2/+3 |
* | -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make... | arpi | 2002-08-30 | 1 | -1/+0 |
* | 8bit 'twos' S8 pcm audio support - fixes MOTI1E.MOV | arpi | 2002-05-30 | 1 | -0/+3 |
* | bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br> | arpi | 2002-04-25 | 1 | -1/+5 |
* | cleanup | arpi | 2002-04-01 | 1 | -6/+5 |
* | twos audio fixed | arpi | 2002-04-01 | 1 | -1/+12 |
* | imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu... | arpi | 2002-03-25 | 1 | -0/+66 |