summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-12audio_out.c takes care of locking again, so audio_oss_out.c doesn't need it ↵Guenter Bartsch
any more CVS patchset: 3246 CVS date: 2002/11/12 00:32:29
2002-11-12fix buffer leakage in ao_loop, re-introduce lock around all driver ↵Guenter Bartsch
functions, try to avoid deadlocks when exiting ao_loop, clean up code CVS patchset: 3245 CVS date: 2002/11/12 00:15:08
2002-11-12(very) small memleakGuenter Bartsch
CVS patchset: 3244 CVS date: 2002/11/12 00:13:14
2002-11-11A try to fix ao_flush() loopThibaut Mattern
CVS patchset: 3243 CVS date: 2002/11/11 23:41:25
2002-11-11BUF_FLAG_PREVIEW was not used in preview mode.Thibaut Mattern
CVS patchset: 3242 CVS date: 2002/11/11 22:33:00
2002-11-11Oops, forgot to commit the new visual type change (NONE).Daniel Caujolle-Bert
CVS patchset: 3241 CVS date: 2002/11/11 21:07:54
2002-11-11Fix xine_check on non-Linux platformsRobin KAY
CVS patchset: 3240 CVS date: 2002/11/11 20:18:15
2002-11-11gui_data_exchange function is requiredDaniel Caujolle-Bert
CVS patchset: 3239 CVS date: 2002/11/11 20:02:39
2002-11-11add none vo pluginDaniel Caujolle-Bert
CVS patchset: 3238 CVS date: 2002/11/11 19:46:24
2002-11-11prevent libmpeg2 from freeing the same frame twiceMichael Roitzsch
CVS patchset: 3237 CVS date: 2002/11/11 18:16:01
2002-11-11preliminary cleanup. use avcodec_alloc_context() so ffmpeg can set the defaultMiguel Freitas
parameters. CVS patchset: 3236 CVS date: 2002/11/11 16:22:58
2002-11-11less differencesMiguel Freitas
CVS patchset: 3235 CVS date: 2002/11/11 13:47:39
2002-11-11sync ffmpegMiguel Freitas
- add wma decoder - fix mmx macro - remove changes from fdct_mmx.c (it should work fine now with the mmx macro fix) CVS patchset: 3234 CVS date: 2002/11/11 13:45:34
2002-11-11native video decoders now report themselves in the stream/meta infoMike Melanson
fields CVS patchset: 3233 CVS date: 2002/11/11 05:55:51
2002-11-11LPCM decoder reports itself in the stream/meta info fieldsMike Melanson
CVS patchset: 3232 CVS date: 2002/11/11 05:51:14
2002-11-11native audio codecs now report themselves in the stream/meta info fieldsMike Melanson
CVS patchset: 3231 CVS date: 2002/11/11 05:01:31
2002-11-11added some missing stream attributesMike Melanson
CVS patchset: 3230 CVS date: 2002/11/11 04:57:18
2002-11-11Updated so that the function set_hc_result is now private to the file.Stephen Torri
CVS patchset: 3229 CVS date: 2002/11/11 04:18:41
2002-11-11added exhaustive debugging facilities that can be turned on and off likeMike Melanson
a faucet CVS patchset: 3228 CVS date: 2002/11/11 04:02:43
2002-11-11Major thanks to Daniel for guiding me through the wonderful world ofStephen Torri
C memory management. The code is much more simplified through the use of a function added to xine_check called set_hc_result. CVS patchset: 3227 CVS date: 2002/11/11 01:06:58
2002-11-11fix snapshot colorsMiguel Freitas
CVS patchset: 3226 CVS date: 2002/11/11 00:54:08
2002-11-10Clean up code for printing of strings.Stephen Torri
CVS patchset: 3225 CVS date: 2002/11/10 23:44:59
2002-11-10We are not borrowing code. Unnecessary comment from when I was debatig how to doStephen Torri
yuv12 support. CVS patchset: 3224 CVS date: 2002/11/10 20:48:30
2002-11-10src/video_out/video_out_xv.c:Stephen Torri
Cleared up trailing spaces src/xine-engine/Makefile.am: libxine should depend on the build libxineutil. src/xine-utils/Makefile.am: src/xine-utils/xine_check.c: src/xine-utils/xine_check.h: Added checking of support of yuv12 CVS patchset: 3223 CVS date: 2002/11/10 20:35:50
2002-11-10giving credit to James SlorachMichael Roitzsch
CVS patchset: 3222 CVS date: 2002/11/10 13:40:26
2002-11-10deinterlacing fix by James SlorachMichael Roitzsch
CVS patchset: 3221 CVS date: 2002/11/10 13:38:04
2002-11-10fix wrong abs macro; many thanks to James Slorach for finding this nasty,Michael Roitzsch
well-hidden bug CVS patchset: 3220 CVS date: 2002/11/10 13:33:13
2002-11-10proper locking of display_img_buf_queue to avoid races with vo_flushMichael Roitzsch
CVS patchset: 3219 CVS date: 2002/11/10 13:18:01
2002-11-10set fixed offset, otherwise the offset accumulates during multiple pluginMichael Roitzsch
instantiations CVS patchset: 3218 CVS date: 2002/11/10 13:12:47
2002-11-10small note to prevent people from starting to work on this from scratch,Michael Roitzsch
post plugins will come sooner than you think ;) CVS patchset: 3217 CVS date: 2002/11/10 13:07:38
2002-11-10fix backward seekingGuenter Bartsch
CVS patchset: 3216 CVS date: 2002/11/10 01:41:17
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
CVS patchset: 3215 CVS date: 2002/11/09 23:22:32
2002-11-09prepared alpha1 release (well, at least the version numbers)Siggi Langauf
Somebody should check if that breaks the .spec file... CVS patchset: 3214 CVS date: 2002/11/09 22:58:42
2002-11-09To preserve readability of the code some variables were added to help peopleStephen Torri
understand the logic. CVS patchset: 3213 CVS date: 2002/11/09 22:32:51
2002-11-09Added instructions for building xine-lib from CVS. The xine-lib/README ↵Stephen Torri
points to this directory. This file was a copy of xine-lib/README. This was silly. CVS patchset: 3212 CVS date: 2002/11/09 22:00:34
2002-11-09Remove use of bash "which" builtin command, replaced with "type". autogen.shJuergen Keil
now works on solaris with bash, ksh and sh. Fix problem with "automake-1.6 not found" error message from autogen.sh, when user has automake 1.7.1 installed. CVS patchset: 3211 CVS date: 2002/11/09 18:32:18
2002-11-09Update specfile for next xine-releaseManfred Tremmel
CVS patchset: 3210 CVS date: 2002/11/09 14:58:37
2002-11-09less noiseMichael Roitzsch
CVS patchset: 3209 CVS date: 2002/11/09 13:52:32
2002-11-09- always enable ffmmx, xine-lib will detect at runtime, if it can be usedMichael Roitzsch
- fix k6 compiler flags CVS patchset: 3208 CVS date: 2002/11/09 13:50:52
2002-11-09Updated aclocal call. No need to have variable $aclocalinclude.Stephen Torri
CVS patchset: 3207 CVS date: 2002/11/09 04:23:20
2002-11-08Fix and update Jérôme entryDaniel Caujolle-Bert
CVS patchset: 3206 CVS date: 2002/11/08 23:27:59
2002-11-08Better handling of the end of the discontinuity.Thibaut Mattern
CVS patchset: 3205 CVS date: 2002/11/08 18:47:19
2002-11-08vcd input plugin now compiles on SolarisRobin KAY
CVS patchset: 3204 CVS date: 2002/11/08 15:49:03
2002-11-08document changes, new tasksGuenter Bartsch
CVS patchset: 3203 CVS date: 2002/11/08 11:51:52
2002-11-08vcd input plugin compiles againGuenter Bartsch
CVS patchset: 3202 CVS date: 2002/11/08 11:49:01
2002-11-08There was a bug in discontinuity handling.Thibaut Mattern
This should fix strange problems. CVS patchset: 3201 CVS date: 2002/11/08 07:53:52
2002-11-07return of the stdin pluginGuenter Bartsch
CVS patchset: 3200 CVS date: 2002/11/07 23:05:01
2002-11-07this fixes a52 passthrough on my system (sblive 5.1 oss driver)Heiko Schaefer
CVS patchset: 3199 CVS date: 2002/11/07 22:39:55
2002-11-07ts demuxer compiles againGuenter Bartsch
CVS patchset: 3198 CVS date: 2002/11/07 04:08:14
2002-11-07bugfixes by Howdy PierceGuenter Bartsch
CVS patchset: 3197 CVS date: 2002/11/07 03:04:31