summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2014-01-04Copyright 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-27CosmeticsPetri Hintukainen
2013-11-27Correctly use libbluray apiPetri Hintukainen
2013-11-27input_bluray: check for empty bitmapsPetri Hintukainen
2013-10-14Copyright year update by hg log info #2.Torsten Jager
2013-09-27Added constPetri Hintukainen
2013-09-27Hide warningPetri Hintukainen
2013-09-23input_bluray: improved title transitionsPetri 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-23input_bluray: added support for BD-J (BluRay Java)Petri Hintukainen
Requires ARGB overlay capable video driver (opengl2, vaapi, vdpau).
2013-09-23input_bluray: make sure overlay is enabledPetri Hintukainen
2013-09-23input_bluray: support overlay timingsPetri Hintukainen
2013-09-23input_bluray: ignore overlay drawing commands if overlay has not been openedPetri Hintukainen
2013-09-23input_bluray: delay empty overlay hiding (hide at next FLUSH event)Petri Hintukainen
2013-09-23input_bluray: handle overlay palette updatesPetri Hintukainen
2013-09-23CosmeticsPetri Hintukainen
2013-09-23input_bluray: handle BD_EVENT_MENUPetri Hintukainen
2013-09-18Avoid using deprecated autoconf & automake features.Darren Salt
asfheader.c is used in two places: same compiler flags, so is safe.
2013-09-13Copyright year update by hg log infoTorsten Jager
script execution time: 55"
2013-07-03Use 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-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