- 27 Oct, 2014 2 commits
-
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
LeafDemuxer fixes (the experimental data-sequence driven fragmented mp4 demux). Some muxers are interleaving using single trun/fragments, Moov()->Moov(A)->Moof(B) instead of interlacing truns withing fragments. Moov()->Moof(A,B)->Moof(A,B) Example: BigBuckBunny ismv file Another problem is that data isn't interleaved at all at end of tracks, and there's a long trailing gap of audio fragments only. Moov()->Moov(A)->Moof(B)->Moof(B)->Moof(B)->Moof(B)
-
- 26 Oct, 2014 4 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Only the type is useful here. The other parameters are the same for all video outputs (i.e. copied from vd->cfg), and should already have been taken care of when the window was created.
-
- 25 Oct, 2014 8 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
(no functional change)
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
Closes #11878
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 24 Oct, 2014 20 commits
-
-
Tristan Matthews authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Even though that pragma is standard C99, MSVC doesn't understand it. An issue has been opened, and this commit should be reverted when/if they fix it: https://connect.microsoft.com/VisualStudio/feedback/details/1009089/unhandled-standard-macros
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
WINBOOL is mingw specific
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
Fail if GetVlcChromaFormat return 0. (It'll throw a HardwareAccelerationError) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sean McGovern authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
- Fix possible infinite loop with sw rendering if GetOutput failed. - Don't return a pic and don't release the block in case of error_state. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
This fix the random start fail of the module. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 23 Oct, 2014 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This duplicates the 7-years older "zoom" option for no good reasons.
-
Rémi Denis-Courmont authored
This makes sure that the "crop" variable always represents the current crop settings.
-
Rémi Denis-Courmont authored
The video output variables currently represent the wanted state, not the actual state. Forcefully resetting them to the actual state with a delay can create feedback loops. (Indeed some of the code paths had already been commented out for that exact reason.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-