summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-02fix time seeking to keyframe (patch by Staszek Pasko <staszek@nutki.com>)Miguel Freitas
CVS patchset: 2197 CVS date: 2002/07/02 17:05:28
2002-07-02Fix spellingPhilipp Hahn
CVS patchset: 2196 CVS date: 2002/07/02 05:44:02
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-01enable playing sorenson mpg4 fourccMiguel Freitas
CVS patchset: 2193 CVS date: 2002/07/01 18:53:22
2002-07-01*** empty log message ***Miguel Freitas
CVS patchset: 2192 CVS date: 2002/07/01 18:43:19
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-01*** empty log message ***Miguel Freitas
CVS patchset: 2190 CVS date: 2002/07/01 17:56:58
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-01*** empty log message ***Miguel Freitas
CVS patchset: 2188 CVS date: 2002/07/01 14:07:07
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-07-01new fileMiguel Freitas
CVS patchset: 2186 CVS date: 2002/07/01 13:33:50
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-28/usr/src/linux is not needed by dxr3 but by the libdha kernelhelperMichael Roitzsch
move it there for clarity CVS patchset: 2170 CVS date: 2002/06/28 16:46:00
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-24"msgfmt -c de.po" returns no errorsPhilipp Hahn
38 API-Version mismatches drive me "fuzzy", this really should be unified, because it's a translation nightmare. (Guenter, is dislike you for this) CVS patchset: 2157 CVS date: 2002/06/24 17:47:18
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