summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2007-09-19Add controls for setting the opacity of DVB subtitles.Darren Salt
2007-08-21Merge from 1.1.Darren Salt
2007-08-17xine_stream audio_track_map order fixChristophe Thommeret
2007-08-17Fix C++ breakage introduced in cset 290f0d28f8fc.Darren Salt
2007-08-16Merge open()/glibc (debug #define) workaround from 1.1; fix up for 1.2 changes.Darren Salt
2007-08-16Merge all but the open()/glibc workaround from 1.1.Darren Salt
2007-08-15Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).Darren Salt
2007-08-15Fix an audio resampling problem which was causing regular clicking.Darren Salt
2007-07-27make use of the new callback function in _x_post_intercept_video_frame()Reinhard Nißl
2007-07-27provide an additional callback function for controlling frame interceptionReinhard Nißl
2007-07-26provide a direct link to accelerated frame for postprocessingReinhard Nißl
2007-08-02Merge from 1.1.Darren Salt
2007-07-27Fixed race, reordered broadcaster shutdown sequence to avoid multiple access ...Kirill Belokurov
2007-07-26copy stream in _x_post_frame_copy_up() and add refcountingReinhard Nißl
2007-07-19Use asprintf when generating the decoder priority description.Darren Salt
2007-07-12Remove realloc from osd.c to prevent memory leak due to fragmentationSimon Farnsworth
2007-07-12Fix memory leak in video_overlay.cSimon Farnsworth
2007-07-13Prevent ticket system deadlock when using DVB subtitlesSimon Farnsworth
2007-07-13Merge from 1.1.Darren Salt
2007-07-08Merge from 1.1.Darren Salt
2007-07-08Rename mrl_unescape and export it for use by plugins.Darren Salt
2007-07-02Merge with 1.1.Diego 'Flameeyes' Pettenò
2007-07-02Fix demuxing of wavpack files, and avoid crashing with the tags at the end of...Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-06-15Change the prototype of xine_list_post_plugins_typed(), to avoid a warning.Diego 'Flameeyes' Pettenò
2007-06-14Merge from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-06-13Make explanation a constant string (gettext() strings are never freed).Albert Lee
2007-06-13Fix parameter type.Albert Lee
2007-06-12A nice simple merge from 1.1.Darren Salt
2007-08-12Extend config key translation to allow front ends to provide an additional list.Darren Salt
2007-06-09Use $(LTLIBICONV) instead of $(LIBICONV) when linking libxine.so.Darren Salt
2007-06-09Remove unused variable.Diego 'Flameeyes' Pettenò
2007-06-09Convert all input plugins to use void * as type for the buf parameter of read...Diego 'Flameeyes' Pettenò
2007-06-06Don't return integer, the function is expected to return a pointer.Diego 'Flameeyes' Pettenò
2007-06-04fallback to none output when the device is unpluggedMatthias Kretz
2007-06-04handle unplugged devices in audio_alsa_out (return -1) and in audio_out close...Matthias Kretz
2007-06-04fallback to none output when the device is unpluggedMatthias Kretz
2007-06-04handle unplugged devices in audio_alsa_out (return -1) and in audio_out close...Matthias Kretz
2007-05-18Merge from 1.2 main branch, except for summary info related to the vdr plugins.Darren Salt
2007-05-11Another pass at cleaning up Makefile.am files. More to come.Matt Messier
2007-05-08More configure.ac cleanupsMatt Messier
2007-05-08Merge changes from main 1.2 repositoryMatt Messier
2007-05-08Merge VDR support.Darren Salt
2007-05-08Merge Reinhard Nissl's engine changes.Darren Salt
2007-05-08Merge from 1.1.Darren Salt
2007-05-08RIP: AC_OPTIMIZATIONSMatt Messier
2007-05-06Merge Reinhard Nissl's xxmc fixes and related changes.Darren Salt
2007-05-05- Fix _x_io_select exiting when the select has been interrupted (EINTR errno)hadess@cookie.hadess.net
2007-05-03Make _x_buf_(audio|video)_name return a pointer to constant string.Diego 'Flameeyes' Pettenò