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

33540 Commits

Author SHA1 Message Date
Rémi Duraffort
63a67c181d video_filters: remove unused p_sys structure. 2009-07-16 09:38:24 +02:00
Rémi Duraffort
9bf4d5d3ce Fix dead assignement and cleaning. 2009-07-16 09:11:02 +02:00
Rémi Duraffort
4a71c8387a video_filter_scene: cleaning
* p_sys and p_sys->p_scene can't be NULL after the end of Create
 * use calloc instead of malloc+memset
 * remove dead initializations
 * use strdup to copy a string (not asprintf)
2009-07-16 08:57:08 +02:00
Rémi Duraffort
37e54c44df growl: fix memleak. 2009-07-16 08:50:59 +02:00
Rémi Duraffort
d5fd751615 free(NULL) is safe. 2009-07-16 08:37:42 +02:00
Rémi Duraffort
6b057b5e0d Remove uneeded asprintf. 2009-07-16 08:10:07 +02:00
Rémi Duraffort
990fd1cd60 itml: the core knows how to handle file://localhost/ 2009-07-16 07:47:56 +02:00
Chris White
f9ca202868 rtmp: fixed description formatting and made default values more logical.
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
2009-07-15 22:10:31 +02:00
Rémi Duraffort
564cbe7b5c itml: fix memleak. 2009-07-15 22:07:34 +02:00
Rémi Duraffort
25def74f01 Remove nestead assignement. 2009-07-15 22:07:34 +02:00
Rémi Duraffort
9d546a7ec7 itml: indentation. 2009-07-15 22:07:33 +02:00
Rémi Duraffort
72ddabb89f Fix dead assignement. 2009-07-15 22:07:33 +02:00
Laurent Aimar
c1ec23d7b2 Increased fifo decoder size to 400mb.
I don't think there is any good fixed value, I have tuned it for
50mbit/s video with a cache of 60s.
2009-07-15 21:26:43 +02:00
Rémi Denis-Courmont
6f34b35702 convert_xml_special_chars: factor 2009-07-15 21:36:41 +03:00
Rémi Denis-Courmont
89d3524d62 Test cases for convert_xml_special_chars 2009-07-15 21:36:23 +03:00
Laurent Aimar
69d28e6f83 Fixed clock handling on rate change with high caching delay.
Becareful about possible regressions.
2009-07-15 19:15:15 +02:00
Laurent Aimar
6270718870 Do not delay rate change after end of pause. 2009-07-15 19:15:15 +02:00
Laurent Aimar
9e4b3f8d18 Always update the wakeup date in input. 2009-07-15 19:15:15 +02:00
Laurent Aimar
fffc29ff8f Fixed potential race condition in clock. 2009-07-15 19:15:15 +02:00
Rémi Duraffort
042c1938f4 itml: fix dead initilisations and set the pointers to NULL only when needed. 2009-07-15 16:13:21 +02:00
Rémi Duraffort
d80344c39e itml: cleaning and factorize. 2009-07-15 16:01:33 +02:00
Rémi Duraffort
854946f132 itml: cosmetics. 2009-07-15 15:46:00 +02:00
Rémi Duraffort
918a6962f2 itml: factorize and add missing #undef. 2009-07-15 14:27:45 +02:00
Rémi Duraffort
6798f250a4 itml: no need to set to NULL after the free here. 2009-07-15 14:23:54 +02:00
Rémi Duraffort
8a677b6abf itml: factorize. 2009-07-15 14:15:50 +02:00
Rémi Duraffort
5d81c92621 Macro safety. 2009-07-15 13:21:36 +02:00
Rémi Duraffort
d196ebc53d Remove dead assignement. 2009-07-15 13:12:42 +02:00
Rémi Duraffort
a9aa82f3c6 rc: no need to strdup the value returned by var_GetString. 2009-07-15 11:47:00 +02:00
JP Dinger
3728bb0f01 Avoid infringing C std namespace the simplistic way. 2009-07-14 14:13:14 +02:00
JP Dinger
f7ea2a05c0 Revert bitflip spotted by xtophe. 2009-07-14 13:00:43 +02:00
JP Dinger
1187a57be2 Remove unneeded casts and intermediaries in va_arg()-using boilerplate. 2009-07-14 12:53:48 +02:00
JP Dinger
8f556b7155 Shore up code and remove early returns. 2009-07-14 12:53:44 +02:00
JP Dinger
456bc39947 Remove unused variables, refactor a bit. 2009-07-14 12:53:41 +02:00
JP Dinger
c9546b0c5b Refactor a bit in dvdnav.c 2009-07-14 12:53:37 +02:00
JP Dinger
9e5f67625a Fix an actual error path for realloc() that doesn't leak in rtsp/real.c 2009-07-14 12:53:31 +02:00
Etienne Membrives
30c40ee910 There is a typo in the error message displayed when VLC is unable to
find a correct blending module given input and output chromas. Instead
of displaying the input chroma and the output chroma in the error
message, it displays two times the output chroma.

This patch corrects the typo.

Signed-off-by: JP Dinger <jpd@videolan.org>
2009-07-14 12:47:08 +02:00
Laurent Aimar
ac8a52b9a2 Fixed typo. 2009-07-14 01:39:50 +02:00
Laurent Aimar
79d33ce2a7 Fixed typo. 2009-07-14 01:39:39 +02:00
Laurent Aimar
bc366fcd4d State what is the current stop condition in iso639_lang_t. 2009-07-14 01:33:55 +02:00
Laurent Aimar
f36e9bec13 Fixed a segfault after iso639_lang_t p_languages API breakage. 2009-07-14 01:31:21 +02:00
Laurent Aimar
27d1c356e2 Fixed a segfault after iso639_lang_t p_languages API breakage. 2009-07-14 01:30:38 +02:00
Laurent Aimar
dc5be23723 Automatically compute the latency(pts_delay) needed after a buffer underflow.
The latency is increased by monitoring the last buffer underflows and by
filtering the values obtained (median 3).
It is simple and pretty robust (tested with http and sshfs over wireless).
2009-07-13 21:13:13 +02:00
Laurent Aimar
a48799e7a8 Auto detect when we need to buffer again.
As it is part of a critical section for playback, becareful about any
regressions.
2009-07-13 21:13:13 +02:00
Laurent Aimar
a4087f0689 Do not forget to use the drift when converting stream to system clock.
It has no consequence (because of the way we actually use the clock) but
it is more consistent.
2009-07-13 21:13:13 +02:00
Rémi Denis-Courmont
4137a1d03a Use var_TriggerCallback 2009-07-13 21:13:03 +03:00
Rémi Denis-Courmont
c936761292 OpenGL: initialize all variables before creating the provider 2009-07-13 21:12:16 +03:00
Rémi Denis-Courmont
c6ddd1d108 OpenGL: forward video-on-top variable 2009-07-13 21:12:16 +03:00
Alexis Ballier
7c39ad95f5 Make sure vlc_release doesn't destroy a non existent spinlock.
This was actually fixed by [697457bcb6] but then [952a943ae2] came which made it useless.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2009-07-13 19:30:46 +03:00
Jean-Baptiste Kempf
12f5df7166 Contrib: store fontconfig cache in %appdata%/vlc
And not %appdata% on win32
2009-07-13 15:06:55 +02:00
Jean-Baptiste Kempf
b8aa5b46c4 Qt: FSC opacity control between 0.1 and 1.0 2009-07-13 11:11:04 +02:00