Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-27 | vdpau: properly unlock the display in preemption reinit. | Christophe Thommeret | |
--HG-- extra : rebase_source : 74bbd9ee7e0732ce16838356a666a07c9a44acd4 | |||
2010-04-24 | fix previous commit, it discared frames too early | Julian Scheel | |
2010-04-24 | fix dpb overflow handling | Julian Scheel | |
2010-04-17 | VDPAU VC1: fixes field interlace refframes + skipped frames. | Christophe Thommeret | |
2010-04-09 | skip stuffing bytes | Julian Scheel | |
properly skip the emulation_prevention_three_byte in the bitstream, which fixes some glitches which could happen whenever such a stuffing byte was in one of the parsed sections | |||
2010-04-09 | fix freeze on discontinuities/seeking | Julian Scheel | |
completely reinitialise the h264 parser to avoid messup in the dpb which causes unnecessarily long img-locks, that might cause freezes | |||
2010-04-08 | Add two new VO_CAP_*: SHARPNESS and NOISE_REDUCTION. Fix vdpau VO driver caps. | Christophe Thommeret | |
2010-04-08 | Typo fix. | Darren Salt | |
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-30 | Allow dh_xine to take package name suffixes. Defaults are "x console". | Darren Salt | |
2010-03-30 | Add dh 7 support (dh --with xine). | Darren Salt | |
2010-03-30 | fix potential deadlock on h264 playback | Julian Scheel | |
- free vo_frames as early as possible to avoid dead-locks, due to unnecesarily locked frames - ensure that dpb does not exceed given max size --HG-- extra : rebase_source : 107db4ccde8907bba161d3cfd3f964847343664e | |||
2010-03-29 | Missed s/-/_/ in XINE_ARG_ENABLE & XINE_ARG_WITH. | 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-24 | Enable JACK on FreeBSD & kFreeBSD. (Needs testing.) | Darren Salt | |
2010-03-23 | Demux EAC3 audio from matroska | Petri Hintukainen | |
(Sample: http://samples.mplayerhq.hu/Matroska/H264%2bEAC3.mkv ) | |||
2010-03-23 | Added new audio buffer type (EAC3) | Petri Hintukainen | |
2010-03-23 | Fixed using uninitialized decode_buffer_size | Petri Hintukainen | |
2010-03-20 | demux: Fix the pts values for the TrueAudio demux | Kelvie Wong | |
This makes seeking more accurate, I believe. | |||
2010-03-22 | Add support for Ogg tag 'DISCNUMBER' and ID3 tag 'TPOS'. | Darren Salt | |
2010-03-22 | Move the logo image into misc/logo; add an SVG containing the text (as a path). | Darren Salt | |
--HG-- rename : misc/xine_logo.png => misc/logo/xine_logo.png | |||
2010-03-22 | Update the logo image (URL); remove the MPEG version. | Darren Salt | |
2010-03-20 | Enable pulseaudio on kFreeBSD. | Darren Salt | |
2010-03-20 | Enable vidix, vdpau and vcdo on kFreeBSD. | Darren Salt | |
2010-03-14 | Mention pkg-config, not xine-config. | 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-14 | Enable vdpau on FreeBSD. (Experimental.) | Darren Salt | |
2010-03-14 | Silence use of xine-config when invoked from AM_PATH_XINE. | Darren Salt | |
2010-03-13 | Fix V4L2 check. | Darren Salt | |
2010-03-13 | Correct changelog. | Darren Salt | |
2010-03-10 | Debian builds now use external libdvdnav & libdvdread. | 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-09 | Fix vcdo enable conditional. | Darren Salt | |
2010-03-09 | Include accel_vdpau.h in tarballs. | Darren Salt | |
2010-03-07 | Suppress double ToC. | Darren Salt | |
2010-03-07 | Merge from 1.1. | Darren Salt | |
2010-03-07 | Update docs wrt lack of CVS; retitle the FAQ list. | Darren Salt | |
2010-03-07 | Merge from 1.1. | Darren Salt | |
2010-03-06 | Missing test of enable_libv4l. | Darren Salt | |
2010-03-06 | Mention v4l2. | Brad Smith | |
2010-03-06 | Added tag 1.1.18.1 for changeset 8b7c25bfb056 | Darren Salt | |
2010-03-06 | 1.1.18.1.1.1.18.1 | Darren Salt | |
2010-03-06 | Add an autoconf flag to allow disabling of the Sun audio sound backend. | Brad Smith | |
2010-03-01 | Changelog line length & trailing space cleanup. | Darren Salt | |
2010-02-27 | libxdg-basedir requires $HOME to be set, so make sure that it's set. | Darren Salt | |
2010-02-25 | Fix build with the old, outdated and deprecated internal ffmpeg. | Darren Salt | |