Age | Commit message (Expand) | Author |
2004-06-12 | not all compilers strip unused static functions from object files. | Miguel Freitas |
2004-06-12 | - Makefile.am: removed unneeded build options and added options from | Daniel Mack |
2004-06-12 | Try to get smaller A/V delay | Daniel Mack |
2004-06-11 | Patch with improvements for libsputext from Vincent Pelletier - word wrap and... | František Dvořák |
2004-06-11 | fix init bug that manifests when decoder is not disposed between | Mike Melanson |
2004-06-11 | new native FLAC demuxer | Mike Melanson |
2004-06-10 | flac.c is in the SOURCES now, no need to EXTRA_DIST it | Michael Roitzsch |
2004-06-10 | If no format identifier, assume A52. | James Courtier-Dutton |
2004-06-10 | Argl, I forgot to shorten the mask because of the new PLUGIN_NO_UNLOAD flag, | Michael Roitzsch |
2004-06-10 | Added CoreAudio support for native sound output on MacOSX. | Daniel Mack |
2004-06-10 | - Lots of cleanups and coding style issues | Daniel Mack |
2004-06-10 | hook up ffmpeg's FLAC decoder | Mike Melanson |
2004-06-09 | two amazingly stupid bugs pointed out by Daniel Mack: | Michael Roitzsch |
2004-06-08 | housekeeping | Michael Roitzsch |
2004-06-08 | a better approach to the module unload prevention | Michael Roitzsch |
2004-06-08 | next try to get the Objective-C OSX code supported by the automagic | Michael Roitzsch |
2004-06-08 | this is a system-wide header, so <...> seems the better choice | Michael Roitzsch |
2004-06-08 | applied patch from ozone, which he's tested on linux and osx. | Conrad Parker |
2004-06-07 | Try to determine if wave atom actually contains a waveformatex header | James Stembridge |
2004-06-07 | Remove a line I forgot to remove earlier. | James Courtier-Dutton |
2004-06-07 | comment out logging | Heiko Schaefer |
2004-06-06 | Remove the references to OBJC in the configure.ac and video_out Makefile.am | James Courtier-Dutton |
2004-06-06 | Implement better sync detection in libdts. | James Courtier-Dutton |
2004-06-06 | A fix so that non macosx systems build correctly. | James Courtier-Dutton |
2004-06-06 | Don't assume buffer contains waveformatex header when BUF_FLAG_STDHEADER is s... | James Stembridge |
2004-06-06 | From: Daniel Mack | James Courtier-Dutton |
2004-06-05 | Oops. Keep xine-lib compiling until the configure.ac is changed. | James Courtier-Dutton |
2004-06-05 | Support for deocoder init data split. | Thibaut Mattern |
2004-06-05 | From: Daniel Mack | James Courtier-Dutton |
2004-06-05 | move duplicated code to a function. | Thibaut Mattern |
2004-06-05 | Support big decoder init data chunk (> 8192 bytes). | Thibaut Mattern |
2004-06-04 | sputext decoder relied on status() with stream==NULL, which is wrong now | Michael Roitzsch |
2004-06-04 | shut up GCC. | Daniel Caujolle-Bert |
2004-06-04 | Remove GNUism. | Robin KAY |
2004-06-03 | update to em8300 CVS version of the header | Michael Roitzsch |
2004-06-03 | close http://sourceforge.net/tracker/index.php?func=detail&aid=916089&group_i... | Miguel Freitas |
2004-06-03 | this include is obsolete, because | Michael Roitzsch |
2004-06-03 | EOF when read returns <= 0 (thanks Leon van Stuivenberg) | Miguel Freitas |
2004-06-02 | Do not loop in __wait_first_frame. | Thibaut Mattern |
2004-06-02 | it has been quite some time since I re-ran autogen, so I did not noticed | Michael Roitzsch |
2004-06-01 | Add FIXME comment. | James Courtier-Dutton |
2004-06-01 | Standardise prefix of debug output with error messages | James Stembridge |
2004-06-01 | Tighter checking on header for presence of codec init data | James Stembridge |
2004-06-01 | Add support for XVR-100 (Radeon-based) framebuffers to video_out_pgx64. | Robin KAY |
2004-06-01 | renamed symbol appropriately to avoid duplicate symbol references, following | Conrad Parker |
2004-06-01 | applied patch from Daniel Mack disabling altivec if ENABLE_ALTIVEC is not set. | Conrad Parker |
2004-06-01 | applied patches from Daniel Mack for recognizing darwin as a host, and | Conrad Parker |
2004-06-01 | better workaround for alac, another of the MPEG audio clique that | Mike Melanson |
2004-06-01 | acknowledge the existence of Apple's Lossless Audio Codec (alac) | Mike Melanson |
2004-06-01 | ok, i can't get flac into an useable state after a read abort but it doesn't ... | Miguel Freitas |