- 25 Aug, 2008 33 commits
-
-
Gertjan Van Droogenbroeck authored
The changes to the nuv demuxer are: - aspect ratio is now used - only key frames are used for seeking / index table - if there is a seektable it is now used (in a seekable stream) - GET_LENGTH is set correctly when a seektable is available, if there isn't a seektable it will make a guess based on the position in the stream and the stream size - seek support improved, it checks if the stream is seekable and it also checks if the stream is not changing in size (recording) - support for rtjpeg decoder The demuxer was tested on Windows and Linux with a samba share with recordings from a mythbackend. I have also tested this with MythWeb with HTTP Direct Download and ASX Stream. If it is detected that the stream is not seekable (for example the HTTP stream) it will fall back to the way it worked before and keep fetching new frames until the position is reached. If you seek to a position before the current position it will now give a warning. If a recording is in progress the stream size will change. This will be detected and then only forward seeking is possible, because changing the stream pointer on the recorded file failed (at least it did using the network share).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Assert rather than invoke a crashy work-around. Also allow the type-specific cleanup function to join the thread.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
Feel free to backport, I don't have the branch yet..
-
Antoine Cellerier authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
macosx: Do NOT call config_SaveConfigFile() if you don't intend to save ALL the options that might have changed. If you want to autosave something, the config option needs to be marked with change_autosave() and the core will save the option.
-
Derk-Jan Hartman authored
-
Christophe Mutricy authored
-
Laurent Aimar authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
The Capture panel is sensibly slower than all the other ones and way less used by most people. Therefore, don't build it (especially for windows) unless you need it. Better for speed and memory.
-
Jean-Baptiste Kempf authored
This reverts commit 9b868a2f.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Also set a correct title and icon, when you don't use the pl through THEDP.
-
Jean-Baptiste Kempf authored
This can happen if you toggle between qt-display-mode too often.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Fix by J-Peg.
-
Jean-Baptiste Kempf authored
Fix bug reported on IRC and on Forum. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
And fix sizing of FSC accordingly. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #1915
-
Jean-Baptiste Kempf authored
Close #1775
-
Jean-Baptiste Kempf authored
Fix the reminiscence of some extended settings and work-around the lack of persistence of Equalizer settins between songs by deactiving the UI. At least it is consistent. Ref #1752 and complaints on IRC. #1866 and #1795
-
Jean-Baptiste Kempf authored
This reverts commit 4774dc6c.
-
- 24 Aug, 2008 7 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Jean-Philippe Andre authored
Qt: don't check if a variable is a command. This will show radio buttons for zzom, crop & aspect-ratio.
-
Antoine Cellerier authored
Hopefully fix #1910 'When I use the command "mrl playlist_add vlc_play", "playlist_add" used to return the index of the item added to the playlist wheras in the last nightly build, "playlist_add" just add 0 to the stack. Thus, "vlc_play" just play the first element of the playlist in spite of playing the desired file.' ... and fix an unrelated compilation warning which ended up being a bit more complex to fix than I though.
-
Rémi Denis-Courmont authored
-
Christophe Mutricy authored
-