Age | Commit message (Expand) | Author |
2006-06-28 | Fix decoding of PMT packets when adaption_field is present. | Darren Salt |
2006-06-23 | Miscellaneous static/const fixups. | Darren Salt |
2006-06-23 | Frame duration calculation cleanups; more accurate calculation. | Darren Salt |
2006-06-22 | Fix two identical instances of either null-dereference or use-after-free. | Darren Salt |
2006-06-22 | * directfb_subpicture_paint(): flush rectangles before changing the color. | Claudio Ciccani |
2006-06-22 | Added XINE_PARAM_VO_WINDOW_WIDTH and XINE_PARAM_VO_WINDOW_HEIGHT to query the... | Claudio Ciccani |
2006-06-22 | Added support for playback on layers that don't support YCbCr output (require... | Claudio Ciccani |
2006-06-20 | Make buffer a char string, reduces amount of warnings tremendously. | Diego 'Flameeyes' Pettenò |
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò |
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò |
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò |
2006-06-20 | Remove need to use -fno-strict-aliasing, by using an union on accept() usage,... | Diego 'Flameeyes' Pettenò |
2006-06-19 | - we don't check the retvals, so zero the buffers just in case | Bastien Nocera |
2006-06-19 | Mark text as impure where necessary to fix build under Solaris/IA32. | Robin KAY |
2006-06-18 | Avoid crashing if xine_set_param is called with a NULL stream. | Diego 'Flameeyes' Pettenò |
2006-06-18 | Misc warnings fixes. | Diego 'Flameeyes' Pettenò |
2006-06-18 | crc.c has not to be compiled, as it's just included inside xine_decoder.c, tr... | Diego 'Flameeyes' Pettenò |
2006-06-18 | Remove infinite loop condition that could have created an invalid access if n... | Diego 'Flameeyes' Pettenò |
2006-06-18 | Fix comparison of unsigned lesser than zero, STARTTIME and DURATION won't be ... | Diego 'Flameeyes' Pettenò |
2006-06-18 | Fix formatting for int64_t types. | Diego 'Flameeyes' Pettenò |
2006-06-17 | Add patch for faad 5.1 support, sent by Darren Salt on mailing list. | Diego 'Flameeyes' Pettenò |
2006-06-17 | - really fail to open the FLAC file when there's an error demuxing it | Bastien Nocera |
2006-06-17 | Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi... | Diego 'Flameeyes' Pettenò |
2006-06-17 | *** empty log message *** | Bastien Nocera |
2006-06-17 | Fix mpeg2 decoding with ffmpeg, thanks to Christer Palm (palm@nogui.se). | Diego 'Flameeyes' Pettenò |
2006-06-17 | Fix Altivec libmpeg2 decoding, thanks to Luca Barbato (lu_zero@gentoo.org) an... | Diego 'Flameeyes' Pettenò |
2006-06-17 | Add support for RealPlayer 10 codecs from SUSE, as reported by Manfred Tremmel. | Diego 'Flameeyes' Pettenò |
2006-06-15 | Add missing include path to AM_CPPFLAGS. Needed for "common.h" by way of "../... | Robin KAY |
2006-06-15 | Fix non-static assignment of static variable. | Robin KAY |
2006-06-15 | Don't try to access auth_drive if it's not present at all, avoid crashes. Tha... | Diego 'Flameeyes' Pettenò |
2006-06-15 | Mark special_info a pointer to const value, as now all the data is const. | Diego 'Flameeyes' Pettenò |
2006-06-15 | Make HAVE_WAND and HAVE_GDK_PIXBUF a single conditional. | Diego 'Flameeyes' Pettenò |
2006-06-14 | Retain the mixer volume so that we can return a sensible value when the audio... | Robin KAY |
2006-06-11 | Collect the latest changes against goom to local diff. | František Dvořák |
2006-06-11 | Re-commit lost change: Fix the freeze on QuickTime files when configured with... | František Dvořák |
2006-06-10 | Revert to use libxine1 as domain name, but ensure that newer gettext versions... | Diego 'Flameeyes' Pettenò |
2006-06-10 | Update gettext to 0.14.5, remove intl/ subdirectory so that external gettext ... | Diego 'Flameeyes' Pettenò |
2006-06-10 | Remove the moved alphablend files, makes the update-po target fail. | Diego 'Flameeyes' Pettenò |
2006-06-10 | Use xine-lib as domain, not libxine1. | Diego 'Flameeyes' Pettenò |
2006-06-10 | Don't trust internal gettext macros, they are unreliable and change between v... | Diego 'Flameeyes' Pettenò |
2006-06-07 | 64-bit casting int<->pointer fixes. | Darren Salt |
2006-06-06 | Fixed input buffer size check (using correct size). (CVE-2006-2802) | Matthias Hopf |
2006-06-03 | Use the actually-implemented interface instead of the out-of-date faad.h. | Darren Salt |
2006-06-02 | Improve quotation mark handling for StreamTitle in Shoutcast streams. | Darren Salt |
2006-06-02 | Reshuffle the FLAC demuxer loading a little, copying part of the code over | Darren Salt |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-06-02 | More static/const fixes from Gentoo. These should probably go upstream. | Darren Salt |
2006-06-02 | Include crc.c directly from xine_decoder.c since that's the only user of the | Darren Salt |
2006-06-02 | Allow building of xine-lib with -Werror-implicit-function-declaration by | Darren Salt |
2006-06-02 | Trivial #warning fixup from Gentoo. Also fix the spelling of those warnings. | Darren Salt |