summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2006-07-03Add a media.network.timeout configuration for a timeout while running select(...Diego 'Flameeyes' Pettenò
2006-06-29Add missing format attributes for in-xine code.Diego 'Flameeyes' Pettenò
2006-06-22Fix two identical instances of either null-dereference or use-after-free.Darren Salt
2006-06-22Added XINE_PARAM_VO_WINDOW_WIDTH and XINE_PARAM_VO_WINDOW_HEIGHT to query the...Claudio Ciccani
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-06-20Remove need to use -fno-strict-aliasing, by using an union on accept() usage,...Diego 'Flameeyes' Pettenò
2006-06-18Avoid crashing if xine_set_param is called with a NULL stream.Diego 'Flameeyes' Pettenò
2006-06-18Fix formatting for int64_t types.Diego 'Flameeyes' Pettenò
2006-06-17Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi...Diego 'Flameeyes' Pettenò
2006-06-15Mark special_info a pointer to const value, as now all the data is const.Diego 'Flameeyes' Pettenò
2006-06-10Update gettext to 0.14.5, remove intl/ subdirectory so that external gettext ...Diego 'Flameeyes' Pettenò
2006-05-22Fixed unaligned access on IA64 (Andreas Schwab).Matthias Hopf
2006-05-07[coverity]František Dvořák
2006-05-01Better fix for coverity bug 267: testsuite has found cur_time is really undef...František Dvořák
2006-04-21Add printf format attributes.Darren Salt
2006-04-21Sentinel attributes for certain variadic functions.Darren Salt
2006-04-19Add "file is empty" message and mark the messages as being translatable.Darren Salt
2006-04-10Fixed incorrect rectangle clipping.Claudio Ciccani
2006-04-08Ancient platforms support:František Dvořák
2006-04-051) various warning fixesFrantišek Dvořák
2006-04-05Fixed primitive clipping.Claudio Ciccani
2006-03-27osd_line() and osd_filled_rect() should clip the coordinates to prevent buffe...Claudio Ciccani
2006-03-25Oops. Revert the change which wasn't part of Reinhard's patch.Darren Salt
2006-03-25vo_loop(): take playback speed into account when calculating how long to sleep.Darren Salt
2006-03-24Oops, broken commit...Darren Salt
2006-03-24Report 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, notBastien Nocera
2006-03-11[coverity] demux_yuv4mpeg2.c uses 5 decoder infosThibaut Mattern
2006-03-07Fixed channels to mode translation in audio decoders.Thibaut Mattern
2006-03-06- add support for the 3IVD fourccBastien Nocera
2006-03-03- Check if the string is in UTF-8, and the encoding badly reported beforeBastien Nocera
2006-03-01- no need to convert to UTF-8 if the "from" encoding is already UTF-8Bastien Nocera
2006-02-14Fix a compiler warning.Darren Salt
2006-02-05[xine-devel] PATCH: crash in ao_change_settings when using framegrab audioMiguel Freitas
2006-02-05try to fix "deadlock" in ao_open() when waiting on empty out_fifo to get emptyMiguel Freitas
2006-02-05[xine-devel] PATCH: add control buffer for resetting audio decoder's track mapMiguel Freitas
2006-02-05Fix xxmc subpictures (broken since 1.1.1)Miguel Freitas
2006-02-01Fix the sorting of plugin priorities, as per Thibaut's mailBastien Nocera
2006-01-27Fix a typo and output the PTS value (as for other, nearby, metronome messages).Darren Salt
2006-01-27Fixed a bug introduced by my list rewrite.Thibaut Mattern
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
2006-01-26commit Barry Scott's patch for speed changing raceMiguel Freitas
2006-01-24A bit of defensive programming to protect "_x_demux_send_data" and "_x_demux_...Mathieu Olivier
2005-11-28*BUGFIX*František Dvořák
2005-11-14fix problem with pause introduced by previous commitMiguel Freitas
2005-11-14rewrite frame allocation optimization to keep the same behaviour ofMiguel Freitas
2005-11-14*BUGFIX*František Dvořák
2005-10-30gapless playback stream switching supportMiguel Freitas
2005-10-29import the Duck TrueMotion 2 decoder from FFmpegMike Melanson
2005-10-14input plugin time seeking patch.Miguel Freitas