- 25 Feb, 2007 18 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
(But it still won't be decoded by ffmpeg, we provide extra data too late)
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Added VC-1 detection (SMPTE RP 227)
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Use vlc_b64_encode_binary and remove ap_* in rtp.c Fixed 2 invalid memory access and 1 stack corruption in rtp.c (Fixed the report of rtp segfault with gcc 4.1 by xxcv)
-
Laurent Aimar authored
(Fixed 'assert (pufd < ufd + (sizeof (ufd) / sizeof (ufd[0])))' reported by xxcv)
-
Antoine Cellerier authored
-
Felix Paul Kühne authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Fix "object is not attached" error when quiting VLC. (as far as i can tell, it was triggered since memory leak fix in [18247])
-
Antoine Cellerier authored
[00000001] main libvlc error: option daemon does not exist [00000001] main libvlc error: option pidfile does not exist The were due to the module_EndBand( p_libvlc ); on line 430 in libvlc-common.c . Please check that this is the correct way of doing it.
-
- 24 Feb, 2007 4 commits
-
-
Jean-Baptiste Kempf authored
-
Antoine Cellerier authored
'r' -> toggle random 'L' -> toggle normal / repeat one / loop
-
Felix Paul Kühne authored
* commit Pierre's 2nd patch to enable weak symbols on OSX when linking vlc. This fixes the compilation of his locale-improvements and a few other problems when using the 10.3.9 SDK. Please check the next nightly on 10.3.x if you got access to it.
-
Jean-Baptiste Kempf authored
-
- 23 Feb, 2007 10 commits
-
-
Antoine Cellerier authored
Add dummy .IFO playlist demux to enable opening a DVD rip by double clicking on the .IFO files. closes #1067.
-
Felix Paul Kühne authored
* added 2 boxes to the wizard to allow access to sout-transcode-soverlay with the GUI. needs further testing, but can't break anything. (forward-porting [18977], closes #1005
-
Christophe Mutricy authored
-
Felix Paul Kühne authored
-
Dennis van Amerongen authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* patch by Pierre d'Herbemont which cleans up our locale detection code heavily and converts it to be CoreFoundation-based only. Thanks!
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 22 Feb, 2007 8 commits
-
-
Antoine Cellerier authored
-
Laurent Aimar authored
I think we have a potential bug with the way subpicture_region_t->p_style is used. Decoders allocate p_style memory in their context, so we don't free it in spu_DestroyRegion. As vout object can live longer than decoder, I think p_style might be used after the decoder has destroyed it. Can someone, who has worked on osd/spu internal, comment ?
-
Jean-Paul Saman authored
-
Laurent Aimar authored
-
Laurent Aimar authored
(Use vlc_find_object(PARENT)
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-