Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-15 | Cleanup of log messages | Christophe Thommeret | |
2010-01-15 | Merge with 1.2-vdpau main | Julian Scheel | |
2010-01-15 | Cleanup of log messages (replace printf calls) | Julian Scheel | |
2010-01-15 | Merge from 1.2 main. | Darren Salt | |
2010-01-14 | Merge from 1.1. | Darren Salt | |
2010-01-14 | Merge. | Darren Salt | |
2010-01-14 | Backed out changeset fd48f5a5841d (discontinuity handling for short streams ↵ | Darren Salt | |
+ gapless). | |||
2010-01-14 | Don't deinterlace still frames | Christophe Thommeret | |
still frames are marked by the decoder and the video_out will not deinterlace if the flag is set. | |||
2010-01-13 | Clear VDPAU surfaces on new streams. | Christophe Thommeret | |
2010-01-12 | Merge from 1.2 main | Julian Scheel | |
2010-01-12 | Merge from 1.1. | Darren Salt | |
2010-01-12 | fix a/v sync | Julian Scheel | |
send the pts to the decoders, even if the pes packet is just a continuation packet | |||
2010-01-12 | always draw still images. a still image is detected by the immediate ↵ | Julian Scheel | |
following of an end of sequence mark, so that it is safe to remove backward references after decoding it. this will make the drawing logic work and draw the picture actually this fixed dvd menus with still images in background which were not always drawn | |||
2010-01-12 | Demux BluRay DTS (stream 0x82) | Petri Hintukainen | |
2010-01-12 | Do not reset decoder flags from parse_pes_header() when setting ↵ | Petri Hintukainen | |
BUF_FLAG_FRAME_END. Fixes BluRay PCM audio when PES payload size is less than 2048 bytes. | |||
2010-01-11 | Merge with 4d746db529dee2629e297297e0d751de95010792 | jscheel-guest | |
2010-01-11 | complete rework of the h264 decoder | jscheel-guest | |
coded_picture replaces the abused nal_units, while nal_units are just what their name says. sps and pps are handled in buffers as the spec proposes. pic_num calculation and ref-frame marking reworked to be spec compliant | |||
2010-01-08 | Merge from 1.2 main. | Darren Salt | |
2010-01-06 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libxineadec/xine_lpcm_decoder.c => src/audio_dec/xine_lpcm_decoder.c | |||
2010-01-06 | Update to libxdg-basedir 1.0.2; adapt accordingly, and default to external. | Darren Salt | |
2010-01-06 | Ignore unsupported BluRay SPU streams (interactive (0x91) and text (0x92)) | Petri Hintukainen | |
2010-01-06 | Demux BluRay PCM audio | Petri Hintukainen | |
2010-01-06 | Join multiple chunks before passing to audio out | Petri Hintukainen | |
(data is lost if PCM frames are splitted in the middle) | |||
2010-01-06 | Use local variable for buffer size | Petri Hintukainen | |
2010-01-06 | Cosmetics | Petri Hintukainen | |
2010-01-06 | Decode BluRay PCM header | Petri Hintukainen | |
2010-01-06 | Added some debug logging | Petri Hintukainen | |
2009-12-17 | Merge from 1.2 main. | Darren Salt | |
2009-12-15 | TTA demux: Fix the calculation of the stream length. | Kelvie Wong | |
Its resolution was in frames (+/- ~1 second), now it is calculated from the number of samples, as it should be. | |||
2009-12-13 | TTA demux: Fix a buffer overflow | Kelvie Wong | |
It can be the case that the header is larger than buf->max_size (8 kilobytes), especially for slightly larger files. This sends them in parts so we don't overfill the buffer. | |||
2009-12-11 | TTA demux: fix buffer->extra_info->total_time | Kelvie Wong | |
Supposed to be in milliseconds; totalframes is only approx. total seconds. | |||
2009-12-11 | TTA demux: don't read past the last frame. | Kelvie Wong | |
I don't think whoever wrote this played a TTA file all the way to the end. | |||
2009-12-12 | Merge from 1.1. | Darren Salt | |
--HG-- rename : include/xine.h.in => include/xine.h rename : src/combined/decoder_flac.c => src/combined/flac_decoder.c rename : src/libspuhdmv/xine_hdmv_decoder.c => src/spu_dec/spuhdmv_decoder.c | |||
2009-12-06 | Merge. | Darren Salt | |
2009-12-06 | Merge fixes. | Darren Salt | |
2009-12-06 | Finish implementing the TTA demuxer | Kelvie Wong | |
* Return the correct stream length * Return the current time * Implement seeking --- src/demuxers/demux_tta.c | 47 ++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 41 insertions(+), 6 deletions(-) --HG-- extra : transplant_source : D%27%B7%5C%C4%95Ra%90E%DD%99IG%CF%5D%21%27zN | |||
2009-12-06 | Fix a couple of memory leaks. | Kelvie Wong | |
--- src/demuxers/demux_flac.c | 1 + src/demuxers/demux_tta.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) --HG-- extra : transplant_source : C%21X%B8%E1p%D2%8E%E0%26%CA%3E%09%8B%09%16%19%C1CQ | |||
2009-12-05 | Add mimetypes for the TTA demuxer | Kelvie Wong | |
I've noticed that a lot of the demuxers don't have mimetypes -- Nokia and KDE's Phonon (when using the Xine backend, and consequently this bothers all Amarok users) depend on the mimetypes to see what types of files it can process. This adds support for the True Audio data type, which scratches my itch; I'm sure there are several other demuxers that need a similar change. | |||
2009-12-05 | Build fix (undefined symbol) for when using older ffmpeg. | Darren Salt | |
2009-12-04 | Bump the FLAC decoder's priority above ffmpegaudio, and build it by default. | Darren Salt | |
2009-12-03 | Use unsigned int, not uint. Fix up format strings where (uint)size_t was used. | Darren Salt | |
2009-12-03 | Compile error in xine_hdmv_decoder.c on mingw+msys: ERROR is a reserved macro. | Carlo Bramini | |
TRACE and ERROR are now prefixed with XINE_HDMV_. | |||
2009-12-03 | Linkage error on minggw+msys when building demux_mpeg: libintl_printf is ↵ | Carlo Bramini | |
undefined. | |||
2009-12-01 | Remove some cruft left over from porting vdpau to 1.2. | Darren Salt | |
2009-12-01 | Fork failure messages shouldn't be debug-only. | Darren Salt | |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt | |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt | |
2009-11-30 | Merge from 1.1. | Darren Salt | |
2009-11-30 | Demux BluRay DTS and TrueHD audio streams | Petri Hintukainen | |
2009-11-29 | Merge. | Darren Salt | |