- 12 May, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 May, 2009 1 commit
-
-
Felix Geyer authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 10 May, 2009 15 commits
-
-
Niklas Hayer authored
Prevented QT4 gui from changing size while maximized. This should fix https://trac.videolan.org/vlc/ticket/1883Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e83df29b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzee-Luyssen authored
So that it takes a const char* as the filename parameter. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Danny Wood authored
Here is the updated patch with the modified configure.ac. I have also added some comments and cleaned up a little bit of code. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 09 May, 2009 2 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
- 08 May, 2009 7 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Christophe Mutricy authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
input_CreateThread* have been splitted in two functions: - input_Create - input_Start to allow attaching to input events and creating settings/variables before starting the input thread. For consistency, input_StopThread has been renamed input_Stop. Initial report from Hugo Beauzee-Luyssen.
-
Christophe Mutricy authored
-
- 07 May, 2009 14 commits
-
-
Matej Urbančič authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Sidney Doria authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Otto Kekäläinen authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Khoem Sokhem authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
At each serialno changes, the timestamp being non continuous, there will be an annoying glitch...
-
Laurent Aimar authored
-
David Flynn authored
- repacketizing and reconstructing timestamps for a Dirac ES suitable for remultiplexing and decoding. - sanitizing an input stream that has non-signalled discontinuities - handling the basket case AVI fake-pts-is-dts method too: For a non well formed input (only has pts or dts), this is implemented by simulating the ReOrder Buffer model to resolve timestamps. Updated 20090507 with: - use VLC_TS_INVALID rather than private block flags - removed useless i_sync_flags - add support for next_parse_offset == 0 - eliminate dirac_FindEOS - use block_t's p_priv to avoid dirac_FindPictureNumber - remove b_picture_number, add parsecode helpers - when stream jumps backwards, generate correct EOS DU - dont use block_FindMaskedFlags - remove openloop fastsync - guarantee synchro sees EOS, remove duplicate EOS DUs - dont blindly believe that a data unit is > 1MB - fix compilation warning - fix issue with unsyncable p_extra - rearange file - add sanitization of prev_parse_offset - do duplicate EOS detection at the right place - move all operations on outqueue to Packetize - fix stupid offbyone on location of prev_parse_offset - sanity check output of sync at input to encapsualator - refactor dirac_BuildEncapsulationUnit - keep hold of precious timestamps - unfortunately block_t has no p_priv Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Rémi Denis-Courmont authored
-