Age | Commit message (Expand) | Author |
2006-09-12 | Fixed iconv warnings on FreeBSD, fixed build w/o iconv but require it as defa... | František Dvořák |
2006-09-10 | Restre xine_vlog as a va_list function, xine_log is already a variable argume... | Diego 'Flameeyes' Pettenò |
2006-09-10 | Allow xine-lib to compile with gcc 4.1.1. | James Courtier-Dutton |
2006-09-09 | Dynamically create the log_buffers entries and the lines buffers for the logs... | Diego 'Flameeyes' Pettenò |
2006-09-09 | Add xine_vlog in xine.c, remove xine_vflog from input_vcd, and do the stdout/... | Diego 'Flameeyes' Pettenò |
2006-09-09 | Constantise some strings. | Diego 'Flameeyes' Pettenò |
2006-09-08 | handle thread creation and memory allocation failures more gratefully | Miguel Freitas |
2006-09-08 | some fixes to abort playback if audio driver failed to open | Miguel Freitas |
2006-09-08 | Try to match input plugin block size. | Thibaut Mattern |
2006-08-13 | move image presentation support to xine-lib | Miguel Freitas |
2006-08-12 | don't report extensions/mimetypes if required decoder is missing | Miguel Freitas |
2006-08-08 | new mutex to synchronize order of pairwise A/V buffer operations | Miguel Freitas |
2006-08-03 | delete duplicate buffer ID | Mike Melanson |
2006-08-02 | added new buffer types in preparation for latest FFmpeg sync | Mike Melanson |
2006-07-21 | Fix building with LOG enabled. | Diego 'Flameeyes' Pettenò |
2006-07-17 | Add timestamp information to log text. | Darren Salt |
2006-07-08 | Avoid negative overflow in BLEND_COLOR(). | Claudio Ciccani |
2006-07-08 | Patch by Petri Hintukainen <Petri.Hintukainen@hut.fi>: | Claudio Ciccani |
2006-07-05 | gcc295 workaround. | František Dvořák |
2006-07-05 | It compiles now. | František Dvořák |
2006-07-03 | Add a media.network.timeout configuration for a timeout while running select(... | Diego 'Flameeyes' Pettenò |
2006-06-29 | Add missing format attributes for in-xine code. | Diego 'Flameeyes' Pettenò |
2006-06-22 | Fix two identical instances of either null-dereference or use-after-free. | Darren Salt |
2006-06-22 | Added XINE_PARAM_VO_WINDOW_WIDTH and XINE_PARAM_VO_WINDOW_HEIGHT to query the... | Claudio Ciccani |
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-18 | Avoid crashing if xine_set_param is called with a NULL stream. | Diego 'Flameeyes' Pettenò |
2006-06-18 | Fix formatting for int64_t types. | Diego 'Flameeyes' Pettenò |
2006-06-17 | Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi... | 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-10 | Update gettext to 0.14.5, remove intl/ subdirectory so that external gettext ... | Diego 'Flameeyes' Pettenò |
2006-05-22 | Fixed unaligned access on IA64 (Andreas Schwab). | Matthias Hopf |
2006-05-07 | [coverity] | František Dvořák |
2006-05-01 | Better fix for coverity bug 267: testsuite has found cur_time is really undef... | František Dvořák |
2006-04-21 | Add printf format attributes. | Darren Salt |
2006-04-21 | Sentinel attributes for certain variadic functions. | Darren Salt |
2006-04-19 | Add "file is empty" message and mark the messages as being translatable. | Darren Salt |
2006-04-10 | Fixed incorrect rectangle clipping. | Claudio Ciccani |
2006-04-08 | Ancient platforms support: | František Dvořák |
2006-04-05 | 1) various warning fixes | František Dvořák |
2006-04-05 | Fixed primitive clipping. | Claudio Ciccani |
2006-03-27 | osd_line() and osd_filled_rect() should clip the coordinates to prevent buffe... | Claudio Ciccani |
2006-03-25 | Oops. Revert the change which wasn't part of Reinhard's patch. | Darren Salt |
2006-03-25 | vo_loop(): take playback speed into account when calculating how long to sleep. | Darren Salt |
2006-03-24 | Oops, broken commit... | Darren Salt |
2006-03-24 | Report audio vpts/clock errors. (Reinhard Nissl) | Darren Salt |
2006-03-17 | - Only fail to open the stream if we can't parse the possible option, not | Bastien Nocera |
2006-03-11 | [coverity] demux_yuv4mpeg2.c uses 5 decoder infos | Thibaut Mattern |
2006-03-07 | Fixed channels to mode translation in audio decoders. | Thibaut Mattern |
2006-03-06 | - add support for the 3IVD fourcc | Bastien Nocera |