1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
vlc/modules/codec/subtitles
Rafaël Carré 079a1818dc codecs & packetizers: fix warnings
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 ?
2008-01-29 13:34:30 +00:00
..
Modules.am Trivial encoder for plain-text subtitles. 2007-09-13 16:47:26 +00:00
subsass.c codecs & packetizers: fix warnings 2008-01-29 13:34:30 +00:00
subsdec.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
subsdec.h Move more of the code for USF subtitles decoding out into separate 2007-09-05 05:14:33 +00:00
subsusf.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
t140.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00