Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-03 | ChangeLog entries for my patches | Matthias Kretz | |
2007-11-30 | Remove pointless "several MRLs" text; move that paragraph up a bit. | Darren Salt | |
2007-11-25 | * change the maintainer field to xine-devel@lists.sourceforge.net. | Reinhard Tartler | |
2007-11-25 | * remove gs from build-dependencies | Reinhard Tartler | |
2007-11-25 | Merge from 1.1. | Darren Salt | |
Some fixups were required for the kfreebsd patch; needs testing. --HG-- rename : src/video_out/libdha/ports.c => contrib/libdha/ports.c rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c rename : src/libxineadec/xine_vorbis_decoder.c => src/combined/xine_vorbis_decoder.c | |||
2007-11-25 | Fix a signedness issue in genre number validation. | Darren Salt | |
Negative values would be accepted, resulting in junk in XINE_META_INFO_GENRE or a segfault. | |||
2007-11-25 | Port nsf plugin build-disabling option to 1.2. | Darren Salt | |
2007-11-25 | Avoid any future need to alter ID3_GENRE_COUNT. | Darren Salt | |
2007-11-25 | patch adding additional ID3 genres | Maximilian Schwerin | |
2007-11-24 | Build-depend on libvcdinfo-dev. | Darren Salt | |
2007-11-24 | Add option to disable Nosefart/NSF plugin building. | Diego 'Flameeyes' Pettenò | |
This way you can get a safer build for binary redistribution. | |||
2007-11-23 | Merge. | Darren Salt | |
2007-11-23 | fix one warning; remove unused variable; make float->int conversion a bit ↵ | Matthias Kretz | |
more accurate (compared to oggdec); fix one debug printf | |||
2007-11-23 | log if send_headers returned with DEMUX_FINISHED | Matthias Kretz | |
2007-11-23 | fix read_ogg_packet to really read all of the data; don't go into ↵ | Matthias Kretz | |
DEMUX_FINISHED from send_header | |||
2007-11-20 | Merge from 1.1. | Diego 'Flameeyes' Pettenò | |
2007-11-20 | Update. | Diego 'Flameeyes' Pettenò | |
2007-11-20 | Mark xine_plugin_info structures const as for all the rest of plugins. | Diego 'Flameeyes' Pettenò | |
2007-11-20 | Mark the PPC asm memcpy() implementations as hidden symbols. | Diego 'Flameeyes' Pettenò | |
2007-11-19 | add support for GNU/kFreeBSD | Petr Salinger ext:(%20) | |
It changes some "defined (__FreeBSD__)" into "defined (__FreeBSD_kernel__)" and "__FreeBSD_version" into "__FreeBSD_kernel_version". The changes are performed on places, where feature of kernel is tested. On some other places, feature of userland/libc is tested, on them "defined (__FreeBSD__)" remains. As proposed, include/configure.h cause __FreeBSD_kernel__ be defined if __FreeBSD__ is defined. --HG-- extra : transplant_source : %25%96K%05%E4Y%B15%94%60%15%FE1%8Ah%26Xy%8C/ | |||
2007-11-19 | Add ChangeLog entry. | Diego 'Flameeyes' Pettenò | |
2007-11-19 | Remove reference to libcdio and libvcd. | Diego 'Flameeyes' Pettenò | |
2007-11-19 | Don't quote $CC variable during call, or it will fail when using, for ↵ | Diego 'Flameeyes' Pettenò | |
instance 'ccache gcc' as compiler. | |||
2007-11-19 | Remove internal copies of libcdio and libvcd. This way we don't have to care ↵ | Diego 'Flameeyes' Pettenò | |
about bugs in those two on newer versions of operating systems. | |||
2007-11-18 | Get filesize from metadata, when available. | Claudio Ciccani | |
2007-11-18 | Implemented a faster method to seek to absolute position (seek+resync). | Claudio Ciccani | |
Fixed interpretation of "videodatarate" variable. Export audio bitrate information when variable "audiodatarate" is found. | |||
2007-11-17 | Send headers using script information as reference (when available). | Claudio Ciccani | |
That should prevent xine from discarding the first keyframe on non-seekable stream. | |||
2007-11-17 | Merge from 1.1. | Darren Salt | |
2007-11-17 | Include epoch in libxv-dev version info. Apparently fixes build on etch. | Darren Salt | |
2007-11-15 | using select instead of nanosleep the wakeup count reported by powertop is ↵ | Matthias Kretz | |
reduced by 50% | |||
2007-11-15 | assert that not more than the buffersize is read | Matthias Kretz | |
2007-11-15 | when the stream is paused fifo_wait_empty will wait forever. In that case we | Matthias Kretz | |
discard all buffers before calling fifo_wait_empty | |||
2007-11-15 | Do not rely on PKG_PROG_PKG_CONFIG. | Claudio Ciccani | |
Be backward compatible and use AC_PATH_PROG() instead. | |||
2007-11-14 | Merge changes. | Diego 'Flameeyes' Pettenò | |
2007-11-14 | Move CRC32 code into a common file (& out of the DVB input & TS demux plugins). | Darren Salt | |
2007-11-14 | Merge from 1.1. | Darren Salt | |
2007-11-13 | Fix a possible DVB plugin crash when switching channels. | Darren Salt | |
section_length is sometimes 0; this leads to the CRC32 calculation being performed with a data length of -1 bytes, a.k.a. 4294967295 bytes. (Reported by Johannes Zellner.) --HG-- extra : transplant_source : %B6m%D0%0C%84%DA%40%C3%0B%06%11%B1%11%9El%A8%1F%95%27%E5 | |||
2007-11-13 | Changelog entry for the ATSC fix. | Darren Salt | |
--HG-- extra : transplant_source : W%8EW%A2%C9%D0%06%1BU%94N%FF%98%2C%7C%08%E5G/%CD | |||
2007-11-14 | Replace xine_private_strndup() implementation with NetBSD version. | Diego 'Flameeyes' Pettenò | |
As the source file for xine_private_strndup() does not provide a licence header, replace it with a safe copy (licence wise) taken from NetBSD CVS. The implementation is licensed under 3-clause BSD licence, that is compatible with GPL-2 or later. | |||
2007-11-13 | Replace xine_private_strsep() implementation with OpenBSD version. | Diego 'Flameeyes' Pettenò | |
As the source file for xine_private_strsep() does not provide a licence header, replace it with a safe copy (licence wise) taken from OpenBSD CVS. The implementation is licensed under 3-clause BSD licence, that is compatible with GPL-2 or later. | |||
2007-11-13 | Missing channels.conf (ATSC) | Tom Shield | |
load_channels was being called without checking the tuner fontend type, so channels.conf could not be decoded. Tested for ATSC only. | |||
2007-11-13 | Improve the "no channels.conf" message; tidy up local variable initialisation. | Darren Salt | |
2007-11-12 | Do not mind about ASX playlist version. | Claudio Ciccani | |
Some servers don't set this information, thus the demuxer fails. | |||
2007-11-11 | Merge transplanted patches. | Darren Salt | |
2007-11-11 | Reset the previous screen resolution after switching to fullscreen. | Claudio Ciccani | |
This is because, while in shared mode the default resolution is taken from directfb config, in fullscreen mode the default resolution comes from fbdev configuration. | |||
2007-11-11 | Reset the previous screen resolution after switching to fullscreen. | Claudio Ciccani | |
This is because, while in shared mode the default resolution is taken from directfb config, in fullscreen mode the default resolution comes from fbdev configuration. (transplanted from 2ce76206b5c10b6f9cfc55a9edb0d883bfb446a2) --HG-- extra : transplant_source : %2C%E7b%06%B5%C1%0Bo%9C%FCU%A9%ED%B0%D8%83%BF%B4F%A2 | |||
2007-11-11 | Added FOURCC for VP6F. | Claudio Ciccani | |
2007-11-11 | Added FOURCC for VP6F. | Claudio Ciccani | |
(transplanted from 3bea001775a81a2c784e000794ea5cc6d34dc40d) --HG-- extra : transplant_source : %3B%EA%00%17u%A8%1A%2CxN%00%07%94%EA%5C%C6%D3M%C4%0D | |||
2007-11-11 | Fix top_srcdir <=> top_builddir issue. | Reinhard Nißl | |
--HG-- extra : transplant_source : %D7u%14%D0%7E%C8%D5%C1%84%CFH%EC%86%CEBB%B3%C9%EB%A9 | |||
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt | |
--HG-- extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB |