summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-06Fix crashes with fuzzed Windows Media files.Darren Salt
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-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
2008-07-06Build fix: pthreads.m4Chris Rankin
2008-07-06Merge.Darren Salt
2008-07-06Fix a stupid bug in post-plugin initialisation.Darren Salt
2008-07-04Simplify code and update code style.Diego 'Flameeyes' Pettenò
2008-07-04Simplify code and update code style.Diego 'Flameeyes' Pettenò
2008-07-04Update code style.Diego 'Flameeyes' Pettenò
2008-07-04Update code style. Mark sizes as constant.Diego 'Flameeyes' Pettenò
2008-07-04Simplify switch_buf return values.Diego 'Flameeyes' Pettenò
2008-07-04Cleanup code style, use memmem() to find the start of a frame.Diego 'Flameeyes' Pettenò
2008-07-04Use memcmp() instead of manual comparison of bytes when checking signatures.Diego 'Flameeyes' Pettenò
2008-07-04Use id3.h functions to check for ID3 tags.Diego 'Flameeyes' Pettenò
2008-07-04Improve header processing and misc cleanups.Diego 'Flameeyes' Pettenò
2008-07-04Use the new _x_is_fourcc() function and also memcmp().Diego 'Flameeyes' Pettenò
2008-07-04Cleanup code style and use the new _x_is_fourcc() function.Diego 'Flameeyes' Pettenò
2008-07-04Simplify signature checks, especially for OggFLAC files.Diego 'Flameeyes' Pettenò
2008-07-04Use the new _x_is_fourcc() funtion to check for FOURCC tags in files.Diego 'Flameeyes' Pettenò
2008-07-04Add a _x_is_fourcc() inline function to wrap around memcmp().Diego 'Flameeyes' Pettenò
2008-07-04Use calloc to allocate the area for the OSD.Diego 'Flameeyes' Pettenò
2008-07-04Use calloc to allocate the lists of audio and video ports.Diego 'Flameeyes' Pettenò
2008-07-04Use calloc to allocate the memory area for the YUV planes.Diego 'Flameeyes' Pettenò
2008-07-03Rewrite demux_real and demux_realaudio for style.Diego 'Flameeyes' Pettenò
2008-07-02Build fix for external ffmpegChris Rankin
2008-07-02Don't segfault when the user requests an input the card doesn't posess.Simon Farnsworth
2008-07-02Bump version ready for the next release.Darren Salt
2008-07-02Cope with missing strcasestr().Darren Salt
2008-07-02provide PTHREAD_CFLAGS when neededMatthias Ringwald
2008-07-02don't check for ioctl request type if oss audio is not availableMatthias Ringwald
2008-07-02fix pthread recursive mutex detection (for mingw32)Matthias Ringwald
2008-06-29Added tag xine-lib-1_1_14-release for changeset 9b383441a18fDarren Salt