summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-10Assume .iso images larger than 10G are BluRay imagesphintuka
2011-07-10revert 1.79phintuka
2011-07-10Video mode switching is off by defaultphintuka
2011-07-10Merge from 1.0.x: Updated Italian translationphintuka
(Thanks to Diego Pierotto)
2011-07-03Splitted overlay_proc()phintuka
2011-07-03Splitted overlay_proc()phintuka
2011-07-01Use rle_uncompress_argb()phintuka
2011-07-01Cosmetics (removed duplicate if())phintuka
2011-07-01Logging updates, parameter checksphintuka
2011-07-01Added display locking to update_screen_size()phintuka
2011-07-01Removed deprecated codephintuka
2011-07-01Removed CWBackPixel when creating windowsphintuka
(patch #3206794, thanks to grueni75)
2011-07-01fix some bugs when using opengl for hud only mode and for both video and hudphintuka
(patch #3206794, thanks to grueni75)
2011-07-01Moved OpenGL init to opengl drawing threadphintuka
(patch #3206794, thanks to grueni75)
2011-07-01Changed hud from single bit flag to uint8_t (it is now bit mask of hud modes)phintuka
(patch #3206794, thanks to grueni75)
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
2011-06-19Killed warningsphintuka
2011-06-19Fixed hiding subtitlesphintuka
2011-06-19Splitted update_title_name() from update_title_info().phintuka
Send XINE_EVENT_UI_SET_TITLE event after all metadata has been updated.
2011-06-19Set correct title number/count when using disc menusphintuka
2011-06-19Added stream_reset() when jumping to another title with LEFT/RIGHT keysphintuka
2011-06-19Generate XINE_EVENT_SPU_BUTTON events when mouse cursor enters/leaves a buttonphintuka
2011-06-19Added config option for skip behaviour (chapter/title)phintuka
2011-06-19Removed run-time warningphintuka
audio decoder does not support BUF_CONTROL_FLUSH_DECODER
2011-06-19Use input->seek_time() when available. MAkes seeking in BluRays more accurate.phintuka
2011-06-19Check if optional data is NULL before using itphintuka
2011-06-19Added some assert-like checksphintuka
2011-06-19Require this->lock to be locked when calling set_live_mode() and ↵phintuka
set_trick_speed(). (-> allow larger chunks using those functions to be atomic) Added some missing locking
2011-06-19Use _x_action_pending()phintuka
2011-06-19Removed return values from set_live_mode() and set_trisk_speed()phintuka