summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2012-12-23Fixed debug stringTorsten Jager
2012-11-15Fix compilation of Fedora.Chris Rankin
2012-11-13rtsp: added support for basic http authenticationPetri Hintukainen
2012-11-13rtsp: notify user with XINE_MSG_AUTHENTICATION_NEEDED if rtsp fails with ↵Petri Hintukainen
error 401
2012-10-29input_test: added full range color test videoTorsten Jager
2012-10-29input_test: use higher priority than gnome_vfs (gnome_vfs wants to handle ↵Petri Hintukainen
all test: mrls)
2012-10-29input_test: fixed still images whose width is not a multiple of 4Torsten Jager
2012-10-29input_test: cleaned up code for easier reading/extendingTorsten Jager
2012-10-07input_test: added vector XINE logoTorsten Jager
2012-07-28Add 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-09input_test: added human-friendly titlePetri Hintukainen
2012-07-09input_test: add terminating NULL pointer to autoplay list (gxine does not ↵Petri Hintukainen
use returned mrl count).
2012-07-09input_bluray: reduced loggingPetri Hintukainen
2012-06-12Added get_autoplay_list()Petri Hintukainen
2012-06-12Add test image generator input pluginTorsten Jager
2012-05-29Merge from 1.1Petri Hintukainen
2012-05-29spaces -> tab in MakefileCarlo Bramini
2012-04-26Check read() return valuePetri Hintukainen
2012-04-12Use proper device paths for the Blu-ray and VCD input plugins on OpenBSDBrad Smith
2012-02-09Make the “PMT scan timed out” message a lot less scary.Darren Salt
2012-02-09Kill a memory leak in the DVB tuning code.Darren Salt
2012-04-11Fixed warningsPetri Hintukainen
2012-04-11Check read() return valuePetri Hintukainen
2012-04-11Fixed warningsPetri Hintukainen
2012-04-11Use proper device paths for the Blu-ray and VCD input plugins on OpenBSDBrad Smith
2012-02-09Merge from 1.1, dropping the README change.Darren Salt
--HG-- rename : debian/dh_xine => debian/dh_xine.in
2012-02-08Fix DVB CRC checking (was wrong endianness).Darren Salt
--HG-- branch : 1.2.1-branch
2011-12-15Marked xine_get_autoplay_mrls() and get_autoplay_list()'s return value constPetri Hintukainen
2011-12-15Merge from 1.1Petri Hintukainen
2011-12-15Added BluRay input pluginPetri Hintukainen
2011-12-10Merge 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-09demux_ts: Fill buffers up to buf->max_size.Torsten Jager
Saves lot of memory.
2011-11-24MergePetri Hintukainen
2011-11-24Fixed leaks in input pluginsPetri Hintukainen
--HG-- branch : point-release
2011-11-24Silenced compiler warningPetri Hintukainen
2011-11-24Fixed v4l2_input_read() parameter typesPetri Hintukainen
2011-11-23Remove our internal videodev2.h - no longer needed.Darren Salt
--HG-- branch : point-release
2011-11-23Have the PVR input plugin built if V4L2, not V4L1, is present.Darren Salt
--HG-- branch : point-release extra : rebase_source : 182453d8d03dbac55d0264944566e8430ac7d601
2011-11-23Fixed aliasingPetri Hintukainen
2011-10-26Merge from 1.1.Darren Salt
2011-10-18net_buf_ctrl: dvb sync: dont rely on demuxer sending BUF_FLAG_FRAME_STARTTorsten Jager
(eg for streams that send PES payloads not aligned to frame boundaries).
2011-10-18net_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-18Removed unused variablePetri Hintukainen
2011-10-18input_dvb: if write() fails, stop recording and log a messagePetri Hintukainen
2011-10-18input_dvb: fixed check for recording file handlePetri Hintukainen
2011-10-17Merge from 1.1Petri Hintukainen
2011-10-15Disable strict-aliasing where it caused compiler warningsChristian Ruppert
2011-10-11Merge 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-10Fixed asprintf usagePetri Hintukainen
2011-10-10input_cdda: fixed writing outside of tablePetri Hintukainen