Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-01 | 1.1.20.1.1.1.20.1 | Darren Salt | |
--HG-- branch : point-release | |||
2011-11-24 | Don't check for and include a52_internal.h: it's not actually used. | Kevin Kofler | |
--HG-- branch : point-release extra : rebase_source : 3cc7f85e6e39b1af46b7da40edcdebda000ef8ff | |||
2011-11-22 | Fix up ImageMagick API selection in the presence of GraphicsMagick; changelog. | Darren Salt | |
--HG-- branch : point-release | |||
2011-11-20 | fix system libdvdnav support to also link libdvdread | Kevin Kofler | |
--HG-- branch : point-release | |||
2011-11-18 | Enhance and move the "internal ffmpeg" warning. | Darren Salt | |
--HG-- branch : point-release | |||
2011-11-13 | xine-lib 1.1.20. | Darren Salt | |
2011-09-29 | Enable missing FFmpeg codecs for RV30 / RV40 and VP8 | Brad Smith | |
--HG-- extra : rebase_source : dd06e80a4a10ee355d073e77044440a1c09dc76e | |||
2011-10-03 | Simplify test for "internal" visibility compiler flag. | Chris Rankin | |
2011-10-03 | Set CLOEXEC flag on three more sockets. | Chris Rankin | |
There are two functions that actually set this flag: int _x_set_file_close_on_exec() int _x_set_socket_close_on_exec() (We need two functions because file descriptors and sockets are not the same under WIN32 - of course). These function have been assigned "internal" visibility so that they can be used throughout libxine.so itself while still not being exported to the global symbol table. In other words, they're both as close to being "static" as I can make them. | |||
2011-09-27 | Added AAC LATM to configure output | Petri Hintukainen | |
2011-09-12 | Use AC_LANG_SOURCE | Petri Hintukainen | |
2011-08-29 | Add AAC LATM support from FFmpeg 0.7+ | Chris Rankin | |
I've now tested this patch on Fedora 15 (FFmpeg 0.7) and Fedora 14 (FFmpeg 0.6), and am happy to report that it works fine on F15 and doesn't break xine-lib on F14. On F14, it also has the happy side effect of no longer trying to decode an LATM AAC stream with the xineplug_decode_faad.so plugin. (Which was something which never ended well anyway.) | |||
2011-03-27 | Add "-no-undefined" as late as possible in the ./configure process | Volker Grabsch | |
This is so it won't be passed to GCC by accident. | |||
2010-10-23 | mingw32-w64 port: '-no-undefined' part | František Dvořák | |
- use -no-undefined flag only for building shared libraries (libxine, plugins) - plugins LDFLAGS unification - move -no-undefined into LDFLAGS_NOUNDEFINED - attributes.m4 fix | |||
2010-10-10 | Build goom with newer MinGW. | František Dvořák | |
2010-10-09 | Fix compilation of xine-list on MinGW. | František Dvořák | |
2010-08-03 | Use -Wformat-security by default. | Darren Salt | |
2010-07-28 | Allow GraphicsMagick (compat layer) to be used instead of ImageMagick. | Darren Salt | |
Debian build deps are adjusted accordingly. | |||
2010-07-25 | 1.1.19.1.1.19 | Darren Salt | |
2010-07-19 | Refuse to build with known-broken libmodplug (0.8.8). | Darren Salt | |
2010-05-25 | Fix "test x == y" bashisms in configure.ac. | Darren Salt | |
2010-04-23 | fix win32 recognition when cross compiling by using $host_os instead of ↵ | Volker Grabsch | |
$build_os | |||
2010-03-23 | Added new audio buffer type (EAC3) | Petri Hintukainen | |
2010-03-13 | Fix V4L2 check. | Darren Salt | |
2010-03-06 | Missing test of enable_libv4l. | Darren Salt | |
2010-03-06 | Mention v4l2. | Brad Smith | |
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-02-25 | Fix build with the old, outdated and deprecated internal ffmpeg. | Darren Salt | |
2010-02-24 | Fix up V4L/V4L2 for non-Linux. | Darren Salt | |
2010-02-21 | WMAPro support | Christopher Martin | |
Rename "wmav3" to "wmapro" in xine-lib's internals to line up xine-lib's nomenclature with what everyone else calls it and knows it as. [Tweaked by ds to avoid API change.] Tell xine-lib that when it finds wmapro, look to ffmpeg. ffmpeg's wmapro decoder is unique in that it puts out samples that are floats, not 16-bit ints. These need to be converted. This requires external ffmpeg. | |||
2010-02-06 | libv4l check shouldn't fail & abort unless --enable-libv4l is given. | Darren Salt | |
2010-02-05 | Fix testing for DVB support. | Darren Salt | |
2010-01-29 | Link the v4l2 plugin with libv4l2 (if required); use pkgconfig to locate it. | Darren Salt | |
2010-01-26 | Merge v4l2 support. | Darren Salt | |
2010-01-25 | Bump version no. etc. | Darren Salt | |
2010-01-06 | Add v4l2 to the makefile | Trever Fischer | |
--HG-- branch : v4l | |||
2009-12-06 | Fix XShm detection in the absence of pkgconfig or x11.pc. | Darren Salt | |
2009-12-04 | Bump the FLAC decoder's priority above ffmpegaudio, and build it by default. | Darren Salt | |
2009-12-01 | 1.1.17.1.1.17 | Darren Salt | |
2009-08-31 | Connect up the BluRay subtitles decoder. | Darren Salt | |
--HG-- rename : src/libspudvb/Makefile.am => src/libspuhdmv/Makefile.am | |||
2009-07-15 | Port to new libmpcdec API | Yavor Doganov | |
This is an incomplete patch porting xine-lib to the new libmpcdec API. Incomplete, because 1) no SV8 support and 2) still no seeking. | |||
2009-07-05 | Disappearing DVB plugin (Linux, not Hurd) | Chris Rankin | |
I noticed recently that xine's DVB plugin had disappeared. After a bit of investigation (and a few handfuls of hair) I have created this patch: | |||
2009-06-21 | No DVB support on Hurd. | Darren Salt | |
2009-05-17 | Require gettext 0.17; pull in some related updates (via autopoint). | Darren Salt | |
2009-05-10 | Remove default /usr/lib when locating libXvMC & libXvMCW. | Darren Salt | |
Was breaking on systems which, for some strange reason, use /usr/lib64. | |||
2009-02-18 | Add support for new OpenBSD sound API | Brad Smith | |
2009-04-03 | 1.1.16.3.xine-lib-1_1_16_3-release1.1.16.3 | Darren Salt | |
2009-03-15 | Complain if both <ffmpeg/avutil.h> and <libavutil/avutil.h> are present. | Darren Salt | |
(Should have done this ages ago...) | |||
2009-03-08 | Enable libmpeg2new only if configured with --enable-libmpeg2new. | Darren Salt | |