Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-29 | Resync translation source file. | Darren Salt | |
2007-10-29 | Trivial consistency tweak. | Darren Salt | |
2007-10-29 | Tweak Spanish translation to get rid of format specifier mismatch errors. | Darren Salt | |
2007-10-29 | Merge from 1.1. | Darren Salt | |
Spanish translation merge needs checking. | |||
2007-10-29 | Update by "Carlos E. R." <carloser users sourceforge net> | Philipp Matthias Hahn | |
2007-10-28 | Add another identifier (0x10 0x00 0x00 0x02) for MPEG video. | Darren Salt | |
Seen in an AVI in the wild; apparently generated by mencoder. | |||
2007-10-26 | Update changelog. | Darren Salt | |
2007-10-26 | Linux-2.6.23 header change breaks build | Ken Moffat | |
> > /* Special codes used when specifying changer slots. */ > #define CDSL_NONE (INT_MAX-1) > #define CDSL_CURRENT INT_MAX | |||
2007-10-25 | xine-config needs to be distributed. | Darren Salt | |
2007-10-23 | Merge from 1.1, updating plugin Provides accordingly. | Darren Salt | |
2007-10-23 | Add Provides so that front-end packages won't be broken. | Darren Salt | |
2007-10-23 | Merge from 1.1, updating plugin Conflicts/Replaces accordingly. | Darren Salt | |
2007-10-23 | Add Conflicts/Replaces with the various plugin packages. | Darren Salt | |
--HG-- extra : transplant_source : %1D%7F%1D%00%EC%9C%8E%BD%9D%99i%A2%F0d%7D%DC%03%E3B%03 | |||
2007-10-23 | Simple patch to the XML parser | Bastien Nocera | |
Found this little problem (was causing some "uninitialised variable accesses" under valgrind) while implementing Podcast reading in RB using Totem's playlist parser. --HG-- extra : transplant_source : J%D9/%16%E2i%B2%84%FA%8A%85%888N%A5%B4%16s%BD%16 | |||
2007-10-23 | Generate video_step from stream and work around wrong field duration. | Reinhard Nißl | |
When demux_mpeg_pes uses FFmpeg for H.264 streams, it doesn't set video_step as it doesn't know it. But FFmpeg provides it deriveable from time_base. So let's use the derived value as long as it isn't set explicitly. Furthermore, demux_mpeg_pes set's BUF_FLAG_FRAME_END whenever it encounters a H.264 access unit delimiter, which appears between fields or frames, but it doesn't know, whether it deals with fields or frames. avcodec_decode_video() on the other hand sets got_picture even when the decoded data specifies just a field. But it also sets the flag interlaced_frame. So let's use this flag to halve video_step in order to show the decoded images just for a field duration. --HG-- extra : transplant_source : %40Q%E3fO%3C%E7%A0%02%BA%9D%1D%BD%81%F0f-%EAs%87 | |||
2007-10-23 | Use vdr://path/to/fifo and netvdr://host[:port]; cope with any number of "/"s. | Darren Salt | |
2007-10-22 | vdr:// MRL handling improvements. | Darren Salt | |
Do MRL unescaping. For FIFOs, require vdr:///path/to/fifo (i.e. three or more leading slashes). For host[:port], truncate the MRL at the first "#" (prior to unescaping). | |||
2007-10-22 | Fix broken usage of macros within translation markup. | Darren Salt | |
2007-10-22 | Add socket connection support to input_vdr. | Reinhard Nißl | |
2007-10-21 | small bugfix: make sure width/height are known before trying to use them ↵ | "Miguel Freitas ext:(%22) | |
(wait the main stream to fully initialize) prevents division by zero in draw_subtitle(). | |||
2007-10-18 | Merge from 1.1. | Darren Salt | |
2007-10-18 | Changelog entry for the flv fix. | Darren Salt | |
2007-10-18 | fix issue with non-seekable stream in demux_flv | Claudio Ciccani | |
2007-10-18 | Make AM_PATH_XINE ignore xine-config if a libxine.pc for >= 1.1.90 is present. | Darren Salt | |
2007-10-18 | Fix breakage when AM_PATH_XINE is first to use PKG_CHECK_MODULES. | Darren Salt | |
2007-10-18 | Mention xine-config deprecation in the NEWS file. | Darren Salt | |
2007-10-18 | xine-config man page fixes. | Darren Salt | |
2007-10-10 | Stop a really irritating fprintf() that really should not be. | Matt Messier | |
(transplanted from 2b2f2adc8a1e0a05d89354ff259f7b2a331aa071) --HG-- extra : transplant_source : %2B/%2A%DC%8A%1E%0A%05%D8%93T%FF%25%9F%7B%2A3%1A%A0q | |||
2007-10-08 | add lib64/real into the real codec paths | Anssi Hannula | |
I managed to miss one from my earlier patch, though I could've sworn I checked this. Add (prefix)/lib64/real into the real codec path list. It is encountered in the 64bit PLF Mandriva real-codecs package. | |||
2007-10-08 | Revert cheating invalid frame sizes after fixed frame allocation (continued). | Reinhard Nißl | |
These cheats where hiding a frame allocation bug in FFmpeg decoder which was previously fixed. | |||
2007-10-16 | Implement VDR's subtitles menu key for vdr-xine-0.7.12.vdr-xine-version-712 | Reinhard Nißl | |
2007-10-16 | Add additional key introduced for VDR-1.5.10's subtitles menu. | Reinhard Nißl | |
2007-10-10 | Deprecate xine-config and re-implement it in terms of "pkg-config libxine". | Darren Salt | |
xine-config is no longer a build-time generated file. --HG-- rename : misc/xine-config.in => misc/xine-config | |||
2007-10-03 | Merge from 1.1. | Darren Salt | |
2007-10-02 | Update changelog. | Darren Salt | |
2007-10-02 | Correct the source package name. | Darren Salt | |
2007-10-02 | Unbreak flac demuxer (was trying to #include a deleted file). | Darren Salt | |
2007-10-01 | Fix incorrect H.264 detection on successive MPEG1/2 B frames. | Reinhard Nißl | |
Successive MPEG1/2 B frames (each with a slice #9) could incorrectly lead to the assumption of a H.264 stream, as sequence or group start codes were not seen for these frames. So the detection logic interpreted the slice #9 start codes as H.264 access unit delimiters and therefore incorrectly switched to H.264 buffer type instead of MPEG1/2. Extending the detection logic to consider MPEG1/2 picture start codes as well (which do not appear in H.264 streams), prevents false positives. | |||
2007-10-01 | Revert cheating invalid frame sizes after fixed frame allocation. | Reinhard Nißl | |
These cheats where hiding a frame allocation bug in FFmpeg decoder which was previously fixed. | |||
2007-10-01 | Add UI option to configure FFmpeg's video decoder thread count. | Reinhard Nißl | |
External FFmpeg has recently gained multithreaded H.264 decoding and to make use of this feature, it is necessary to inform FFmpeg about the maximum number of threads it may use for decoding. | |||
2007-10-01 | Set PTS even for bad frames to improve syncing of audio and video. | Reinhard Nißl | |
When a stream doesn't start with an IDR frame, there will be several seconds of bad frames and not setting PTS on those frames causes an unnecessary delay in syncing audio and video. | |||
2007-10-01 | Fix allocation of 0x0 frame when frame size is still unknown. | Reinhard Nißl | |
When a stream doesn't start with an IDR frame, then frame size isn't known, but all frames up to an IDR frame are reported as bad frames. In such a case, a frame of size 1x1 will be allocated as xine-lib cannot handle 0x0 frames properly, i. e. many output drivers simply crash. | |||
2007-09-23 | Merge from 1.1. | Darren Salt | |
2007-09-19 | Convert the "AFD changed" message into a LOG message. | Darren Salt | |
2007-09-19 | Add controls for setting the opacity of DVB subtitles. | Darren Salt | |
2007-09-17 | Revert the "#define lprintf" debug changes. | Darren Salt | |
2007-09-16 | Correct a reported typo in the DirectX support check. [Bug 1795665] | Darren Salt | |
2007-09-16 | add two real codec search paths | Anssi Hannula | |
The attached patch to xine-lib adds two more real codec search paths. /usr/lib/real is encountered in PLF packages for Mandriva, and /usr/lib/RealPlayer10GOLD/codecs is encountered in RealPlayer package of Mandriva. | |||
2007-09-14 | Merge from 1.1. | Darren Salt | |
2007-09-14 | Update changelog. | Darren Salt | |