summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2008-01-25Merge from 1.1.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-24Merge from -plugin-loader branch.Darren Salt
2008-01-22Merge from 1.1 branch.Diego 'Flameeyes' Pettenò
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
2008-01-17Remove SyncFB video output plugin, and related documentation and code.Diego 'Flameeyes' Pettenò
2008-01-15Use GCSECTIONS for libxine too.Diego 'Flameeyes' Pettenò
2008-01-06Merge from 1.1.Darren Salt
2008-01-05Enable the VMware Screen codec (ffmpeg).Darren Salt
2008-01-03Replace _x_vo_scale_aspect_ratio_name() function with a string table, all the...Diego 'Flameeyes' Pettenò
2008-01-02The id is constant, mostly.Diego 'Flameeyes' Pettenò
2008-01-02The config translator returns a non-constant string.Diego 'Flameeyes' Pettenò
2008-01-02Update broadcaster functions to accept constant strings.Diego 'Flameeyes' Pettenò
2008-01-02Make _x_vo_scape_aspect_ratio_name return a constant string.Diego 'Flameeyes' Pettenò
2008-01-01Merge from 1.1.Darren Salt
2008-01-01Skip deleted keys - should any ever occur! - while saving the config.Darren Salt
2007-12-30Manual port of the color→colour change to 1.2; should make merging easier.Darren Salt
2007-12-24Move _x_scan_plugins and _x_dispose_plugins into an internal header, and don'...Diego 'Flameeyes' Pettenò
2007-12-23Mark xine_dispose_internal static.Diego 'Flameeyes' Pettenò
2007-12-23Compile fix.Diego 'Flameeyes' Pettenò
2007-12-23Don't create extra variables now that node is transparent to xine's build.Diego 'Flameeyes' Pettenò
2007-12-23Mark open_internal static (again?).Diego 'Flameeyes' Pettenò
2007-12-23Make supported_types constant, change plugins' loading code so that it actual...Diego 'Flameeyes' Pettenò
2007-12-23Mark more array as constants.Diego 'Flameeyes' Pettenò
2007-12-23Make std_explanation a truly const array.Diego 'Flameeyes' Pettenò
2007-12-22Merge -headers-reshuffle branch into main.Diego 'Flameeyes' Pettenò
2007-12-27[Subtitles] SSA-tags patchDubois Nicolas
2007-12-24Consistently use "colour", "colour key", "colour space" in output.Darren Salt
2007-12-19Move code out of osd.h that was present only with __OSD_C__ defined.Diego 'Flameeyes' Pettenò
2007-12-19Mark more arrays as constant.Diego 'Flameeyes' Pettenò
2007-12-19Mark static strings as const.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-19Consolidate all public include files into include/xine directory.Diego 'Flameeyes' Pettenò
2007-12-18Merge from 1.1.Darren Salt
2007-12-18Don't treat # in MRLs as literals or URI-decode raw filenames. [Bug 1784272]Darren Salt
2007-12-18Use variable-sized arrays rather than allocated buffer.Diego 'Flameeyes' Pettenò
2007-12-18Remove a memset after xine_xmalloc.Diego 'Flameeyes' Pettenò
2007-12-18Remove superfluous include.Diego 'Flameeyes' Pettenò
2007-12-18Fix MRL protocol matching (for demuxer lookup).Darren Salt
2007-12-15Remove a stray semicolon.Darren Salt
2007-12-14Merge from 1.1.Darren Salt
2007-12-14Fixed a crash that happened when a video output was closedMatthias Kretz
2007-12-13Make _x_io_(file|tcp)_(write|read) accept a void* parameter.Diego 'Flameeyes' Pettenò
2007-12-13Make writing function use a void* parameters to avoid signedness warnings.Diego 'Flameeyes' Pettenò
2007-12-13Make _x_demux_read_header accept a void* as pointer to buffer.Diego 'Flameeyes' Pettenò
2007-12-13Use strcasestr rather than converting the mimetypes variables to lowercase.Diego 'Flameeyes' Pettenò
2007-12-12Merge with 1.2-plugins-changes.Diego 'Flameeyes' Pettenò