summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Collapse)Author
2002-09-04ngettext stub missing.Juergen Keil
Some demuxer plugins do not load due to an undefined reference to "ngettext", when xine-lib is compiled with --disable-nls. CVS patchset: 2604 CVS date: 2002/09/04 15:25:26
2002-09-04fix typo (thanks to Daniel for reveiling)Michael Roitzsch
CVS patchset: 2602 CVS date: 2002/09/04 10:49:25
2002-09-01add buffer type for WC3 video; update WC4 video buffer typeMike Melanson
CVS patchset: 2584 CVS date: 2002/09/01 21:14:12
2002-09-01arghHeiko Schaefer
CVS patchset: 2580 CVS date: 2002/09/01 13:50:07
2002-09-01this is not a fix - but at least a52 passthrough should work again nowHeiko Schaefer
CVS patchset: 2579 CVS date: 2002/09/01 13:49:27
2002-09-01Update a comment.James Courtier-Dutton
CVS patchset: 2576 CVS date: 2002/09/01 05:52:15
2002-09-01added logarithmic PCM audio decoder (mu-law & A-law formats)Mike Melanson
CVS patchset: 2572 CVS date: 2002/09/01 04:24:35
2002-08-30be sure to pass right mrl (this->cur_mrl is wrong most of the time (logo mrl)).Daniel Caujolle-Bert
CVS patchset: 2564 CVS date: 2002/08/30 15:03:00
2002-08-30Add two new xine events: inform UI when vo output is needed or not (it's theDaniel Caujolle-Bert
job of demuxers to send this NO_VIDEO event, and mpgaudio is the only one which implement that yet). CVS patchset: 2563 CVS date: 2002/08/30 14:19:48
2002-08-30remove unused event, escape is bound to XINE_EVENT_INPUT_MENU1Michael Roitzsch
CVS patchset: 2561 CVS date: 2002/08/30 11:17:59
2002-08-29Fix intl' breakage.Daniel Caujolle-Bert
CVS patchset: 2555 CVS date: 2002/08/29 22:48:00
2002-08-29added preliminary support for a video codec known only as 'Xxan'Mike Melanson
CVS patchset: 2551 CVS date: 2002/08/29 06:06:02
2002-08-29Use more Fkeys to jump to different DVD menus.James Courtier-Dutton
We can now jump directly to Title, Root, Sub-Picture, Audio, Angle, PTT (Chapter) menus. CVS patchset: 2550 CVS date: 2002/08/29 04:32:12
2002-08-28enforce scaling_disabledMiguel Freitas
CVS patchset: 2541 CVS date: 2002/08/28 14:20:09
2002-08-28add raw greyscale support. i'm using xine to receive video data from an embeddedMiguel Freitas
system across some kilometers of optical fiber... ;) CVS patchset: 2540 CVS date: 2002/08/28 14:03:29
2002-08-27Provide a better value for the SPU vpts during discontinuites.James Courtier-Dutton
Basically just pick the value closest to the current video_vpts. CVS patchset: 2528 CVS date: 2002/08/27 07:10:13
2002-08-16- syncfb simplified with helper functions (obs: i enabled zoom since it ↵Miguel Freitas
seemed to work in my computer. to disable it again just change vo_scale_init parameter) - some vidix files missing from my last update - vo_scale must set displayed_xxx even without zoom support CVS patchset: 2467 CVS date: 2002/08/16 22:51:39
2002-08-16- simplify sdl video driver with scaling helperMiguel Freitas
- bugfixes CVS patchset: 2464 CVS date: 2002/08/16 21:10:02
2002-08-15- reimplement independent x/y zooming.Miguel Freitas
- new helper module (vo_scale.c) with all common scaling code of video out drivers. it should greatly simplify drivers development by removing the boring frame/window calculation, aspect ratio, zooming etc. obs: not completely tested, may contain bugs and break things. also only xshm and xv have being simplified so far, others will follow shortly. CVS patchset: 2455 CVS date: 2002/08/15 03:12:24
2002-08-12added buffer types for VQA file A/V typesMike Melanson
CVS patchset: 2435 CVS date: 2002/08/12 00:11:54
2002-08-10syncing my local tree:Miguel Freitas
- removes w32codec syncshutdown hack - vo_driver api changed to support drivers with persistent overlays. that will break binary compatibility xine-lib/xine-ui (xine-ui needs to be recompiled). in order to keep binary compatibility overlay_begin/overlay_end must be added after redraw_needed. - video_overlay cleanups - fix a hard to trigger condition where redraw wouldn't happen (freeing handles) CVS patchset: 2427 CVS date: 2002/08/10 21:25:20
2002-08-09use correct format in log messageMichael Roitzsch
CVS patchset: 2414 CVS date: 2002/08/09 22:07:29
2002-08-09fixed JPEG buffer typeMike Melanson
CVS patchset: 2407 CVS date: 2002/08/09 00:24:58
2002-08-05added buffer type for SMJPEG's custom IMA ADPCM formatMike Melanson
CVS patchset: 2391 CVS date: 2002/08/05 00:16:28
2002-08-03made xine a bit less verbose and Marcelo a lot happier...Siggi Langauf
CVS patchset: 2388 CVS date: 2002/08/03 20:42:32
2002-08-03remained incompatible xine_tvmode_* functions to xine_tvmode_*2,Siggi Langauf
added backwards compatible functions => binary compatibility with former libxine0 0.9.11 and 0.9.12 Someone who uses nvtvd should definitely test this! They should be renamed back when the new API is released. CVS patchset: 2386 CVS date: 2002/08/03 17:33:06
2002-08-02TV mode selection enhanced.Matthias Hopf
CVS patchset: 2384 CVS date: 2002/08/02 14:09:05
2002-08-01fix another logo race condition.Miguel Freitas
was trigged by the sequence: <play mrl1>, <stop>, <play mrl2>. where <stop> to <play mrl2> timming was shorter than logo file duration. CVS patchset: 2380 CVS date: 2002/08/01 22:30:55
2002-07-31Okay, one step back about ngettext, it's no more required.Daniel Caujolle-Bert
CVS patchset: 2375 CVS date: 2002/07/31 22:36:35
2002-07-31Remove (maybe temporary) ngettext check/fallback_macro.Daniel Caujolle-Bert
CVS patchset: 2373 CVS date: 2002/07/31 07:06:04
2002-07-30memory leaks fixed by Andres Salomon <dilinger@voxel.net>Michael Roitzsch
CVS patchset: 2364 CVS date: 2002/07/30 13:28:47
2002-07-30- video out fixes (never trigged deadlocks and erroneous flush of overlayMiguel Freitas
events) - duplicate_frame is now internal use only (api function deprecated) - special case for redrawing screen in paused mode (due overlay changes, resize, window movement, brightness adjusting etc) - xshm brightness may be adjusted with video paused CVS patchset: 2363 CVS date: 2002/07/30 00:26:45
2002-07-28introduce a config option for passthough offsetHeiko Schaefer
CVS patchset: 2362 CVS date: 2002/07/28 21:37:35
2002-07-27Fix ngettext usage.Daniel Caujolle-Bert
CVS patchset: 2358 CVS date: 2002/07/27 23:53:55
2002-07-26do bounds checking on audio_track_map to never use audio channels whichMichael Roitzsch
aren't there CVS patchset: 2356 CVS date: 2002/07/26 14:51:23
2002-07-25initialize and reset audio_track_map_entries properlyMichael Roitzsch
this should fix losing audio when playing streams with different audio formats consecutively CVS patchset: 2353 CVS date: 2002/07/25 17:11:51
2002-07-19- fix mpeg2/lpcm messMiguel Freitas
- 20bits lpcm support working again CVS patchset: 2314 CVS date: 2002/07/19 03:03:36
2002-07-17Apply Bill Fink's patch for skip by chapter capability.Daniel Caujolle-Bert
CVS patchset: 2308 CVS date: 2002/07/17 21:23:57
2002-07-17more fixes to play aac streams (.mp4)Miguel Freitas
CVS patchset: 2307 CVS date: 2002/07/17 20:29:03
2002-07-17initialize size to avoid simple mistakesMiguel Freitas
CVS patchset: 2305 CVS date: 2002/07/17 18:36:44
2002-07-15Add fourCC 'PIM1', PCTV tv apps record file format.Daniel Caujolle-Bert
CVS patchset: 2284 CVS date: 2002/07/15 22:39:07
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
CVS patchset: 2282 CVS date: 2002/07/15 21:42:33
2002-07-15lazy parsing of mp4 esds atom to extract AAC decoder config. now playbackMiguel Freitas
of aac streams should work. who will be fearless enough to enable faad in configure/makefile? :) CVS patchset: 2272 CVS date: 2002/07/15 02:15:38
2002-07-14make demuxers a bit more "programmer friendly"Miguel Freitas
CVS patchset: 2265 CVS date: 2002/07/14 22:27:24
2002-07-14some fixes to osd displaying (show the right time after seeks)Miguel Freitas
CVS patchset: 2264 CVS date: 2002/07/14 20:55:17
2002-07-14new color conversion facilitiesMike Melanson
CVS patchset: 2261 CVS date: 2002/07/14 01:27:03
2002-07-13added a few more obscure buffer typesMike Melanson
CVS patchset: 2260 CVS date: 2002/07/13 20:53:02
2002-07-13Check for visual_type before vo plugin loading.Daniel Caujolle-Bert
CVS patchset: 2258 CVS date: 2002/07/13 19:01:16
2002-07-13Move the flush of the audio_out plugin to audio_decoder loop.Thibaut Mattern
It improves seeking. CVS patchset: 2257 CVS date: 2002/07/13 15:54:02
2002-07-13Improve seeking:Thibaut Mattern
remove an old usleep call (0.1 second) don't call xine_set_speed_internal if not needed I think there is still 2 problems: reseting the audio plugin take time the first frame after a seek is not displayed immediately CVS patchset: 2256 CVS date: 2002/07/13 11:11:04