Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-10 | Removed unused variable | Petri Hintukainen | |
2012-01-10 | Fixed printf format | Petri Hintukainen | |
2012-01-10 | Define LOG_MODULE before including xine headers | Petri Hintukainen | |
2012-01-10 | Fixed include | Petri Hintukainen | |
2012-01-10 | Removed unused variables | Petri Hintukainen | |
2012-01-10 | Merge from 1.1 | Petri Hintukainen | |
--HG-- rename : src/libsputext/xine_sputext_decoder.c => src/spu_dec/sputext_decoder.c | |||
2012-01-10 | Fixed printf argument | Petri Hintukainen | |
2012-01-10 | Removed unused variable from enum definition | Petri Hintukainen | |
2012-01-10 | Include xine_private.h to get xine_probe_fast_memcpy() definition | Petri Hintukainen | |
2012-01-10 | Fixed include order | Petri Hintukainen | |
2012-01-03 | Fix VDR input plugin build. | Brad Smith | |
2012-01-03 | Fix up sndio plugin #includes (FTBFS). | Darren Salt | |
2012-01-03 | Complete rewrite of vdpau output driver osd handling. | Andreas Auras | |
The new implementation has the following advantages towards the existing one: There is now a unique processing of RLE coded images and ARGB based overlay images. For both formats scaled and unscaled images and a video window are supported. Both formats are rendered now in given order into the same output surface not using a dedicated output surface for scaled, unscaled and ARGB images any more. Processing of YCBCR overlay images now uses corresponding vdpau upload functions eliminating the existing (possible slower) conversation to RGB images. Optimized processing of first overlay from stack avoiding unnecessary surface initialization and rendering operations. Currently the new implementation does only take the dirty rect information of a ARGB overlay into account for optimization if this is the only one object that should be displayed. | |||
2012-01-01 | Oops. Omitted headers.1.2.0 | Darren Salt | |
2011-12-31 | Merge from 1.1. | Darren Salt | |
2011-12-31 | Kill a few trivial compiler warnings. | Darren Salt | |
2011-12-31 | A new vdpau h264 decoder that has proven to work better than the previous one. | Christophe Thommeret | |
2011-12-21 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libdts/xine_dts_decoder.c => src/audio_dec/xine_dts_decoder.c rename : src/libxineadec/xine_lpcm_decoder.c => src/audio_dec/xine_lpcm_decoder.c rename : src/combined/decoder_flac.c => src/combined/flac_decoder.c rename : src/combined/demux_flac.c => src/combined/flac_demuxer.c rename : src/libsputext/xine_sputext_decoder.c => src/spu_dec/sputext_decoder.c | |||
2011-12-16 | Merge | Petri Hintukainen | |
2011-12-16 | flac decoder: int -> size_t | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-16 | Fixed flac_read_callback() signature for flac 1.1.3+ (when sizeof(size_t) != ↵ | Petri Hintukainen | |
sizeof(unsigned)) --HG-- branch : point-release | |||
2011-12-16 | Hide aliasing problems in xcb plugins | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-16 | Silenced warning | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-16 | Merge | Petri Hintukainen | |
2011-12-16 | Removed write-only variables | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-16 | Fixed osd_hide() return value | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-16 | Fixed using uninitialized data | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-16 | define _XOPEN_SOURCE before including any system headers | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-16 | Fixed pointer type | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-16 | Added missing const | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-15 | Fixed printf format | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-15 | xvmc: Fixed using uninitialized data and resource leak (from 9456) | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-15 | Fixed printf format | Petri Hintukainen | |
--HG-- branch : point-release | |||
2011-12-15 | Marked xine_get_autoplay_mrls() and get_autoplay_list()'s return value const | Petri Hintukainen | |
2011-12-15 | Marked _x_is_fourcc() arguments const | Petri Hintukainen | |
2011-12-15 | Merge from 1.1 | Petri Hintukainen | |
2011-12-15 | Merge from 1.1 | Petri Hintukainen | |
--HG-- rename : src/libspuhdmv/xine_hdmv_decoder.c => src/spu_dec/spuhdmv_decoder.c | |||
2011-12-15 | Added BluRay input plugin | Petri Hintukainen | |
2011-12-14 | demux_ts: make sure old pts is not passed to metronom after seek / changed pids | Petri Hintukainen | |
2011-12-14 | demux_ts: Retry read few times after failure. Allow handling events and ↵ | Petri Hintukainen | |
checking for demux_action_pending flag before retry. Input can return -1 with errno set to EAGAIN or EINTR. | |||
2011-12-14 | demux:ts: flush buffers at EOF. Allows decoding of last video frame. | Petri Hintukainen | |
2011-12-14 | demux_ts: set corrupted_pes flag when pid is flushed | Petri Hintukainen | |
2011-12-13 | Silenced warnings | Petri Hintukainen | |
2011-12-13 | demux_ts: do not count skipped PS1 substream header in PES packet size | Petri Hintukainen | |
2011-12-13 | hdmv_decoder: log unknown segment type | Petri Hintukainen | |
2011-12-13 | demux_ts: free pending buffers when handling XINE_EVENT_PIDS_CHANGE | Petri Hintukainen | |
2011-12-13 | demux_ts_dynamic_pmt_clear(): set spu_media to 0 | 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-30 | demux_ts: fixed buffer leak | Petri Hintukainen | |