summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2003-04-18Minister of English CompositionMike Melanson
CVS patchset: 4639 CVS date: 2003/04/18 20:45:30
2003-04-18equalizer apiGuenter Bartsch
CVS patchset: 4637 CVS date: 2003/04/18 20:04:26
2003-04-18- fix crash when playing a PNG fileBastien Nocera
CVS patchset: 4636 CVS date: 2003/04/18 14:11:04
2003-04-18a simple 10-band equalizer - public interface not there yetGuenter Bartsch
CVS patchset: 4635 CVS date: 2003/04/18 03:00:33
2003-04-17xine crashed when an oggfile with an unknwon stream was played - fixedAndreas Heinchen
CVS patchset: 4634 CVS date: 2003/04/17 23:23:58
2003-04-17cleanup patch by Marco Z|hlke <M.Zuehlke@freenet.de>Miguel Freitas
CVS patchset: 4632 CVS date: 2003/04/17 19:01:23
2003-04-17using non-blocking open mode, in order to avoid infinite waiting when theSiggi Langauf
ALSA device is busy (eg. in ise by ESD) CVS patchset: 4631 CVS date: 2003/04/17 17:04:12
2003-04-17added limited handling of traks with multiple media typesMike Melanson
CVS patchset: 4630 CVS date: 2003/04/17 06:18:09
2003-04-16preperations for support of bold and italic typefaces in ogm subtitlesAndreas Heinchen
CVS patchset: 4629 CVS date: 2003/04/16 23:05:25
2003-04-16discard buffers before trying to get demux_lockMiguel Freitas
CVS patchset: 4628 CVS date: 2003/04/16 22:38:44
2003-04-16cleanups, verbosityMiguel Freitas
CVS patchset: 4626 CVS date: 2003/04/16 22:03:35
2003-04-16direct rendering here we go...Miguel Freitas
(wish us luck!) CVS patchset: 4625 CVS date: 2003/04/16 21:46:42
2003-04-16disable direct rendering when the frame size output by ffmpeg is different ↵James Stembridge
from the one found in the header CVS patchset: 4624 CVS date: 2003/04/16 21:02:22
2003-04-16clean up some code, add direct rendering 1 support (disabled by default)Miguel Freitas
define ENABLE_DIRECT_RENDERING to help testing/fixing it. some streams are crashing or displaying strange stuff with DR1. note: DR1 can be used with or without postprocessing. CVS patchset: 4623 CVS date: 2003/04/16 18:25:58
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-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-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-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-12simpler handling of handling output window changesJames Stembridge
CVS patchset: 4595 CVS date: 2003/04/12 16:43:48
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 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-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