summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2007-11-11Added FOURCC for VP6F.Claudio Ciccani
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-10-28Add another identifier (0x10 0x00 0x00 0x02) for MPEG video.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-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-08-12Extend config key translation to allow front ends to provide an additional list.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-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-08Rename mrl_unescape and export it for use by plugins.Darren Salt
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-13Make explanation a constant string (gettext() strings are never freed).Albert Lee
2007-06-13Fix parameter type.Albert Lee
2007-06-09Use $(LTLIBICONV) instead of $(LIBICONV) when linking libxine.so.Darren Salt
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-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-04-23Merge alpha-blending changes.Darren Salt
2007-04-23Add comments about used blending equationPetri Hintukainen
2007-04-18Limit common-case buffer copying optimisation to i386 & amd64.Darren Salt
2007-04-18Alphablending optimizations:Petri Hintukainen
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
2008-04-11Add a function for listing video output plugins of the given type(s).Darren Salt
2008-04-07Implement support for "MPEG-3 adu".Jinghua Luo
2008-03-14xine_init(): mutex objs not initializedCarlo Bramini
2008-03-14Unportable pthread_t compare in xine.cCarlo Bramini
2008-03-10Fixed long delay when closing stream on dual core systems [Bug #33]Miguel Freitas
2008-03-10Support # stream parameter separator in raw filenames as well as in full MRLs.Miguel Freitas
2008-03-06Fix _x_get_current_frame_impl() to not abort when used legally.Reinhard Nißl
2008-03-02Provide safe and convenient implementations of xine_get_current_frame().Reinhard Nißl
2008-02-07Reverse the order in which the plugin dirs are scanned; remove a stray printf.Darren Salt
2008-02-06Change from release numbering to ABI numbering for the plugin directory.Darren Salt
2008-01-24Only restore the audio buffer discard setting if it was altered.Darren Salt
2008-01-24Don't discard audio samples forever. Fixed streaming playbackThibaut Mattern
2008-01-20Unmaking a # of it.Darren Salt
2008-01-20Unescape the "#save:" filename, allowing ";" etc. in file names.Darren Salt
2008-01-20Don't unescape #subtitle:scheme://data.Darren Salt
2007-04-12Provide a function to query buffer usage.Reinhard Nißl
2007-04-12Extend ticket system for nonblocking ticket acquiries.Reinhard Nißl
2007-04-10Replace the duplicated meFOURCC macro with ME_FOURCC that is declared in bswa...Diego 'Flameeyes' Pettenò
2007-04-08Mark various private arrays, structs & fn parameters as static and/or const.Darren Salt
2007-04-07video_overlay_s uses C's inheritance-like definition, so the first field has ...Diego 'Flameeyes' Pettenò
2007-04-07Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.Darren Salt