Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-18 | Add audio/ac3. | Darren Salt | |
2010-07-08 | Set default volume value at init time (pulseaudio) | Lorenzo Desole | |
2010-07-17 | "Configuration loaded" log item. | Darren Salt | |
2010-05-25 | Fix "test x == y" bashisms in configure.ac. | Darren Salt | |
2010-05-22 | Recognise and handle the WebM container format. | Darren Salt | |
Currently, just treat it exactly as if it were Matroska. | |||
2010-05-14 | Implemented decoding of objects larger than 64kb | Petri Hintukainen | |
2010-05-14 | object id is uint16_t | Petri Hintukainen | |
2010-05-14 | cosmetics (removed tabs, ...) | Petri Hintukainen | |
removed unused code added enum for segment type added missing lf's to log strings | |||
2010-05-02 | Translation files resync. | Darren Salt | |
2010-01-30 | BluRay subtitles in matroska | Petri Hintukainen | |
2010-04-20 | remove the unneeded unistd.h and fix compatibility for msvc | Shixin Zeng | |
2010-04-29 | add /usr/lib64/codecs as real binary codec location | Anssi Hannula | |
Mplayer now only supports single location for all binary codecs, and therefore on Mandriva packaging /usr/lib(64)/codecs was selected as the directory where mplayer will try to load them from. The 64-bit variant is missing from xine-lib (/usr/lib/codecs is there). Attached patch adds it. | |||
2010-04-29 | Minor C99ism. | Darren Salt | |
2010-02-21 | Typo fix | Ulrich Eckhardt | |
2010-04-23 | fix win32 recognition when cross compiling by using $host_os instead of ↵ | Volker Grabsch | |
$build_os | |||
2010-04-12 | C89 fix | Shixin Zeng | |
2010-04-11 | Changelog update. | Darren Salt | |
2010-04-11 | Report NBC buffer stats to the application using new event XINE_EVENT_NBC_STATS | Frank Enderle | |
This event reports the buffer status for network streams (NBC) back to the application, providing a way to measure if the stream delivers data fast enough. This enables the application to slow down the stream playback to get the buffers filling more quickly. (This is only a sample application of the event.) The event reports all vital data like fill percentage, remaining buffer in seconds and discontinuity, separately for audio and video, whether the nbc layer is actually buffering, the operation type (put or get) and also if the buffering is enabled at all. In essence, it's the output you get from nbc if you run xine-lib in verbose mode on the console, but in raw data. | |||
2009-12-16 | TTA demux: use _x_demux_send_data | Kelvie Wong | |
To reduce code duplication. | |||
2010-04-11 | Fix a flaw on recovering from ALSA-reported errors in ao_alsa_delay() | Frank Enderle | |
I noticed some alsa dropouts (losing audio) while hunting a bug which has been related to a broken streaming server. This resulted in buffers running empty and therefore showed some issues in the ALSA driver not correctly applying some recovery procedures provided by ALSA itself (snd_pcm_recover() and friends). | |||
2010-04-09 | Minor indentation cleanup. | Darren Salt | |
2010-04-09 | Add eac3 support to demux_ts | Jose Alberto Reguero | |
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-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-14 | Mention pkg-config, not xine-config. | 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-07 | Update docs wrt lack of CVS; retitle the FAQ list. | 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-25 | Fix build with the old, outdated and deprecated internal ffmpeg. | Darren Salt | |
2010-02-25 | Compiler warning fixes. | Darren Salt | |