Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-10 | Added Solaris support for gcc and studio to pthreads.m4 | Ben Taylor | |
2007-06-10 | Update version information. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Backport last.fm support to 1.1 branch. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Fill xine_event_t strutures as needed, reduces code built. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Reorder fields and make use of bitmask for boolean values. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Reorder proxy elements to fill hole. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Check for last.fm streaming server, and if that's the case, check for the ↵ | Diego 'Flameeyes' Pettenò | |
SYNC string in the read data; if found, send a XINE_EVENT_UI_CHANNELS_CHANGED event, so that the frontend can go read the new metadata. | |||
2007-06-10 | Add checks for needed replacement (and replacement) for memmem() function, ↵ | Diego 'Flameeyes' Pettenò | |
that I'm going to use in input_http. | |||
2007-06-10 | Fix the fix, d'oh! | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Fix rule for hackersguide.html. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Add ChangeLog entry for the previous merge. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Merge newdocbook branch. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Add an alternative build-dep on libjack-dev. | Darren Salt | |
--HG-- extra : transplant_source : %B9%3C%C1%06%8C%00%E4%3C%9Fl%C4%EA/%CA%E0%F4%9DaG%93 | |||
2007-08-12 | Changelog updates. | Darren Salt | |
2007-08-12 | Fix goom visualization plug-in | Maxim Levitsky | |
I noticed that goom visualization plug-in doesn't work / freezes at some combination of bit rates and its FPS. Digging through it I found that algorithm that dispatches sound data to goom is buggy, and so I have rewrote/cleaned it a lot. Let me explain what is wrong: I am talking about goom_port_put_buffer in /xine-lib-1.1.7/src/post/goom/xine_goom.c The counter this->skip_frame is supposed to hold count of frames that goom should skip because of _video render unable to render video_. But that algorithm also skips frames on its own, and still decrements that counter. So it goes negative, and no frames are displayed. Basically to fix that you need to add if (this->skip_frame > 0) before this->skip_frame--; But since I want to fix that properly I decided to learn why goom skips frames on its own, and I now understand that whole algorithm is buggy. Thus I reimplemented it properly. I tested it , and it works with all my sound files, also I added lot of debug printfs to test whenever it works as expected, and it does. --HG-- extra : transplant_source : %B6%0C%09%D6%93%B8%00cj%3B8%C7%B5%0B%DB%21%08%92%3E%7B | |||
2007-08-12 | Add a few missing "\n"s. | Darren Salt | |
2007-08-12 | Extend config key translation to allow front ends to provide an additional list. | Darren Salt | |
Intent is to allow front ends to rename their old, badly-named, config items. | |||
2007-08-12 | Build .debs with freetype support. | Darren Salt | |
2007-08-08 | Fix an attempted free of static data, e.g. when using "dvd:/" (not "dvd://"). | Darren Salt | |
2007-06-10 | Add an alternative build-dep on libjack-dev. | Darren Salt | |
2007-06-09 | Add $(LTLIBINTL) for a few plugins which I'd missed. | Darren Salt | |
2007-06-09 | Use $(LTLIBICONV) instead of $(LIBICONV) when linking libxine.so. | Darren Salt | |
2007-06-09 | Use $(LTLIBICONV) instead of @LIBICONV@. | Darren Salt | |
2007-06-09 | Add $(LTLIBICONV) wherever objdump -R shows a dependency on iconv functions. | Darren Salt | |
Some plugins may have been missed due to them not being built here. | |||
2007-06-09 | Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions. | Darren Salt | |
Some plugins may have been missed due to them not being built here. | |||
2007-06-09 | Merge with 1.2 branch. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Resurrect the check for xmlto/rsvg (rather than sgmltools/fig2dev) so that ↵ | Diego 'Flameeyes' Pettenò | |
the build can be done even without those installed. | |||
2007-06-09 | signal.h and setjmp.h are needed on PPC and SPARC too. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Use __i386__ and __x86_64__ instead of ARCH_X86 and ARCH_X86_64; the ARCH_* ↵ | Diego 'Flameeyes' Pettenò | |
defines comes from FFmpeg, but they can easily stay there. | |||
2007-06-09 | If SSE, SSE2 and MMX are enabled at build-time, enable them and skip over ↵ | Diego 'Flameeyes' Pettenò | |
the cpuid tests; a runtime CPU detection option could be supplied by configure, for instance. | |||
2007-06-09 | If 3dNOW is enabled at build-time, mark it as present on x86-64; it's not ↵ | Diego 'Flameeyes' Pettenò | |
always there because Intel EM64T machines does not have it. | |||
2007-06-09 | Include dlfcn.h only when dlopen() is needed. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Define sigill_return and sigill_handler only on x86, as there is where they ↵ | Diego 'Flameeyes' Pettenò | |
only are used. | |||
2007-06-09 | Add an nsf_combined.h header file with declarations of ↵ | Diego 'Flameeyes' Pettenò | |
decoder_nsf_init_plugin and demux_nsf_init_plugin. | |||
2007-06-09 | Fix %d -> %zd for size_t parameter. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Remove unused variables. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Remove unused variable. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Remove unused variable. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Remove unused and orphan label and code. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Remove unused variable. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Convert all input plugins to use void * as type for the buf parameter of ↵ | Diego 'Flameeyes' Pettenò | |
read() function, and declare a new buf variable in the function as needed. | |||
2007-06-09 | Make the read() function of input plugins be declared with void pointer as ↵ | Diego 'Flameeyes' Pettenò | |
buf parameter, so that any kind of variable can be passed through it. | |||
2007-06-08 | Enable the wavpack plugin. | Darren Salt | |
2007-06-08 | Added $(LTLIBINTL) to several targets | Ben Taylor | |
2007-06-08 | Properly read metadata for the file, the structure is more complex than it ↵ | Diego 'Flameeyes' Pettenò | |
was previously implemented. | |||
2007-06-08 | Fix metadata parser. | Diego 'Flameeyes' Pettenò | |
2007-06-08 | Mark some stuff constant, reduce scope of a few other variables. | Diego 'Flameeyes' Pettenò | |
2007-06-08 | More conversion to switches. | Diego 'Flameeyes' Pettenò | |
2007-06-08 | More switches in parse_reference_atom. | Diego 'Flameeyes' Pettenò | |
2007-06-08 | Use a switch statement even for the parsing of trak atom. | Diego 'Flameeyes' Pettenò | |