Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-11 | Throw a XINE_MSG_PERMISSION_ERROR error when HTTP returns a 401 status | hadess@cookie.hadess.net | |
Patch from Dmitri Fedortchenko <dimo <at> angelhill.net>, required for upstream Totem bug: http://bugzilla.gnome.org/show_bug.cgi?id=418316 | |||
2007-04-27 | Fix include path in LIBDTS_CFLAGS. Thanks to Matt Messier for reporting. | Diego 'Flameeyes' Pettenò | |
2007-04-25 | Merge from 1.1. | Darren Salt | |
2007-04-25 | Changelog entry for the Real codec search paths. | Darren Salt | |
2007-04-25 | Fix real codec search paths | Ville Skyttä | |
xine-lib 1.1.6 ends up looking for real codecs eg. in /usr/locallib/win32, /usr/locallib/codecs etc, there's a missing slash. The attached patch should fix it. More info: https://bugzilla.redhat.com/237743 | |||
2007-04-24 | Resync translation source strings. | Darren Salt | |
2007-04-24 | Use LOG_MODULE in log messages in the Xv & XxMC plugins. | Darren Salt | |
Untranslated messages use LOG_MODULE in the string literal, whereas translated messages use %s. | |||
2007-04-24 | Update for renamed DTS decoder. | Darren Salt | |
2007-04-23 | Merge alpha-blending changes. | Darren Salt | |
2007-04-23 | Add comments about used blending equation | Petri Hintukainen | |
Remove unused x_odd parameter from blend_???_exact functions | |||
2007-04-22 | Only define FPM_* symbols when using internal libmad, to avoid clashing with ↵ | Diego 'Flameeyes' Pettenò | |
the external choices. | |||
2007-04-21 | Handle single-quoted attributes in XML. | Darren Salt | |
2007-04-21 | Fix comments - '>' and '?>' were reversed. | Darren Salt | |
2007-04-21 | Merge from 1.1 branch. | Diego 'Flameeyes' Pettenò | |
2007-04-21 | Add support for MDHD version 1 atom in demux_qt. [bug #1679398] | Diego 'Flameeyes' Pettenò | |
2007-04-21 | Avoid fiddling with __attribute__. | Diego 'Flameeyes' Pettenò | |
2007-04-21 | Mark bandwidths array static. | Diego 'Flameeyes' Pettenò | |
2007-04-19 | Define DOXYGEN when building doxygen documentation, to allow #ifdeffing the ↵ | Diego 'Flameeyes' Pettenò | |
definitions. | |||
2007-04-19 | audio_filter_amp: calculate the total number of frames to iterate over just ↵ | Diego 'Flameeyes' Pettenò | |
once. This way, it avoids to calculate the multiplication in the for loops and in the memset() call. | |||
2007-04-19 | Mark _x_[av]o_new_port functions as internal function, both in doxygen and ↵ | Diego 'Flameeyes' Pettenò | |
by not exporting them. | |||
2007-04-19 | More doxygen documentation. | Diego 'Flameeyes' Pettenò | |
2007-04-19 | Exclude gsm610 and nosefart code that is contributed code. | Diego 'Flameeyes' Pettenò | |
2007-04-19 | Doxygen documentation. | Diego 'Flameeyes' Pettenò | |
2007-04-18 | Use the proper dts.h file. | Diego 'Flameeyes' Pettenò | |
2007-04-18 | Cleanup, add doxygen comments, add doxygen todos. | Diego 'Flameeyes' Pettenò | |
2007-04-18 | Cleanup; make variables and parameters constant; improve the float_to_int ↵ | Diego 'Flameeyes' Pettenò | |
function; add some doxygen comments with a @todo to remind that this function should be implmeneted once and forever in xine-utils. | |||
2007-04-18 | Now that xine_dts_decoder.c is alone, move it in libxineadec. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : src/libdts/xine_dts_decoder.c => src/libxineadec/xine_dts_decoder.c | |||
2007-04-18 | Replace libdts 0.0.2 with libdca 0.0.5 and contextually move it in contrib/. | Diego 'Flameeyes' Pettenò | |
libdca 0.0.5 was released about a week ago, and this commit replaces the old code from libdts 0.0.2 (that was renamed libdca). There's basically no functional change even if the build system is simplified as configure takes care of switching between the two implementations on its own. | |||
2007-04-18 | Limit common-case buffer copying optimisation to i386 & amd64. | Darren Salt | |
This fixes reported alignment issues on ARM. (We could require correct alignment on some architectures, but this is easier.) | |||
2007-04-18 | Merge from 1.1 series. | Diego 'Flameeyes' Pettenò | |
2007-04-18 | Permit to build against libdca 0.0.5. | Diego 'Flameeyes' Pettenò | |
To build against this, we need to make sure that the system dts.h header is used instead of the internal copy of it, as the internal copy will declare the functions with the old names, while libdca's system header will create macro aliases between the old names and the new ones. Better fix will be implemented in 1.2 series. --HG-- rename : src/libdts/dts.h => src/libdts/internal-dts.h | |||
2007-04-18 | Updates for 1.1.6 | Philipp Matthias Hahn | |
2007-04-18 | Alphablending optimizations: | Petri Hintukainen | |
- validate palette alpha values in overlay manager (one check / overlay / palette index) instead of checking every alpha value twice for every blended pixel in every frame - remove unneeded calculations - approximiate expensive integer divisions with multiplication and shift | |||
2007-04-17 | xine-lib 1.1.6. | Darren Salt | |
2007-04-17 | Add a changelog entry for the fixes for the CDDA crash & DVD hang; mark release.xine-lib-1_1_6-release1.1.6 | Darren Salt | |
2007-04-17 | Merge from 1.1 (and update the debian/changelog datestamp for 1.2.0~hg). | Darren Salt | |
2007-04-17 | Fix DVD playback (was hanging when either the AC3 or DTS demuxers were probed). | Darren Salt | |
This may have side-effects wrt other streams; CDDA is fine, though. | |||
2007-04-16 | Update build-deps; lose some versioning, but require etch (or equivalent). | Darren Salt | |
2007-04-16 | Merge fix for xine-lib extension. | Reinhard Nißl | |
2007-04-16 | Merge fix from other xine-lib extension. | Reinhard Nißl | |
2007-04-16 | Simplify handling of internal/external libmpcdec, most of the work is done ↵ | Diego 'Flameeyes' Pettenò | |
at configure time. | |||
2007-04-16 | Merge. | Diego 'Flameeyes' Pettenò | |
2007-04-16 | Fix ffmpeg_config.h build, so that make distchecks works. | Diego 'Flameeyes' Pettenò | |
2007-04-16 | Regenerate. | Diego 'Flameeyes' Pettenò | |
2007-04-16 | FIX: Make sleeps in video out loops interruptable for immediate OSD | Reinhard Nißl | |
redrawing. While splitting my original big patch set, I've lost three lines. This change will make xine-lib compile again. | |||
2007-04-15 | Avoid sending BUF_FLAG_FRAME_END before the first frame. | Reinhard Nißl | |
When BUF_FLAG_FRAME_END is sent before the first frame, decoding fails as there is no data and a "bad" frame of size 0x0 will be allocated, which is really bad as such as frame is simply invalid. | |||
2007-04-15 | Extend the original MAX_SHOWING by 16 VDR OSD objects. | Reinhard Nißl | |
The original number of OSD objects was 5 which served xine-lib's needs. VDR may on it's own allocate up to 16 OSD objects and thus there may be no more OSD objects left for xine-lib's needs. The change addresses this by increasing the current number by 5. | |||
2007-04-15 | Integrate vdr directory into xine-lib's build system. | Reinhard Nißl | |
2007-04-15 | Provide some internal functions to be used by input_vdr. | Reinhard Nißl | |
These functions are likely to be removed later when more correct solutions have been found. | |||
2007-04-15 | Merge extensions to xine engine. | Reinhard Nißl | |