Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-05 | Merge. | Darren Salt | |
--HG-- branch : 1.2.1-branch | |||
2012-02-05 | Merge from 1.1. | Darren Salt | |
--HG-- branch : 1.2.1-branch | |||
2012-02-05 | Ignore debian/libxine2-dev/. | Darren Salt | |
--HG-- branch : 1.2 | |||
2012-02-05 | Fix xinerama & libcdio/libvcdinfo tests: didn't soft-fail properly. | Darren Salt | |
--HG-- branch : 1.2.1-branch | |||
2012-02-05 | Fix musepack decoder compilation if libmpcdec headers aren't available. | Darren Salt | |
--HG-- branch : 1.2.1-branch | |||
2012-02-04 | Fix dependencies generated by dh_xine. | Darren Salt | |
2012-02-04 | Added tag 1.2.1 for changeset ac2c5ea4bc52 | Darren Salt | |
2012-02-04 | Release.1.2.1 | Darren Salt | |
2012-02-04 | Pass distcheck. | Darren Salt | |
2012-02-04 | Merge. | Darren Salt | |
2012-02-04 | Distribute ffmpeg_compat.h. | Darren Salt | |
2012-02-03 | Fixed overlay surface reuse issue for raw rgba overlays within vdpau output ↵ | Andreas Auras | |
driver. | |||
2012-02-01 | Merge from 1.1. | Darren Salt | |
2012-02-01 | Quieten documentation building a bit more. | Darren Salt | |
2012-02-01 | Remove ALSA resampler bypass | David Flater | |
In 2005, xine-lib 1.1.1 added the following change: xine-lib (1.1.1) 2005-11-15 * Improve sound quality when using alsa 1.0.9 or above. When playing a 44.1khz stream on a 48khz only capable sound card. It bypasses alsa-lib resampler and uses xine's That made sense when Alsa's resampling was the worst thing ever. But now, if one installs alsa-plugins-1.0.25 and puts this in ~/.asoundrc: defaults.pcm.rate_converter "samplerate_best" Alsa then does markedly better resampling (using libsamplerate) than xine-lib (using its own algorithm). The bypass added in 2005 is therefore preventing the use of a higher-quality algorithm and blocking the ability to tune that algorithm in ~/.asoundrc, and no longer seems to have any redeeming value. --HG-- extra : transplant_source : %AE%96zte%B0%ED%B6C%BC%89%02%1F%05%21%BD%ED%D6%8C6 | |||
2012-01-31 | Make some variables const and/or static; tidy LOCKDISPLAY (stmt/block). | Darren Salt | |
2012-01-31 | frame garbage collector in ff_reset | Edgar Hucek | |
2012-01-30 | Compile failure in osd.c with sys-libs/zlib-1.2.6 | Ulrich Müller | |
2012-01-29 | fix compile against recent ffmpeg | Edgar Hucek | |
2012-02-04 | Remove unnecessary dev package dependencies. | Darren Salt | |
libc6-dev is required anyway, and the other -dev packages aren't referenced by our exported header files. | |||
2012-02-03 | Merge. | Darren Salt | |
2012-02-02 | vo_opengl: quick-fix to enable OSD when using fragment shader for YUV ↵ | Petri Hintukainen | |
conversion. Proper (HW-accelerated) implementation would use OpenGL texture to blend the OSD directly to RGB video texture. | |||
2012-01-25 | Rename libxine-dev → libxine2-dev; fix dh_xine debhelper sequencing install. | Darren Salt | |
--HG-- rename : debian/libxine-dev.install => debian/libxine2-dev.install | |||
2012-01-18 | Bump version. | Darren Salt | |
2012-01-18 | Merge from 1.1. | Darren Salt | |
--HG-- rename : include/xine.h.in => include/xine.h rename : src/xine-engine/xine_internal.h => include/xine/xine_internal.h rename : src/combined/ffmpeg/ffmpeg_encoder.c => src/dxr3/ffmpeg_encoder.c | |||
2012-01-18 | And define/declare the new stuff... | Darren Salt | |
2012-01-18 | Hack to avoid xine-list-* causing catalog.cache to be written. | Darren Salt | |
2012-01-18 | Merge. | Darren Salt | |
2012-01-18 | Fixed pp_context and pp_mode | Petri Hintukainen | |
2012-01-18 | avcodec_init(), avcodec_alloc_context() and avcodec_open() are depreated | Petri Hintukainen | |
2012-01-18 | Moved ffmpeg API version checks to single header | Petri Hintukainen | |
2012-01-18 | Simplify | Petri Hintukainen | |
2012-01-18 | Merge from 1.1 | Petri Hintukainen | |
--HG-- rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c | |||
2012-01-18 | Merge | Petri Hintukainen | |
2012-01-17 | Bump version in debian/changelog. | Darren Salt | |
2012-01-17 | Merge | Petri Hintukainen | |
2012-01-17 | Updated ChangeLog | Petri Hintukainen | |
--HG-- branch : point-release | |||
2012-01-16 | Merge | Petri Hintukainen | |
2012-01-16 | Fixed using uninitialized data | Petri Hintukainen | |
--HG-- branch : point-release | |||
2012-01-16 | Fixed matroska header compression when using lacing (ex. multiple audio ↵ | Petri Hintukainen | |
frames in one block) --HG-- branch : point-release | |||
2012-01-16 | Fixed using uninitialized data | Petri Hintukainen | |
--HG-- branch : point-release | |||
2012-01-16 | Removed unused variables and code | Petri Hintukainen | |
2012-01-16 | Copy to buf->content | Petri Hintukainen | |
2012-01-16 | Removed write-only variables and unused code | Petri Hintukainen | |
2012-01-16 | Check for failed write | Petri Hintukainen | |
2012-01-12 | Merge from 1.1 | Petri Hintukainen | |
--HG-- rename : src/libspudvb/xine_spudvb_decoder.c => src/spu_dec/spudvb_decoder.c | |||
2012-01-12 | Added const | Petri Hintukainen | |
2012-01-12 | Hide "warning: cast from pointer to integer of different size" | Petri Hintukainen | |
2012-01-12 | Fixed pointer type | Petri Hintukainen | |
2012-01-12 | Fixed pointer cast | Petri Hintukainen | |