1037 Commits (ebf2052a6177ccdb16c1b50ffb49b4bf8bd11358)

Author SHA1 Message Date
Michael Niedermayer 58c2c17f1d mov_probe: use correct variable 12 years ago
Carl Eugen Hoyos 2fdc6f355c Do not detect mov with maximum score if the atom size is too small. 12 years ago
Carl Eugen Hoyos fa190b3cd7 Improve MPEG-PS-in-MOV detection. 12 years ago
Michael Niedermayer 217193facd bavformat/mov: add {} to complex ifs 12 years ago
Petter Ericson 7abf394814 mov.c: Check for stsd + m1s tag indicating MOV-wrapped MPEG-PS, and force continued probing if found. 12 years ago
Michael Niedermayer a4fe661157 mov_probe: fix integer overflows 12 years ago
Michael Niedermayer adbb75dbd8 mov: fix time types related to mov_metadata_creation_time 12 years ago
Michael Niedermayer 6d55a40b00 mov: print warning if ff_get_wav_header() fails 12 years ago
Michael Niedermayer d067e25437 mov: fix integer avoption types 12 years ago
Michael Niedermayer f7f5370b4b mov: add option to ignore edit lists. 12 years ago
Michael Niedermayer 594b1fcb28 mov: add av_dlog() to dump edit lists. 12 years ago
Michael Niedermayer 3ceeb01c06 mov: only print multiple edit lists warning for actually unsupported cases 12 years ago
Michael Niedermayer c0209facd2 mov: remove default of 1024 sample skip for aac. 12 years ago
Michael Niedermayer 168bc5f2c5 mov: fix 32/64 format type 12 years ago
Yusuke Nakamura d17d0ec8c2 mov: support random access point grouping 12 years ago
Luca Barbato 9888ffb1ce mov: check for EOF in long lasting loops 12 years ago
Michael Niedermayer a5ea623b36 mov: stsd entries must be at least 16 byte 12 years ago
Michael Niedermayer 9db67bedf0 mov: detect EOF in mov_read_dref() 12 years ago
Samuel Pitoiset 9afb7061f9 mov_chan: Pass a separate AVIOContext for reading 13 years ago
Piotr Bandurski 5081310b58 lavf: add missing new line to some error messages 2 13 years ago
Michael Niedermayer 158a70f17a mov: fix av_log int type 13 years ago
Justin Greer e16fda9236 mov: Change default aac priming fallback from 2112 to 1024 13 years ago
Justin Greer 37a15f3e66 mov: parse custom "----" Metadata 13 years ago
Michael Niedermayer 6093960ae3 movdec: Try to recover from overreading atoms 13 years ago
Piotr Bandurski bd92205014 mov: remux AALP tag 13 years ago
Michael Niedermayer 2e4b662787 mov: add av_dlog() to CTTS reading code like is already done in STTS. 13 years ago
Michael Niedermayer bb2f13c19f rename missed CodecID to AVCodecID 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Michael Niedermayer e4b53d995c mov: dont clip timestamps at 0 13 years ago
Piotr Bandurski 5d2f89a23c movenc: fix remuxing of svq3 13 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 13 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 13 years ago
Carl Eugen Hoyos 20e88d8618 Fix avui stream-copy. 13 years ago
Justin Ruggles 3bab7cd128 avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxer 13 years ago
Michael Niedermayer ad8dabfe9c mov/aac: skip initial aac padding 13 years ago
Ronald S. Bultje 1ce1e6360d mov: use forward declaration of a function instead of a table. 13 years ago
Anton Khirnov a02b8c695c mov: read itunes cover art. 13 years ago
Michael Niedermayer 23eeffcd48 mov: add workaround for incorrect 0 time point. 13 years ago
Carl Eugen Hoyos fbcaceb1ff mov: do not try to read total disc/track number if data atom is too short. 13 years ago
Anton Khirnov a7b8ff94b1 mov: make a length variable larger. 13 years ago
Ronald S. Bultje f1f37c7011 mov: fix operator precedence bug 13 years ago
Paul B Mahol ef8bea9107 mov: use designated initializers for AVClass 13 years ago
Martin Storsjö 9e74db6850 mov: Support muxing/demuxing iLBC 13 years ago
Clément Bœsch 20e46aafbd mov: export orphan tmcd track metadata to global format metadata. 13 years ago
Clément Bœsch 1ec23d9c02 mov: copy timecode metadata from tmcd track to the related video stream. 13 years ago
Clément Bœsch 0d96ec19eb mov: parse tref atom. 13 years ago
Mans Rullgard 8aa93e9004 mov: set AVCodecContext.width/height for h264 13 years ago
Michael Niedermayer 5880d78873 movdec: Check count of stts/ctts elements instead of just the pointer. 13 years ago
Anton Khirnov 755cd4197d mov: enable parsing for VC-1. 13 years ago
Carl Eugen Hoyos e013abed63 Read and write APRG mov atom to allow AVUI streamcopy. 13 years ago