Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-25 | Updated changelog. | Petri Hintukainen | |
2011-11-25 | Updated ChangeLog | Petri Hintukainen | |
2011-11-25 | Changelog update. | Darren Salt | |
--HG-- branch : point-release | |||
2011-11-23 | Have the PVR input plugin built if V4L2, not V4L1, is present. | Darren Salt | |
--HG-- branch : point-release extra : rebase_source : 182453d8d03dbac55d0264944566e8430ac7d601 | |||
2011-11-22 | Fix up ImageMagick API selection in the presence of GraphicsMagick; changelog. | Darren Salt | |
--HG-- branch : point-release | |||
2011-11-18 | Changelog update. | Darren Salt | |
--HG-- branch : point-release | |||
2011-11-13 | Merge from 1.1, discarding irrelevant po/* changes. | Darren Salt | |
--HG-- rename : po/libxine1.pot => po/libxine2.pot | |||
2011-11-13 | xine-lib 1.1.20. | Darren Salt | |
2011-10-05 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/xine-engine/xine_internal.h => include/xine/xine_internal.h rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c | |||
2011-10-04 | Add AAC LATM audio and CLOEXEC descriptors to ChangeLog. | Chris Rankin | |
2011-03-20 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libxineadec/gsm610/Makefile.am => contrib/gsm610/Makefile.am rename : src/libxineadec/nosefart/diff_to_nosefart_cvs.patch => contrib/nosefart/diff_to_nosefart_cvs.patch rename : src/libxineadec/nosefart/nes6502.c => contrib/nosefart/nes6502.c rename : src/libxineadec/nosefart/nes6502.h => contrib/nosefart/nes6502.h rename : src/libxineadec/nosefart/nes_apu.c => contrib/nosefart/nes_apu.c rename : src/libxineadec/nosefart/nes_apu.h => contrib/nosefart/nes_apu.h rename : src/libxineadec/nosefart/nsf.c => contrib/nosefart/nsf.c rename : src/libxineadec/nosefart/nsf.h => contrib/nosefart/nsf.h rename : src/libxineadec/nosefart/types.h => contrib/nosefart/types.h rename : src/libxineadec/nosefart/version.h => contrib/nosefart/version.h rename : doc/faq/faq.sgml => doc/faq/faq.docbook rename : src/libsputext/demux_sputext.c => src/spu_dec/sputext_demuxer.c rename : src/libxinevdec/image.c => src/video_dec/image.c | |||
2010-12-12 | Add .ass extension to be recognized as subtitle file. | František Dvořák | |
2010-12-01 | Update nosefart to 2.7-mls, fixes xine bug #84. | František Dvořák | |
There was added memory limits checks, which will improve stability when playing corrupted NSF files. | |||
2010-11-28 | Header stripping support in matroska demuxer. | František Dvořák | |
Reserved space on the start of block_data for the headers during reading to avoid temporary memory buffers and memcpy()'s. | |||
2010-11-10 | Update ChangeLog. | František Dvořák | |
2010-09-23 | Merge from 1.1. | Darren Salt | |
2010-08-21 | Credit for one of the 1.1.19 changes. | Darren Salt | |
2010-07-30 | Distribute & install the Japanese translation. | Darren Salt | |
2010-07-29 | Another changelog update. | Darren Salt | |
2010-07-28 | Changelog update. | Darren Salt | |
2010-07-27 | Changelog updates (version bump). | Darren Salt | |
--HG-- extra : rebase_source : e6fae061a84a475065cd5e8869d02c4d9c5084c7 | |||
2010-07-25 | Added tag 1.1.19 for changeset acba7a8c29cc | Darren Salt | |
2010-07-25 | 1.1.19.1.1.19 | Darren Salt | |
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 | |