summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2004-06-05From: Daniel MackJames Courtier-Dutton
Mac OSX video out support. patch to configure.ac to follow CVS patchset: 6642 CVS date: 2004/06/05 16:06:12
2004-05-05make it possible for the CDDA plugin to give away Musicbrainz CD Index IDBastien Nocera
base64.[ch] are now relicensed under the GNU General Public License as per section 3 of the GNU Less General Public License sha1.[ch] are still under a public domain license, see headers for details CVS patchset: 6485 CVS date: 2004/05/05 09:11:38
2004-04-15- generate events for "Permission denied" and "File not found" in the http ↵Bastien Nocera
and file plugins CVS patchset: 6404 CVS date: 2004/04/15 00:14:56
2004-04-09easy part: standardize the strings reported by libxine as UTF-8Miguel Freitas
difficult part (todo): demuxers/input plugins must be fixed to convert all metadata to UTF-8 CVS patchset: 6360 CVS date: 2004/04/09 14:46:02
2004-04-05- add XINE_MSG_AUDIO_OUT_UNAVAILABLE event to warn when the audio device isBastien Nocera
busy. CVS patchset: 6333 CVS date: 2004/04/05 20:01:24
2004-03-16implicit changes to the configuration are now disabled by default and haveMichael Roitzsch
to be enabled by the user CVS patchset: 6274 CVS date: 2004/03/16 20:50:08
2004-02-28New caca video output plugin - color ASCII art.František Dvořák
CVS patchset: 6191 CVS date: 2004/02/28 19:56:41
2004-01-11allowing a const pointer here, since this will remove the need for a castMichael Roitzsch
in frontends; this change is ABI-wise equivalent to adding a new function CVS patchset: 6022 CVS date: 2004/01/11 15:31:53
2004-01-03Move win32_visual_t into xine.h ==> frontends can be compiled out of xine tree.František Dvořák
CVS patchset: 5982 CVS date: 2004/01/03 20:23:19
2003-12-31Add a mute feature to the software amp.James Courtier-Dutton
CVS patchset: 5967 CVS date: 2003/12/31 23:29:06
2003-12-26* cure the ABI breakage: XINE_LANG_MAX cannot be increasedMichael Roitzsch
* add TODO items to provide a better solution CVS patchset: 5950 CVS date: 2003/12/26 16:13:21
2003-12-21if gcc knows that xine_log arguments are printf-style format strings,Michael Roitzsch
some additional sanity checks are made CVS patchset: 5932 CVS date: 2003/12/21 14:11:09
2003-12-10- remove XINE_LANG_LABEL_MAX_SIZE, there's already XINE_LANG_MAX for thatBastien Nocera
- make sure that the strings copied with strncpy are null-terminated - fix HAVE_STDLIB_H warning compiling the MNG demuxer CVS patchset: 5883 CVS date: 2003/12/10 00:54:25
2003-12-09Fix crash with really long subtitle/language names in ogm/off filesBastien Nocera
Fixes playback of http://www.lysator.liu.se/~philip/sample.ogg Front-ends should be using XINE_LANG_LABEL_MAX_SIZE as the max size for language/subtitle labels CVS patchset: 5882 CVS date: 2003/12/09 23:55:11
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
CVS patchset: 5879 CVS date: 2003/12/09 00:02:28
2003-11-26xine_osd_set_font return intMiguel Freitas
CVS patchset: 5787 CVS date: 2003/11/26 14:00:05
2003-11-26public api for unscaled osdMiguel Freitas
CVS patchset: 5786 CVS date: 2003/11/26 13:33:54
2003-11-22add SLAVE_SPEED featureDaniel Caujolle-Bert
CVS patchset: 5771 CVS date: 2003/11/22 21:19:09
2003-11-06fix enumDaniel Caujolle-Bert
CVS patchset: 5700 CVS date: 2003/11/06 22:25:54
2003-11-02add some missing plugins listing functions.Daniel Caujolle-Bert
CVS patchset: 5680 CVS date: 2003/11/02 23:05:55
2003-11-01method to get plugin and parameters helpMiguel Freitas
CVS patchset: 5668 CVS date: 2003/11/01 18:32:48
2003-10-28this const is bad, since xine_post_wire takes non-const in/outputsMichael Roitzsch
removing it from xine.h should maintain API and ABI compatibility, since everything that compiled and linked before will still compile and link; only some things that did not compile (warning free) before, will now compile, so this change should be equivalent to adding a new function CVS patchset: 5627 CVS date: 2003/10/28 16:59:03
2003-10-24* notify the user that the save feature is disabled by defaultMichael Roitzsch
* security warning when the user tries to set the save_dir to a dangerous location CVS patchset: 5586 CVS date: 2003/10/24 09:34:01
2003-10-22deprecate str_stickyMichael Roitzsch
CVS patchset: 5569 CVS date: 2003/10/22 16:49:26
2003-10-12small reorgMichael Roitzsch
CVS patchset: 5497 CVS date: 2003/10/12 19:15:41
2003-10-06- add XvMC supportMiguel Freitas
- bump vo and post interface versions obs: video_out_xvmc.c needs some more work, see todo. CVS patchset: 5459 CVS date: 2003/10/06 21:52:42
2003-10-06New API function for setting encoding of OSD texts.František Dvořák
CVS patchset: 5458 CVS date: 2003/10/06 19:19:04
2003-10-06add comment on TVoutMichael Roitzsch
CVS patchset: 5452 CVS date: 2003/10/06 12:44:56
2003-09-11define XINE_LANG_MAX in xine.h.in \m Used for Strings that contain the ↵Andreas Heinchen
language of a spu/audio stream CVS patchset: 5355 CVS date: 2003/09/11 13:24:25
2003-08-26add a mechanism to force closing audio device without stoping stream.Miguel Freitas
this is useful for (1) pausing the playback, (2) let another application use the sound card, and then (3) unpause it again. also add new "format" field to audio buffer (just like we have for frames) CVS patchset: 5312 CVS date: 2003/08/26 21:18:32
2003-08-05- mark deprecated parts of the API with a new defineMichael Roitzsch
XINE_DISABLE_DEPRECATED_FEATURES (read the explanation at start of xine.h) - fix some little mistakes like wrong aspect ratios - add a pan_scan member to the frame format change event struct CVS patchset: 5247 CVS date: 2003/08/05 15:05:51
2003-08-04add xine_get_current_vpts() to make xine_osd_show and xine_osd_hide api ↵Miguel Freitas
consistent CVS patchset: 5236 CVS date: 2003/08/04 02:07:26
2003-07-12reports the number of skipped/discarded framesMiguel Freitas
http://sourceforge.net/mailarchive/forum.php?thread_id=2753813&forum_id=7131 CVS patchset: 5155 CVS date: 2003/07/12 20:31:49
2003-06-18Daniel's patch for audio level reporting with alsaMichael Roitzsch
CVS patchset: 5064 CVS date: 2003/06/18 12:59:39
2003-06-02new event which inform UI when the mouse pointer enter and leave a spu ↵Daniel Caujolle-Bert
button (DVD navigation) CVS patchset: 4997 CVS date: 2003/06/02 06:36:30
2003-05-28adding parameters apiMiguel Freitas
CVS patchset: 4966 CVS date: 2003/05/28 04:26:02
2003-05-26mark v4l event as non experimentalMiguel Freitas
CVS patchset: 4941 CVS date: 2003/05/26 01:45:04
2003-05-20public header cleanup:Michael Roitzsch
* regulate mutual inclusion based on XINE_COMPILE * src/xine-engine/spu_decoder.h was unused -> make it the spu decoder API header and remove src/libspudec/spu_decoder_api.h * mark some xine_stream_t members as unused for next cleanup CVS patchset: 4883 CVS date: 2003/05/20 13:50:55
2003-05-15copy'n'paste with tabs is not a good idea...Michael Roitzsch
CVS patchset: 4860 CVS date: 2003/05/15 20:46:04
2003-05-15add broadcasterMiguel Freitas
CVS patchset: 4857 CVS date: 2003/05/15 20:23:16
2003-05-15get xine.h being installed in the right placeMichael Roitzsch
CVS patchset: 4855 CVS date: 2003/05/15 20:05:23
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
2003-05-09use experimental ivtv api for setting stream type.Miguel Freitas
this might change, but at least now users don't have to edit ivtv sources. CVS patchset: 4805 CVS date: 2003/05/09 17:57:14
2003-05-08new v4l2/mpeg settings (not used yet)Miguel Freitas
CVS patchset: 4801 CVS date: 2003/05/08 21:14:44
2003-05-05add new event for pausing pvrMiguel Freitas
the engine must be paused "from inside", otherwise, fifos might be full and pvr plugin read function would never be called anymore. CVS patchset: 4772 CVS date: 2003/05/05 16:22:08
2003-05-04- plenty of nvtv updates by Mattias Eriksson <snaggen@acc.umu.se>, see the ↵Bastien Nocera
changes to xine.h.in for the API updates, and the mailing list (dated May 3rd 2003) CVS patchset: 4760 CVS date: 2003/05/04 01:35:04
2003-04-25header beautificationMichael Roitzsch
CVS patchset: 4675 CVS date: 2003/04/25 15:34:44
2003-04-23Few more small changes for win32/msvc portTim Champagne
CVS patchset: 4652 CVS date: 2003/04/23 00:28:04
2003-04-18equalizer apiGuenter Bartsch
CVS patchset: 4637 CVS date: 2003/04/18 20:04:26
2003-04-13Input plugin api change (second part):Thibaut Mattern
old open() function replaced by : *_class_get_instance() : return an instance if the plugin handles the mrl *_plugin_open() : open the stream CVS patchset: 4599 CVS date: 2003/04/13 16:08:26