summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2006-09-12Fixed iconv warnings on FreeBSD, fixed build w/o iconv but require it as defa...František Dvořák
2006-09-10Restre xine_vlog as a va_list function, xine_log is already a variable argume...Diego 'Flameeyes' Pettenò
2006-09-10Allow xine-lib to compile with gcc 4.1.1.James Courtier-Dutton
2006-09-09Dynamically create the log_buffers entries and the lines buffers for the logs...Diego 'Flameeyes' Pettenò
2006-09-09Add xine_vlog in xine.c, remove xine_vflog from input_vcd, and do the stdout/...Diego 'Flameeyes' Pettenò
2006-09-09Constantise some strings.Diego 'Flameeyes' Pettenò
2006-09-08handle thread creation and memory allocation failures more gratefullyMiguel Freitas
2006-09-08some fixes to abort playback if audio driver failed to openMiguel Freitas
2006-09-08Try to match input plugin block size.Thibaut Mattern
2006-08-13move image presentation support to xine-libMiguel Freitas
2006-08-12don't report extensions/mimetypes if required decoder is missingMiguel Freitas
2006-08-08new mutex to synchronize order of pairwise A/V buffer operationsMiguel Freitas
2006-08-03delete duplicate buffer IDMike Melanson
2006-08-02added new buffer types in preparation for latest FFmpeg syncMike Melanson
2006-07-21Fix building with LOG enabled.Diego 'Flameeyes' Pettenò
2006-07-17Add timestamp information to log text.Darren Salt
2006-07-08Avoid negative overflow in BLEND_COLOR().Claudio Ciccani
2006-07-08Patch by Petri Hintukainen <Petri.Hintukainen@hut.fi>:Claudio Ciccani
2006-07-05gcc295 workaround.František Dvořák
2006-07-05It compiles now.František Dvořák
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