Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-12 | bring AUTHORS file closer to reality | Guenter Bartsch | |
CVS patchset: 3248 CVS date: 2002/11/12 17:52:37 | |||
2002-11-12 | use xmalloc instead of malloc so memory footprint can be easily traced and ↵ | Guenter Bartsch | |
memory is blanked CVS patchset: 3247 CVS date: 2002/11/12 16:52:33 | |||
2002-11-12 | audio_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-12 | fix 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 memleak | Guenter Bartsch | |
CVS patchset: 3244 CVS date: 2002/11/12 00:13:14 | |||
2002-11-11 | A try to fix ao_flush() loop | Thibaut Mattern | |
CVS patchset: 3243 CVS date: 2002/11/11 23:41:25 | |||
2002-11-11 | BUF_FLAG_PREVIEW was not used in preview mode. | Thibaut Mattern | |
CVS patchset: 3242 CVS date: 2002/11/11 22:33:00 | |||
2002-11-11 | Oops, 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-11 | Fix xine_check on non-Linux platforms | Robin KAY | |
CVS patchset: 3240 CVS date: 2002/11/11 20:18:15 | |||
2002-11-11 | gui_data_exchange function is required | Daniel Caujolle-Bert | |
CVS patchset: 3239 CVS date: 2002/11/11 20:02:39 | |||
2002-11-11 | add none vo plugin | Daniel Caujolle-Bert | |
CVS patchset: 3238 CVS date: 2002/11/11 19:46:24 | |||
2002-11-11 | prevent libmpeg2 from freeing the same frame twice | Michael Roitzsch | |
CVS patchset: 3237 CVS date: 2002/11/11 18:16:01 | |||
2002-11-11 | preliminary cleanup. use avcodec_alloc_context() so ffmpeg can set the default | Miguel Freitas | |
parameters. CVS patchset: 3236 CVS date: 2002/11/11 16:22:58 | |||
2002-11-11 | less differences | Miguel Freitas | |
CVS patchset: 3235 CVS date: 2002/11/11 13:47:39 | |||
2002-11-11 | sync ffmpeg | Miguel 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-11 | native video decoders now report themselves in the stream/meta info | Mike Melanson | |
fields CVS patchset: 3233 CVS date: 2002/11/11 05:55:51 | |||
2002-11-11 | LPCM decoder reports itself in the stream/meta info fields | Mike Melanson | |
CVS patchset: 3232 CVS date: 2002/11/11 05:51:14 | |||
2002-11-11 | native audio codecs now report themselves in the stream/meta info fields | Mike Melanson | |
CVS patchset: 3231 CVS date: 2002/11/11 05:01:31 | |||
2002-11-11 | added some missing stream attributes | Mike Melanson | |
CVS patchset: 3230 CVS date: 2002/11/11 04:57:18 | |||
2002-11-11 | Updated 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-11 | added exhaustive debugging facilities that can be turned on and off like | Mike Melanson | |
a faucet CVS patchset: 3228 CVS date: 2002/11/11 04:02:43 | |||
2002-11-11 | Major thanks to Daniel for guiding me through the wonderful world of | Stephen 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-11 | fix snapshot colors | Miguel Freitas | |
CVS patchset: 3226 CVS date: 2002/11/11 00:54:08 | |||
2002-11-10 | Clean up code for printing of strings. | Stephen Torri | |
CVS patchset: 3225 CVS date: 2002/11/10 23:44:59 | |||
2002-11-10 | We are not borrowing code. Unnecessary comment from when I was debatig how to do | Stephen Torri | |
yuv12 support. CVS patchset: 3224 CVS date: 2002/11/10 20:48:30 | |||
2002-11-10 | src/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-10 | giving credit to James Slorach | Michael Roitzsch | |
CVS patchset: 3222 CVS date: 2002/11/10 13:40:26 | |||
2002-11-10 | deinterlacing fix by James Slorach | Michael Roitzsch | |
CVS patchset: 3221 CVS date: 2002/11/10 13:38:04 | |||
2002-11-10 | fix 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-10 | proper locking of display_img_buf_queue to avoid races with vo_flush | Michael Roitzsch | |
CVS patchset: 3219 CVS date: 2002/11/10 13:18:01 | |||
2002-11-10 | set fixed offset, otherwise the offset accumulates during multiple plugin | Michael Roitzsch | |
instantiations CVS patchset: 3218 CVS date: 2002/11/10 13:12:47 | |||
2002-11-10 | small 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-10 | fix backward seeking | Guenter Bartsch | |
CVS patchset: 3216 CVS date: 2002/11/10 01:41:17 | |||
2002-11-09 | beginnings of the get_video/audio_frame api | Guenter Bartsch | |
CVS patchset: 3215 CVS date: 2002/11/09 23:22:32 | |||
2002-11-09 | prepared 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-09 | To preserve readability of the code some variables were added to help people | Stephen Torri | |
understand the logic. CVS patchset: 3213 CVS date: 2002/11/09 22:32:51 | |||
2002-11-09 | Added 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-09 | Remove use of bash "which" builtin command, replaced with "type". autogen.sh | Juergen 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-09 | Update specfile for next xine-release | Manfred Tremmel | |
CVS patchset: 3210 CVS date: 2002/11/09 14:58:37 | |||
2002-11-09 | less noise | Michael 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 used | Michael Roitzsch | |
- fix k6 compiler flags CVS patchset: 3208 CVS date: 2002/11/09 13:50:52 | |||
2002-11-09 | Updated aclocal call. No need to have variable $aclocalinclude. | Stephen Torri | |
CVS patchset: 3207 CVS date: 2002/11/09 04:23:20 | |||
2002-11-08 | Fix and update Jérôme entry | Daniel Caujolle-Bert | |
CVS patchset: 3206 CVS date: 2002/11/08 23:27:59 | |||
2002-11-08 | Better handling of the end of the discontinuity. | Thibaut Mattern | |
CVS patchset: 3205 CVS date: 2002/11/08 18:47:19 | |||
2002-11-08 | vcd input plugin now compiles on Solaris | Robin KAY | |
CVS patchset: 3204 CVS date: 2002/11/08 15:49:03 | |||
2002-11-08 | document changes, new tasks | Guenter Bartsch | |
CVS patchset: 3203 CVS date: 2002/11/08 11:51:52 | |||
2002-11-08 | vcd input plugin compiles again | Guenter Bartsch | |
CVS patchset: 3202 CVS date: 2002/11/08 11:49:01 | |||
2002-11-08 | There 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-07 | return of the stdin plugin | Guenter Bartsch | |
CVS patchset: 3200 CVS date: 2002/11/07 23:05:01 | |||
2002-11-07 | this fixes a52 passthrough on my system (sblive 5.1 oss driver) | Heiko Schaefer | |
CVS patchset: 3199 CVS date: 2002/11/07 22:39:55 |