summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-01Remove all reference to automake.diff.Darren Salt
2008-01-01Add ChangeLog entry for previous change.Diego 'Flameeyes' Pettenò
2008-01-01Updated French translation.Christophe Giraud
2008-01-01Merge (with adjustment) from 1.1.Darren Salt
--HG-- rename : src/libfaad/Makefile.am => contrib/libfaad/Makefile.am rename : include/xine.h.in => include/xine.h rename : src/libffmpeg/Makefile.am => src/combined/ffmpeg/Makefile.am rename : src/libmpeg2/Makefile.am => src/video_dec/libmpeg2/Makefile.am
2008-01-01Avoid potential install-time mislinkage against libxine.so.2.Darren Salt
2008-01-01Bump post plugin interface version after API changesPetri Hintukainen
(Changeset 9602: Replace get_identifier/get_description functions with strings.)
2008-01-01Implement --enable-vdr for configure.Reinhard Nißl
Previously, the vdr plugins were only built when DVB was enabled, but I think it would be nice to allow to build them even on non Linux OS'.
2008-01-01Merge from 1.1.Darren Salt
--HG-- rename : src/xine-utils/xmllexer.h => include/xine/xmllexer.h rename : src/libffmpeg/ff_video_decoder.c => src/combined/ffmpeg/ff_video_decoder.c rename : src/libmpeg2/header.c => src/video_dec/libmpeg2/header.c rename : src/libmpeg2/mpeg2_internal.h => src/video_dec/libmpeg2/mpeg2_internal.h
2008-01-01Skip deleted keys - should any ever occur! - while saving the config.Darren Salt
2008-01-01Use signed data type for pan&scan center offset components.Reinhard Nißl
According to specification the center offset components are signed integers.
2007-12-31Fix broken test in vdr_is_vdr_stream().Reinhard Nißl
The function was broken while getting it to compile after recent API changes.
2007-12-31Add a missing initialisation.Reinhard Nißl
2007-12-31Build fix: back out the SSA subtitles change from the DirectFB video-out plugin.Darren Salt
2007-12-31Convert XML parser ABI breakage into ABI extension. Bump the soname accordingly.Darren Salt
2007-12-31Require at least vdr-xine-0.8.1 due to the repository changes.vdr-xine-version-801Reinhard Nißl
2007-12-31Change some constants to accommodate recent filename changes.Reinhard Nißl
2007-12-31Combine vdr plugins into a single binary.Reinhard Nißl
Several files were renamed for consistency. --HG-- rename : include/xine/input_vdr.h => include/xine/vdr.h rename : src/vdr/post_vdr.c => src/vdr/combined_vdr.c rename : src/vdr/post_vdr.h => src/vdr/combined_vdr.h
2007-12-31Remove unused preview data from input_vdr.c.Reinhard Nißl
2007-12-31Fix installation of input_vdr.h by moving it to include/xine.Reinhard Nißl
Recent repository changes broke installation of input_vdr.h. --HG-- rename : src/vdr/input_vdr.h => include/xine/input_vdr.h
2007-12-31Provide FFmpeg options skip_loop_filter and choose_speed_over_accuracy.Reinhard Nißl
Both options tweak FFmpeg for the sake of decoding speed. The first one skips the loop filter for certain frames while the latter allows FFmpeg to violate the codec's specification. Both options may lead to artefacts.
2007-12-30Merge from 1.1 (except po/*; translators needed for this).Darren Salt
--HG-- rename : src/video_out/vidix/drivers/mga_vid.c => contrib/vidix/drivers/mga_vid.c rename : src/video_out/vidix/drivers/nvidia_vid.c => contrib/vidix/drivers/nvidia_vid.c rename : src/video_out/vidix/drivers/savage_vid.c => contrib/vidix/drivers/savage_vid.c rename : src/xine-engine/video_out.h => include/xine/video_out.h rename : src/xine-utils/xmllexer.h => include/xine/xmllexer.h rename : po/libxine1.pot => po/libxine2.pot rename : src/libsputext/xine_sputext_decoder.c => src/spu_dec/sputext_decoder.c rename : src/libsputext/demux_sputext.c => src/spu_dec/sputext_demuxer.c
2007-12-30Dereference buffer size pointers when comparing buffer sizes.Darren Salt
2007-12-30Manual port of the color→colour change to 1.2; should make merging easier.Darren Salt
2007-12-30Update (due to file renaming).Darren Salt
--HG-- extra : transplant_source : 3%E7W%AD%D8%F6%90A%06%C5%D3D%81%99%8F%D5%E3%C4r%D5
2007-12-29Crashes when accessing files via Gnome-VFSPhilippe Troin
/usr/bin/totem-video-thumbnailer -s 128 ssh://user@hosts/path/to/video.ext Will segfault. All the time. --HG-- extra : transplant_source : H%1EU%A5%3C%E6r%976%AA%C3%92%E5l%C7w%92dg.
2007-12-30Fix bugs' numbers for the new tracker.Diego 'Flameeyes' Pettenò
2007-12-29Only check for the chunk's size to be lesser than 100 when reading the COMM_TAG.Diego 'Flameeyes' Pettenò
This way, bigger audio chunks won't make the demuxer fail. Fixes bug #6.
2007-12-28Fix another included header.Diego 'Flameeyes' Pettenò
2007-12-26Fix pls parsing (broken in cset e0819c1c624a).Darren Salt
2007-12-26Fix remaining dxr3 compilation errors.Darren Salt
2007-12-26More header relocation fallout.Darren Salt
--HG-- extra : transplant_source : %25%1F%900q%0E%B6%1F%20%00%E2%7E%1A%E4%0F%91%E2%BE%96%82
2007-12-26Merge backout.Diego 'Flameeyes' Pettenò
2007-12-26Backed out changeset 169a228c8f4eDiego 'Flameeyes' Pettenò
2007-12-24Move _x_scan_plugins and _x_dispose_plugins into an internal header, and ↵Diego 'Flameeyes' Pettenò
don't export them anymore.
2007-12-24Add a new TODO entry: review translable strings.Diego 'Flameeyes' Pettenò
2007-12-23Ignore .loT files.Diego 'Flameeyes' Pettenò
2007-12-23Mark xine_dispose_internal static.Diego 'Flameeyes' Pettenò
2007-12-23Compile fix.Diego 'Flameeyes' Pettenò
2007-12-23Break immediately if the video driver is found, rather than continuing for ↵Diego 'Flameeyes' Pettenò
the whole list.
2007-12-23Move dxr3_present() in dxr3.h to avoid duplicating the function.Diego 'Flameeyes' Pettenò
2007-12-23Don't create extra variables now that node is transparent to xine's build.Diego 'Flameeyes' Pettenò
2007-12-23Make the node pointer transparent during xine build.Diego 'Flameeyes' Pettenò
Check XINE_COMPILE definition, if it's present, define node as a plugin_node_t pointer rather than a void pointer.
2007-12-23Fix for os_types.h move.Diego 'Flameeyes' Pettenò
2007-12-23Remove XINE_COMPILE conditionals where they just changed the include ↵Diego 'Flameeyes' Pettenò
directive paths.
2007-12-23Move os_types.h together with the other includes.Diego 'Flameeyes' Pettenò
--HG-- rename : lib/os_types.h => include/xine/os_types.h
2007-12-23Mark open_internal static (again?).Diego 'Flameeyes' Pettenò
2007-12-23Mark all supported_types constant.Diego 'Flameeyes' Pettenò
2007-12-23Make supported_types constant, change plugins' loading code so that it ↵Diego 'Flameeyes' Pettenò
actually load them properly.
2007-12-23Remove XINE_COMPILE conditional.Diego 'Flameeyes' Pettenò
2007-12-23Mark name and pname static.Diego 'Flameeyes' Pettenò