Age | Commit message (Expand) | Author |
2003-12-28 | a new release is due. Last tests are running... | Siggi Langauf |
2003-12-26 | Remove unused files. Only one .def file is used for all plugins now. | František Dvořák |
2003-12-26 | Win32 mega update: | František Dvořák |
2003-12-26 | * cure the ABI breakage: XINE_LANG_MAX cannot be increased | Michael Roitzsch |
2003-12-26 | recent fixes | Miguel Freitas |
2003-12-25 | Not overwrite regular files by RIP, only add number suffix. | František Dvořák |
2003-12-24 | * patch by David Gómez to support linebreaking '|' in subview format | Michael Roitzsch |
2003-12-24 | time for some Christmas presents... | Michael Roitzsch |
2003-12-24 | Ooops, not even an editor with brace highlighting can compensate my faults | Michael Roitzsch |
2003-12-24 | the access() check is wrong, since R_OK & W_OK & X_OK is always 0, so we | Michael Roitzsch |
2003-12-24 | that should fix full rate deinterlacing of some dvds | Miguel Freitas |
2003-12-24 | stupid me... mpeg1 is always progressive. | Miguel Freitas |
2003-12-24 | remove unused variable | Michael Roitzsch |
2003-12-24 | small cleanup | Michael Roitzsch |
2003-12-24 | this is worth mentioning | Michael Roitzsch |
2003-12-24 | thanks to Carsten Weinhold for finding and fixing this: | Michael Roitzsch |
2003-12-24 | small cleanup | Michael Roitzsch |
2003-12-23 | - some more endianness fixes to ogg demuxer | Miguel Freitas |
2003-12-23 | fix wrong format string and superfluous argument | Michael Roitzsch |
2003-12-21 | don't check for xvid, we don't use it anymore | Daniel Caujolle-Bert |
2003-12-21 | if gcc knows that xine_xmalloc() behaves like malloc(), some more | Michael Roitzsch |
2003-12-21 | if gcc knows that xine_log arguments are printf-style format strings, | Michael Roitzsch |
2003-12-21 | a note about release-check and a typo fix | Michael Roitzsch |
2003-12-21 | speed improvement of my last change, thanks Thibaut | Manfred Tremmel |
2003-12-20 | No globals allowed. Fix indentation style. Explicit (void) function parameter. | Daniel Caujolle-Bert |
2003-12-20 | solved some big-endian problemes | Manfred Tremmel |
2003-12-20 | force raw AAC to be decoded as stereo; not a great idea, but it will | Mike Melanson |
2003-12-20 | Was picking up wrong field to get SPU id in SVCD subtitles. There's still | Rocky Bernstein |
2003-12-20 | Fixed bug; masking is not the same as saturating. Improved colour map handlin... | Robin KAY |
2003-12-19 | mention the raw AAC demuxer | Mike Melanson |
2003-12-19 | initial commit for raw AAC file demuxer | Mike Melanson |
2003-12-19 | the number of bytes consumed after decoding a frame is revealed by one | Mike Melanson |
2003-12-18 | - fix compilation on Debian unstable | Bastien Nocera |
2003-12-18 | Small cleanup. Changed colour mapping code to allocate read-only cells rather... | Robin KAY |
2003-12-17 | some release process documentation... | Siggi Langauf |
2003-12-17 | * Default subtitle timeout. | František Dvořák |
2003-12-16 | debian updatesxine-1-rc3-release1-rc3 | Siggi Langauf |
2003-12-16 | it is perfectly valid for the ffmpeg audio decoder API function to | Mike Melanson |
2003-12-14 | avoid sefault (shot II) | Daniel Caujolle-Bert |
2003-12-14 | avoid sefault | Daniel Caujolle-Bert |
2003-12-14 | version bounce | Siggi Langauf |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-14 | fix the fix ;-) | Daniel Caujolle-Bert |
2003-12-14 | memleak | Daniel Caujolle-Bert |
2003-12-14 | avoid segfault | Daniel Caujolle-Bert |
2003-12-14 | can't use strdup for '\0' separated meta infos | Daniel Caujolle-Bert |
2003-12-14 | add _x_meta_info_set_multi function, will be used very soon. Don't parse va_a... | Daniel Caujolle-Bert |
2003-12-13 | clean up unused code | Mike Melanson |
2003-12-13 | users had requested to make pvr device configurable | Miguel Freitas |
2003-12-13 | - check that setting the "bits per sample" was what we asked for even if the ... | Bastien Nocera |