summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-03adding Daniel's new functions to the pictureMichael Roitzsch
CVS patchset: 5682 CVS date: 2003/11/03 19:17:31
2003-11-03big patch...Thibaut Mattern
Cleanup: - use bswap macros - use int32_t/uint32_t instead of long - report bad chunk error using xine_log New cool feature: - you can now interrupt "index reconstruction" with a new seek or a stop. explanations: the seek is now done by the demux_loop thread instead of the frontend thread, and this allows the frontend to interrupt it. i've not noticed any seeking performance degradation. mfreitas: the index reconstruction checks demux_action_pending flag, is it ok ? CVS patchset: 5681 CVS date: 2003/11/03 00:50:43
2003-11-02add some missing plugins listing functions.Daniel Caujolle-Bert
CVS patchset: 5680 CVS date: 2003/11/02 23:05:55
2003-11-02There was a Debian package...Siggi Langauf
CVS patchset: 5679 CVS date: 2003/11/02 22:13:28
2003-11-02fixing vcd checksMichael Roitzsch
CVS patchset: 5678 CVS date: 2003/11/02 18:31:50
2003-11-02configfile beautification:Michael Roitzsch
values set to their default are commented out CVS patchset: 5677 CVS date: 2003/11/02 16:59:18
2003-11-02Fix SEGFAULT beside error if no plugin loaded yet.František Dvořák
Fix one "segfault" of win32 xineui. Next piece of patch for compiling xine under MSVC. CVS patchset: 5676 CVS date: 2003/11/02 14:12:52
2003-11-02liba52 pts fixMiguel Freitas
CVS patchset: 5675 CVS date: 2003/11/02 13:54:24
2003-11-02fix bug introduced with new PTS handling (where an old PTS would beMiguel Freitas
used past a discontinuity - causing loong freezing in animated menus). i have no idea of why we need to maintain a list of PTS's here. James, maybe you could add a few notes about it? CVS patchset: 5674 CVS date: 2003/11/02 13:50:09
2003-11-02unsharp plugin: fix memleaksMiguel Freitas
CVS patchset: 5673 CVS date: 2003/11/02 12:57:27
2003-11-02some lprintf to xprintf conversion.Thibaut Mattern
it's usefull to know when the demuxer encountered a bad chunk header. CVS patchset: 5672 CVS date: 2003/11/02 01:08:40
2003-11-01post plugin helpMiguel Freitas
CVS patchset: 5671 CVS date: 2003/11/01 23:05:39
2003-11-01report ffmpeg updateMichael Roitzsch
CVS patchset: 5670 CVS date: 2003/11/01 19:17:22
2003-11-01provide help to video post pluginsMiguel Freitas
CVS patchset: 5669 CVS date: 2003/11/01 18:34:22
2003-11-01method to get plugin and parameters helpMiguel Freitas
CVS patchset: 5668 CVS date: 2003/11/01 18:32:48
2003-11-01big ffmpeg patchMichael Roitzsch
* do not define CONFIG_ENCODERS any more, use a stripped down XINE_MPEG_ENCODER, which will only compile an I-frame-only MPEG1 encoder (speeds up compile time) * fix a lot of warnings in ffmpeg (a good deal of which have already been submitted to the ffmpeg project by Mike) * simplify some Makefiles CVS patchset: 5667 CVS date: 2003/11/01 18:12:53
2003-11-01assuming Miguel's consent I commit his profiling macrosMichael Roitzsch
(they are not used anywhere, but are very helpful, if you quickly want to measure, how much time a function takes) CVS patchset: 5666 CVS date: 2003/11/01 17:25:49
2003-11-01Jérôme is "Jérôme" ;)Thibaut Mattern
CVS patchset: 5665 CVS date: 2003/11/01 15:57:54
2003-11-01Exchange (void *) function casts for a less evil kind of (void *) cast. ↵Robin KAY
Check return values of memalign(3C). CVS patchset: 5664 CVS date: 2003/11/01 15:47:34
2003-11-01Not link ffmpeg plugin with XvMC.František Dvořák
CVS patchset: 5663 CVS date: 2003/11/01 13:43:41
2003-11-01tvtime: remove console messages that might confuse users and have enumMiguel Freitas
strings without spaces so they can be encoded in --post xine-ui parameter CVS patchset: 5662 CVS date: 2003/11/01 13:20:01
2003-11-01asf and mp3 changesThibaut Mattern
CVS patchset: 5661 CVS date: 2003/11/01 12:00:00
2003-11-01Fix a bug in ID3v2.2 parsing.Thibaut Mattern
hadess: you can play your stream now. CVS patchset: 5660 CVS date: 2003/11/01 01:44:54
2003-11-01back out brightness patchMike Melanson
CVS patchset: 5659 CVS date: 2003/11/01 01:25:44
2003-10-31Use info_helper functions.Thibaut Mattern
CVS patchset: 5658 CVS date: 2003/10/31 23:58:32
2003-10-31Use info_helper functions.Thibaut Mattern
CVS patchset: 5657 CVS date: 2003/10/31 22:56:21
2003-10-31And now really the fix. :-)František Dvořák
CVS patchset: 5656 CVS date: 2003/10/31 22:14:32
2003-10-31Fix the unresolved symbol in ffmpeg configured on systems with XVMC.František Dvořák
Increase verbosity level in error messages of loading plugins. CVS patchset: 5655 CVS date: 2003/10/31 22:08:36
2003-10-31note results of Thibaut's metronom fixMichael Roitzsch
CVS patchset: 5654 CVS date: 2003/10/31 17:41:52
2003-10-31metronom patch from Thibaut:Michael Roitzsch
* refactor discontinuity handling to make it more readable * straightforward logic fixes some problems with discontinuities in audio only streams CVS patchset: 5653 CVS date: 2003/10/31 17:41:07
2003-10-31add FAQ section on VideoCD troubleshooting, extracted from Rocky's VCDXMichael Roitzsch
documentation CVS patchset: 5652 CVS date: 2003/10/31 17:30:42
2003-10-31ip == NULL would result in a file descriptor leakMichael Roitzsch
(cdda_open() would still open the device with, but cdda_close() would not close it) so we provide a dummy instance, in case there is none yet (problem reported by Andre Maaßdorf) CVS patchset: 5651 CVS date: 2003/10/31 17:28:05
2003-10-31First check the pointers on NULL values, then memset;Michael Roitzsch
patch provided by Chris Rankin CVS patchset: 5650 CVS date: 2003/10/31 17:25:20
2003-10-31note latest engine modificationMichael Roitzsch
CVS patchset: 5649 CVS date: 2003/10/31 14:53:10
2003-10-31- Use io_helper functions.Thibaut Mattern
- Fix buggy stream chooser. This stream plays correctly now: mmsh://205.188.214.185:80/wmg/us/wbr/flaminglips/flaminglips_do-you-realize_extended_450.wmv CVS patchset: 5648 CVS date: 2003/10/31 01:55:03
2003-10-30* modify the engine slightly, so that the stream member in a video frame orMichael Roitzsch
audio buffer can be NULL; this should be used to indicate that the frame/ buffer does not come directly from a stream, but was generated otherwise (the most important result is that frames/buffers with stream NULL will not be passed through metronom) * modify visualization post plugins so they set the stream on the generated frames to NULL, this avoids cluttering metronom, when playing a stream with audio AND video AND a visualization post * this also means modifying the way post plugins provide vpts values: they have to calculate them themselves for now CVS patchset: 5647 CVS date: 2003/10/30 22:40:53
2003-10-30negate these explanations (thanks to Adam Stein of Xerox for noticing)Michael Roitzsch
CVS patchset: 5646 CVS date: 2003/10/30 21:51:27
2003-10-30my build broke, I guess no_vcdnav should be "yes", when external_vcdnav is "no"Michael Roitzsch
CVS patchset: 5645 CVS date: 2003/10/30 20:46:31
2003-10-30- More VCDX -> VCDRocky Bernstein
- Prefer external libcdio and libvcdinfo libraries when they are acceptable - Allow disabling VCD plugin CVS patchset: 5644 CVS date: 2003/10/30 07:58:52
2003-10-30keeping up with the ffmpeg buildMike Melanson
CVS patchset: 5643 CVS date: 2003/10/30 06:16:56
2003-10-30brighten up the converted RGB videoMike Melanson
CVS patchset: 5642 CVS date: 2003/10/30 06:04:31
2003-10-30deploy revised ffmpeg palette APIMike Melanson
CVS patchset: 5641 CVS date: 2003/10/30 06:00:19
2003-10-30more accurate framerateMike Melanson
CVS patchset: 5640 CVS date: 2003/10/30 05:57:26
2003-10-30tighten up some functions to make xine less prone to crashingMike Melanson
CVS patchset: 5639 CVS date: 2003/10/30 05:00:03
2003-10-30use info_helper functions.Thibaut Mattern
CVS patchset: 5638 CVS date: 2003/10/30 00:49:07
2003-10-29- avoid deinterlacing unknown frame formats (eg. xvmc)Miguel Freitas
- fix crash with on-the-fly cheap_mode switching CVS patchset: 5637 CVS date: 2003/10/29 23:36:18
2003-10-29this should finally be correct nowMichael Roitzsch
(it should reconstruct the whole tree after the check) CVS patchset: 5636 CVS date: 2003/10/29 20:47:38
2003-10-29special-case warning for DRM-protected Quicktime files, at least untilMike Melanson
such time that Apple's DRM is inevitably cracked CVS patchset: 5635 CVS date: 2003/10/29 01:45:52
2003-10-28yuy2 blend fixMiguel Freitas
CVS patchset: 5634 CVS date: 2003/10/28 23:56:01
2003-10-28fix yuy2 blending (use overlay/clipping colors).Miguel Freitas
solves dvd menu problems using tvtime plugin. reference: http://sourceforge.net/mailarchive/forum.php?thread_id=3118939&forum_id=7131 CVS patchset: 5633 CVS date: 2003/10/28 23:54:59