summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Collapse)Author
2005-04-23patch for WMA9 lossless decoding via x86 binary codec, courtesy ofMike Melanson
vahur.sinijarv at cydonia.ee CVS patchset: 7486 CVS date: 2005/04/23 02:02:28
2005-04-20**BUGFIX**Michael Roitzsch
snprintf(s, sizeof(s), ...) is safe; no need to waste one byte CVS patchset: 7473 CVS date: 2005/04/20 17:08:56
2005-04-20*BUFFIX*Stefan Holst
VO_PAN_SCAN is deprecated, mention the deprecation in the debug messages to avoid confusion. CVS patchset: 7472 CVS date: 2005/04/20 11:19:35
2005-04-20map fourccs for the new codecsMike Melanson
CVS patchset: 7471 CVS date: 2005/04/20 01:04:35
2005-04-202 new audio codecsMike Melanson
CVS patchset: 7470 CVS date: 2005/04/20 01:03:59
2005-04-19**BUGFIX**Bastien Nocera
Send the XINE_EVENT_UI_CHANNELS_CHANGED UI event when SPU, or audio channels are added CVS patchset: 7468 CVS date: 2005/04/19 17:42:29
2005-04-19add the new buffer type constantsMike Melanson
CVS patchset: 7467 CVS date: 2005/04/19 17:04:52
2005-04-18try to be friendly to older ft2 releasesMiguel Freitas
CVS patchset: 7461 CVS date: 2005/04/18 14:06:29
2005-04-16- Add support for the MJPEG-B format fixes playback of aqt_480p_mjpb.movBastien Nocera
(kind of, our ffmpeg seems to be quite old, at least the right decoder is being used) - Changed the descriptions of some codecs, removed the redundant "video", "codec" or "format" words CVS patchset: 7459 CVS date: 2005/04/16 23:38:09
2005-04-13**BUGFIX**Daniel Caujolle-Bert
was parsing the wrong description array. CVS patchset: 7457 CVS date: 2005/04/13 19:07:17
2005-04-10moved duplicated code to a function.Thibaut Mattern
sprintf -> snprintf replacements CVS patchset: 7455 CVS date: 2005/04/10 16:23:05
2005-04-10Moved plugin lists to an array of list.Thibaut Mattern
CVS patchset: 7452 CVS date: 2005/04/10 09:31:16
2005-03-26acknowledge FFmpeg's own ISO MPEG-4 fourccMike Melanson
CVS patchset: 7443 CVS date: 2005/03/26 20:29:47
2005-03-20Fixed problem when play_internal called _x_demux_start_thread and the ↵Thibaut Mattern
previous demux thread has not been joined. CVS patchset: 7442 CVS date: 2005/03/20 18:41:55
2005-03-20- Handle GIF embedded in Quicktime files with the image demuxerBastien Nocera
Fixes playback of the image before the Mala Educacion trailer http://www.apple.com/trailers/sony/bad_education.html CVS patchset: 7441 CVS date: 2005/03/20 14:09:15
2005-03-09Added input and demuxer plugin priority to the catalog cache.Thibaut Mattern
CVS patchset: 7438 CVS date: 2005/03/09 22:24:20
2005-03-06**BUGFIX**James Stembridge
Check for plugin init failure CVS patchset: 7434 CVS date: 2005/03/06 13:03:33
2005-03-06Fixed pthread leak, the demuxer thread was not joined in all cases.Thibaut Mattern
See this thread for more info: http://thread.gmane.org/gmane.comp.video.xine.devel/12377 CVS patchset: 7432 CVS date: 2005/03/06 11:08:40
2005-03-06assign ALAC an actual fourccMike Melanson
CVS patchset: 7430 CVS date: 2005/03/06 07:18:54
2005-02-26**BUGFIX**Miguel Freitas
new h264 fourcc reported in the wild. i don't have any samples, but adding it here doesn't hurt CVS patchset: 7425 CVS date: 2005/02/26 19:58:21
2005-02-20**BUGFIX**Michael Roitzsch
xineintl.h is no longer a build file, discontinue ignoring it CVS patchset: 7422 CVS date: 2005/02/20 17:04:13
2005-02-19**BUGFIX**František Dvořák
Bind to right text domain. This fixes missing translations for prefixes different from /usr. CVS patchset: 7418 CVS date: 2005/02/19 13:11:51
2005-02-14don't copy first-frame flag in duplicate_frameStefan Holst
CVS patchset: 7417 CVS date: 2005/02/14 14:04:55
2005-02-13deleting also my xprintf's againStefan Holst
CVS patchset: 7413 CVS date: 2005/02/13 22:23:41
2005-02-13reverting private changes - sorry...Stefan Holst
CVS patchset: 7412 CVS date: 2005/02/13 22:14:17
2005-02-13nitpick: reset MAX_AUDIO_CHANNEL and MAX_SPU_CHANNEL together with other ↵Stefan Holst
stream info in xine_close CVS patchset: 7411 CVS date: 2005/02/13 22:12:50
2005-02-13Don't dereference node->file if it's NULL.Thibaut Mattern
CVS patchset: 7410 CVS date: 2005/02/13 21:21:06
2005-02-13Should fix static plugin class init.Thibaut Mattern
CVS patchset: 7408 CVS date: 2005/02/13 16:12:35
2005-02-13Introduce a new API function :Thibaut Mattern
void xine_register_plugins(xine_t *self, plugin_info_t *info); The goal of this function is to allow a frontend to register its own statically linked plugin(s). See this thread : http://thread.gmane.org/gmane.comp.video.xine.devel/12479 CVS patchset: 7407 CVS date: 2005/02/13 14:24:25
2005-02-12It compiles again, yeah.František Dvořák
CVS patchset: 7403 CVS date: 2005/02/12 18:30:46
2005-02-12Split collect_plugins, prepare external plugin registration.Thibaut Mattern
CVS patchset: 7402 CVS date: 2005/02/12 15:13:30
2005-02-12Don't forget to lock the catalog during the gc.Thibaut Mattern
CVS patchset: 7400 CVS date: 2005/02/12 09:21:32
2005-02-10**BUGFIX**Michael Roitzsch
prevent a possible deadlock situation by un-nesting the resource locking CVS patchset: 7397 CVS date: 2005/02/10 11:33:31
2005-02-09Finally commit the plugin loader improvements.Thibaut Mattern
see my last mail about this stuff: http://thread.gmane.org/gmane.comp.video.xine.devel/12547 and this thread: http://thread.gmane.org/gmane.comp.video.xine.devel/11213 CVS patchset: 7395 CVS date: 2005/02/09 20:03:18
2005-02-07Stupid me, sorry about that.Thibaut Mattern
Fixed config locking. CVS patchset: 7389 CVS date: 2005/02/07 18:53:17
2005-02-05legacy compiler patch (keep those variable decls at the front of aMike Melanson
function), courtesy of Diego Biurrun CVS patchset: 7383 CVS date: 2005/02/05 20:31:04
2005-02-03**BUGFIX**František Dvořák
Fixed build on solaris: - use libresolv in hstrerror check - replace PRIiMAX and PRIXMAX by PRIdMAX and PRIxMAX Removed timezone struct for MinGW from public os_types.h, update header comment. Fixed build musepack library on some platforms using xine types. Thanks to Niki W. Waibel for reporting and testing. CVS patchset: 7378 CVS date: 2005/02/03 07:19:03
2005-02-02More plugin description accessor functions (may load plugins).Darren Salt
CVS patchset: 7377 CVS date: 2005/02/02 23:11:38
2005-01-30First part of the plugin loader changesThibaut Mattern
- duplicate all strings, needed to allow plugin unloading - move duplicated code to functions This should not change anything to the behavior of the config system. CVS patchset: 7373 CVS date: 2005/01/30 16:51:20
2005-01-27fixed and faster clipping for texts, correct height for ft2 fonts. thanks to ↵Stefan Holst
Andreas Roever CVS patchset: 7369 CVS date: 2005/01/27 22:32:24
2005-01-22various fixes and improvements of freetype2 support by Andreas Roever. ↵Stefan Holst
xine_osd_draw_text now has the same semantics for xine- and freetype-fonts regarding the coordinates. xine_osd_get_text_size now returns the font height for freetype fonts. CVS patchset: 7366 CVS date: 2005/01/22 23:29:06
2005-01-21Don't wait for events to be flush to the events thread if we don't haveBastien Nocera
any. Fixes the bug discussed in: http://thread.gmane.org/gmane.comp.video.xine.devel/12305 CVS patchset: 7365 CVS date: 2005/01/21 18:47:54
2005-01-20fixing equalizer gains reported by xine_get_paramStefan Holst
CVS patchset: 7364 CVS date: 2005/01/20 11:29:43
2005-01-18fix the status, xine-streams report. XINE_STATUS_IDLE is reported for a ↵Stefan Holst
stream with no mrl assigned, XINE_STATUS_STOP for a stream ready to play. CVS patchset: 7361 CVS date: 2005/01/18 22:38:31
2005-01-14(Drum roll) Long awaited support for MusepackJames Stembridge
CVS patchset: 7345 CVS date: 2005/01/14 15:29:47
2005-01-05input.http_no_proxy -> media.network.http_no_proxyDarren Salt
Change separator from ", " to ",". Make domain matching stricter - require that the character at the start of the match or the immediately preceding character is a dot. Add '=DOMAIN' (full match: domain "foo.bar" matches host "foo.bar" only). Modify config option's description and help text accordingly. CVS patchset: 7323 CVS date: 2005/01/05 00:37:29
2005-01-03**BUGFIX**Michael Roitzsch
change LT_* variables into XINE_LT_*, because newer versions of libtool claim the whole LT_* namespace for themselves (fixes bug #1094262) CVS patchset: 7321 CVS date: 2005/01/03 20:12:18
2004-12-22do not list plugins more than onceMichael Roitzsch
CVS patchset: 7296 CVS date: 2004/12/22 22:05:22
2004-12-20reverse the order plugins with equal priorities are handled so that pluginsMichael Roitzsch
appearing earlier in the plugin path actually override later plugins; also check the priority of video_out plugins on loading for symmetry to the audio_out loading CVS patchset: 7289 CVS date: 2004/12/20 21:38:24
2004-12-20remove all local names beginning with double underscore, because C99Michael Roitzsch
reserves these names for use by the C implementation CVS patchset: 7288 CVS date: 2004/12/20 21:22:18