Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-02 | Bump version ready for the next release. | Darren Salt | |
Hopefully, that's a while away yet :-) | |||
2008-07-02 | Cope with missing strcasestr(). | Darren Salt | |
2008-07-02 | provide PTHREAD_CFLAGS when needed | Matthias Ringwald | |
2008-07-02 | don't check for ioctl request type if oss audio is not available | Matthias Ringwald | |
on mingw32, ioctl does not exist and the AC_IOCTL_REQUEST macro breaks configure As this test is only needed for OSS audio (otherwise it should be somewhere else), it's now only called if OSS audio is actually available | |||
2008-07-02 | fix pthread recursive mutex detection (for mingw32) | Matthias Ringwald | |
2008-06-29 | Added tag xine-lib-1_1_14-release for changeset 9b383441a18f | Darren Salt | |
2008-06-29 | Build-dep on ghostscript (preferred alternative).xine-lib-1_1_14-release1.1.14 | Darren Salt | |
2008-06-29 | 1.1.14. | Darren Salt | |
2008-06-29 | Missing build-dep. | Darren Salt | |
2008-06-27 | Add basic aspect ratio detection for WMV streams. | Darren Salt | |
2008-06-26 | Bump version. | Darren Salt | |
2008-06-25 | Merge, and add a changelog entry. | Darren Salt | |
2008-06-25 | Add comments about (audio track)->type containing the stream no. | Darren Salt | |
2008-06-25 | Backed out changeset f2086511a349; m->type isn't necessarily 0. | Darren Salt | |
2008-06-23 | Update libxine1.pot. | Darren Salt | |
2008-06-23 | Add a changelog entry for the Xv/XxMC port selection backport. | Darren Salt | |
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). | |||
2008-05-22 | Create a backend macro CC_CHECK_FLAGS_SILENT for specific flag macros, and ↵ | Diego 'Flameeyes' Pettenò | |
use it for checking -fvisibility=hidden. --HG-- extra : transplant_source : %7B%9AW%E8%B4u%06%18%E4%25K%80d%CF%B2z%EA%0C%ECA | |||
2008-05-22 | Announce check for -Werror (and equivalent) flags and its result. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %F0n%9C%FB%F9%B3%1E%A5P%D6%20%01%EF%83k8%7D%8A%D4%5B | |||
2008-05-22 | Set the cc_cv_cflags_* cached values to no when the flag is not supported. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %D0hU%99%0D%1F%7D%0D%86s%7B%B2%CB%19_%13%153%86%84 | |||
2008-05-22 | Add support for Sun Studio compiler even when building on Linux. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : tu6%0Bb%F5I%A0V%B7%BF%5BM%8E_%86gt%06%1C | |||
2008-05-22 | Remove libtool15.m4 macro file. | Diego 'Flameeyes' Pettenò | |
libtool is needed to actually complete autotools run, so there is no reason to provide a local copy of the file. This also removes the warnings thrown by autoconf 2.62. --HG-- extra : transplant_source : /%7F%B7A%F6a%CD%BA%C8%9FQ%A4h%2ADAKVI%B5 | |||
2008-05-22 | Merge. | Darren Salt | |
2008-05-22 | Merge. | Darren Salt | |
2008-05-22 | Fix w32dll build failure. | Darren Salt | |
2008-05-21 | Fix typo that lead to crash. | Diego 'Flameeyes' Pettenò | |
2008-05-19 | Build-depend on libmagickwand-dev (as an alternative). | Darren Salt | |
2008-05-12 | Bump the soname (ABI extension). | Darren Salt | |
2008-05-12 | Provide xine_get_current_frame_data which passes more data via a structure. | Reinhard Nißl | |
The new structure xine_current_frame_data_t additionally contains cropping and interlacing information, which both are required for proper conversion of the image. The existing functions have been adopted to use the code of the new function. The changeset should be ABI compatible. | |||
2008-05-11 | Correct some spelling & grocer's apostrophes. | Darren Salt | |
2008-05-09 | Use size_t to keep the value returned by strlen(). | Diego 'Flameeyes' Pettenò | |
When using a variable to store the result of strlen(), make sure its type is size_t just like the function returns, rather than using a smaller type like int. --HG-- extra : transplant_source : %B0%D5%3B%D7%1Dy%0A%7E%7D%7C%023%08%B2%CE%D3t%0B3%D7 | |||
2008-05-09 | Rewrite and optimise xine_get_{file_extensions,mime_types}() | Diego 'Flameeyes' Pettenò | |
Rewrite xine_get_file_extensions() and xine_get_mime_types() so that they share the joining code, and do one less loop over the list of plugins. Create a new _x_concatenate_with_string() function to convert an array of strings into a single string, which is called by both functions. --HG-- extra : transplant_source : %BC7%3D%C7%A5%AA%A6%BB%11%9A%94%F0%E9%F1V%B7%29%C68h | |||
2008-05-09 | Don't use temporary for setting title data, initialise structs on declaration. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %CE%27_Nt%C7%7E%C3%0Db3%CF%D5O%BA%1C%21%D3%93%1E |