summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2002-07-01- ffmpeg syncMiguel Freitas
- skip decoding b-frames when late CVS patchset: 2185 CVS date: 2002/07/01 13:32:38
2002-07-01Pre-final: cleanup period-size calculationPhilipp Hahn
CVS patchset: 2184 CVS date: 2002/07/01 11:45:25
2002-07-01FIX: Set buffer-time instead of buffer-sizePhilipp Hahn
CVS patchset: 2183 CVS date: 2002/07/01 11:41:20
2002-07-01Fix rate adjustmentPhilipp Hahn
CVS patchset: 2182 CVS date: 2002/07/01 11:38:59
2002-07-01Add documentationPhilipp Hahn
CVS patchset: 2181 CVS date: 2002/07/01 11:35:46
2002-07-01Add/improve error reportingPhilipp Hahn
CVS patchset: 2180 CVS date: 2002/07/01 11:33:18
2002-07-01Remove unused variablePhilipp Hahn
CVS patchset: 2179 CVS date: 2002/07/01 11:28:29
2002-07-01Remove obsolete cruftPhilipp Hahn
CVS patchset: 2178 CVS date: 2002/07/01 11:27:04
2002-06-30do not change aspect in zoom modeMichael Roitzsch
CVS patchset: 2177 CVS date: 2002/06/30 10:47:06
2002-06-29Use BUF_FLAG_SEEK.Thibaut Mattern
Works fine with vcd (vcdnav is cool, thanks to Rocky Bernstein). Works also with dvd, sometimes the discontinuity is detected twice (by pts wrap, and then by nav timestamps), I don't think it's a big problem. It needs more testing, don't hesitate to revert. CVS patchset: 2176 CVS date: 2002/06/29 19:23:56
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-28evaluate frame change events to correctly position dvd menu highlights inMichael Roitzsch
anamorphic menus CVS patchset: 2174 CVS date: 2002/06/28 16:59:01
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-28/usr/src/linux is not needed as an include pathMichael Roitzsch
In fact, it causes problems when users have an old em8300.h file in their kernel tree. CVS patchset: 2171 CVS date: 2002/06/28 16:50:27
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-26Define __stdcall and __cdecl as empty macros when gcc is not used, so that weJuergen Keil
can compile xine once again, using a non-gcc compiler. CVS patchset: 2167 CVS date: 2002/06/26 15:54:25
2002-06-26Sun Forte cc refuses to initialize "const int" array with non-const expressions.Juergen Keil
Just remove "const" for non-gcc compilers. CVS patchset: 2166 CVS date: 2002/06/26 15:52:12
2002-06-26C99 version of macro with variable arguments (for Sun Forte cc)Juergen Keil
CVS patchset: 2165 CVS date: 2002/06/26 15:50: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-25use easier to read symbolic names for the aspectsMichael Roitzsch
CVS patchset: 2162 CVS date: 2002/06/25 14:41:53
2002-06-25A bug fix for the fix.Matthias Hopf
Added time offset for badly timed subtitles. CVS patchset: 2161 CVS date: 2002/06/25 11:48:02
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-24Bug fix for avi subtitles w/o end times.Matthias Hopf
CVS patchset: 2159 CVS date: 2002/06/24 22:10:48
2002-06-24Remove last tranlated enums. Add --check in .po build, since it seems someDaniel Caujolle-Bert
tranlators don't use a tool who check validity. CVS patchset: 2158 CVS date: 2002/06/24 19:55:38
2002-06-24Fix spelling mistakesPhilipp Hahn
CVS patchset: 2156 CVS date: 2002/06/24 17:41:59
2002-06-24Add missing dot in messagePhilipp Hahn
CVS patchset: 2155 CVS date: 2002/06/24 17:40:44
2002-06-24Add a correction for spus during menus that contain a displayMichael Roitzsch
duration entry. This confuses the card because the spu should be hidden when the menu is left, not by timeout. Therefore we kill such an entry in menu spus. CVS patchset: 2154 CVS date: 2002/06/24 15:49:32
2002-06-24revert volatile variable (weird gcc bug)Miguel Freitas
CVS patchset: 2153 CVS date: 2002/06/24 13:26:26
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-24Simple array, no translation. I sure hope this works now.Dennis Björklund
CVS patchset: 2151 CVS date: 2002/06/24 08:10:35
2002-06-24The segfault is more likely because of the missing NULL value.Dennis Björklund
This puts the translation back plus NULL-terminates the array. CVS patchset: 2150 CVS date: 2002/06/24 07:55:13
2002-06-24sigh, another occurance of the logo mrlGuenter Bartsch
CVS patchset: 2149 CVS date: 2002/06/24 02:29:41
2002-06-23Fix Miguel's problem.Daniel Caujolle-Bert
CVS patchset: 2148 CVS date: 2002/06/23 23:54:56
2002-06-23don't translate settings (probably the cause of 0.9.12 segfaults)Miguel Freitas
CVS patchset: 2146 CVS date: 2002/06/23 23:33:24
2002-06-23warn about segfaults (i don't know why would someone use this buggy thingMiguel Freitas
instead of ffmpeg) CVS patchset: 2145 CVS date: 2002/06/23 23:10:40
2002-06-23really enable wmv1 decoding this timeMiguel Freitas
CVS patchset: 2144 CVS date: 2002/06/23 23:08:29
2002-06-23Oops, i've pushed crap into CVS. Fix that.Daniel Caujolle-Bert
CVS patchset: 2143 CVS date: 2002/06/23 22:51:16
2002-06-23Fix segfault on config value changes.Daniel Caujolle-Bert
CVS patchset: 2142 CVS date: 2002/06/23 22:33:00
2002-06-23quick ffmpeg update (enables wmv1 decoding)Miguel Freitas
thanks to the ffmpeg team for their amazing work! CVS patchset: 2141 CVS date: 2002/06/23 21:04:35
2002-06-23Use BUF_FLAG_SEEK.Thibaut Mattern
Avoid multiple messages like this (1 second after a seek) : inserting xxxx 0-frames to fill a gap of xxxxx pts Now there is only one ao_fill_gap, immediately after the seek and that fills the whole gap in one time. It seems to work fine with divx movies. Please tell me if it works. CVS patchset: 2139 CVS date: 2002/06/23 18:35: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-23Add missing newlineDennis Björklund
CVS patchset: 2137 CVS date: 2002/06/23 15:59:22
2002-06-23Use much faster calloc instead of malloc/memset (reduces startup time)Ewald Snel
CVS patchset: 2133 CVS date: 2002/06/23 09:12:45
2002-06-22fixing logo extensionGuenter Bartsch
CVS patchset: 2131 CVS date: 2002/06/22 18:00:36
2002-06-22ao_fill_gap already outputs a messageMichael Roitzsch
CVS patchset: 2129 CVS date: 2002/06/22 13:40:38
2002-06-22patch from Dennis Bjorklund <db@zigo.dhs.org> fixes problem withMichael Roitzsch
overlapping show/hide events causing subtitles to display too short CVS patchset: 2127 CVS date: 2002/06/22 12:19:45
2002-06-22more cleanupSiggi Langauf
CVS patchset: 2126 CVS date: 2002/06/22 09:40:36