summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2008-05-07Use proper string functions in place of sn?printf.Diego 'Flameeyes' Pettenò
2008-05-07Use asprintf() rather than malloc() + sprintf().Diego 'Flameeyes' Pettenò
2008-05-07Merge file removal.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-05-07Mark internal functions and data structures static.Diego 'Flameeyes' Pettenò
2008-05-05Make open_internal static again.Darren Salt
2008-05-03Remove unused variables, as reported by GCC 4.3.Diego 'Flameeyes' Pettenò
2008-04-19Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...Diego 'Flameeyes' Pettenò
2008-01-10Merge new flag.Thibaut Mattern
2008-01-10Added new buffer flag for audio padding.Thibaut Mattern
2008-01-10Fixed buggy discontinuity handling when playing short streams and using the g...Thibaut Mattern
2008-01-05Enable the VMware Screen codec (ffmpeg).Darren Salt
2007-04-15Avoid locking log_lock once the buffer has been allocated.Reinhard Nißl
2007-04-15Avoid immediate frame drops by giving decoder a further chance toReinhard Nißl
2007-04-15Choose maximum for frame drop limit depending on the number ofReinhard Nißl
2007-04-15Avoid skipping an unsuitable frame when there are only few buffersReinhard Nißl
2007-04-15Increase priority of video decoder a little bit, to avoid frameReinhard Nißl
2008-01-01Skip deleted keys - should any ever occur! - while saving the config.Darren Salt
2007-12-27[Subtitles] SSA-tags patchDubois Nicolas
2007-12-24Consistently use "colour", "colour key", "colour space" in output.Darren Salt
2007-12-18Don't treat # in MRLs as literals or URI-decode raw filenames. [Bug 1784272]Darren Salt
2007-12-14Fixed a crash that happened when a video output was closedMatthias Kretz
2007-12-09Enable the WMV VC1 (ffmpeg) codec.Darren Salt
2007-12-04fifo_peek_int can return NULL (when non-blocking). make fifo_remove_int handl...Matthias Kretz
2007-12-03Fixed a race condition between ao_loop and ao_close to not lose the last buffer.Matthias Kretz
2007-12-02Don't signal fifo->empty right after reading the last bufferMatthias Kretz
2007-12-02remove redundant checkMatthias Kretz
2007-11-23Merge.Darren Salt
2007-11-23log if send_headers returned with DEMUX_FINISHEDMatthias Kretz
2007-11-19add support for GNU/kFreeBSDPetr Salinger ext:(%20)
2007-11-15assert that not more than the buffersize is readMatthias Kretz
2007-11-15when the stream is paused fifo_wait_empty will wait forever. In that case weMatthias Kretz
2007-11-11Merge transplanted patches.Darren Salt
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ò