Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-17 | input_v4l: Set video format | Simon Farnsworth | |
Allow the user to manually configure their tuner to AUTO, PAL, SECAM or NTSC as appropriate. OLD is allowed (but not documented); it's the default value, and gives you the same behaviour as you would get before this option was implemented. | |||
2008-06-17 | input_dvb: Allow the user to configure the location of the channels.conf ↵ | Simon Farnsworth | |
filename We don't have a "normal" Linux directory layout, and thus prefer to keep channels.conf in an unusual place. Provide a configuration option to tell Xine where to find channels.conf | |||
2008-06-16 | input_dvb: Allow the user to configure the DVB GUI off. | Simon Farnsworth | |
When using Xine in a kiosk-type application, the DVB GUI presents messages onscreen that confuse the user; because there's no keyboard and mouse, there's no way to actually do anything useful with the GUI. Provide a configuration option to turn off the GUI --HG-- extra : transplant_source : c%F4%13I%97%3F%11%E8s%CCc%15%9F%AF%97%D7%13D%FC%AB | |||
2008-06-16 | demux_ts: Always replace PIDs when we parse a PMT | Simon Farnsworth | |
demux_ts currently assumes that PIDs for a service never change - BBC THREE (amongst others) breaks this assumption. A PMT shouldn't change unless PIDs change, so always reacquire PIDs whenever we parse a PMT; this should work fine in the case when the PIDs do not change, and pick up the new PIDs whenever a change happens --HG-- extra : transplant_source : e%AB%EB%E1%CF%D8%1C%15%5E%DE%09%E4%3Dd%AB%E3f%FD%E5%9E | |||
2008-06-16 | Initial changelog entry for 1.1.14. | Darren Salt | |
--HG-- extra : transplant_source : FBEy%AC%87-%88%0B%B9%E4%EF%DF%B0%B1%F5%1B%B03I | |||
2008-06-17 | Regenerate po files. | Diego 'Flameeyes' Pettenò | |
2008-06-17 | Revert xine customisations of po/Makefile.in.in, use Makevars for the rest. | Diego 'Flameeyes' Pettenò | |
Move all the customisations to po/Makefile.in.in to po/Makevars, and create a new SUBST-parsed Makevars.extra.in file to get the LIBNAME variable. | |||
2008-06-17 | Update gettext Makefile with the new version from gettext, but keep xine's ↵ | Diego 'Flameeyes' Pettenò | |
customisation for now. | |||
2008-06-17 | Require at least version 0.16.1 of gettext (Debian stable at the moment). | Diego 'Flameeyes' Pettenò | |
2008-06-17 | Ignore the files that are created by autopoint. | Diego 'Flameeyes' Pettenò | |
2008-06-17 | Remove two more files that are created by autopoint (gettext). | Diego 'Flameeyes' Pettenò | |
2008-06-17 | Remove macro files that are handled by gettext. | Diego 'Flameeyes' Pettenò | |
2008-06-17 | Ignore macro files created by libtool. | Diego 'Flameeyes' Pettenò | |
2008-06-17 | Fix support for libtool 2.2. | Diego 'Flameeyes' Pettenò | |
- add AC_CONFIG_MACRO_DIR so that all the libtool macros are added to the m4 directory rather than the toplevel one; - check for libtool before checking for dlopen and other things; - remove Fortran macro undefining hack, libtool 2.2 handle that properly. | |||
2008-06-17 | Don't use C++ for socklen_t tests. | Diego 'Flameeyes' Pettenò | |
I think socklen_t was being tested with C++ to improve the warnings, but as we don't need a C++ compiler, it's not a good idea to use it. Also, with libtool 2.2 the C++ compiler is not tested by default anymore, so the macro would simply fail. On GNU/Linux and FreeBSD the test should work just as fine as it is. If you have problems on any other operating systems, please report and we'll see to fix it. | |||
2008-06-15 | Move the declaration of xine_strcat_realloc. | Darren Salt | |
2008-06-15 | Missing changelog item (JACK plugin). | Darren Salt | |
2008-06-15 | Added tag xine-lib-1_1_13-release for changeset 492f87e6963a | Darren Salt | |
2008-06-15 | Mark release.xine-lib-1_1_13-release1.1.13 | Darren Salt | |
2008-06-15 | Merge. | Darren Salt | |
2008-06-15 | Remove nbc_check_buffers calls; mark it & the low-water mark fns as deprecated. | Darren Salt | |
2008-06-15 | Backed out changeset a1dad259c8f8. In 1.1.x, deprecated functions must remain. | Darren Salt | |
2008-06-13 | A fix so it runs on Solaris | Steve Evans | |
2008-06-14 | Replacement JACK plugin | Ed Wildgoose | |
2008-06-14 | Extra MIME types for Quicktime/ISO media. | Darren Salt | |
2008-06-12 | Fix up reporting of supported formats by the ALSA & OSS output plugins. | Darren Salt | |
Adjust translations for the spacing changes etc. which this introduces. | |||
2008-06-12 | Undeprecate xine_register_log_cb. | Darren Salt | |
2008-06-11 | Mark release as 1.1.13, not 1.1.12.1. | Darren Salt | |
2008-06-11 | Provide a useful implementation of xine_register_log_cb(). | Darren Salt | |
2008-06-11 | Fix va_list-related breakage. Multiple use needs va_copy(). | Darren Salt | |
2008-06-09 | Fix Shoutcast NSV detection. | Darren Salt | |
Leading whitespace could prevent this from working. | |||
2008-06-09 | Avoid false positives when looking up demuxer by MIME type. | Darren Salt | |
These occur where the MIME type used as the key is a substring of a type in some plugin's MIME type list but is not an exact match. | |||
2008-06-05 | demux_ts: don't OR in buffer types. | Darren Salt | |
2008-05-29 | Define ARCH_{ALPHA,ARM} as needed; move one ARCH_SPARC which could be missed. | Darren Salt | |
2008-05-29 | Ignore debian/*.debhelper.log. | Darren Salt | |
2008-05-25 | Recognise TS descriptor tag 0x80 as MPEG video. | Darren Salt | |
2008-05-25 | Wherever possible, use enum constants for TS descriptor tags. | Darren Salt | |
2008-05-24 | Rewrite CC_PTHREAD_RECURSIVE_MUTEX to use M4sh and AC_CACHE_CHECK. | Diego 'Flameeyes' Pettenò | |
2008-05-24 | Backport pthreads.m4 from 1.2. | Diego 'Flameeyes' Pettenò | |
Both attributes.m4 and pthread.m4 are two reusable M4 macro files, which can eaily be shared between different projects. For this reason it's better if they are kept identical between branches. | |||
2008-05-24 | Backport CC_CHECK_LDFLAGS macro from 1.2 branch. | Diego 'Flameeyes' Pettenò | |
2008-05-24 | Use M4sh AS_IF rather than sh if statements for common macros. | Diego 'Flameeyes' Pettenò | |
Instead of using directly the sh if statement, use AS_IF, which makes it possible for autotools to identify conditionally-called macros, and allows to avoid M4 ifelse macros. | |||
2008-05-23 | Remove MIN/MAX macro definitions on unit. | Diego 'Flameeyes' Pettenò | |
Now that the macro are either imported from the system or defined by configure. don't define them in every source file. | |||
2008-05-23 | Check for MIN/MAX macro and include the header for them if found. | Diego 'Flameeyes' Pettenò | |
The MIN/MAX macro are quite often used on the source code to find the minimum or maximum value between two, instead of defining it per-unit, check if the system provides them include the right header, otherwise define them during configure run. | |||
2008-05-23 | Mark initialisation functions with malloc attribute. | Diego 'Flameeyes' Pettenò | |
All the initialisation functions returning a new object instance that was allocated through malloc() or calloc() can get the malloc attribute so that the compiler can optimise their call. | |||
2008-05-20 | Make xine_mm_accel() appear like a constant function. | Diego 'Flameeyes' Pettenò | |
Its result will be always the same during execution, as it depends on the hardware present. --HG-- extra : transplant_source : %F2%D1%1A%84%0F%D4%08%C0%12%09%1A%BBb%7Ef%CC%F2%FB%A3t | |||
2008-05-20 | Add check for const attribute (for mathematical functions). | Diego 'Flameeyes' Pettenò | |
Add CC_ATTRIBUTE_CONST macro to the attributes.h. Run CC_ATTRIBUTE_CONST in configure. Define SUPPORT_ATTRIBUTE_CONST for GCC 3. Define XINE_CONST to __attribute__((__const__)) if supported. --HG-- extra : transplant_source : /26%26%DF%C0%3C%AC%27%5C%B7%B1y%FEQ%8Ay%EE%F1%BD | |||
2008-05-22 | Merge fix for 54ad8b80e6fc. | Diego 'Flameeyes' Pettenò | |
2008-05-22 | Don't leak -Werror into the build system. | Diego 'Flameeyes' Pettenò | |
Using the same variable name to save and restore CFLAGS between macros is a bad idea. | |||
2008-05-22 | Merge fix for 3466031414a7. | Diego 'Flameeyes' Pettenò | |
2008-05-22 | Copy all of the supported types not just 1/4 of it (4 being the size of ↵ | Diego 'Flameeyes' Pettenò | |
uint32_t). |