- 04 Mar, 2008 16 commits
-
-
Rémi Duraffort authored
Fix an issu when sorting with the track number : the track numbers were in alphabetical order rather than a numeric one.
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
None of the three net_ConnectDgram call paths use this hack anymore. Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Rémi Denis-Courmont authored
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Rémi Denis-Courmont authored
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Rémi Denis-Courmont authored
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Rafaël Carré authored
in some files, we don't have to skip the last padding bytes
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Fix cross compilation from 64bits host
-
Jean-Paul Saman authored
-
Olivier Aubert authored
-
Rémi Duraffort authored
-
Olivier Aubert authored
This allows to compile the bindings from a properly installed VLC (includes and libs in standard locations), as for instance with the libvlc1-dev debian package.
-
Rémi Duraffort authored
The sorting is still strange (wrong ?) but the sort is done on the right meta data.
-
Pavlov Konstantin authored
-
- 03 Mar, 2008 24 commits
-
-
Pavlov Konstantin authored
-
Pierre d'Herbemont authored
* Fix a rare race condition that may happen because the refcount was changed outside of the structure lock. * assert(refcount>0) in some key function to help to track freed object easily. * Use vlc_object_yield_locked() instead of refcount++.
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
André Weber authored
Enable the last parameter of the macros change_integer_list, change_string_list to supply a method to initialize update dynamic selectionlists inside the settings GUI allready on showing the gui. (f.e. the audio device list)
-
Rémi Duraffort authored
-
Rémi Duraffort authored
This reverts commit 805980f9.
-
Rémi Denis-Courmont authored
...or why is asprintf() not the same as strdup(). Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Rémi Denis-Courmont authored
Pointed-out-by: Drew Yao Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Rémi Denis-Courmont authored
...assuming you have non-buggy calloc() implementation. Pointed-out-by: Drew Yao Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
The only paths that still appears not to set a default remote port are the dccp/rtp and tcp/rtp accesses. And it makes no sense for these to default to HTTP port 80 anyway. Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Faustino Osuna authored
-
Rémi Denis-Courmont authored
strerror_r() will still crash as setlocale() is used regardless of ENABLE_NLS. This reverts commit 61d0ac25.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
If mac users can test ... (evenif it's really simple)
-
Faustino Osuna authored
-
Faustino Osuna authored
-