- 28 Sep, 2008 1 commit
-
-
Laurent Aimar authored
- This is needed for proper seek/pause/fast forward/... - The decoder/packetizer do not need to scale packet length anymore as the decoder thread do it.
-
- 24 Sep, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 22 Sep, 2008 1 commit
-
-
Laurent Aimar authored
-
- 21 Sep, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 Sep, 2008 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
It will avoid useless picture copy.
-
- 18 Sep, 2008 1 commit
-
-
Laurent Aimar authored
-
- 17 Sep, 2008 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 16 Sep, 2008 1 commit
-
-
Derk-Jan Hartman authored
This is the issue exploited by the anime groups. We now skip anything in { } Note that ass/ssa cannot have a valid string with text { text } text.
-
- 15 Sep, 2008 1 commit
-
-
Laurent Aimar authored
I removed: i_x/i_y: redondant with region i_x/i_y. Now a subpicture always represent the whole video. i_flags: unused anywhere in the core. I may have broken a few video filters (osdmenu mainly). I will fix it if you report the problem and the way to reproduce it.
-
- 13 Sep, 2008 1 commit
-
-
Laurent Aimar authored
-
- 09 Sep, 2008 1 commit
-
-
Laurent Aimar authored
-
- 07 Sep, 2008 1 commit
-
-
Laurent Aimar authored
-
- 05 Sep, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 Aug, 2008 1 commit
-
-
Antoine Cellerier authored
-
- 13 Aug, 2008 2 commits
-
-
Rémi Denis-Courmont authored
This is most likely exploitable with malicious sub files.
-
Rémi Denis-Courmont authored
-
- 20 Jul, 2008 1 commit
-
-
Laurent Aimar authored
-
- 18 Jul, 2008 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 06 Jul, 2008 2 commits
-
-
Rémi Denis-Courmont authored
There are real-life cases. There may also be differences in punctuations and character sets. Besides the VLC core will anyway apply gettext to these strings, so they are translatable in any case...
-
Felix Paul Kühne authored
Note that _protocol abbreviations_ and friends are not localisable!
-
- 22 Jun, 2008 1 commit
-
-
Rémi Duraffort authored
Fix potential segfault (check malloc return value).
-
- 14 Jun, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 May, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 08 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 23 Mar, 2008 3 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Reported by Drew Yao
-
- 11 Mar, 2008 2 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 02 Mar, 2008 1 commit
-
-
Pierre authored
-
- 29 Jan, 2008 1 commit
-
-
Rafaël Carré authored
use size_t instead of int to represent sizes removes unused parameters from: block_BytestreamInit() mpeg4_audio/LOASSyncInfo() cinepak/cinepak_Getv1() speex/SendPacket() subsass/ParseColor() ffmpeg/postprocess/InitPostproc() & PostprocPict() dvbsub/YuvaYuvp() & encode_pixel_line_{2,4,8}bp() faad/DoReordering() vlc_block_helper.h: use size_t, removes unused parameter from block_BytestreamInit() struct filter_t: removes unused parameters from pf_picture_link() & pf_picture_unlink() cmml: fix a segfault (p_item isn't an input item, despite the name) present for some months, proving that nobody did use that code ?
-
- 23 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Missing some cases that I could not test. Also ffmpeg/chroma.c is locked, so I can but leave it broken. Fix is for the remaining modules is obvious and the issue is easy to detect.
-
- 16 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-