summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-04-16die completion events, die die dieMiguel Freitas
CVS patchset: 4622 CVS date: 2003/04/16 11:32:10
2003-04-16die completion events, die die dieMiguel Freitas
i fell stupid: how didn't i realized before that handling completion events was not needed? the only trick is to call XSync after drawing! this not only improves smoothness and schedulability issues but also moves the frame dropping to video_out.c were they can be accounted properly. not to mention it makes frontend programming a lot easier. CVS patchset: 4621 CVS date: 2003/04/16 11:30:13
2003-04-16Fix libXv linkage bug (checking for libxine failed when using libXv.soDaniel Caujolle-Bert
CVS patchset: 4620 CVS date: 2003/04/16 09:50:38
2003-04-16enable use of our fastmemcpy in ffmpegMiguel Freitas
CVS patchset: 4619 CVS date: 2003/04/16 00:20:02
2003-04-16ffmpeg update, add new files/decoders, use our fastmemcpyMiguel Freitas
tested ok with usual files (wmv7, mpeg4, divx, svq1...) CVS patchset: 4618 CVS date: 2003/04/16 00:18:35
2003-04-15fix ac3 in ogmAndreas Heinchen
CVS patchset: 4617 CVS date: 2003/04/15 23:54:40
2003-04-15completely seperate amp and compress filtersGuenter Bartsch
CVS patchset: 4616 CVS date: 2003/04/15 17:52:36
2003-04-15add a section about playback smoothness and ways to improve it by kernel tuningGuenter Bartsch
CVS patchset: 4615 CVS date: 2003/04/15 17:30:29
2003-04-15fixed a/v desync with odd frameratesAndreas Heinchen
CVS patchset: 4614 CVS date: 2003/04/15 03:41:23
2003-04-14small bugfixAndreas Heinchen
CVS patchset: 4613 CVS date: 2003/04/14 05:06:29
2003-04-14larger simplificationsAndreas Heinchen
CVS patchset: 4612 CVS date: 2003/04/14 04:36:26
2003-04-14small simplificationAndreas Heinchen
CVS patchset: 4611 CVS date: 2003/04/14 00:52:42
2003-04-14fixed seeking - no always seeking to keyframesAndreas Heinchen
CVS patchset: 4610 CVS date: 2003/04/14 00:13:36
2003-04-13make compressor disabled by default. it was burning cpu ciclesMiguel Freitas
after setting AMP level. played a xvid+ac3 stream measuring function time with oprofile: audio_filter_amp_compress 64.63% (relative to total libxine.so time) for comparison: xine_fast_memcpy 13.27% CVS patchset: 4609 CVS date: 2003/04/13 22:19:08
2003-04-13fixes minor bug, added entry in ChangelogAndreas Heinchen
CVS patchset: 4608 CVS date: 2003/04/13 22:18:48
2003-04-13fixed seeking, now sound is fine after seekingAndreas Heinchen
CVS patchset: 4607 CVS date: 2003/04/13 22:02:18
2003-04-13network input plugin fixesMiguel Freitas
CVS patchset: 4606 CVS date: 2003/04/13 19:06:32
2003-04-13use xine_read_abortMiguel Freitas
CVS patchset: 4605 CVS date: 2003/04/13 19:04:27
2003-04-13xine_read_abort for rtspMiguel Freitas
CVS patchset: 4604 CVS date: 2003/04/13 19:02:07
2003-04-13xine_read_abort for pnmMiguel Freitas
CVS patchset: 4603 CVS date: 2003/04/13 18:49:12
2003-04-13- some cleanupsMiguel Freitas
- may seek back inside preview_size - use xine_read_abort at stdin_fifo CVS patchset: 4602 CVS date: 2003/04/13 17:31:40
2003-04-13- use xine_read_abort for http, net, mms, mmsh (more to come)Miguel Freitas
- fix seeking for input_net CVS patchset: 4601 CVS date: 2003/04/13 16:34:51
2003-04-13add a small read() function that can be aborted by demux_action_pendingMiguel Freitas
useful for network input plugins... CVS patchset: 4600 CVS date: 2003/04/13 16:28:48
2003-04-13Input plugin api change (second part):Thibaut Mattern
old open() function replaced by : *_class_get_instance() : return an instance if the plugin handles the mrl *_plugin_open() : open the stream CVS patchset: 4599 CVS date: 2003/04/13 16:08:26
2003-04-13Input plugin api change:Thibaut Mattern
old open() function replaced by : *_class_get_instance() : return an instance if the plugin handles the mrl *_plugin_open() : open the stream CVS patchset: 4598 CVS date: 2003/04/13 16:02:53
2003-04-13Fix for segfault when using slightly invalid proxy URLs (e.g. ↵Rich J Wareham
http://cache:port vs. http://cache:port/) reported by some users. CVS patchset: 4597 CVS date: 2003/04/13 15:42:46
2003-04-12Italian update from Giovanni Venturi <jumpyj@libero.it>Daniel Caujolle-Bert
CVS patchset: 4596 CVS date: 2003/04/12 23:19:43
2003-04-12simpler handling of handling output window changesJames Stembridge
CVS patchset: 4595 CVS date: 2003/04/12 16:43:48
2003-04-12some TODO updatesMiguel Freitas
CVS patchset: 4594 CVS date: 2003/04/12 15:45:07
2003-04-12- libfaad updateMiguel Freitas
- notes about libmpeg2 CVS patchset: 4593 CVS date: 2003/04/12 15:01:28
2003-04-12sync to faad2 cvs, remove some warnings.Miguel Freitas
CVS patchset: 4592 CVS date: 2003/04/12 14:58:46
2003-04-12fix video ram stride calculation for yuy2James Stembridge
CVS patchset: 4591 CVS date: 2003/04/12 13:02:30
2003-04-12fix compilation with gcc 2.95.4James Stembridge
CVS patchset: 4590 CVS date: 2003/04/12 12:02:56
2003-04-12more accurate get_lengthAndreas Heinchen
CVS patchset: 4589 CVS date: 2003/04/12 04:30:45
2003-04-11Enable A52 .WAV files.James Courtier-Dutton
Software A52 decode works, SPDIF passthru does not yet. To play one has to select audio channel 1 at the moment. CVS patchset: 4588 CVS date: 2003/04/11 18:16:48
2003-04-11fix fastforward bugMiguel Freitas
CVS patchset: 4587 CVS date: 2003/04/11 02:05:17
2003-04-11fix long standing fastforward bug.Miguel Freitas
symptom: video fifo get empty, playback gets sluggish, lot of cpu unused. bug 687526 CVS patchset: 4586 CVS date: 2003/04/11 02:04:29
2003-04-10fixed a input_time issue on ogms without soundAndreas Heinchen
CVS patchset: 4585 CVS date: 2003/04/10 18:39:55
2003-04-10Trying to fix:Juergen Keil
[ 713897 ] xine-lib-1-beta9 fails to compile under sparc-sun-solaris2.9 On a Solaris system with the mediaLib library installed, but without mediaLib headers xine-lib compilation fails. Extend the mediaLib test, verify the presence of the mediaLib header files. CVS patchset: 4584 CVS date: 2003/04/10 10:46:32
2003-04-10add headers required by select.Miguel Freitas
may fix bug 697763 CVS patchset: 4583 CVS date: 2003/04/10 02:30:48
2003-04-09get rid of annoying error messageGuenter Bartsch
CVS patchset: 4582 CVS date: 2003/04/09 22:21:29
2003-04-09now uses generic framebuffer device name and checks real_typeRobin KAY
CVS patchset: 4581 CVS date: 2003/04/09 21:47:35
2003-04-09avoid sefault (tweaking fried memory is never a good idea ;-)Daniel Caujolle-Bert
CVS patchset: 4580 CVS date: 2003/04/09 20:15:52
2003-04-09wrong constantMichael Roitzsch
CVS patchset: 4579 CVS date: 2003/04/09 13:31:31
2003-04-09the most obvious real codecs path was missing from autodetectionGuenter Bartsch
CVS patchset: 4578 CVS date: 2003/04/09 12:29:13
2003-04-09another funny real mime typeGuenter Bartsch
CVS patchset: 4577 CVS date: 2003/04/09 12:08:26
2003-04-09another real mimetype (this time from nautilus)Guenter Bartsch
CVS patchset: 4576 CVS date: 2003/04/09 09:57:29
2003-04-08move generic explanation to xine_interfaceMiguel Freitas
CVS patchset: 4575 CVS date: 2003/04/08 18:10:45
2003-04-08beta10xine-1-beta10-release1-beta10Guenter Bartsch
CVS patchset: 4574 CVS date: 2003/04/08 17:51:23
2003-04-08- added XINE_MSG_ENCRYPTED_SOURCE, made the demux_mpeg_block demuxer use it ↵Bastien Nocera
to report encrypted streams (for use with encrypted DVDs) CVS patchset: 4573 CVS date: 2003/04/08 14:24:26