Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-29 | Merge from 1.1. | Darren Salt | |
2010-07-25 | Merge from 1.1; resync translation files. | Darren Salt | |
--HG-- rename : po/libxine1.pot => po/libxine2.pot rename : src/libmad/xine_mad_decoder.c => src/audio_dec/xine_mad_decoder.c rename : src/libspucmml/xine_cmml_decoder.c => src/spu_dec/cmml_decoder.c | |||
2010-07-19 | Merge from 1.1. | Darren Salt | |
2010-07-19 | ScreamTracker 3 now tested. | Darren Salt | |
2010-07-19 | Refuse to build with known-broken libmodplug (0.8.8). | Darren Salt | |
2010-07-18 | Fix playback of the first file handled by the modplug demuxer. | Darren Salt | |
2010-07-18 | Recognise ScreamTracker files. ST3 is untested. | Darren Salt | |
2010-07-19 | Fix a potential freeing of unallocated memory. | Darren Salt | |
2010-06-14 | Merge from 1.1. | Darren Salt | |
--HG-- rename : include/xine.h.in => include/xine.h rename : po/libxine1.pot => po/libxine2.pot | |||
2010-05-22 | Recognise and handle the WebM container format. | Darren Salt | |
Currently, just treat it exactly as if it were Matroska. | |||
2010-04-08 | Merge from 1.1. | Darren Salt | |
--HG-- rename : include/xine.h.in => include/xine.h rename : src/xine-engine/video_out.h => include/xine/video_out.h | |||
2010-04-08 | Add support for Xv gamma adjustment. | Darren Salt | |
2010-04-02 | demux_tta: fix some dumb truncation errors | Kelvie Wong | |
I don't know why I multiplied by integers _outside_ the parentheses. I blame late nights. Regardless, this fixes the skip every 24 seconds due to the truncation of FRAME_TIME. The input_time is also more accurate for e.g. stopping cue tracks. | |||
2010-04-07 | Add video/mp2t (and the corresponding video/mp2p). | Darren Salt | |
2010-03-24 | Merge from 1.1. | Darren Salt | |
--HG-- rename : doc/hackersguide/internals.sgml => doc/hackersguide/internals.docbook rename : doc/hackersguide/library.sgml => doc/hackersguide/library.docbook rename : include/xine.h.in => include/xine.h rename : src/xine-engine/buffer.h => include/xine/buffer.h rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c | |||
2010-03-23 | Added new audio buffer type (EAC3) | Petri Hintukainen | |
2010-03-22 | Add support for Ogg tag 'DISCNUMBER' and ID3 tag 'TPOS'. | Darren Salt | |
2010-03-14 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libspudec/xine_spu_decoder.c => src/spu_dec/spu_decoder.c rename : src/libspudec/spu.c => src/spu_dec/spudec.c rename : src/libspudec/spu.h => src/spu_dec/spudec.h | |||
2010-03-13 | Fix V4L2 check. | Darren Salt | |
2010-03-13 | Correct changelog. | Darren Salt | |
2010-03-10 | Make buildable with current (external) libdvdnav & libdvdread. | Darren Salt | |
2010-03-10 | Handle odd widths properly (for ffmpeg-decoded video). | Darren Salt | |
2010-03-07 | Merge from 1.1. | Darren Salt | |
2010-03-06 | 1.1.18.1.1.1.18.1 | Darren Salt | |
2010-03-01 | Changelog line length & trailing space cleanup. | Darren Salt | |
2010-02-25 | Fix build with the old, outdated and deprecated internal ffmpeg. | Darren Salt | |
2010-02-25 | Fix a size check (wrong variable, causing int/ptr comparison) in rmff.c. | Darren Salt | |
2010-02-24 | Fix up V4L/V4L2 for non-Linux. | Darren Salt | |
2010-02-23 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/xine-engine/buffer.h => include/xine/buffer.h rename : src/libxineadec/xine_lpcm_decoder.c => src/audio_dec/xine_lpcm_decoder.c | |||
2010-02-24 | src/dxr3/compat.h needs to be in the tarball... | Darren Salt | |
2010-02-23 | 1.1.18.1.1.18 | Darren Salt | |
2010-04-11 | Changelog update. | Darren Salt | |
2010-02-22 | Changelog entry for WMA Pro. | Darren Salt | |
2010-02-22 | Changelog entry for the LPCM fix. | Darren Salt | |
2010-02-12 | DXR3 compatibility fix for newer versions of the em8300 driver. | Darren Salt | |
2010-02-07 | Changelog update (Flash/AAC). | Darren Salt | |
2010-02-04 | Extend Ogg metadata handling. | Darren Salt | |
2010-02-04 | Work around an ffmpeg SVQ3 bug; check for avcodec_thread_init failure. | Darren Salt | |
2010-01-25 | Bump version no. etc. | Darren Salt | |
2010-01-17 | "Fix" playback of 24-bit FLAC. | Darren Salt | |
We pretend that it's 16-bit to avoid "audio device unavailable" (ALSA). Also, the clock is a bit fast. | |||
2010-01-16 | Added basic support for .qtl (Quicktime media link). | Darren Salt | |
2009-12-11 | Extra meta-info identifiers. | Darren Salt | |
2009-12-11 | Changelog entry for the TTA changes. | Darren Salt | |
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-04 | Changelog header for the next release. | Darren Salt | |
2009-12-01 | Release date... | Darren Salt | |
2009-11-17 | VC1 support fixes | Petri Hintukainen | |
There are two tricks to make VC1 decoding work: 1) VC1 sequence and entry point headers must be present in context->extradata. 2) video width and height must be known when opening decoder. Some container formats store required extra data, but mpeg-ts does not. 1) is fixed by scanning the stream for headers and discarding all data until proper headers are found. 2) is fixed by re-opening decoder with width and height information from first open. | |||
2009-10-21 | Fixed a bug which prevented "dvb://" working with the default configuration. | Darren Salt | |
2009-10-15 | Make the XML lexer and parser re-entrant | Matt Kraai | |