summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-09-26Forgot one symbol.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-26Initialise values for mad_fixed_64{hi,lo}_t variables, for safety.Diego 'Flameeyes' Pettenò
2006-09-26Assert presence of this->renderer as the whole function relies on its presence.Diego 'Flameeyes' Pettenò
2006-09-26Don't use the size in bytes of the frame_rate_tab table, it will not correspo...Diego 'Flameeyes' Pettenò
2006-09-26Instead of defining the buffer every time, use a static constant buffer, that...Diego 'Flameeyes' Pettenò
2006-09-26Free the filename string and close the file pointer when returning.Diego 'Flameeyes' Pettenò
2006-09-26Avoid crashing when handle somehow ends up being less than zero.Diego 'Flameeyes' Pettenò
2006-09-26Initialise hi/lo values for safety.Diego 'Flameeyes' Pettenò
2006-09-26Don't check ebml value, after all dispose_ebml_parser() is just an alias to f...Diego 'Flameeyes' Pettenò
2006-09-25Return when the initialisation failed.Diego 'Flameeyes' Pettenò
2006-09-25Assign a character to a char variable, rather than a number. Hopefully will r...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-24Before using audio_stream and video_stream indexes, check if they are set.Diego 'Flameeyes' Pettenò
2006-09-21Build fixes (other version of external libcdio workaround, typo in DX aout).František Dvořák
2006-09-18Added comment about the workaround.Thibaut Mattern
2006-09-18Always use our own get_buffer/release_buffer function.Thibaut Mattern
2006-09-17DVDNAV changes:František Dvořák
2006-09-16Fixed comment.Thibaut Mattern
2006-09-16Should fix some random crashes (see testsuite).Thibaut Mattern
2006-09-16Proper using CFLAGS when build ogg.František Dvořák
2006-09-16Fixed ASF header reading.Thibaut Mattern
2006-09-15Fixed potential memory corruption.Thibaut Mattern
2006-09-14Don't use WAND_CPPFLAGS and WAND_LDFLAGS.Diego 'Flameeyes' Pettenò
2006-09-14Add missing blanks.Philipp Hahn
2006-09-14Suppose we're using a Speex version new enough to have the speex subdir every...Diego 'Flameeyes' Pettenò
2006-09-14Update API for libcaca 0.99. Patch by cjacker huang.Diego 'Flameeyes' Pettenò
2006-09-13Return -1 when a connection error happens, so that other input plugins are no...Diego 'Flameeyes' Pettenò
2006-09-13Return -1 when the file is inaccessible, not found, or empty, so that other i...Diego 'Flameeyes' Pettenò
2006-09-13Allow the input plugins to file in a proper way when they can handle the inpu...Diego 'Flameeyes' Pettenò
2006-09-13Fix the debug build.František Dvořák
2006-09-13Use the media.network.timeout setting already defined as timeout for the conn...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-13Don't use the proxy if the host resolves to 127.0.0.1 (localhost).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-12Rewrite external ffmpeg support by using pkg-config rather than ad-hoc tests....Diego 'Flameeyes' Pettenò
2006-09-11handle stereo data that is only 8 bits in resolutionMike Melanson
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-10Fix seeking, remove blocksize support for now, and check if mmap fails.Diego 'Flameeyes' Pettenò
2006-09-10Add missing line.Diego 'Flameeyes' Pettenò
2006-09-09Implement MMAP capable reading for files, reduces memory impact and improve p...Diego 'Flameeyes' Pettenò
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-08fix switch from alsa/dmix 2.0 to 5.1 [bug #1226595]Miguel Freitas
2006-09-08some fixes to abort playback if audio driver failed to openMiguel Freitas