Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-12 | merge metronom's improvements (inform decoders about discontinuities) | Miguel Freitas | |
http://sourceforge.net/mailarchive/forum.php?thread_id=1297475&forum_id=7131 CVS patchset: 3250 CVS date: 2002/11/12 18:40:50 | |||
2002-11-12 | even more agressive consistency checking | Guenter Bartsch | |
CVS patchset: 3249 CVS date: 2002/11/12 17:55:48 | |||
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 | 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 | 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 | 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 | less noise | Michael Roitzsch | |
CVS patchset: 3209 CVS date: 2002/11/09 13:52:32 | |||
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 | 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 | |||
2002-11-07 | ts demuxer compiles again | Guenter Bartsch | |
CVS patchset: 3198 CVS date: 2002/11/07 04:08:14 | |||
2002-11-07 | bugfixes by Howdy Pierce | Guenter Bartsch | |
CVS patchset: 3197 CVS date: 2002/11/07 03:04:31 | |||
2002-11-06 | fix stream ending deadlock without audio driver | Daniel Caujolle-Bert | |
CVS patchset: 3196 CVS date: 2002/11/06 23:20:45 | |||
2002-11-05 | Resets stream_length when opening a new stream. | Thibaut Mattern | |
xine_get_pos_length should work a bit better with mp3. CVS patchset: 3195 CVS date: 2002/11/05 23:29:48 | |||
2002-11-05 | Extract metadata from the shoutcast header. | Thibaut Mattern | |
Guenter, it's for you ;-) CVS patchset: 3194 CVS date: 2002/11/05 07:39:02 | |||
2002-11-04 | Vidix is back to life. | Daniel Caujolle-Bert | |
CVS patchset: 3193 CVS date: 2002/11/04 22:48:14 | |||
2002-11-04 | use self-dlsym()'d "xdisplayname" instead of referencing XDisplayName... | Siggi Langauf | |
CVS patchset: 3187 CVS date: 2002/11/04 13:22:19 | |||
2002-11-04 | more spelling... | Siggi Langauf | |
CVS patchset: 3186 CVS date: 2002/11/04 10:07:50 | |||
2002-11-04 | Spelling | Philipp Hahn | |
CVS patchset: 3183 CVS date: 2002/11/04 08:05:12 | |||
2002-11-04 | Clean up code. Provde dlopen for XOpenDisplay, XDisplayName, and ↵ | Stephen Torri | |
XvQueryExtension. NOTE: On my system XDisplayName is not resolved. I do not understand this. I am committing this code to make it easier to spot the problem. I hopefully have provided enough there in the code for debug. CVS patchset: 3182 CVS date: 2002/11/04 06:30:15 |