summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-26prevent 'last' empty variableDaniel Caujolle-Bert
CVS patchset: 5798 CVS date: 2003/11/26 20:32:06
2003-11-26provide new video out propertiesMichael Roitzsch
CVS patchset: 5797 CVS date: 2003/11/26 20:30:36
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
CVS patchset: 5796 CVS date: 2003/11/26 19:43:26
2003-11-26adding the usual headerMichael Roitzsch
CVS patchset: 5795 CVS date: 2003/11/26 19:36:13
2003-11-26new decoder priority handlingMichael Roitzsch
CVS patchset: 5794 CVS date: 2003/11/26 19:34:04
2003-11-26remove now unused xine_t* from plugin structMichael Roitzsch
CVS patchset: 5793 CVS date: 2003/11/26 19:33:40
2003-11-26querying the decoder priority entirely from the config makes decoder mappingMichael Roitzsch
much more consistent (like switching config to 1 and back to 0 uses default priority again, user set priority overrides default ones) CVS patchset: 5792 CVS date: 2003/11/26 19:32:27
2003-11-26the viz plugins are feeding their private metronom with video only data, soMichael Roitzsch
have_video=1, have_audio=0 seems more logical CVS patchset: 5791 CVS date: 2003/11/26 19:30:14
2003-11-26!= is evaluated _before_ &, so this is not doing what it's supposed toMichael Roitzsch
(thanks to gcc for issuing a warning) CVS patchset: 5790 CVS date: 2003/11/26 19:26:59
2003-11-26fix x11osd bugs with fullscreen changingMiguel Freitas
CVS patchset: 5789 CVS date: 2003/11/26 18:36:34
2003-11-26opsMiguel Freitas
CVS patchset: 5788 CVS date: 2003/11/26 14:10:57
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-26remove sanshu, adjust makefileMiguel Freitas
CVS patchset: 5785 CVS date: 2003/11/26 10:11:05
2003-11-26error handlingMiguel Freitas
CVS patchset: 5784 CVS date: 2003/11/26 10:02:52
2003-11-26http_helper:Thibaut Mattern
add a http url parser input_http: use http_helper try to fix potential security holes CVS patchset: 5783 CVS date: 2003/11/26 08:09:58
2003-11-26Rebuild the fonts. New font sizes 48 and 64, supported codepages: ↵František Dvořák
iso-8859-1, iso-8859-2, iso-8859-5, cp1250, cp1251. Used .ttf fonts: cc Courier_New_Bold.ttf (latin1 only) cci Courier_New_Bold_Italic.ttf (latin1 only) cetus cetus.ttf mono Courier_New_Bold.ttf sans Arial.ttf serif FreeSerifBold.ttf CVS patchset: 5782 CVS date: 2003/11/26 07:57:31
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
text subtitles may now be rendered at full screen resolution * load xine fonts on demand - faster startup CVS patchset: 5781 CVS date: 2003/11/26 01:08:39
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
text subtitles may now be rendered at full screen resolution * load xine fonts on demand - faster startup note: support added to xv, xshm and vidix CVS patchset: 5780 CVS date: 2003/11/26 01:03:31
2003-11-25fix segfault.Miguel Freitas
osd renderer must be closed after decoder plugins CVS patchset: 5779 CVS date: 2003/11/25 01:14:04
2003-11-24Support for large files created by RIP input plugin. It's used fseeko(). ↵František Dvořák
When configure won't find it, it will be used fseek() with 2 GB limit. CVS patchset: 5778 CVS date: 2003/11/24 22:52:15
2003-11-23Oops, now it's compiled OK.František Dvořák
CVS patchset: 5777 CVS date: 2003/11/23 23:43:35
2003-11-23accept alsa 0.9 and 1.0 (thanks to Chris Rankin <rankincj@yahoo.com> to find ↵Daniel Caujolle-Bert
this problem) CVS patchset: 5776 CVS date: 2003/11/23 23:29:27
2003-11-23Implement seek timeout in RIP and drop input capability INPUT_CAP_SLOW_SEEK.František Dvořák
Check for seek success in mp3 and avi demuxers. CVS patchset: 5775 CVS date: 2003/11/23 23:20:56
2003-11-23Fix failed assert with playback of non-direct rendered mpeg4James Stembridge
CVS patchset: 5774 CVS date: 2003/11/23 16:55:35
2003-11-23Add Giovanni as Italian .po translator.Daniel Caujolle-Bert
CVS patchset: 5773 CVS date: 2003/11/23 10:30:27
2003-11-23- use buf->max_size instead of 2048Thibaut Mattern
- do not use an off_t variable to return a long CVS patchset: 5772 CVS date: 2003/11/23 00:57:06
2003-11-22add SLAVE_SPEED featureDaniel Caujolle-Bert
CVS patchset: 5771 CVS date: 2003/11/22 21:19:09
2003-11-22Account for changes in libavcodec buffer allocation logic - stops deadlocks ↵James Stembridge
with b-frames and makes direct rendering work again CVS patchset: 5770 CVS date: 2003/11/22 20:29:41
2003-11-22bug fix from Nate Lawson <nate@root.org>Daniel Caujolle-Bert
CVS patchset: 5769 CVS date: 2003/11/22 11:58:05
2003-11-21spec-file: use internal vcdlibs to keep dependencies lowManfred Tremmel
CVS patchset: 5768 CVS date: 2003/11/21 00:30:05
2003-11-20"Anti audio fifo null" patch ;)Thibaut Mattern
Makes things a bit more symetric: - the audio fifo (demuxer->decoder) can't be NULL - the video driver can be NULL A dummy fifo (5 buffers) is used if the audio driver or video driver is NULL. Audio frontends (rhythmbox, seedeexeen, quark) do not need to instanciate a video driver anymore. CVS patchset: 5767 CVS date: 2003/11/20 00:42:14
2003-11-19explicitly link math lib.Daniel Caujolle-Bert
CVS patchset: 5766 CVS date: 2003/11/19 22:58:55
2003-11-19resort decoders on priority change event. Small beautification of xine_plugin.h.Daniel Caujolle-Bert
CVS patchset: 5765 CVS date: 2003/11/19 20:35:07
2003-11-19[PATCH] better yellow OSD paletteMiguel Freitas
Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> CVS patchset: 5764 CVS date: 2003/11/19 19:43:23
2003-11-19Mike's file should play nowMichael Roitzsch
CVS patchset: 5763 CVS date: 2003/11/19 12:06:16
2003-11-19fix wrong next_frame_vpts guessing which causes problemsMichael Roitzsch
with long frame durations CVS patchset: 5762 CVS date: 2003/11/19 12:05:26
2003-11-18fix inconsistencyMichael Roitzsch
CVS patchset: 5761 CVS date: 2003/11/18 20:26:42
2003-11-18disqualify another type of RIFF file (4xm files)Mike Melanson
CVS patchset: 5760 CVS date: 2003/11/18 04:35:14
2003-11-17missing meta info changeDaniel Caujolle-Bert
CVS patchset: 5759 CVS date: 2003/11/17 10:22:57
2003-11-17compute the proper initial frame durationMike Melanson
CVS patchset: 5758 CVS date: 2003/11/17 05:42:07
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
BIG NOTE: use helpers to access to these informations (get/set/reset): _x_{stream,meta}_info_{get,set,reset}() are for internal use, don't use *_public() ones from inside the beast ;-) Some wrongly names "xine_" fonction renaming. CVS patchset: 5757 CVS date: 2003/11/16 23:33:42
2003-11-16A new and hopefully clearer explanation of how to apply PTS values in ↵James Courtier-Dutton
streams from DVDs. The liba52 sync code should be made to create the correct output A52 frames with correct PTS values attached. CVS patchset: 5756 CVS date: 2003/11/16 22:20:08
2003-11-16sync with vidix cvsJames Stembridge
CVS patchset: 5755 CVS date: 2003/11/16 17:18:09
2003-11-16Now isn't that amazing? xine-lib actually compiles with the metronomMichael Roitzsch
internals hidden! We are good! ;) CVS patchset: 5754 CVS date: 2003/11/16 15:44:03
2003-11-16actually not every engine file uses internals, so we do not need to defineMichael Roitzsch
XINE_ENGINE_INTERNAL for every file CVS patchset: 5753 CVS date: 2003/11/16 15:41:15
2003-11-16fix some more compiler warnings about functions xine does not useMichael Roitzsch
(mostly encoder stuff) CVS patchset: 5752 CVS date: 2003/11/16 15:33:49
2003-11-16fix warningMichael Roitzsch
CVS patchset: 5751 CVS date: 2003/11/16 15:32:10
2003-11-16remove empty get_frame stuff and fix some warningsMichael Roitzsch
CVS patchset: 5750 CVS date: 2003/11/16 15:31:51
2003-11-16defining "inline" not to "__attribute__ ((__always_inline__))", but toMichael Roitzsch
"inline __attribute__ ((__always_inline__))" should have the same effect, but my gcc 3.3.1 emits much fewer warnings with the latter (That is because static inline functions for example in ffmpeg are implemented in the header, but not used in every file that includes this header. Now gcc reports unused static functions with a "defined but not used" warning unless they are static inline. The former define would have dropped the inline and therefore triggers those warnings.) CVS patchset: 5749 CVS date: 2003/11/16 15:31:05