Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-17 | Regenerate po files. | Diego 'Flameeyes' Pettenò | |
2008-06-17 | Revert xine customisations of po/Makefile.in.in, use Makevars for the rest. | Diego 'Flameeyes' Pettenò | |
Move all the customisations to po/Makefile.in.in to po/Makevars, and create a new SUBST-parsed Makevars.extra.in file to get the LIBNAME variable. | |||
2008-06-17 | Update gettext Makefile with the new version from gettext, but keep xine's ↵ | Diego 'Flameeyes' Pettenò | |
customisation for now. | |||
2008-06-15 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/xine-utils/xineutils.h => include/xine/xineutils.h rename : po/libxine1.pot => po/libxine2.pot | |||
2008-06-15 | Move the declaration of xine_strcat_realloc. | Darren Salt | |
2008-06-15 | Missing changelog item (JACK plugin). | Darren Salt | |
2008-06-15 | Added tag xine-lib-1_1_13-release for changeset 492f87e6963a | Darren Salt | |
2008-06-15 | Mark release.xine-lib-1_1_13-release1.1.13 | Darren Salt | |
2008-06-15 | Merge. | Darren Salt | |
2008-06-15 | Remove nbc_check_buffers calls; mark it & the low-water mark fns as deprecated. | Darren Salt | |
2008-06-15 | Backed out changeset a1dad259c8f8. In 1.1.x, deprecated functions must remain. | Darren Salt | |
2008-06-13 | A fix so it runs on Solaris | Steve Evans | |
2008-06-14 | Replacement JACK plugin | Ed Wildgoose | |
2008-06-14 | Extra MIME types for Quicktime/ISO media. | Darren Salt | |
2008-06-12 | Fix up reporting of supported formats by the ALSA & OSS output plugins. | Darren Salt | |
Adjust translations for the spacing changes etc. which this introduces. | |||
2008-06-12 | Merge from 1.1. | Darren Salt | |
--HG-- rename : include/xine.h.in => include/xine.h | |||
2008-06-12 | Undeprecate xine_register_log_cb. | Darren Salt | |
2008-06-11 | Mark release as 1.1.13, not 1.1.12.1. | Darren Salt | |
2008-06-11 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/xine-engine/xine_internal.h => include/xine/xine_internal.h | |||
2008-06-11 | Provide a useful implementation of xine_register_log_cb(). | Darren Salt | |
2008-06-11 | Fix va_list-related breakage. Multiple use needs va_copy(). | Darren Salt | |
2008-06-09 | Fix Shoutcast NSV detection. | Darren Salt | |
Leading whitespace could prevent this from working. | |||
2008-06-09 | Avoid false positives when looking up demuxer by MIME type. | Darren Salt | |
These occur where the MIME type used as the key is a substring of a type in some plugin's MIME type list but is not an exact match. | |||
2008-06-05 | demux_ts: don't OR in buffer types. | Darren Salt | |
2008-06-05 | Stop xine_hexdump() from segfaulting and fix its output. | Darren Salt | |
2008-05-29 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/xine-utils/array.h => include/xine/array.h rename : src/xine-utils/attributes.h => include/xine/attributes.h rename : src/xine-engine/audio_out.h => include/xine/audio_out.h rename : src/xine-engine/broadcaster.h => include/xine/broadcaster.h rename : src/xine-engine/buffer.h => include/xine/buffer.h rename : src/xine-engine/configfile.h => include/xine/configfile.h rename : src/xine-utils/list.h => include/xine/list.h rename : src/xine-engine/metronom.h => include/xine/metronom.h rename : src/xine-engine/osd.h => include/xine/osd.h rename : src/xine-utils/pool.h => include/xine/pool.h rename : src/xine-engine/refcounter.h => include/xine/refcounter.h rename : src/xine-utils/ring_buffer.h => include/xine/ring_buffer.h rename : src/xine-engine/scratch.h => include/xine/scratch.h rename : src/xine-utils/sorted_array.h => include/xine/sorted_array.h rename : src/xine-engine/video_out.h => include/xine/video_out.h rename : src/xine-engine/video_overlay.h => include/xine/video_overlay.h rename : src/xine-engine/xine_internal.h => include/xine/xine_internal.h rename : src/xine-utils/xineutils.h => include/xine/xineutils.h rename : src/libspucc/cc_decoder.c => src/spu_dec/cc_decoder.c | |||
2008-05-29 | Define ARCH_{ALPHA,ARM} as needed; move one ARCH_SPARC which could be missed. | Darren Salt | |
2008-05-29 | Ignore two more of ffmpeg's generated files. | Darren Salt | |
2008-05-29 | Ignore debian/*.debhelper.log. | Darren Salt | |
2008-05-28 | Fix exploitable heap buffer overflow in id3.c. | Diego 'Flameeyes' Pettenò | |
For more information see xine bug #114. | |||
2008-08-13 | Check for possible buffer overflow attempts in the Real demuxer. | Darren Salt | |
2008-08-13 | Check for allocation failures. | Darren Salt | |
2008-08-13 | Use size_t for data length variables. | Darren Salt | |
2008-08-13 | Merge. | Darren Salt | |
2008-08-13 | Apply the deinterlacer size fix to the XCB Xv plugin. | Darren Salt | |
2008-08-13 | Allow (and prefer) use of external libfaad. | Darren Salt | |
2008-08-13 | Remove faad.h since we don't use it. | Darren Salt | |
2008-08-13 | Update to libfaad 2.6.1, fixing a crash with a corrupted AAC file. | Darren Salt | |
Source is the version in the 1.2 branch. | |||
2008-08-08 | Fix crash with corrupted WMV files when checking for aspect ratio information. | Darren Salt | |
--HG-- extra : transplant_source : kW%D0IN%9D%8D%D4l%F6%3C%D0%CF%9CT%A9%B2%7D%9E%E9 | |||
2008-08-08 | Fix crash with corrupted AVI files (chunk size). | Darren Salt | |
--HG-- extra : transplant_source : Z%F0%90e%A3%94%D3%7F%D9ROC8%3C%FD%F5FO%BFU | |||
2008-08-08 | video_out_opengl: Actually bail out if no display found. | Matthias Hopf | |
2008-08-08 | Merge. | Matthias Hopf | |
2008-08-07 | Merge. | Darren Salt | |
2008-08-07 | Fix a segfault introduced in the Windows Media crash fix. | Darren Salt | |
2008-08-07 | Rearrange changelog entries for 1.1.15 wrt security issues. | Darren Salt | |
--HG-- extra : transplant_source : %1A%0Fu%1062y%F6I%0A%AF%97%85%3Fr%F6%17%20%01W | |||
2008-08-07 | Fix crashes with fuzzed Ogg files. (CVE-2008-3231) | Darren Salt | |
--HG-- extra : transplant_source : %9F%E8R%D8%94R%9CJ%7F%5E%A7%DB%29%0DK%CD%CA%AD%7F%08 | |||
2008-08-07 | Ignore INSTALL file and don't track it, it's created by automake. | Diego 'Flameeyes' Pettenò | |
2008-08-07 | Make the CC_CHECK_* macro work when used in for loops. | Diego 'Flameeyes' Pettenò | |
2008-08-06 | Fix crashes with fuzzed Windows Media files. | Darren Salt | |
--HG-- extra : transplant_source : %92%2C%CB%01S%25N%22%E1%00%FB%19%B0%CE5%1BU%F9%F6%0A | |||
2008-08-01 | video_out_opengl: Activate only if visual is direct rendering capable | Matthias Hopf | |