Age | Commit message (Expand) | Author |
2004-10-05 | - Some fixes for crashes when trying to play encrypted DVDs without libdvdcss | Bastien Nocera |
2004-09-28 | Get SCNx64 and SCNxMAX format macros working properly on Mac OS X | Andre Pang |
2004-09-26 | - almost finalize headers refactoring needed for MSVC frontends (and for other | František Dvořák |
2004-09-23 | - Factor is 1.0, num_buffers is 230... | Bastien Nocera |
2004-09-23 | - Fix crashes with some input plugins when no audio output was available | Bastien Nocera |
2004-09-20 | Build system improvements: | František Dvořák |
2004-09-18 | Fixed compilation on MacOSX/Darwin. | Daniel Mack |
2004-09-17 | Warning patch for Win32 - casted off_t to intmax_t for printing. | František Dvořák |
2004-09-16 | new DVD MRL parser (refactored into two new functions to be more readable and | Michael Roitzsch |
2004-09-08 | chunk size fix from Ross Finlayson | Miguel Freitas |
2004-09-07 | Commit to xine the MinGW patch already used in external VCD. | František Dvořák |
2004-09-07 | Remove Win32 headers required for removed alarm from cdda input plugin. | František Dvořák |
2004-09-02 | Warnings on WIN32. | František Dvořák |
2004-09-01 | Fixes to DVD MRL parsing. | James Courtier-Dutton |
2004-08-28 | Fix a crash when dispose it called before the DVD starts playing. | James Courtier-Dutton |
2004-08-28 | Improved MRL parsing in the dvd plugin. | James Courtier-Dutton |
2004-08-27 | MINGW32 port. Engine library and most of plugins compiles now. | František Dvořák |
2004-08-27 | empty assignment patch by Reimar Doffinger | Miguel Freitas |
2004-08-27 | fix deadlock. | Miguel Freitas |
2004-08-19 | * set the instance pointer to NULL before closing the dvdnav handle | Michael Roitzsch |
2004-08-16 | * remove unused low water mark | Michael Roitzsch |
2004-08-02 | no objections so far: committing the fine speed control patch | Miguel Freitas |
2004-08-01 | patch by Robin Kay to dynamically increase the memory stack when it runs full | Michael Roitzsch |
2004-07-27 | from the docs of sprintf: "when the strings overlap, the behaviour is undefined" | Michael Roitzsch |
2004-07-25 | the worst case we will write to this buffer is larger | Michael Roitzsch |
2004-07-25 | protect some buffers that could overflow | Michael Roitzsch |
2004-07-25 | * increase buffer size, "Cseq: %u" has a worst case of 17 | Michael Roitzsch |
2004-07-25 | protect some buffers to be on the safe side (some of them might be hard | Michael Roitzsch |
2004-07-23 | fix configfile def_value assertion. | Daniel Caujolle-Bert |
2004-07-22 | a broken CD might contain an unterminated label, which would have overrun the | Michael Roitzsch |
2004-07-22 | do not use functions in array initialization, this is actually not allowed in C | Michael Roitzsch |
2004-07-20 | Add const to get_identifier return type since that's n fact what it | Rocky Bernstein |
2004-07-20 | More bounds-overflow precautions. Bound max length of a MRL and add | Rocky Bernstein |
2004-07-18 | Pedantic change: that should be DEVICE_MAX_LEN, not MRL_MAX_LEN. | Rocky Bernstein |
2004-07-18 | Should have Initialized all bytes. | Rocky Bernstein |
2004-07-18 | Buffer overflow fix reported by C0ntex via Drew 'dantealiegri' Ogle. | Rocky Bernstein |
2004-07-05 | fix proxy envvar handling | Daniel Caujolle-Bert |
2004-06-22 | File input module now groks file://localhost/... and file://127.0.0.1/... MRLs | Andre Pang |
2004-06-21 | remember the last opened device for ejecting so when using more than one | Michael Roitzsch |
2004-06-20 | * merge latest CVS of libdvdnav fixes dvd:/<title>.<part> MRLs | Michael Roitzsch |
2004-06-19 | new, straightforward method to honour the http_proxy envvar: evaluate it | Michael Roitzsch |
2004-06-14 | since we do not store that in extra_info any more, this call is obsolete | Michael Roitzsch |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-06-13 | sync to latest 0.1.10 release of libdvdnav | Michael Roitzsch |
2004-05-27 | fix receiving the last bytes of a http connection | Miguel Freitas |
2004-05-27 | accept server responses with different cases (Cseq and CSeq) | Miguel Freitas |
2004-05-26 | memory leak fix by Barry Scott <barry.scott@onelan.co.uk> | Michael Roitzsch |
2004-05-26 | slow down CD drive during CD audio playback to reduce noise | Michael Roitzsch |
2004-05-20 | this is not available here | Michael Roitzsch |
2004-05-16 | fix [ 855802 ] xine-lib -- input_pvr.c -- unpause seeks to beginning | Miguel Freitas |