vlc/modules/packetizer
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 Added VC-1 packetizer. 2007-02-25 12:31:30 +00:00
copy.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
h264.c codecs & packetizers: fix warnings 2008-01-29 13:34:30 +00:00
mpeg4audio.c codecs & packetizers: fix warnings 2008-01-29 13:34:30 +00:00
mpeg4video.c codecs & packetizers: fix warnings 2008-01-29 13:34:30 +00:00
mpegvideo.c codecs & packetizers: fix warnings 2008-01-29 13:34:30 +00:00
vc1.c codecs & packetizers: fix warnings 2008-01-29 13:34:30 +00:00