Age | Commit message (Expand) | Author |
2007-03-29 | Reorder fields to fill hole. | Diego 'Flameeyes' Pettenò |
2007-03-23 | Fix closing the vcd device if the disc is not a video CD. | Darren Salt |
2007-03-22 | Fix crosscompile to use build and host definition from autoconf, rather than ... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Instead of rewriting the install and uninstall rules for headers, simply chan... | Diego 'Flameeyes' Pettenò |
2007-03-20 | Add B2N macros for OSX. Patch by Martin Aumueller. Also add to the diff from ... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Avoid a possible floating-point exception when starting stream playback. | Darren Salt |
2007-03-17 | Some servers does not send a human-readable http status description, for thos... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Move netinet/in.h include down the block; this is currently patched by FreeBS... | Diego 'Flameeyes' Pettenò |
2007-03-10 | When hstrerror() is found in libresolv, link it where it is used. Patch by Al... | Diego 'Flameeyes' Pettenò |
2007-03-10 | Add support for NetBSD to src/input/input_cdda.c, patch by Sergey Svishchev. | Diego 'Flameeyes' Pettenò |
2007-02-25 | Remove unused code. | Diego 'Flameeyes' Pettenò |
2007-02-21 | Declare vcdinfo_get_seg_resolution function in vcdplayer.c where it is used, ... | Diego 'Flameeyes' Pettenò |
2007-02-20 | const++ | Diego 'Flameeyes' Pettenò |
2007-02-20 | Mark a fwe arrays static and avoid casts that are not needed. | Diego 'Flameeyes' Pettenò |
2007-02-20 | Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64"). | Diego 'Flameeyes' Pettenò |
2007-02-08 | Remove any possibility of strcpy/sprintf overflows wrt front ends requesting | Darren Salt |
2007-01-26 | Don't set get_blocksize to NULL, or the Samba access plugin will _never_ work... | Diego 'Flameeyes' Pettenò |
2007-01-19 | Fix possible strict aliasing breakage. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Fix possible strict aliasing breakage. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make get_mrl return a const char * too. | Diego 'Flameeyes' Pettenò |
2007-01-18 | Make get_description function return a const char * rather than just a char *... | Diego 'Flameeyes' Pettenò |
2007-01-11 | Reconnect to the server just after the first request. | Claudio Ciccani |
2007-01-09 | Support setting the start time over MMSH protocol. | Claudio Ciccani |
2007-01-03 | Added support for setting the playback start time (same as the RTSP plugin). | Claudio Ciccani |
2006-12-31 | Fix typo.. | Diego 'Flameeyes' Pettenò |
2006-12-31 | Link against libm (missing symbols). | Darren Salt |
2006-12-28 | Link to pthreads for the pvr input plugin. | Diego 'Flameeyes' Pettenò |
2006-12-25 | The dvd input plugin uses dlopen-related functions, link to the correct library. | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Fix invalid memory access in Real Media SDP with tailored stream; reported | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Fix program termination due to invalid Real Media SDP; reported by Roland | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Fix invalid memory access in Real Media ASM parser; reported by Roland | Diego 'Flameeyes' Pettenò |
2006-12-22 | In rtsp_session_read(): return the actual amount of bytes read. | Claudio Ciccani |
2006-12-22 | Removed INPUT_CAP_NOCACHE. | Claudio Ciccani |
2006-12-22 | Removed INPUT_CAP_NOCACHE. | Claudio Ciccani |
2006-12-19 | Mark string-type configuration items according to whether they're plain | Darren Salt |
2006-12-18 | Partially implemented RTSP seekability: | Claudio Ciccani |
2006-12-18 | Added INPUT_CAP_NOCACHE: disable usage of internal input cache by default. | Claudio Ciccani |
2006-12-13 | Don't leak directory handles when reading DVDs or DVD images. | Darren Salt |
2006-12-13 | Close the device after building the MRL list if it wasn't previously open. | Darren Salt |
2006-12-13 | Close the device if it was opened but the content isn't that of a VCD. | Darren Salt |
2006-12-08 | Prevent segfaults on out-of-range last_channel. | Darren Salt |
2006-12-08 | Fix wrong length specification for strncat() calls. | Matthias Hopf |
2006-11-30 | Return a different code for every possible output, makes simpler to debug wha... | Diego 'Flameeyes' Pettenò |
2006-11-29 | Fix buffer overrun reported by Roland Kay with JW's patch. Close bug #1603458. | Diego 'Flameeyes' Pettenò |
2006-11-19 | Don't escape %, hopefully the client sending the data is already escaping som... | Diego 'Flameeyes' Pettenò |
2006-11-11 | When reading, read goes to asf_header_buffer, not asf_header (that luckily en... | Diego 'Flameeyes' Pettenò |
2006-11-10 | When parsing the URL, escape characters like spaces and similar in the URI st... | Diego 'Flameeyes' Pettenò |
2006-10-29 | - if the root menu isn't available, go to the title menu instead. Closes | Bastien Nocera |
2006-10-23 | - unregister all the configuration callbacks when disposing of the class | Bastien Nocera |
2006-10-16 | Compile v4l on FreeBSD with v4l_compat package. | František Dvořák |