14436 Commits (5144d919964f050d953b9dbe6910fb5388a1965d)

Author SHA1 Message Date
Michael Niedermayer 6aa50374bf avformat/nut: store version in the context 11 years ago
Michael Niedermayer 3cfa310c5d avformat/ape: zero seektable&bittable and warn when they where only partially filled 11 years ago
Carl Eugen Hoyos 691dec6201 Allow stream-copying grayscale mov files. 11 years ago
Carl Eugen Hoyos d63e994361 avformat/mov: Do not compute a grayscale palette for cinepak in mov. 11 years ago
Alex Sukhanov 251c96a70b avformat/matroskadec: Fix start_time 11 years ago
Carl Eugen Hoyos 05c3c568dc Read pictures in id3v2.2 11 years ago
Peter Ross e93a73cbef wtvenc: output ff_format_none if ff_put_wav_header fails 11 years ago
Peter Ross e4be076570 wtvenc: use codec tag + MEDIASUBTYPE_BASE_GUID, if there is no suitable guid 11 years ago
Peter Ross 686b6dc33a wtv: make ff_format_videoinfo2 visible to wtv encoder 11 years ago
Michael Niedermayer 5c3079aaa9 avformat/iss: check sscanf() return code 11 years ago
Peter Ross 6da21c1f81 wtvenc: populate VIDEOINFOHEADER2 11 years ago
Peter Ross f93b0abe40 avformat/riffenc: indent 11 years ago
Peter Ross fcbb94712d riffenc: add option to ff_put_bmp_header to ignore extradata 11 years ago
Peter Ross d08ea75a82 wtvenc: test avio_size() validity 11 years ago
Michael Niedermayer de2a2caf4d nutenc/write_index: warn if 2 consecutive keyframes have the same PTS and discard the 2nd 11 years ago
Michael Niedermayer 9b195dd579 avformat/4xm: shrink packet if it was only partially initialized 11 years ago
Michael Niedermayer 2c635fabbf avformat/isom: check avio_read() result 11 years ago
Michael Niedermayer b797a00f63 avformat/rmdec: zero string destination before use 11 years ago
Justin Ruggles be7c323176 Add a libwebp encoder 11 years ago
Michael Niedermayer 55328d5f72 avformat/electronicarts: detect endianness by comparing sizes instead of using an arbitrary threshold 11 years ago
Michael Niedermayer a07d4bc80a avformat/gxfenc: dont use a int intermediate to store in a unsigned int table 11 years ago
Michael Niedermayer 587e3c3426 avformat/electronicarts: use 64bit variable for avio_tell() result 11 years ago
Peter Ross 8baaa924bd wtvdec: when testing for truncated files, actually check the .wtv file size 11 years ago
Michael Niedermayer eedd914873 avformat/pva: Make sure the header is large enough before reading the timestamp from it 11 years ago
Michael Niedermayer 5ec3c7b7c1 avformat/pva: Make sure the first byte of pes_header_data has been initialized 11 years ago
Michael Niedermayer 632fdec9f4 avformat/nistspheredec: initialize header_size to -1 11 years ago
Luca Barbato f412b2c9f3 flv: Use the correct type to hold the file offset 11 years ago
Luca Barbato 15739a9bd1 jvdec: Do not feed the decoder with known wrong data 11 years ago
Paul B Mahol e518cb863e jvdec: Fix memory leak of jv->frames 11 years ago
Luca Barbato 027712e851 jvdec: Return EOF on end of file 11 years ago
Michael Niedermayer a165964f3c avformat/sierravmd: Check avio_read return value 11 years ago
Michael Niedermayer 8fe06e7ae8 avformat/nistspheredec: check sscanf() success before using the result 11 years ago
Michael Niedermayer 5eeeb4abf9 rpl: Dont fill the index with entries that failed to be parsed 11 years ago
Leandro Dorileo f9b997c337 libavformat/mpegts: expose raw packet size 11 years ago
Michael Niedermayer ae09db1023 avformat/dxa: check avio_read() return 11 years ago
Michael Niedermayer f5d039840a avformat/swfdec: clear 4 bytes at the end of a packet if they are not initialized 11 years ago
Michael Niedermayer e72f5abbc6 avformat/swfdec: check avio_read() return code 11 years ago
Michael Niedermayer fde74d1b9d avformat/swfdec: check avio_read() return code 11 years ago
Michael Niedermayer 4e575adeff avformat/ipmovie: Check palette size in OPCODE_SET_PALETTE 11 years ago
Michael Niedermayer 947e40b9fe avformat/ipmovie: Check that OPCODE_SET_PALETTE size is large enough 11 years ago
Michael Niedermayer 5f0d552c9b avformat/ipmovie: remove superflous () 11 years ago
Michael Niedermayer 8faabf3bd2 avformat/ipmovie: Check that the OPCODE_INIT_AUDIO_BUFFERS size is large enough 11 years ago
Michael Niedermayer d8b4ba3c5a avformat/isom: zero MPEG4AudioConfig to avoid leaving fields uninitialized 11 years ago
Stefano Sabatini aeccb522eb lavf/concatdec: fix crash in case a file in script cannot be opened 11 years ago
Stefano Sabatini 8937af7b6f lavf/segment: increase logging level for message with segment start information 11 years ago
Stoian Ivanov 5fe415f0f4 UDP: join multicast group on the interface specified with &localaddr= 11 years ago
Michael Niedermayer 49f10c9cb1 avformat/format: av_register_output_format() and av_register_intput_format() that work in O(1) time 11 years ago
Michael Niedermayer 4ecac81678 avformat/psxstr: zero packet to prevent uninitialized data to leak through to the decoder 11 years ago
Michael Niedermayer ffbcb1c6f0 avformat/id3v2: Check avio_read() return value in read_chapter() 11 years ago
Michael Niedermayer 460f8fca9c avformat/id3v2: factor free code to the end of read_chapter() 11 years ago