- 10 Apr, 2005 1 commit
-
-
Rocky Bernstein authored
Add Track length mode. Entry slider fixed update fixed. Some small memory leaks fixed.
-
- 09 Apr, 2005 25 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
-
Rocky Bernstein authored
Fix bug in paranoia mode. Now allow two kinds of paranoia - overlap and full. libcddb 0.96 has regexp memory leaks in - 1.0.0 won't. Be leak free if using 1.0.0.
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
held. store p_playlist in wxvlc::Playlist since the class can't work without p_playlist anyway. Strictly lock playlist when needed. adds a lot of playlist_ItemGetById, and removes a lot of vlc_object_find VLC_OBJECT_PLAYLIST). This should fix a lot of potential deadlocks and crashes, including a few I could reproduce
-
Rémi Denis-Courmont authored
-
Sigmund Augdal Helberg authored
nodes as well as items. made playlist_Control not take the playlist lock, and created a playlist_LockControl that does the same but takes the lock
-
Gildas Bazin authored
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Gildas Bazin authored
* src/input/demux.c: skip header id3tag in the core before loading the demux (id3tags have a tendency to mess probing). * modules/demux/flac.c, modules/demux/mpeg/m4a.c,mpga.c: update id3tag parsing. * modules/demux/util/id3tag.c: id3tag parsing doesn't need to skip the id3tag header anymore. * modules/demux/util/id3.c: module removed because id3tag header skipping isn't needed anymore.
-
Gildas Bazin authored
* modules/demux/aac.c: removed deprecated aac demux (replaced by the m4a demux which uses the m4a packetizer).
-
Rémi Denis-Courmont authored
-
Gildas Bazin authored
-
Rémi Denis-Courmont authored
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- use execlp instead of execl - perform process replacement in the child process, not the parent - wait for process termination (to avoid zombies) - do not return value from void function - more verbose
-
Rémi Denis-Courmont authored
- struct addrinfo check
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Derk-Jan Hartman authored
-
- 08 Apr, 2005 14 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Sylvain Cadhillac authored
-
Rémi Denis-Courmont authored
- Added check for getaddrinfo
-
Rémi Denis-Courmont authored
-
Christophe Massiot authored
arrives too late to the mux.
-
Christophe Massiot authored
VBI teletext descriptor should not set the codec because they only add information on a teletext stream.
-
Christophe Massiot authored
facilities. Fixed a few incoherences with i_original_channels/i_physical_channels.
-
Christophe Massiot authored
when there is no packet coming (fixes a "packet sent too late" issue with the ts muxer).
-
Christophe Massiot authored
-
Christophe Massiot authored
downmixing ; completed downmixing options.
-
Christophe Massiot authored
mpga streams.
-
Christophe Massiot authored
-
Derk-Jan Hartman authored
-