summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-11Add a textdomain field to allow using a different i18n catalog for the descri...Diego 'Flameeyes' Pettenò
2007-12-11Update all post plugins to the new identifier/description interface. Add _() ...Diego 'Flameeyes' Pettenò
2007-12-11Update libsputext demuxer, which I forgot on the previous run.Diego 'Flameeyes' Pettenò
2007-12-11Update all misc plugins to the new identifier/description interface. Add _() ...Diego 'Flameeyes' Pettenò
2007-12-11Remove stray function.Diego 'Flameeyes' Pettenò
2007-12-11Update all video decoder plugins to the new identifier/description interface....Diego 'Flameeyes' Pettenò
2007-12-11Update all audio decoder plugins to the new identifier/description interface....Diego 'Flameeyes' Pettenò
2007-12-11Update all combined plugins to the new identifier/description interface. Add ...Diego 'Flameeyes' Pettenò
2007-12-11Update all demux plugins to the new identifier/description interface. Add _()...Diego 'Flameeyes' Pettenò
2007-12-11Update all input plugins to the new identifier/description interface.Diego 'Flameeyes' Pettenò
2007-12-11Update all video output plugins to the new identifier/description interface.Diego 'Flameeyes' Pettenò
2007-12-11Update to the new identifier/description interface and call _().Diego 'Flameeyes' Pettenò
2007-12-11Update all audio output plugins to the new identifier/description interface.Diego 'Flameeyes' Pettenò
2007-12-11Update to the new identifier/description interface and call _().Diego 'Flameeyes' Pettenò
2007-12-11Leave to the plugin the call to gettext exactly as before.Diego 'Flameeyes' Pettenò
2007-12-11Update the code not to use the get_* functions that were removed.Diego 'Flameeyes' Pettenò
2007-12-11Replace get_identifier/get_description functions with strings.Diego 'Flameeyes' Pettenò
2007-12-10Merge from 1.1.Diego 'Flameeyes' Pettenò
2007-12-10Simplify Pulse plugin reverting some of today's changes and going back from t...Diego 'Flameeyes' Pettenò
2007-12-10Backport the PulseAudio plugin from 1.2 branch.Diego 'Flameeyes' Pettenò
2007-12-10Don't run the infinite loop when checking operations.Diego 'Flameeyes' Pettenò
2007-12-10Remove pa_mutex, with the new threaded wait_for_operation there seems to be n...Diego 'Flameeyes' Pettenò
2007-12-10Don't use cork/uncork calls to handle pause and resume.Diego 'Flameeyes' Pettenò
2007-12-10Replace wait_for_operation() with a threaded version to avoid race conditions.Diego 'Flameeyes' Pettenò
2007-12-09Do the same for libxine2.Darren Salt
2007-12-09Mark libxine1 as providing the libxine1-* packages which it replaces.Darren Salt
2007-12-09Merge from 1.1.Darren Salt
2007-12-09Enable the WMV VC1 (ffmpeg) codec.Darren Salt
2007-12-08spudvb osd update fixChristophe Thommeret
2007-12-07Merge from 1.1.Diego 'Flameeyes' Pettenò
2007-12-07Don't try to free the frame if it's not allocated. Fixes bug FS#3.Diego 'Flameeyes' Pettenò
2007-12-07Fix compilation of DXR3 support with external ffmpeg. Untested with actual DXR3.Darren Salt
2007-12-03Merge from 1.1.Darren Salt
2007-12-04fifo_peek_int can return NULL (when non-blocking). make fifo_remove_int handl...Matthias Kretz
2007-12-03Fixed a race condition between ao_loop and ao_close to not lose the last buffer.Matthias Kretz
2007-12-02silence stdout of ogg demuxerMatthias Kretz
2007-12-02Don't signal fifo->empty right after reading the last bufferMatthias Kretz
2007-12-02remove redundant checkMatthias Kretz
2007-12-02Fixed ALSA close function to not discard all data that had been written but n...Matthias Kretz
2007-12-03ChangeLog entries for my patchesMatthias Kretz
2007-11-30Remove pointless "several MRLs" text; move that paragraph up a bit.Darren Salt
2007-11-25* change the maintainer field to xine-devel@lists.sourceforge.net.Reinhard Tartler
2007-11-25* remove gs from build-dependenciesReinhard Tartler
2007-11-25Merge from 1.1.Darren Salt
2007-11-25Fix a signedness issue in genre number validation.Darren Salt
2007-11-25Port nsf plugin build-disabling option to 1.2.Darren Salt
2007-11-25Avoid any future need to alter ID3_GENRE_COUNT.Darren Salt
2007-11-25patch adding additional ID3 genresMaximilian Schwerin
2007-11-24Build-depend on libvcdinfo-dev.Darren Salt
2007-11-24Add option to disable Nosefart/NSF plugin building.Diego 'Flameeyes' Pettenò