17800 Commits (8f2c045a0e21559c0cdec44805bdc26457658f9c)

Author SHA1 Message Date
Michael Niedermayer 8f2c045a0e avformat/mov: Implement a same origin policy for references instead of only allowing a subset of relative pathes in references 10 years ago
Michael Niedermayer 90dd6ad22c avformat/utils: inform the user if the protocol cannot be determined 10 years ago
Michael Niedermayer 901922e047 avformat/utils: adjust short skip threshold in ff_configure_buffers_for_index() to avoid seeking if a packet is skiped 10 years ago
Michael Niedermayer c9c7263e58 avformat/mov: Fix opening relative references 10 years ago
wm4 130a8e0eef avformat: don't crash API users when demuxing mp4 10 years ago
Michael Niedermayer 15629129dd avformat/mov: Fix deallocation when MOVStreamContext failed to allocate 10 years ago
Michael Niedermayer 32d023eb6d avformat/oggdec: Check buf before copying data in to it 10 years ago
Luca Barbato a5a6a786bf mp3: Forward seeking errors 10 years ago
Alexandra Hájková c571424c7f asfdec: prevent memory leaks found with Coverity Scan 10 years ago
Michael Niedermayer b513661251 avformat/utils: Skip ff_configure_buffers_for_index() for local files 10 years ago
Michael Niedermayer 488cc05192 avformat/mov: Use ff_configure_buffers_for_index() 10 years ago
Michael Niedermayer b183fb4767 avformat: Add ff_configure_buffers_for_index() 10 years ago
Ganesh Ajjanagadde 4547cf68a0 avformat/isom: utilize bitrate hints 10 years ago
Michael Niedermayer 839d6bc192 avformat/riffde: Fix integer overflow in bitrate 10 years ago
Andreas Cadhalpun 189420cb56 riffdec: prevent negative bit rate 10 years ago
Ronald S. Bultje 3a18d3fa04 ivfenc: write duration at end-of-stream. 10 years ago
Hendrik Leppkes 796268654c asfdec: always reset packet state after seeking 10 years ago
Michael Niedermayer cdb0d7e439 avformat/brstm: Remove unused variable 10 years ago
Michael Niedermayer 944a1aa3c5 avformat/yuv4mpegdec: Use 64bit for file offset 10 years ago
Paul B Mahol 3666974230 avformat/yuv4mpegdec: remove unused variable 10 years ago
Andreas Cadhalpun f1bdc23437 riff: Validate bitrate 10 years ago
Luca Barbato c1d647b15a mp3: Make the seek more robust 10 years ago
Luca Barbato d80811c94e riff: Use the correct logging context 10 years ago
Michael Niedermayer 9b8b804cfb avformat/yuv4mpegdec: Remove unused variables 10 years ago
Ronald S. Bultje 733c5d889b yuv4mpeg: add rough duration estimate and seeking. 10 years ago
Alexandra Hájková 872fab4a3d asfdec: Fix reading from the pipe 10 years ago
Carl Eugen Hoyos e786e96be7 lavf/rtpenc_jpeg: Error out for non-standard Huffman tables. 10 years ago
Carl Eugen Hoyos ad7c5cba4e lavf/rtpenc_jpeg: Do not check the table number when checking precision. 10 years ago
Carl Eugen Hoyos 6253f511e0 Cosmetics: Reindent after last commit. 10 years ago
Carl Eugen Hoyos da46370e94 lavf/matroskaenc: Do not needlessly allocate memory for cuepoints. 10 years ago
Chris Watkins 4f5c2e651a oggparsedirac: check return value of init_get_bits 10 years ago
compn 0054d5ac02 avformat/movenc: fix mime-types in movenc.c 10 years ago
Anton Khirnov 0e7c0ec344 lavf/hevc: pad the RBSP buffer as required by the bistream reader 10 years ago
Michael Niedermayer 656e9a68c4 avformat/swfdec: Fix "}else" style 10 years ago
Michael Niedermayer 6a1204a1a4 avformat/swfdec: Do not error out on pixel format changes 10 years ago
Carl Eugen Hoyos 1d5edad8cc lavf/mpegtsenc: Only fail aac muxing if the first frame is invalid. 10 years ago
Frank Heckenbach 161a301d44 mpjpeg: Write the Content-length 10 years ago
Luca Barbato d09b4cce21 mpjpeg: Simplify using avio_printf 10 years ago
Vittorio Giovara f046c3b5ac lavc: Move deprecation warning disabling to files including the table 10 years ago
Paul B Mahol 5233f2534c avformat/yuv4mpegenc: use avio_printf() 10 years ago
Alexandra Hájková 016cac75c6 asfdec: prevent the infinite loop in detect unknown_subobject 10 years ago
Alexandra Hájková 9752d2e6cc asfdec: prevent possible memory leak in the asf_read_metadata_obj 10 years ago
Michael Niedermayer 1f69b7baa1 avformat/asfdec_f: Fix memleak 10 years ago
John Adlum 72cad80016 avformat/asfdec_f: Add ASFDataType, use named types for metadata 10 years ago
John Adlum 59fffefdb4 avformat/asfdec_f: Use dynamic allocation in asf_read_metadata() instead of a fixed size buffer 10 years ago
John Adlum c8eca438a9 avformat/asfdec_f: factor error checking out of main header parsing loop 10 years ago
Michael Niedermayer 838c5f3df7 avformat/utils: Redesign scoring in av_find_default_stream_index() 10 years ago
Paul B Mahol 5165c600eb avformat/rtmpproto: increase hardcoded url/path lengths 10 years ago
John Adlum 811008b8ee avformat/asfdec_f: Assert that packet positions match in asf_read_pts() 10 years ago
John Adlum 28206b75e8 avformat/asfdec_f: Correct skip to key code 10 years ago