summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2006-12-03should fix bug reported by Christophe Thommeret where avi+subtitlesxine-1_1_3-release1.1.3Miguel Freitas
2006-11-23When initializing the class of a video output pluginClaudio Ciccani
2006-11-18Define "always_inline" as "inline". Fix building on FreeBSD.Diego 'Flameeyes' Pettenò
2006-11-14Fix obvious typos.Diego 'Flameeyes' Pettenò
2006-11-11Assert presence of the buffer, just to avoid getting 'Bad address' errors lat...Diego 'Flameeyes' Pettenò
2006-11-08Cleanup bswap.h header by moving the part of the code borrowed from FFmpeg (o...Diego 'Flameeyes' Pettenò
2006-11-04Fix an assumption about the number of channels.Darren Salt
2006-10-28new visual type XINE_VISUAL_TYPE_X11_2 with configurable X11 locking.Miguel Freitas
2006-10-18- return if xine_xmalloc failedBastien Nocera
2006-10-16Fixed several warnings (but warnings due to APIs not solved).František Dvořák
2006-10-16I wonder what I was looking at when I added a NULL pointer dereference to avo...Diego 'Flameeyes' Pettenò
2006-10-02build cdio for builddir != .František Dvořák
2006-09-29Improve FreeType2 rendering: do not disable hinting.Diego 'Flameeyes' Pettenò
2006-09-29Add an optional dependency over fontconfig, so that if present it is used to ...Diego 'Flameeyes' Pettenò
2006-09-26Don't dereference the pointer before it's tested for being not null.Diego 'Flameeyes' Pettenò
2006-09-26Make sure that no possibly NULL pointer is dereferenced.Diego 'Flameeyes' Pettenò
2006-09-26Fix an off-by-one, found by Coverity Scan CID 118.Diego 'Flameeyes' Pettenò
2006-09-26Fix _x_config_change_opt function to actually sanity check all the pointers, ...Diego 'Flameeyes' Pettenò
2006-09-26When there's no plugin to replace, output a log, and skip the plugin entirely...Diego 'Flameeyes' Pettenò
2006-09-26Avoid off-by-one overrun. Found by Coverity Scan CID 120.Diego 'Flameeyes' Pettenò
2006-09-26Use _x_assert.Diego 'Flameeyes' Pettenò
2006-09-26Fix the missing protected symbols, and enable hidden visibility for libxine.so.Diego 'Flameeyes' Pettenò
2006-09-26Use protected visibility for all the functions exported by libxine.so, so tha...Diego 'Flameeyes' Pettenò
2006-09-26Instead of defining the buffer every time, use a static constant buffer, that...Diego 'Flameeyes' Pettenò
2006-09-26Avoid crashing when handle somehow ends up being less than zero.Diego 'Flameeyes' Pettenò
2006-09-25Free the filename variable after usage (_x_rip_plugin_get_instance uses strdu...Diego 'Flameeyes' Pettenò
2006-09-25The frame_output_cb function for the scaler is mandatory, assert it so that d...Diego 'Flameeyes' Pettenò
2006-09-14Add missing blanks.Philipp Hahn
2006-09-13Allow the input plugins to file in a proper way when they can handle the inpu...Diego 'Flameeyes' Pettenò
2006-09-13When only one host is present, or with the last host, enable the non-block mo...Diego 'Flameeyes' Pettenò
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