Age | Commit message (Expand) | Author |
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 |
2004-05-16 | Fix EOS handling (http). | Thibaut Mattern |
2004-05-14 | fix compiler warning and make new config entry's strings translateable | Michael Roitzsch |
2004-05-12 | Add support for ejecting removable media on Solaris. | Robin KAY |
2004-05-12 | Wrong bitwise operator. | Robin KAY |
2004-05-12 | - open the CD device for Linux systems where /proc/sys/dev/cdrom/check_mediaxine-1-rc4a-release1-rc4a | Bastien Nocera |
2004-05-11 | use the CDDB cache directory, even when CDDB queries are disabled | Michael Roitzsch |
2004-05-10 | fix compilation breakage before Mike kills me ;-) | Miguel Freitas |
2004-05-09 | dvb patches by Szymon Stefanek and Mike Lampard | Miguel Freitas |
2004-05-09 | Valid error description for gethostbyname. Obsolete function hstrerror() has ... | František Dvořák |
2004-05-05 | fix compiler warning | Michael Roitzsch |
2004-05-05 | - actually set the CD Index ID, fix warnings | Bastien Nocera |
2004-05-05 | make it possible for the CDDA plugin to give away Musicbrainz CD Index ID | Bastien Nocera |
2004-05-04 | - Shoutcast packet handling cleanup. | Thibaut Mattern |
2004-05-02 | - work around the gnome-vfs sftp: method having a max read size of 256k | Bastien Nocera |
2004-05-02 | Fix the crash with CDDB queries when server is off-line. Thanks for patch to ... | František Dvořák |
2004-04-28 | typo. | Rocky Bernstein |
2004-04-26 | removing unused "this" variable and collapsing the code a bit | Michael Roitzsch |
2004-04-24 | sanity cecking, safer buffer allocation | Miguel Freitas |
2004-04-24 | more bounds checking fixes (thanks Roberto Togni) | Miguel Freitas |
2004-04-23 | some sanity and bounds checking (my own audit) | Miguel Freitas |
2004-04-22 | - remove some forgotten debug | Bastien Nocera |
2004-04-22 | - fix Real pnm/rtsp streaming on big endian platforms | Bastien Nocera |
2004-04-21 | Exclusive open(2) on CD device fails if a filesystem has been mounted. Affect... | Robin KAY |
2004-04-19 | - also accept "fd://0" as an mrl for stdin input, as used by GStreamer | Bastien Nocera |
2004-04-15 | Big MMS over tcp protocol cleanup / rework. | Thibaut Mattern |
2004-04-15 | - generate events for "Permission denied" and "File not found" in the http an... | Bastien Nocera |
2004-04-14 | fix a segfault | Miguel Freitas |