summaryrefslogtreecommitdiff
path: root/xine
AgeCommit message (Collapse)Author
2011-12-15Splitted get_optional_dataphintuka
2011-12-15Fixed track languagesphintuka
2011-12-14Fixed overlay backgroundphintuka
2011-11-28Improved audio channel switching:phintuka
- reset demuxer buffers - reset audio decoder
2011-11-28Reduced logging and fixed log messagesphintuka
2011-11-22vo_lastpts: detect changed metronomphintuka
(closes #3410672)
2011-11-22xvdr_metronom_init(): check if already initializedphintuka
2011-11-13Removed write-only variablesphintuka
2011-10-30Fix some issues flagged by cppcheckphintuka
(Thanks to Ville Skyttä)
2011-10-25vo_lastpts: added sanity checks and loggingphintuka
2011-10-25Added mutex for ptsphintuka
2011-10-23Log used audio decodersphintuka
(suggested by Christian Ruppert)
2011-10-19Updated libbluray overlay interfacephintuka
2011-10-19Removed old demuxer flush hackphintuka
2011-10-19Reduced logging during menu background still imagesphintuka
2011-10-19Added BD_EVENT_READ_ERRORphintuka
2011-10-19Removed old demuxer flush hackphintuka
2011-10-19Merged recent changes from xine-libphintuka
2011-10-18Show message if mounting .iso image failsphintuka
2011-10-18Cosmeticsphintuka
2011-10-18Added support for XINE_EVENT_END_OF_CLIPphintuka
2011-09-15Added new xine buffer type (BUF_AUDIO_AAC_LATM)phintuka
2011-08-02Removed PCM inside PS1 (it can't work because of missing decoder initialization)phintuka
Removed unneeded check Cosmetics
2011-08-02added buffer size checks to adaptation field parsingphintuka
2011-08-02Fixed detect_ts()phintuka
2011-08-02demux_ts: packet content should be checked for AC3 syncword after checking ↵phintuka
all descriptors
2011-08-02Added defines for PMT descriptor tagsphintuka
2011-08-01Merged changes from xine-libphintuka
2011-08-01Factorized known audio pid search codephintuka
2011-08-01Removed unneeded checkphintuka
2011-08-01Fixed writing outside of buffer when there are more than MAX_PIDSphintuka
scrambled pids.
2011-08-01demux_ts: Added buffer size checks. Make sure buffer size is not set tophintuka
negative value (that results writing out of buffer when buffering payload). Check buffer size before checking substream header bytes.
2011-08-01parse_pes_header(): eliminated local variable by simplifying the codephintuka
that skips pes header
2011-08-01demux_ts: Fixed reading outside of buffer: check header length beforephintuka
parsing pts.
2011-08-01demux_ts: Fixed reading outside of buffer. Checking if pes header lengthphintuka
== 6 is not enough ; anything less than 9 is invalid (header length byte at [8] can't be used if it is outside of buffer). Moved check to beginning of parse_pes_header() to avoid reading outside of buffer.
2011-08-01Removed unused parameterphintuka
2011-07-21Removed unused code and variablesphintuka
2011-07-13Added support for .iso images using loop devicephintuka
(Thanks to LACARRIERE Jerome)
2011-07-13Improved guessing disc name from disc root pathphintuka
2011-07-11Merged recent changes from xine-lib:phintuka
24-bit DVD PCM audio fix
2011-07-11Latest PCM plugin fixes are not in xine-lib 1.1.19.phintuka
Current xine-lib decoder is broken for 24bit BluRay PCM.
2011-07-11Updated CFLAGS: more warnings, gdb debug infophintuka
2011-07-11Latest SPU decoder updates are not in xine-lib 1.1.19phintuka
2011-07-11Handle 20 bit PCM as 24 bit PCM.phintuka
BluRay 20 bit PCM = 20 bit samples padded to 24 bits, 4 lowest bits are 0.
2011-07-11Updated libbluray event queue initialization (do not lose event)phintuka
2011-07-03Splitted overlay_proc()phintuka
2011-07-03Splitted overlay_proc()phintuka
2011-06-19Drop cached data at epoch start or acquistion point, not at end of display setphintuka
2011-06-19Composition descriptor state is only two bitsphintuka
2011-06-19Cosmetics: reordered functionsphintuka