summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2008-05-03Stop exporting a few internal functions, remove the unued parameter to _x_cah...Diego 'Flameeyes' Pettenò
2008-05-03Remove xine_register_log_cb and xine_trick_mode, which are both not implemented.Diego 'Flameeyes' Pettenò
2008-05-03Get rid of xine_get_video_frame as it was nevere implemented.Diego 'Flameeyes' Pettenò
2008-04-21Merge from 1.1.Darren Salt
2008-04-19Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...Diego 'Flameeyes' Pettenò
2008-04-11Merge from 1.1.Darren Salt
2008-04-11Add a function for listing video output plugins of the given type(s).Darren Salt
2008-04-08Merge from 1.1.Darren Salt
2008-04-07Implement support for "MPEG-3 adu".Jinghua Luo
2008-03-18Merge from 1.1.Darren Salt
2008-03-12Merge from 1.1.Darren Salt
2008-03-11Fix buffer size calculation by using more appropriate calloc().Reinhard Nißl
2008-03-11Fix accessing plugin node after disposing plugin in plugin free functions.Reinhard Nißl
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-06Merge from 1.1.Darren Salt
2008-03-06Fix compilation for installed libintl.h in include pathsMatthias Ringwald
2008-03-06Fix _x_get_current_frame_impl() to not abort when used legally.Reinhard Nißl
2008-03-14xine_init(): mutex objs not initializedCarlo Bramini
2008-03-14Unportable pthread_t compare in xine.cCarlo Bramini
2008-03-04Merge from 1.1.Darren Salt
2008-03-02Provide safe and convenient implementations of xine_get_current_frame().Reinhard Nißl
2008-02-08Merge from 1.1.Darren Salt
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-02-04Report the identifiers of unrecognised video & audio codecs.Darren Salt
2008-01-27Revert part of commit applied by mistake.Diego 'Flameeyes' Pettenò
2008-01-27Rename base64 functions to _x_ as they should not be part of the public API.Diego 'Flameeyes' Pettenò
2008-01-27Move base64 header to xine-utils as we don't want it installed.Diego 'Flameeyes' Pettenò
2008-01-27Avoid one recursive make by declaring all the installed headers inside includ...Diego 'Flameeyes' Pettenò
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