Age | Commit message (Expand) | Author |
2006-09-26 | Fix _x_config_change_opt function to actually sanity check all the pointers, ... | Diego 'Flameeyes' Pettenò |
2006-09-26 | When there's no plugin to replace, output a log, and skip the plugin entirely... | Diego 'Flameeyes' Pettenò |
2006-09-26 | Avoid off-by-one overrun. Found by Coverity Scan CID 120. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Fix the strcpy calls, backport from upstream. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Fix the size of file_id attributes, backport from current upstream versions. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Actually be a bit more smarter, if this can be used, continue with the origin... | Diego 'Flameeyes' Pettenò |
2006-09-26 | printerr() macros are often used when the pointer "this" is NULL. In those ca... | Diego 'Flameeyes' Pettenò |
2006-09-26 | Free splitpath when returning. Found by Coverity Scan CID 302. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Add missign command extending the size of video_types array and fixing the po... | Diego 'Flameeyes' Pettenò |
2006-09-26 | Fix off-by-one error identified by Coverit Scan. CID 116. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Don't do anything if cfft is NULL, or dereferencing it might lead to crashes. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Remove unused if checks on free. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Fix an off by one identified by Coverity Scan, CID 136. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Use _x_assert. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Forgot one symbol. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Fix the missing protected symbols, and enable hidden visibility for libxine.so. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Use protected visibility for all the functions exported by libxine.so, so tha... | Diego 'Flameeyes' Pettenò |
2006-09-26 | Initialise values for mad_fixed_64{hi,lo}_t variables, for safety. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Assert presence of this->renderer as the whole function relies on its presence. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Don't use the size in bytes of the frame_rate_tab table, it will not correspo... | Diego 'Flameeyes' Pettenò |
2006-09-26 | Instead of defining the buffer every time, use a static constant buffer, that... | Diego 'Flameeyes' Pettenò |
2006-09-26 | Free the filename string and close the file pointer when returning. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Avoid crashing when handle somehow ends up being less than zero. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Initialise hi/lo values for safety. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Don't check ebml value, after all dispose_ebml_parser() is just an alias to f... | Diego 'Flameeyes' Pettenò |
2006-09-25 | Return when the initialisation failed. | Diego 'Flameeyes' Pettenò |
2006-09-25 | Assign a character to a char variable, rather than a number. Hopefully will r... | Diego 'Flameeyes' Pettenò |
2006-09-25 | Free the filename variable after usage (_x_rip_plugin_get_instance uses strdu... | Diego 'Flameeyes' Pettenò |
2006-09-25 | The frame_output_cb function for the scaler is mandatory, assert it so that d... | Diego 'Flameeyes' Pettenò |
2006-09-24 | Before using audio_stream and video_stream indexes, check if they are set. | Diego 'Flameeyes' Pettenò |
2006-09-21 | Build fixes (other version of external libcdio workaround, typo in DX aout). | František Dvořák |
2006-09-18 | Added comment about the workaround. | Thibaut Mattern |
2006-09-18 | Always use our own get_buffer/release_buffer function. | Thibaut Mattern |
2006-09-17 | DVDNAV changes: | František Dvořák |
2006-09-16 | Fixed comment. | Thibaut Mattern |
2006-09-16 | Should fix some random crashes (see testsuite). | Thibaut Mattern |
2006-09-16 | Proper using CFLAGS when build ogg. | František Dvořák |
2006-09-16 | Fixed ASF header reading. | Thibaut Mattern |
2006-09-15 | Fixed potential memory corruption. | Thibaut Mattern |
2006-09-14 | Don't use WAND_CPPFLAGS and WAND_LDFLAGS. | Diego 'Flameeyes' Pettenò |
2006-09-14 | Add missing blanks. | Philipp Hahn |
2006-09-14 | Suppose we're using a Speex version new enough to have the speex subdir every... | Diego 'Flameeyes' Pettenò |
2006-09-14 | Update API for libcaca 0.99. Patch by cjacker huang. | Diego 'Flameeyes' Pettenò |
2006-09-13 | Return -1 when a connection error happens, so that other input plugins are no... | Diego 'Flameeyes' Pettenò |
2006-09-13 | Return -1 when the file is inaccessible, not found, or empty, so that other i... | Diego 'Flameeyes' Pettenò |
2006-09-13 | Allow the input plugins to file in a proper way when they can handle the inpu... | Diego 'Flameeyes' Pettenò |
2006-09-13 | Fix the debug build. | František Dvořák |
2006-09-13 | Use the media.network.timeout setting already defined as timeout for the conn... | Diego 'Flameeyes' Pettenò |
2006-09-13 | When only one host is present, or with the last host, enable the non-block mo... | Diego 'Flameeyes' Pettenò |
2006-09-13 | Don't use the proxy if the host resolves to 127.0.0.1 (localhost). | Diego 'Flameeyes' Pettenò |