1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Commit Graph

26435 Commits

Author SHA1 Message Date
Laurent Aimar
cfe3297167 Use picture_CopyProperties. 2008-07-20 00:53:21 +02:00
Jean-Baptiste Kempf
04cda7545e Correct location for mpeg2 2008-07-20 00:05:22 +02:00
Filippo Carone
0a53ef618b jvlc: fix the native type for drawable 2008-07-19 23:49:07 +02:00
Filippo Carone
61888921a7 java bindings: specify hudson as continuus integration engine 2008-07-19 23:49:07 +02:00
Jean-Baptiste Kempf
caea2bcf39 libMpeg2 0.5.1 bump 2008-07-19 23:41:08 +02:00
Jean-Baptiste Kempf
19ed08bd03 Typo 2008-07-19 23:40:12 +02:00
Derk-Jan Hartman
1d31c0090c quicktime decoder: fix a cast warning 2008-07-19 22:25:05 +02:00
Derk-Jan Hartman
08a33c8da7 quicktime codec: prevent malloc(0) 2008-07-19 22:21:38 +02:00
Derk-Jan Hartman
a49e93d66d quicktime decoder: I don't trust this codec enough to have it as priority 100 resetting back to 10. Besides, shouldn't we encourage ffmpeg codec usage over proprietary codecs ? 2008-07-19 22:17:04 +02:00
Derk-Jan Hartman
2cd7d252bb Mac OS X framework: libvlc_MediaPlayerPlayed -> libvlc_MediaPlayerPlaying. 2008-07-19 21:46:43 +02:00
Felix Paul Kühne
79c265c2fe Removed some useless dgb msgs and added some more useful localised error msgs 2008-07-19 20:39:01 +02:00
Rémi Duraffort
ee7537e77a Use pl_Locked and pl_Unlocked. 2008-07-19 14:44:08 +02:00
Rémi Duraffort
bd8145b408 Cosmetic. 2008-07-19 14:44:07 +02:00
Laurent Aimar
d3ed2c8a64 Use block_Release instead of pf_release directly. 2008-07-19 13:23:57 +02:00
Laurent Aimar
96a6323fd6 Fixed buffer overread in equalizer BandCallback. 2008-07-19 13:22:41 +02:00
Laurent Aimar
36d1d663db Fixed a segfault in aout_EnableFilter.
Fixed missing lock in aout callbacks !
Factorized duplicated code.
2008-07-19 13:19:16 +02:00
Laurent Aimar
ab131d8bfb Added filter_NewPicture/Subpicture/AudioBuffer helpers. 2008-07-19 13:17:38 +02:00
Laurent Aimar
c35618f794 Fixed vout_Create documentation. 2008-07-19 13:16:37 +02:00
Laurent Aimar
33cd8def1a Fixed a few buffer overflow by not using sprintf... 2008-07-19 13:14:46 +02:00
Pierre d'Herbemont
d1a4a59a95 libvlc: Don't raise an exception if there is no vout in set_drawable. 2008-07-19 12:57:20 +02:00
Pierre d'Herbemont
d057b0df8d playlist: playlist_NodeAddInput was noted as deprecated in docs, remove it from exported symbols. 2008-07-19 12:57:20 +02:00
Pierre d'Herbemont
0a1480ee6d playlist: playlist_DeleteFromInputInParent wasn't used by modules, don't export it. 2008-07-19 12:57:20 +02:00
Pierre d'Herbemont
587f46a9b5 playlist: playlist_DeleteInputInParent->playlist_DeleteFromInputInParent to match playlist_DeleteFromInput. 2008-07-19 12:57:20 +02:00
Rémi Duraffort
3734ddc989 Qt4: We must lock the playlist before calling UpdateTreeItem() 2008-07-19 12:49:37 +02:00
Rémi Duraffort
3921a7f87d Fix a compilation warning. 2008-07-19 12:48:17 +02:00
Filippo Carone
347cc8cc49 Extra info about compiler and revision name added binded from libvlc 2008-07-19 12:00:24 +02:00
Laurent Aimar
a3b88389a2 Clean up gaussianblur. There is no need to nearly duplicate all code the to
handle int/float...
2008-07-18 22:34:03 +02:00
Laurent Aimar
96d0ab7fb3 Use picture helpers. 2008-07-18 22:00:16 +02:00
Laurent Aimar
20fa5b0a9e Another typo. 2008-07-18 21:52:58 +02:00
Laurent Aimar
5cc3fd9422 Fixed a typo. 2008-07-18 21:39:42 +02:00
Laurent Aimar
4e6bc3609e Use picture helpers. 2008-07-18 21:35:44 +02:00
Laurent Aimar
815e38a857 Do not return title if no chapters in mkv. 2008-07-18 21:24:54 +02:00
Laurent Aimar
5d3c921b10 Use picture helpers (Yield,Release,CopyProperties). 2008-07-18 21:18:36 +02:00
Laurent Aimar
af37ba1878 Added new picture helpers (picture_Yield, picture_Release,
picture_CopyProperties) and use them inside vlc core.
2008-07-18 20:47:20 +02:00
Rémi Duraffort
efa30ea7db The playlist is not locked so don't pretend that the case. 2008-07-18 19:57:42 +02:00
Rémi Duraffort
be017fb290 The playlist it not lock here. 2008-07-18 19:33:39 +02:00
Rémi Duraffort
ec32411a26 The playlist is not lock for the moment. 2008-07-18 19:25:56 +02:00
Rémi Duraffort
99f299c6c6 Lock the playlist so we can add SAP item to the playlist without asserting. 2008-07-18 19:04:58 +02:00
Pavlov Konstantin
6a2bec6553 Add new x-content to desktop file. Patch by Nicolas Chauvet. 2008-07-18 11:19:24 +04:00
Pierre d'Herbemont
05f184decf Revert "qtcapture: Use a direct block buffer, and remove a memcpy."
This reverts commit b65ca27b5b.

It doesn't work well enough.
2008-07-18 00:42:53 +02:00
Pierre d'Herbemont
b65ca27b5b qtcapture: Use a direct block buffer, and remove a memcpy. 2008-07-18 00:18:16 +02:00
Pierre d'Herbemont
fbd86409a4 vout: Make sure vout_Close() has been called before the object destruction. 2008-07-18 00:18:16 +02:00
Pierre d'Herbemont
d926bc98dd vout: Rename vout_Destroy to vout_CloseAndDestroy. 2008-07-18 00:18:16 +02:00
Pierre d'Herbemont
6d4e922482 macosx: Fix motionblur and zoom in extended panel. 2008-07-18 00:18:16 +02:00
Laurent Aimar
76ab4696aa Do not increase refcount when the release callback is not present. 2008-07-17 22:45:03 +02:00
Laurent Aimar
9e81bb494b Revert "Fixed image_Convert by properly overriding release policy."
A simpler way is comming.
This reverts commit 796e72022f.
2008-07-17 22:44:07 +02:00
Christophe Mutricy
9a72071ae6 Use the correct test
Refs #791
2008-07-17 20:51:52 +01:00
Christophe Mutricy
8134316d83 Fix building when VLM is disable
Closes #1718
2008-07-17 20:51:45 +01:00
Christophe Mutricy
c2f4049a65 Add Matroska mmime types 2008-07-17 20:26:52 +01:00
Laurent Aimar
796e72022f Fixed image_Convert by properly overriding release policy. 2008-07-17 21:24:44 +02:00