summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Collapse)Author
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
2002-07-12vidix: LIBDIR unneeded for weeks.Daniel Caujolle-Bert
tvmode: fix wrong config description. CVS patchset: 2255 CVS date: 2002/07/12 20:36:04
2002-07-10new aspect ratio type to handle pan&scan materialMichael Roitzsch
CVS patchset: 2246 CVS date: 2002/07/10 14:02:41
2002-07-10new special buffer type to replace hacky aspect change event sent fromMichael Roitzsch
xine-dvdnav to the ui to force a certain aspect CVS patchset: 2245 CVS date: 2002/07/10 14:01:26
2002-07-09add aac fourccMiguel Freitas
CVS patchset: 2237 CVS date: 2002/07/09 20:46:34
2002-07-09Made nvtvmode configurable (bool).Daniel Caujolle-Bert
CVS patchset: 2235 CVS date: 2002/07/09 12:45:17
2002-07-08rename the dxr3 vo_types to something more usefulMichael Roitzsch
we should now have correct menu highlight placements on 16:9 tv if only I had such a thingy to test ;) CVS patchset: 2232 CVS date: 2002/07/08 19:52:01
2002-07-07add Microsoft's FOURCC for raw RGBMike Melanson
CVS patchset: 2227 CVS date: 2002/07/07 18:48:05
2002-07-07add buffer support for SMJPEG files and Id CIN filesMike Melanson
CVS patchset: 2224 CVS date: 2002/07/07 00:43:49
2002-07-05another mpeg4 fourccuid45177
CVS patchset: 2218 CVS date: 2002/07/05 21:23:07
2002-07-05- win32 bugfixesMiguel Freitas
- asf bugfixes - ffmpeg supporting ms iso mpeg4 - softsync fix by Bill Fink CVS patchset: 2216 CVS date: 2002/07/05 20:54:37
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
CVS patchset: 2214 CVS date: 2002/07/05 17:31:59
2002-07-05make use of the freshly introduced information about different spu typesMichael Roitzsch
and stream scale permissions from libdvdnav CVS patchset: 2210 CVS date: 2002/07/05 15:08:58
2002-07-04remove change that broke avi pcm audio (care must be taken when blindly ↵Miguel Freitas
commiting patches) CVS patchset: 2206 CVS date: 2002/07/04 19:36:55
2002-07-02Some fixes to the recent changes made to audio_alsa_out.James Courtier-Dutton
CVS patchset: 2195 CVS date: 2002/07/02 00:11:56
2002-07-01Link libxineutils to thread lib (xine-mutex introduced that). Thanks toDaniel Caujolle-Bert
Vaclav Slavik <vaclav.slavik@matfyz.cz> for the notice and a patch. Add thread cflags in debug CFLAGS (xine-engine). CVS patchset: 2194 CVS date: 2002/07/01 23:02:05
2002-07-01this fourcc is used for msmpeg4 v1 (thanks Mike for the test stream, it is ↵Miguel Freitas
working fine under ffmpeg) CVS patchset: 2191 CVS date: 2002/07/01 18:42:36
2002-07-01enable ffmpeg's msmpeg4 v1/v2.Miguel Freitas
note: i don't have any v1 streams to test. v2 are working fine though. CVS patchset: 2189 CVS date: 2002/07/01 17:56:05
2002-07-01improved audio resampling for limited featured sound cards (like the ones ↵Miguel Freitas
found in laptops, supporting only 16 bits, only stereo etc). as added bonus of new "stackable" conversion scheme fixes resampling for 8 bit streams. (thanks Damien Clermonté for discussion and ideas) note1: alsa patch untested. note2: pass-through untested. CVS patchset: 2187 CVS date: 2002/07/01 13:51:26
2002-06-29Use an other method for DISC_STREAMSEEK :Thibaut Mattern
force the detection of an audio jump instead of trying to manualy reintroduce a diff, it's looks better. It fixes also the sync problem at start, it's magic ;-) It's only used by the avi demuxer now. CVS patchset: 2175 CVS date: 2002/06/29 14:32:36
2002-06-28added aspect information to xine_frame_change_event_t to pass suchMichael Roitzsch
information from video decoder to spu decoder CVS patchset: 2173 CVS date: 2002/06/28 16:57:52
2002-06-28new video out types to distinguish between dxr3 overlay and tv modeMichael Roitzsch
CVS patchset: 2172 CVS date: 2002/06/28 16:55:37
2002-06-26Update nvtvd source so that we can compile it with Sun's Forte cc (C99Juergen Keil
macros with variable arguments, structure initialization by name not available) CVS patchset: 2169 CVS date: 2002/06/26 15:57:47
2002-06-26must include "config.h", so that __attribute__() is properly defined as anJuergen Keil
empty macro for a non-gcc compiler CVS patchset: 2168 CVS date: 2002/06/26 15:55:49
2002-06-26no output to stderrMichael Roitzsch
CVS patchset: 2164 CVS date: 2002/06/26 12:33:31
2002-06-25no output to stderrMichael Roitzsch
CVS patchset: 2163 CVS date: 2002/06/25 14:42:58
2002-06-25added support in buffer.h for transporting RGB palette from the demuxer toMike Melanson
the decoder; modified AVI demuxer and MSVC decoder to support this feature CVS patchset: 2160 CVS date: 2002/06/25 03:37:52
2002-06-24Add support for Quicktime "twos" audio.James Courtier-Dutton
thanks to W.Michael Petullo <mike@flyn.org> CVS patchset: 2152 CVS date: 2002/06/24 12:26:30
2002-06-24sigh, another occurance of the logo mrlGuenter Bartsch
CVS patchset: 2149 CVS date: 2002/06/24 02:29:41
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
CVS patchset: 2138 CVS date: 2002/06/23 16:18:44
2002-06-22fixing logo extensionGuenter Bartsch
CVS patchset: 2131 CVS date: 2002/06/22 18:00:36