Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-19 | Merge from 1.1. | Darren Salt | |
2008-03-18 | Merge from 1.1. | Darren Salt | |
2008-03-11 | Fix Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073). | Diego 'Flameeyes' Pettenò | |
Thanks to Alin Rad Pop, Secunia Research. | |||
2008-03-02 | libdvdread - Uses UDF provided length as authoritative | Bastian Blank | |
libdvdread uses the file length provided by the UDF fs of the title set IFO files authoritative. I got a DVD which have parts of this file mapped outside of the provided file size and according to my memory only the offsets in the files matters in the standard. This patch adjusts the internal knowledge of the filesize accordingly and at least allows mplayer to play the dvd. (Imported from Debian libdvdread 0.9.7-8) | |||
2008-03-11 | Use calloc() to avoid possible integer overflow if stream_count is big enough. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %90%CC%97%8Fk%C1%FD%9C%A4%FB%0C%9E%07%F5A%B8%29o%EEo | |||
2008-02-01 | Back out vcd build changes: separate unit (though used only once). | Darren Salt | |
Also, built files don't end up in the vcd directory. | |||
2008-01-27 | Remove another recursive make invocation, build the vcd plugin inside ↵ | Diego 'Flameeyes' Pettenò | |
src/input even if the source files are in src/input/vcd. | |||
2008-01-27 | Rename base64 functions to _x_ as they should not be part of the public API. | Diego 'Flameeyes' Pettenò | |
Note that these will be removed as soon as -libavutil branch is merged, in favour of libavutil's base64 implementation. | |||
2008-01-27 | Move base64 header to xine-utils as we don't want it installed. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : include/xine/base64.h => src/xine-utils/base64.h | |||
2008-01-26 | Merge from 1.1. | Darren Salt | |
--HG-- rename : po/libxine1.pot => po/libxine2.pot rename : src/combined/demux_flac.c => src/combined/flac_demuxer.c rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c | |||
2008-01-26 | Quick hack to allow configuration of the V4L ALSA audio input device. | Darren Salt | |
2008-01-24 | Merge from -plugin-loader branch. | Darren Salt | |
base64.{c,h} functions are given "xine_" prefixes and are exported. --HG-- rename : src/xine-utils/base64.h => include/xine/base64.h rename : src/xine-engine/configfile.h => include/xine/configfile.h rename : src/xine-engine/plugin_catalog.h => include/xine/plugin_catalog.h rename : src/xine-utils/xineutils.h => include/xine/xineutils.h rename : src/input/base64.c => src/xine-utils/base64.c | |||
2008-01-17 | Merge from 1.1. | Darren Salt | |
--HG-- rename : doc/faq/faq.sgml => doc/faq/faq.docbook 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 | |||
2008-01-16 | Put under #if 0 a few functions that never gets used in xine at all. | Diego 'Flameeyes' Pettenò | |
2008-01-16 | Make _x_canonicalise_url an inline function, as it's only ever used once ↵ | Diego 'Flameeyes' Pettenò | |
(either in input_http or in the test for http_helper). | |||
2008-01-16 | Remove deprecated unused functions. | Diego 'Flameeyes' Pettenò | |
2008-01-14 | Change the default v4l device paths to /dev/{video,radio}0. | Darren Salt | |
2008-01-11 | Merge from 1.1. | Darren Salt | |
2008-01-11 | Correct the prototype of rmff_dump_header. (Build fix.) | Darren Salt | |
2008-01-11 | Fix a buffer overflow in the RTSP header-handling code. | Darren Salt | |
CVE-2008-0225; ported from mplayer changeset 22821. | |||
2008-01-06 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/xine-engine/buffer.h => include/xine/buffer.h rename : src/libffmpeg/ff_video_decoder.c => src/combined/ffmpeg/ff_video_decoder.c rename : src/libsputext/xine_sputext_decoder.c => src/spu_dec/sputext_decoder.c | |||
2008-01-04 | Fixed an issue in input_pvr with setting the frequency of the tuner for ivtv ↵ | Richard van Paasen | |
versions 0.10.6+ Note: the old code divided the frequency by 62.5. But, the ivtv driver expects a different format. I changed the implementation in input_pvr such that the frequency can be given as provided by cable companies, multiplied by 1000: e.g. 503250 for 503.250 MHz. | |||
2008-01-02 | Remove stray return 0. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Make network_command accept a generic data buffer. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Update the network interfaces to accept constant strings where possible. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Mark the mrl lists as constant; this trades a warning for another as char ** ↵ | Diego 'Flameeyes' Pettenò | |
and const char ** are not compatible. | |||
2008-01-02 | Don't mark the spu_event as constant. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Mark stuff more constant. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Follow the parameter type. | Diego 'Flameeyes' Pettenò | |
2008-01-02 | Make it a static constant chracter array. | Diego 'Flameeyes' Pettenò | |
2008-01-01 | Merge (with adjustment) from 1.1. | Darren Salt | |
--HG-- rename : src/libfaad/Makefile.am => contrib/libfaad/Makefile.am rename : include/xine.h.in => include/xine.h rename : src/libffmpeg/Makefile.am => src/combined/ffmpeg/Makefile.am rename : src/libmpeg2/Makefile.am => src/video_dec/libmpeg2/Makefile.am | |||
2008-01-01 | Avoid potential install-time mislinkage against libxine.so.2. | Darren Salt | |
2007-12-30 | Merge from 1.1 (except po/*; translators needed for this). | Darren Salt | |
--HG-- rename : src/video_out/vidix/drivers/mga_vid.c => contrib/vidix/drivers/mga_vid.c rename : src/video_out/vidix/drivers/nvidia_vid.c => contrib/vidix/drivers/nvidia_vid.c rename : src/video_out/vidix/drivers/savage_vid.c => contrib/vidix/drivers/savage_vid.c rename : src/xine-engine/video_out.h => include/xine/video_out.h rename : src/xine-utils/xmllexer.h => include/xine/xmllexer.h rename : po/libxine1.pot => po/libxine2.pot rename : src/libsputext/xine_sputext_decoder.c => src/spu_dec/sputext_decoder.c rename : src/libsputext/demux_sputext.c => src/spu_dec/sputext_demuxer.c | |||
2007-12-30 | Manual port of the color→colour change to 1.2; should make merging easier. | Darren Salt | |
2007-12-29 | Crashes when accessing files via Gnome-VFS | Philippe Troin | |
/usr/bin/totem-video-thumbnailer -s 128 ssh://user@hosts/path/to/video.ext Will segfault. All the time. --HG-- extra : transplant_source : H%1EU%A5%3C%E6r%976%AA%C3%92%E5l%C7w%92dg. | |||
2007-12-23 | Mark rm_header and pnm_data_header static. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark tables static as well as totally constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark the digit array constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark a few more array totally constant. | Diego 'Flameeyes' Pettenò | |
2007-12-22 | Merge -headers-reshuffle branch into main. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : src/xine-engine/osd.h => include/xine/osd.h | |||
2007-12-22 | Remove an assertion which is always triggered. | Darren Salt | |
2007-12-22 | Fixed an input_pvr issue with 'set input' for ivtv versions 0.10.6+. | Richard van Paasen | |
ivtv now requires the video device to be re-opened when the input is changed. | |||
2007-12-27 | net_plugin not always reading preview buffer to the maximum. | Michel Verbraak | |
2007-12-24 | Consistently use "colour", "colour key", "colour space" in output. | Darren Salt | |
Some instances of "key colour" remain; ffmpeg is unmodified. This change has caused two strings with two translations to collide (the strings have become identical since some instances already used "colour"). I have therefore arbitrarily dropped the first of the differing translations, the one for the string at src/video_out/video_out_directfb.c:1365. | |||
2007-12-24 | Spelling correction: successfuly → successfully. | Darren Salt | |
2007-12-20 | Correct some #includes. | Darren Salt | |
2007-12-19 | Mark more arrays as constant. | Diego 'Flameeyes' Pettenò | |
2007-12-19 | Transform ignore_scheme into an array of arrays, padded at 8 bytes. | Diego 'Flameeyes' Pettenò | |
2007-12-19 | Transform mmst_proto_s and mmsh_proto_s into arrays of arrays, padded at 8 ↵ | Diego 'Flameeyes' Pettenò | |
bytes. The size occupied will be smaller in 64-bit systems, and almost the same in 32-bit systems, but the access should be faster. | |||
2007-12-19 | Mark tv_standard_names and tv_standard_value static. | Diego 'Flameeyes' Pettenò | |