Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2011-12-09 | demux_ts: Fill buffers up to buf->max_size. | Torsten Jager | |
Saves lot of memory. | |||
2011-11-24 | Merge | Petri Hintukainen | |
2011-11-24 | Fixed leaks in input plugins | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-11-24 | Silenced compiler warning | Petri Hintukainen | |
2011-11-24 | Fixed v4l2_input_read() parameter types | Petri Hintukainen | |
2011-11-23 | Remove our internal videodev2.h - no longer needed. | Darren Salt | |
--HG-- branch : point-release | |||
2011-11-23 | Have the PVR input plugin built if V4L2, not V4L1, is present. | Darren Salt | |
--HG-- branch : point-release extra : rebase_source : 182453d8d03dbac55d0264944566e8430ac7d601 | |||
2011-11-23 | Fixed aliasing | Petri Hintukainen | |
2011-10-26 | Merge from 1.1. | Darren Salt | |
2011-10-18 | net_buf_ctrl: dvb sync: dont rely on demuxer sending BUF_FLAG_FRAME_START | Torsten Jager | |
(eg for streams that send PES payloads not aligned to frame boundaries). | |||
2011-10-18 | net_buf_ctrl: dvb sync: observe a/v buffers only. | Torsten Jager | |
Dont get fooled by subtitle buffers with pts seconds away from video for example. | |||
2011-10-18 | Removed unused variable | Petri Hintukainen | |
2011-10-18 | input_dvb: if write() fails, stop recording and log a message | Petri Hintukainen | |
2011-10-18 | input_dvb: fixed check for recording file handle | Petri Hintukainen | |
2011-10-17 | Merge from 1.1 | Petri Hintukainen | |
2011-10-15 | Disable strict-aliasing where it caused compiler warnings | Christian Ruppert | |
2011-10-11 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/xine-engine/post.h => include/xine/post.h rename : po/libxine1.pot => po/libxine2.pot | |||
2011-10-10 | Fixed asprintf usage | Petri Hintukainen | |
2011-10-10 | input_cdda: fixed writing outside of table | Petri Hintukainen | |
2011-10-10 | Marked _x_canonicalise_url() with XINE_MALLOC attribute | Petri Hintukainen | |
2011-10-08 | Build fix for Fedora with external FFmpeg. | Jose Alberto Reguero | |
2011-10-05 | Merge commits which I've already merged from 1.1... | Darren Salt | |
2011-10-04 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/xine-utils/attributes.h => include/xine/attributes.h rename : src/xine-engine/xine_internal.h => include/xine/xine_internal.h rename : src/xine-utils/xineutils.h => include/xine/xineutils.h | |||
2011-10-03 | Set CLOEXEC flag on three more sockets. | Chris Rankin | |
There are two functions that actually set this flag: int _x_set_file_close_on_exec() int _x_set_socket_close_on_exec() (We need two functions because file descriptors and sockets are not the same under WIN32 - of course). These function belong to libxine's internal API, i.e. they are not available for use by plugins. | |||
2011-10-03 | Prefix open_cloexec() and create_cloexec() with xine_, and add new ↵ | Chris Rankin | |
xine_socket_cloexec() function. |