summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-10-19Pass native HWND through xine to SDLMatthias Ringwald
2008-11-07voraw minor fixChristophe Thommeret
2008-11-07aac channel ordering for multi-channel audioMatthias Dahl
2008-11-07Composer meta-tagMaximilian Schwerin
2008-10-13Merge from 1.1.Darren Salt
2008-09-20textrel fix for xineplug_post_tvtime.so (tomsmocomp)PaX Team
2008-09-17Mingw+MSys: NLS support, --enable-stdcall-fixupCarlo Bramini
2008-09-13Compilation fixes for ffmpeg API & ABI changes.Darren Salt
2008-09-05Updated FLV demuxer.Claudio Ciccani
2008-09-05Updated FLV demuxer.Claudio Ciccani
2008-09-03Adding ID3 tag TDRC to replace/complement the deprecated tag TYER.Maximilian Schwerin
2008-10-17Replace configure test for PulseAudio version by cpp testMatthias Ringwald
2008-09-28Fix xine_usec_sleep for mingw+msysMatthias Ringwald
2008-08-25Fix CDDB access on 64-bit.Darren Salt
2008-08-25Fix a possible heap buffer overflow in the ffmpeg video decoder.Darren Salt
2008-08-20Integer overflow in ff_audio_decode_data()Tielei
2008-08-18Fix another compilation failure when using C++.Darren Salt
2008-08-17Fix a compilation failure when using C++.Darren Salt
2008-08-14Merge from 1.1.Darren Salt
2008-08-13Improve parsing of cddb informationArnold Metselaar
2008-08-13add cdda_class_get_dir method to cdda pluginArnold Metselaar
2008-08-08video_out_opengl: Activate only if visual is direct rendering capableMatthias Hopf
2008-07-17Merge from 1.1.Darren Salt
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-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-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-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ò