11812 Commits (402ac72bbc8fcbcce7aa385873c14cf8e0384ca4)

Author SHA1 Message Date
Michael Niedermayer 80aa89bdff asfdec: check extradata size before alloc and read 12 years ago
Michael Niedermayer b61ba262a1 mpc8: check seektable size before attempting to use it. 12 years ago
Carl Eugen Hoyos 196920060b Add FourCC V264 for H264 in CCTV recordings. 12 years ago
Clément Bœsch 6d2892c9f5 lavf/assdec: return appropriate error code instead of -1. 12 years ago
Clément Bœsch 069c897549 lavf/assdec: add ass_ prefix to callbacks. 12 years ago
Clément Bœsch e0260e25b0 lavf/assdec: rewrite using the demux subtitles API. 12 years ago
Clément Bœsch bad4e112a2 lavf: use ff_subtitles_queue_seek() for text subtitles demuxers. 12 years ago
Clément Bœsch ad5d72b123 lavf/subtitles: seek a little more backward when necessary. 12 years ago
Clément Bœsch ff3624b1ad lavf/subtitles: add ff_subtitles_queue_seek(). 12 years ago
Paul B Mahol 56e149fda9 PVF demuxer 12 years ago
Carl Eugen Hoyos 5442083b1c Support Sorenson Spark in f4v files streamed by Flash Media Server. 12 years ago
Michael Niedermayer 873049e6d8 mxfdec: check index_tables before dereferencing in close. 12 years ago
Paul B Mahol 9d5cfce855 gifdec: rudimentary seeking 12 years ago
Paul B Mahol b912895d94 mvi: check av_mallocz() result 12 years ago
Michael Niedermayer b90e795f73 check std tag size before reading. 12 years ago
Paul B Mahol 57b00d7ab1 gifdec: remove width and height from demuxer context 12 years ago
Paul B Mahol d56b15017a undo file modifiers that suck in 12 years ago
Vitaliy E Sugrobov f83657fcf6 Add exception for "gif" in image2 probe() method. 12 years ago
Vitaliy E Sugrobov 5603b2bf6e Gif demuxer 12 years ago
Paul B Mahol 1560c3295d iff: fix some incorrect interpretations of invalid files 12 years ago
Paul B Mahol 50b5c2296a iff: MAUD support 12 years ago
Carl Eugen Hoyos ccf771cd79 Correctly skip strf tag for subtitles when decoding avi. 12 years ago
Michael Niedermayer 10416a4d56 id3v2: check index against buffer size. Fix out of array access 12 years ago
Paul B Mahol 9a31997938 BRSTM demuxer 12 years ago
Diego Biurrun cc7d5cfeec img2: K&R formatting cosmetics 12 years ago
Daniel Verkamp a0958949eb Vivo demuxer 12 years ago
Diego Biurrun 2c4593dd13 rtpenc_chain: Remove unused variable 12 years ago
Justin Ruggles c74f81786d nuv: cosmetics: pretty-printing 12 years ago
Justin Ruggles 5c7bf2ddde lavf: move nuv fourcc audio tags from riff to nuv 12 years ago
Justin Ruggles ab87d9b667 nuv: check for malloc failure when allocating extradata 12 years ago
Justin Ruggles 261e9348ef lavf: add a common function for selecting a pcm codec from parameters 12 years ago
Justin Ruggles 838ed296df nuv: use the stream indices generated by avformat_new_stream() 12 years ago
Justin Ruggles bfe5454cd2 lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h 12 years ago
Justin Ruggles cdaa1f84fb lavf: move "MP3 " fourcc from riff to nut 12 years ago
Paul B Mahol 01eed8c607 iff demuxer: 16SV support 12 years ago
Paul B Mahol 23101ceaa2 avrdec: implement seeking 12 years ago
Paul B Mahol b0d9b011c7 avrdec: sample rate takes 3 bytes not 4 12 years ago
Paul B Mahol 1793128cf7 avrdec: fix typo in .long_name 12 years ago
Michael Niedermayer 2754dbb6e1 nut: put nut PCM audio tags in front of avi tags. 12 years ago
Michael Niedermayer 257196209f file: fix 10l error in access() check 12 years ago
Paul B Mahol 51d6879939 AFC demuxer 12 years ago
Paul B Mahol 10c8f91341 astdec: improve probing 12 years ago
Michael Niedermayer 8aa6d899c0 cafdec: fix seeking with adpcm 12 years ago
Michael Niedermayer 16ef48c37f file: Fallback to stat() based file_check() when access() or its named flags are unavailable. 12 years ago
Michael Niedermayer 407921072f file: fix file_check() 12 years ago
Michael Niedermayer 2fe0094e0b wavenc: write fact chunk sample count at the correct file position 12 years ago
Justin Ruggles 3c370f5abc riff: only warn on a bad INFO chunk code size instead of failing 12 years ago
Justin Ruggles 259d8c5647 riff: do not add empty metadata tags in INFO chunk 12 years ago
Peter Ross 76f60788e7 iff demuxer: don't bother checking bitmap compression type; iff decoder does this now 12 years ago
Janne Grunau 7709ce029a lavf: avoid integer overflow in ff_compute_frame_duration() 12 years ago