Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-06 | Merge Reinhard Nissl's ffmpeg fixes. | Darren Salt | |
2007-05-06 | Merge Reinhard Nissl's demuxer fixes. | Darren Salt | |
2007-05-05 | Merge Bastien Nocera's changes. | Darren Salt | |
2007-05-05 | Up the version number in HG so we can check for the _x_io_select fix | hadess@cookie.hadess.net | |
2007-05-05 | - Fix _x_io_select exiting when the select has been interrupted (EINTR errno) | hadess@cookie.hadess.net | |
when we want to run until the timeout has occurred, partially fixes Totem's browser plugin playing back browser streams with the xine-lib backend See http://bugzilla.gnome.org/show_bug.cgi?id=375866 for details | |||
2007-05-04 | Merge - part 2. | Diego 'Flameeyes' Pettenò | |
2007-05-04 | Merge - part 1. | Diego 'Flameeyes' Pettenò | |
2007-05-04 | Update some copyright information. | Darren Salt | |
2007-05-04 | Fix building of CDDA input on FreeBSD, the NetBSD patch broke it as ↵ | Diego 'Flameeyes' Pettenò | |
sys/scsiio.h is not present on FreeBSD. | |||
2007-05-03 | Reduce size of flac_decoder_t structure: output_mode and ↵ | Diego 'Flameeyes' Pettenò | |
output_sampling_rate are not used; sample_rate, channels and bits_per_sample can be local to flac_decode_data on the STDHEADER codepath. Reorder to fill hole. | |||
2007-05-03 | ao_cap_mode is only ever used in faad_open_output, make it a local variable. | Diego 'Flameeyes' Pettenò | |
2007-05-03 | Mark vorbis_comment_keys structure constant. | Diego 'Flameeyes' Pettenò | |
2007-05-03 | Make _x_buf_(audio|video)_name return a pointer to constant string. | Diego 'Flameeyes' Pettenò | |
2007-05-02 | Install input_vdr.h in ${includedir}/xine, where vdr-xine expects it. | Darren Salt | |
2007-05-02 | Don't allocate the buffer inline in the structure, just allocate it when ↵ | Diego 'Flameeyes' Pettenò | |
needed (during decode). | |||
2007-05-02 | Fix boundary of the for loop. | Diego 'Flameeyes' Pettenò | |
2007-05-02 | Merge changes, once again, with passion. | Diego 'Flameeyes' Pettenò | |
2007-05-02 | Mac OS X universal build should be disabled by default. | Darren Salt | |
2007-05-02 | Merge changes. | Diego 'Flameeyes' Pettenò | |
2007-05-02 | Fix proxy usage when the hostnames cannot be resolved. | Diego 'Flameeyes' Pettenò | |
Thanks to Jeff Mitchell for reporting and testing the fix. This change reverses the meaning of _x_use_proxy() function to be the one expected by human logic (1 -> use proxy, 0 -> don't use proxy), this way a failure in hostname resolution would result in the proxy being used rather than discarded. Basically now you can use xine behind a proxy when you can't get out to the DNS servers (or where the DNS servers don't resolve Internet hosts that you are not allowed to connect to). | |||
2007-05-02 | Mac OS X Universal Binary support | Matt Messier | |
2007-05-02 | [PATCH] Remove packet count from demux_ts, to remove a long delay | Simon Farnsworth | |
The attached patch applies after my logging patches (I can regenerate if needed). demux_ts attempted to read packets from the input 200 times before giving up. When playing a local file, this is harmless, as it will hit EOF 200 times; however, input_dvb waits 5 seconds for packets on each call to read, resulting in a 1000 second delay if tuning fails. Remove the counting of input packets, and add a comment to read() in input_plugin.h, to indicate that we expect inputs to try and return some data when read() is called. This fixes the delay, and makes it clear to future maintainers that they shouldn't expect to loop like this. -- Simon Farnsworth | |||
2007-05-02 | [PATCH] Enhance logging in demux_ts, input_dvb and video_out_xv | Simon Farnsworth | |
The three attached patches (against 1.1.6) each increase the amount of debug logging in their respective components. We've found the extra logging useful when trying to track down faults. I've split this into three patches to make it easier to apply only some of our changes. -- Comments welcome, Simon Farnsworth | |||
2007-05-13 | DVB MRL documentation corrections, additions and tweaks. | Darren Salt | |
Add documentation for dvba: MRLs. Mention that the service ID is required for dvbs:, dvbc: and dvbt:. Replace _ with - in the DVB tuning info descriptions (for formatting reasons). | |||
2007-05-13 | Correct the dvba:// MRL / tuner mismatch message. | Darren Salt | |
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ò | |