Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-04 | Copyright year update by hg log #4. | Torsten Jager | |
BTW. Happy 2014 to you! Didnt think xine will survive this far :-) And yes, I finally got an ffmpeg patch through. That kind of rounds the circle :-) | |||
2013-11-27 | Cosmetics | Petri Hintukainen | |
2013-11-27 | Correctly use libbluray api | Petri Hintukainen | |
2013-11-27 | input_bluray: check for empty bitmaps | Petri Hintukainen | |
2013-10-14 | Copyright year update by hg log info #2. | Torsten Jager | |
2013-09-27 | Added const | Petri Hintukainen | |
2013-09-27 | Hide warning | Petri Hintukainen | |
2013-09-23 | input_bluray: improved title transitions | Petri Hintukainen | |
When playlist ends, wait until all frames have been displayed. Without this menus are opened too early (while the old playlist is still playing) | |||
2013-09-23 | input_bluray: added support for BD-J (BluRay Java) | Petri Hintukainen | |
Requires ARGB overlay capable video driver (opengl2, vaapi, vdpau). | |||
2013-09-23 | input_bluray: make sure overlay is enabled | Petri Hintukainen | |
2013-09-23 | input_bluray: support overlay timings | Petri Hintukainen | |
2013-09-23 | input_bluray: ignore overlay drawing commands if overlay has not been opened | Petri Hintukainen | |
2013-09-23 | input_bluray: delay empty overlay hiding (hide at next FLUSH event) | Petri Hintukainen | |
2013-09-23 | input_bluray: handle overlay palette updates | Petri Hintukainen | |
2013-09-23 | Cosmetics | Petri Hintukainen | |
2013-09-23 | input_bluray: handle BD_EVENT_MENU | Petri Hintukainen | |
2013-09-18 | Avoid using deprecated autoconf & automake features. | Darren Salt | |
asfheader.c is used in two places: same compiler flags, so is safe. | |||
2013-09-13 | Copyright year update by hg log info | Torsten Jager | |
script execution time: 55" | |||
2013-07-03 | Use pkg-config to detect Samba client library. | Xavier Bachelot | |
Original patch for xine-lib 1.1 from Kevin Kofler <Kevin@tigcc.ticalc.org>. | |||
2012-12-23 | Fixed debug string | Torsten Jager | |
2012-11-15 | Fix compilation of Fedora. | Chris Rankin | |
2012-11-13 | rtsp: added support for basic http authentication | Petri Hintukainen | |
2012-11-13 | rtsp: notify user with XINE_MSG_AUTHENTICATION_NEEDED if rtsp fails with ↵ | Petri Hintukainen | |
error 401 | |||
2012-10-29 | input_test: added full range color test video | Torsten Jager | |
2012-10-29 | input_test: use higher priority than gnome_vfs (gnome_vfs wants to handle ↵ | Petri Hintukainen | |
all test: mrls) | |||
2012-10-29 | input_test: fixed still images whose width is not a multiple of 4 | Torsten Jager | |
2012-10-29 | input_test: cleaned up code for easier reading/extending | Torsten Jager | |
2012-10-07 | input_test: added vector XINE logo | Torsten Jager | |
2012-07-28 | Add extra audio/video cases to parse_pmt(). This identifies the audio stream ↵ | Chris Rankin | |
for my HD DVB-T2 channels. (Fix copied from xine-lib-1.1). | |||
2012-07-09 | input_test: added human-friendly title | Petri Hintukainen | |
2012-07-09 | input_test: add terminating NULL pointer to autoplay list (gxine does not ↵ | Petri Hintukainen | |
use returned mrl count). | |||
2012-07-09 | input_bluray: reduced logging | Petri Hintukainen | |
2012-06-12 | Added get_autoplay_list() | Petri Hintukainen | |
2012-06-12 | Add test image generator input plugin | Torsten Jager | |
2012-05-29 | Merge from 1.1 | Petri Hintukainen | |
2012-05-29 | spaces -> tab in Makefile | Carlo Bramini | |
2012-04-26 | Check read() return value | Petri Hintukainen | |
2012-04-12 | Use proper device paths for the Blu-ray and VCD input plugins on OpenBSD | Brad Smith | |
2012-02-09 | Make the “PMT scan timed out” message a lot less scary. | Darren Salt | |
2012-02-09 | Kill a memory leak in the DVB tuning code. | Darren Salt | |
2012-04-11 | Fixed warnings | Petri Hintukainen | |
2012-04-11 | Check read() return value | Petri Hintukainen | |
2012-04-11 | Fixed warnings | Petri Hintukainen | |
2012-04-11 | Use proper device paths for the Blu-ray and VCD input plugins on OpenBSD | Brad Smith | |
2012-02-09 | Merge from 1.1, dropping the README change. | Darren Salt | |
--HG-- rename : debian/dh_xine => debian/dh_xine.in | |||
2012-02-08 | Fix DVB CRC checking (was wrong endianness). | Darren Salt | |
--HG-- branch : 1.2.1-branch | |||
2011-12-15 | Marked xine_get_autoplay_mrls() and get_autoplay_list()'s return value const | Petri Hintukainen | |
2011-12-15 | Merge from 1.1 | Petri Hintukainen | |
2011-12-15 | Added BluRay input plugin | Petri Hintukainen | |
2011-12-10 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/liba52/xine_a52_decoder.c => src/audio_dec/xine_a52_decoder.c rename : src/libspudvb/xine_spudvb_decoder.c => src/spu_dec/spudvb_decoder.c rename : src/libxinevdec/image.c => src/video_dec/image.c |