23630 Commits (c64913edec5e89ff57c60284ec3e0478a6368dcd)
 

Author SHA1 Message Date
VideoLAN c64913edec Fix macosx gettext 19 years ago
Rafaël Carré 126306281b Require gettext 0.16.1 19 years ago
Felix Paul Kühne 6a0180cff6 removed trailing spaces, cough 19 years ago
Felix Paul Kühne ff83b90d94 finished hotkeys settings in simple prefs 19 years ago
Felix Paul Kühne bd040d3b03 updated the list of shortcuts not to be used on Mac OS X 19 years ago
Felix Paul Kühne 43b06247ad fixed typo 19 years ago
Filippo Carone 27bee6c962 more unit test and functions for media list 19 years ago
Rémi Denis-Courmont 974a399a24 Remove the autoconf hack, fix gettext broken in b6c4b865 19 years ago
User b6c4b86572 Revert "Update gettext" 19 years ago
Pierre d'Herbemont 77f7cdd4cb Re-checking src/interface/interface.h. 19 years ago
Pierre d'Herbemont e635537fdc autotools: Distribute src/interface/interface.h 19 years ago
Pierre d'Herbemont c90b3db3af input: Remove input_DestroyThread() as it is now handled via vlc_object_release(). 19 years ago
Pierre d'Herbemont 05dc64af7e objects: Call vlc_object_join() automatically from vlc_object_destructor() if needed. 19 years ago
Pierre d'Herbemont dbdd540a2e interaction: Keep a libvlc's global interaction object reference around, and properly release it when done. 19 years ago
Pierre d'Herbemont f0fbb2b3ee objects: Send a vlc_object_kill from vlc_object_destroy() to make sure vlc_object_release() can properly free all the allocated resources when the refcount reach zero. 19 years ago
Jean-Baptiste Kempf 78e39f0d6d Uniformisation and configurability of Mouse Hidding Time. Patch by Lukas Durfina 19 years ago
Jean-Baptiste Kempf 31dcf0ddf0 Nasm bump to 2.02 19 years ago
Jean-Baptiste Kempf b3dd974f50 Use VideoLAN VLC media player as a brand name. 19 years ago
Jean-Baptiste Kempf 26343f3df9 Add "" around DVD/VCD/CDDA devices... Should help to play .iso and VIDEO_TS folder with spaces in it. Watch that for any regressions. 19 years ago
Jean-Baptiste Kempf 4df31211b3 Don't set the privacy dialog as a MI child. 19 years ago
Jean-Baptiste Kempf bb8d2b9ef1 Fix the '@' disappearance in UDP addresses. 19 years ago
Jean-Baptiste Kempf 5f9af46adc Add two FourCC that are actually decoded. 19 years ago
Rafaël Carré 42e7d91c27 ncurses: link with libtinfo(w) only if needed 19 years ago
Sam Hocevar 37558f4a01 Fix a potential corruption in release_input_thread(). 19 years ago
Sam Hocevar 5122c9d9e9 Various spelling fixes. 19 years ago
Sam Hocevar fe22119f64 Add missing p_vout->pf_end in vmem.c and snapshot.c 19 years ago
James Bond bcff0f227b We are not using svn anymore 19 years ago
Rafaël Carré fd0cdccc7c DM: Use built-in priority for known codecs 19 years ago
Felix Paul Kühne f38c418960 fixed a couple of download sites (mostly related to the heanet failure) and fixed the wget usage in some firewalled setups) 19 years ago
Felix Paul Kühne 266ca40a3f compile before you commit, will you? 19 years ago
Felix Paul Kühne b1e5f35c24 synced patch with current FFmpeg svn 19 years ago
Filippo Carone 38f79bff37 new failing test for medialistplayer_next 19 years ago
Sam Hocevar c4b95b5063 New video output driver: "vmem", for direct memory access. 19 years ago
Filippo Carone 699dd78877 give the opportunity to play synchronously 19 years ago
Filippo Carone f56d550753 addMediaDescriptor refactored to addMedia 19 years ago
Filippo Carone 709367d842 fix for #1533: check on array boundaries before removing media 19 years ago
Filippo Carone 5f584e4c45 more unit tests 19 years ago
Filippo Carone 5a0c3a5164 create a medialist on JVLC creation 19 years ago
André Weber 61a056a7eb Fix the handling of string variable - store them as UTF-8 into the config variables, also convert the StringList values to an UTF8 string before putting them into a QVariant - which seems not to work if created from a "char *" - because later converterd QVariant->toString() isn't UTF8 like expected. 19 years ago
Filippo Carone bd2b3483d8 media instance tests added 19 years ago
Filippo Carone b57e459283 ignore samples/target folder 19 years ago
Filippo Carone 4459ae4e81 some media descriptor tests 19 years ago
Sam Hocevar f5f2365090 Ignore Qt generated files. 19 years ago
Sam Hocevar 649c93388d Minor Windows ME build fixes. 19 years ago
Sam Hocevar 8b5869976e Documentation updates. 19 years ago
Sam Hocevar 4e0e4d6d4a Merge branch 'master' of git@git.videolan.org:vlc 19 years ago
Rémi Denis-Courmont 3b0534ea2c Don't use strcpy() on overlapping memory buffers - fixes #1500 19 years ago
Sam Hocevar cfc98288ba Put (void)val; here and there to tell gcc we used the variable. 19 years ago
Ilkka Ollakka 951c16c720 set rc_method = X264_RC_CQP if qp is set 19 years ago
Pierre d'Herbemont 30b0fc0539 libvlc.sym: Add __vlc_object_set_destructor and fix make check. 19 years ago