summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-14Added tag xine-lib-1_1_15-release for changeset 17f8ed16524bDarren Salt
2008-08-14xine-lib 1.1.15.xine-lib-1_1_15-release1.1.15Darren Salt
2008-08-13Improve parsing of cddb informationArnold Metselaar
2008-08-13add cdda_class_get_dir method to cdda pluginArnold Metselaar
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-16Add support for the Snow video codec.Darren Salt
2008-07-16Add a buffer types entry for TTA.Darren Salt
2008-07-16Add FourCC code for Wavpack.Darren Salt
2008-07-15Recognise AMR audio (normally found in 3GP files).Darren Salt
2008-07-13Adjust checking for libavcodec to match the new external ffmpeg default.Darren Salt
2008-07-13Switch to using external ffmpeg by default.Darren Salt
2008-07-12xine_get_stream_info() not returning values for skipped/discarded framesJason Tackaberry
2008-07-12Merge.Darren Salt
2008-07-12Fix a logic error which can cause misidentification as DV.Darren Salt
2008-07-11Fix xine_get_pluginroot (mingw32)Matthias Ringwald
2008-07-10add PTHREAD_LIBS to xineplug_post_tvtime as pthread mutex are usedMatthias Ringwald
2008-07-09Don't try to load static libraries on mingw32Matthias Ringwald
2008-07-09Fix MIN, MAX macro replacement (mingw32 fix)Matthias Ringwald
2008-07-08Fix compilation for pthread support provided by PTHREAD_{CFLAGS+LIBS}Matthias Ringwald
2008-07-08Fix compile of input_vcd for ming32Matthias Ringwald
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-07-08Add #include <windef.h> to fix compile for mingw32Matthias Ringwald
2008-07-07include <malloc.h> if defined to get prototype for alloca() on mingw32mringwal@Macintosh.local