summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-08prefetching seems to improve performance as wellMiguel Freitas
CVS patchset: 5876 CVS date: 2003/12/08 17:23:41
2003-12-08sfence is not a valid MMX instruction.Miguel Freitas
provide a new MMXEXT version. about 15% faster here. CVS patchset: 5875 CVS date: 2003/12/08 17:06:53
2003-12-08people complained about missing timevalMiguel Freitas
CVS patchset: 5874 CVS date: 2003/12/08 14:23:43
2003-12-08some notes about overlaysMiguel Freitas
CVS patchset: 5873 CVS date: 2003/12/08 14:15:50
2003-12-08use __XINE_FUNCTION__Daniel Caujolle-Bert
CVS patchset: 5872 CVS date: 2003/12/08 12:37:25
2003-12-08rtp improvementsMiguel Freitas
CVS patchset: 5871 CVS date: 2003/12/08 12:36:19
2003-12-08_x_assert: printout format like assert(), _x_abort: print file/line/func ↵Daniel Caujolle-Bert
before aborting (useful to trace abort()s). CVS patchset: 5870 CVS date: 2003/12/08 12:36:02
2003-12-08fix performance problemsMiguel Freitas
patch by Ramon van der Aar CVS patchset: 5869 CVS date: 2003/12/08 12:35:20
2003-12-08all code where xine_list_free() is used (correctly) assumes thatMichael Roitzsch
xine_list_free() frees the elements and itself, unfortunately this has not been true CVS patchset: 5868 CVS date: 2003/12/08 11:49:16
2003-12-08no menu button does not need abort()ingMichael Roitzsch
CVS patchset: 5867 CVS date: 2003/12/08 11:38:26
2003-12-08another lprintf found that prints the filename twiceMichael Roitzsch
CVS patchset: 5866 CVS date: 2003/12/08 11:34:37
2003-12-07arghThibaut Mattern
CVS patchset: 5865 CVS date: 2003/12/07 23:17:07
2003-12-07v2.3 is here...Thibaut Mattern
CVS patchset: 5864 CVS date: 2003/12/07 23:10:56
2003-12-07- Move ID3 parsing code to id3.h/id3.cThibaut Mattern
- Add ID3v2.3 parser ID3v2.4 is not done yet. CVS patchset: 5863 CVS date: 2003/12/07 23:05:41
2003-12-07remove backtrace/printstack checksDaniel Caujolle-Bert
CVS patchset: 5862 CVS date: 2003/12/07 15:49:14
2003-12-07fix tvtime segfaultsMiguel Freitas
CVS patchset: 5861 CVS date: 2003/12/07 15:36:16
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). ↵Daniel Caujolle-Bert
Replace XINE_ASSERT by _x_assert, which works exaclty as assert, except that it still warns with NDEBUG defined (but don't abort). Fix missuning of assert(0), which isn't safe, abort is abort, assert is for debugging purpose only, so all assert(0) has been converted to abort() alls. In osd_preload_fonts(): alloc needed memory chunk. Define NDEBUG in CFLAGS, for non DEBUG build only. CVS patchset: 5860 CVS date: 2003/12/07 15:34:29
2003-12-07fix post plugins interceptionMiguel Freitas
two tvtime plugins do not crash xine anymore :) (but why would anybody do that?) CVS patchset: 5859 CVS date: 2003/12/07 15:33:25
2003-12-07i guess img->lock must not restore the frame pointersMiguel Freitas
CVS patchset: 5858 CVS date: 2003/12/07 15:09:51
2003-12-07- don't segfault when the audio device isn't availableBastien Nocera
CVS patchset: 5857 CVS date: 2003/12/07 00:25:52
2003-12-06Do not set stream/meta info if the demuxer has already done the job.Thibaut Mattern
CVS patchset: 5856 CVS date: 2003/12/06 19:09:38
2003-12-06Discard MPEG video in content detection.Thibaut Mattern
Set audio decoder meta info as suggested by Mike some time ago (report vbr/cbr info). CVS patchset: 5855 CVS date: 2003/12/06 19:06:31
2003-12-06getting the spelling really rightMichael Roitzsch
CVS patchset: 5854 CVS date: 2003/12/06 18:15:56
2003-12-06reading through Daniel's huge patch was quite tiresome, but it was not ↵Michael Roitzsch
worthless: * fixing some lprintf's * fixing one printf -> xprintf * adding patch to diff_to_ffmpeg_cvs * small addition to xineutils.h (some gcc magic for future optimizations) CVS patchset: 5853 CVS date: 2003/12/06 18:11:53
2003-12-06fix mem overlap reported by valgrindMiguel Freitas
CVS patchset: 5852 CVS date: 2003/12/06 16:10:01
2003-12-06fix problems switching to use_vo_driver methodMiguel Freitas
(using 2 tvtime plugins still bombs) CVS patchset: 5851 CVS date: 2003/12/06 15:50:11
2003-12-06perhaps that will fix the black box problem reported at xine-userMiguel Freitas
CVS patchset: 5850 CVS date: 2003/12/06 14:25:24
2003-12-06fix xprintf calls.Daniel Caujolle-Bert
CVS patchset: 5849 CVS date: 2003/12/06 13:26:36
2003-12-06Recognize SVCD OGT and CVD subtitle streams.Rocky Bernstein
CVS patchset: 5848 CVS date: 2003/12/06 12:03:44
2003-12-05Should the segfault with the "save" input plugin.Thibaut Mattern
CVS patchset: 5847 CVS date: 2003/12/05 22:31:41
2003-12-05correct commentJames Stembridge
CVS patchset: 5846 CVS date: 2003/12/05 19:36:11
2003-12-05- fix crash when sending a security ui messageBastien Nocera
CVS patchset: 5845 CVS date: 2003/12/05 18:07:04
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ↵Daniel Caujolle-Bert
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued... CVS patchset: 5844 CVS date: 2003/12/05 15:54:56
2003-12-04Adjusting Makefile.František Dvořák
CVS patchset: 5843 CVS date: 2003/12/04 22:43:18
2003-12-04use _x_io* functionsJames Stembridge
CVS patchset: 5842 CVS date: 2003/12/04 22:38:29
2003-12-04some const correctnessJames Stembridge
CVS patchset: 5841 CVS date: 2003/12/04 22:15:25
2003-12-04quietJames Stembridge
CVS patchset: 5840 CVS date: 2003/12/04 22:14:53
2003-12-04Attempt to detect end of real rtsp streamsJames Stembridge
Minor hexdump cleanup CVS patchset: 5839 CVS date: 2003/12/04 22:11:25
2003-12-04Oups.Thibaut Mattern
CVS patchset: 5838 CVS date: 2003/12/04 22:07:05
2003-12-04Cleanup:Thibaut Mattern
- use url_helper - always use _x_io* functions - log more stuff with xprintf CVS patchset: 5837 CVS date: 2003/12/04 21:48:36
2003-12-04Cleanup:Thibaut Mattern
- use url_helper - use an other http agent (this one seems more reliable) - some printf -> xprintf conversions - remove some LE_* clones - some sprintf -> snprintf conversions - always use _x_io* functions CVS patchset: 5836 CVS date: 2003/12/04 21:37:40
2003-12-04more str* to strn* conversions.Thibaut Mattern
CVS patchset: 5835 CVS date: 2003/12/04 21:19:03
2003-12-04sputext improvementsMiguel Freitas
CVS patchset: 5834 CVS date: 2003/12/04 03:26:47
2003-12-04sputext now handles ogm subtitlesMiguel Freitas
less redundant code, more maintainable CVS patchset: 5833 CVS date: 2003/12/04 03:23:28
2003-12-04rework sputext. avoid using seek_count internal engine variable,Miguel Freitas
honor vo discard frames to also discard the subtitles. it should be more reliable now, and also faster on seeking. CVS patchset: 5832 CVS date: 2003/12/04 02:23:49
2003-12-03Christian's suggested fix for using full iso-8859-1 when OSD encoding isn't ↵František Dvořák
specified or is NULL. I tested it helped. CVS patchset: 5831 CVS date: 2003/12/03 18:37:17
2003-12-03change my EmailaddressMarco Zuehlke
CVS patchset: 5830 CVS date: 2003/12/03 11:03:01
2003-12-03use _x_ao_mode2channels in post-pluginsMarco Zuehlke
CVS patchset: 5829 CVS date: 2003/12/03 10:52:41
2003-12-03export mode_channels as an internal functionMarco Zuehlke
CVS patchset: 5828 CVS date: 2003/12/03 10:24:41
2003-12-03Czech .po files update.František Dvořák
CVS patchset: 5827 CVS date: 2003/12/03 08:22:45