summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-11Merge from 1.1.Darren Salt
2008-06-11Provide a useful implementation of xine_register_log_cb().Darren Salt
2008-06-11Fix va_list-related breakage. Multiple use needs va_copy().Darren Salt
2008-06-09Fix Shoutcast NSV detection.Darren Salt
2008-06-09Avoid false positives when looking up demuxer by MIME type.Darren Salt
2008-06-05demux_ts: don't OR in buffer types.Darren Salt
2008-06-05Stop xine_hexdump() from segfaulting and fix its output.Darren Salt
2008-05-29Merge from 1.1.Darren Salt
2008-05-29Define ARCH_{ALPHA,ARM} as needed; move one ARCH_SPARC which could be missed.Darren Salt
2008-05-29Ignore two more of ffmpeg's generated files.Darren Salt
2008-05-29Ignore debian/*.debhelper.log.Darren Salt
2008-05-28Fix exploitable heap buffer overflow in id3.c.Diego 'Flameeyes' Pettenò
2008-08-13Check for possible buffer overflow attempts in the Real demuxer.Darren Salt
2008-08-13Check for allocation failures.Darren Salt
2008-08-13Use size_t for data length variables.Darren Salt
2008-08-13Merge.Darren Salt
2008-08-13Apply the deinterlacer size fix to the XCB Xv plugin.Darren Salt
2008-08-13Allow (and prefer) use of external libfaad.Darren Salt
2008-08-13Remove faad.h since we don't use it.Darren Salt
2008-08-13Update to libfaad 2.6.1, fixing a crash with a corrupted AAC file.Darren Salt
2008-08-08Fix crash with corrupted WMV files when checking for aspect ratio information.Darren Salt
2008-08-08Fix crash with corrupted AVI files (chunk size).Darren Salt
2008-08-08video_out_opengl: Actually bail out if no display found.Matthias Hopf
2008-08-08Merge.Matthias Hopf
2008-08-07Merge.Darren Salt
2008-08-07Fix a segfault introduced in the Windows Media crash fix.Darren Salt
2008-08-07Rearrange changelog entries for 1.1.15 wrt security issues.Darren Salt
2008-08-07Fix crashes with fuzzed Ogg files. (CVE-2008-3231)Darren Salt
2008-08-07Ignore INSTALL file and don't track it, it's created by automake.Diego 'Flameeyes' Pettenò
2008-08-07Make the CC_CHECK_* macro work when used in for loops.Diego 'Flameeyes' Pettenò
2008-08-06Fix crashes with fuzzed Windows Media files.Darren Salt
2008-08-01video_out_opengl: Activate only if visual is direct rendering capableMatthias Hopf
2008-07-28Only set the tuner if we're going to use it (fixes baseband video inputs)Simon Farnsworth
2008-07-28Preallocate after we know how large the frames will be (fixes a buffer overrun)Simon Farnsworth
2008-07-23Xv deinterlacing was looking at the input image size, not the output image size.Simon Farnsworth
2008-07-08Avoid definition of MAX that clashes with MAX() macro.Diego 'Flameeyes' Pettenò
2008-07-08Rename flag so that NOFILE won't be redefining a system constant.Diego 'Flameeyes' Pettenò
2008-07-08Avoid using strlen() in loops, calculate it beforehand.Diego 'Flameeyes' Pettenò
2008-08-06Really fix the metadata bug...Darren Salt
2008-08-06Fix crashes with MP3 files with metadata consisting only of separators.Darren Salt
2008-05-25Recognise TS descriptor tag 0x80 as MPEG video.Darren Salt
2008-05-25Wherever possible, use enum constants for TS descriptor tags.Darren Salt
2008-05-24Rewrite CC_PTHREAD_RECURSIVE_MUTEX to use M4sh and AC_CACHE_CHECK.Diego 'Flameeyes' Pettenò
2008-05-24Backport pthreads.m4 from 1.2.Diego 'Flameeyes' Pettenò
2008-05-24Backport CC_CHECK_LDFLAGS macro from 1.2 branch.Diego 'Flameeyes' Pettenò
2008-05-24Use M4sh AS_IF rather than sh if statements for common macros.Diego 'Flameeyes' Pettenò
2008-05-23Remove MIN/MAX macro definitions on unit.Diego 'Flameeyes' Pettenò
2008-05-23Check for MIN/MAX macro and include the header for them if found.Diego 'Flameeyes' Pettenò
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2008-05-23Kill a debug fprintf.Darren Salt