summaryrefslogtreecommitdiff
path: root/src/libw32dll/DirectShow/DS_AudioDecoder.c
AgeCommit message (Collapse)Author
2014-03-11libw32dll: fix const issuesPetri Hintukainen
Casting const away is usually bad idea. It does not fix the cause (incorrect types). Also, casting const away issues warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2003-01-08Fix tiny memory leakEwald Snel
CVS patchset: 3832 CVS date: 2003/01/08 19:22:32
2002-12-23wmv9 supportMiguel Freitas
CVS patchset: 3651 CVS date: 2002/12/23 15:54:42
2002-01-06updating directshow support with avifile/mplayer changesMiguel Freitas
CVS patchset: 1357 CVS date: 2002/01/06 18:56:19
2001-11-18small bugfixesMiguel Freitas
CVS patchset: 1067 CVS date: 2001/11/18 13:44:53
2001-11-15direct show updates (audio support working)Miguel Freitas
CVS patchset: 1040 CVS date: 2001/11/15 00:37:15
2001-11-11initial import of DirectShow support files. Most of hard work was doneMiguel Freitas
(converting all c++ files to c) and DS_Audio codecs are already producing some (weird) sound from my local tree. I hope to commit it soon... CVS patchset: 1022 CVS date: 2001/11/11 23:32:25