98 Commits (4607868b98715929b8f87b7231cf60ae66f13aa6)

Author SHA1 Message Date
Andreas Rheinhardt 35ec5c819b avformat/demux: Add new demux.h header 3 years ago
Vittorio Giovara eb2634339b mpc8: convert to new channel layout API 3 years ago
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
Michael Niedermayer 2bbef69b0b avformat/mpc8: Check first keyframe position for overflow 3 years ago
Michael Niedermayer 8ef25d1182 avformat/mpc8: Check for position overflow in mpc8_handle_chunk() 3 years ago
James Almer c768233293 avformat/utils: make ff_update_cur_dts() shared 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Michael Niedermayer 6cc65d3d67 avformat/mpc8: check for size overflow in mpc8_get_chunk_header() 4 years ago
Michael Niedermayer 78d6d8ddb5 avformat/mpc8: Check size before implicitly converting to int 4 years ago
Michael Niedermayer 4f66dd13d0 avformat/mpc8: Check remaining space in mpc8_parse_seektable() 4 years ago
Michael Niedermayer 0897402ac8 avformat/mpc8: correct integer overflow in mpc8_parse_seektable() 4 years ago
Michael Niedermayer ad3e495657 avformat/mpc8: correct 32bit timestamp truncation 4 years ago
Anton Khirnov cea7c19cda lavf: move AVStream.*index_entries* to AVStreamInternal 4 years ago
Andreas Rheinhardt c1e439d7e9 avformat: Forward errors where possible 5 years ago
Steven Liu 7a20008964 avformat/mpc8: fix memleak when seek table too big 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Paul B Mahol a8a751ce9a avformat/mpc8: do not return error on stream end 7 years ago
Alexandra Hájková 6668bc80b5 mpc: Convert to the new bitstream reader 8 years ago
Alexandra Hájková fa64aea12e unary: Convert to the new bitstream reader 8 years ago
Diego Biurrun 67deba8a41 Use avpriv_report_missing_feature() where appropriate 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Paul B Mahol 323b8c95e4 avformat: add AVFormatContext to ff_get_extradata() 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer 0b638b83c6 avformat/mpc8: Add () to protect MKMPCTAG()s arguments 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 05e1619529 avformat/mpc8: Use uint64_t in *_get_v() to avoid undefined behavior 10 years ago
wm4 b737a2c528 avformat/mpc8: fix broken pointer math 10 years ago
wm4 56cc024220 avformat/mpc8: fix hang with fuzzed file 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Michael Niedermayer 26ce266e3d avformat/mpc8: check avio_read() return in mpc8_parse_seektable() 11 years ago
Michael Niedermayer e33b6ccfa7 avformat/mpc8: clear buffer padding area 11 years ago
Michael Niedermayer 6f7daae043 avformat/mpc8: use ff_get_extradata() 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Martin Storsjö 17d57848fc mpc8: Make sure the first stream exists before parsing the seek table 11 years ago
Martin Storsjö 459f2b393a mpc8: Check the seek table size parsed from the bitstream 11 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Michael Niedermayer 69fb605ad5 mpc8: check stream count before accessing stream 1. 12 years ago
Michael Niedermayer c8e5efb496 mpc8_probe: make buffer related pointers and function arguments const 12 years ago
Michael Niedermayer b61ba262a1 mpc8: check seektable size before attempting to use it. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Justin Ruggles 2fa57c9daf mpc8: set packet duration and stream start time instead of tracking frames 12 years ago
Michael Niedermayer 7bf16ec300 mpc8: fix pts 12 years ago
Anton Khirnov f2ed006c90 mpc8: return more meaningful error codes. 12 years ago
Anton Khirnov 782e64fbe1 wv,mpc8: don't return apetag data in packets. 12 years ago
Anton Khirnov ce0a975689 mpc8: read APE tags. 13 years ago
Carl Eugen Hoyos c6758ac027 Skip padding bytes after reading musepack8 header. 13 years ago
Joakim Plate 97aa092997 mpc8: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago