830 Commits (4334ba043e9601717af3a7ca46addfaf154d5fb6)

Author SHA1 Message Date
Dale Curtis 4ebd422c04 mov: fix leaking memory with multiple drefs. 13 years ago
Yusuke Nakamura accea4d9d8 mov: Fix detecting there is no sync sample. 13 years ago
Michael Niedermayer 84d74610f9 mov: zero sc->pb in mov_read_close() 13 years ago
Dale Curtis a6b3e6d0b4 mov: Fix memory leaks on aborted header parsing. 13 years ago
Michael Niedermayer ab3fcd93fd mov: zero extradata_size on deallocation of extradata. 13 years ago
Dale Curtis fd165a0b31 mov: Fix harmless OOB read. 13 years ago
Reimar Döffinger 5012c07336 Support detecting and demuxing EIA-608 subtitles in mov. 13 years ago
Baptiste Coudurier e636aa1a56 movdec: handle 0x7fff langcode as macintosh per the specs 13 years ago
Clément Bœsch 614716f583 mov: do not print string len in handler_name. 13 years ago
Reimar Döffinger 50059bde77 MOV: Fix old-style muxed raw-audio data. 13 years ago
Reimar Döffinger e0ad7f74c7 MOV: bail out to toplevel when encountering a trak or mdat chunk. 13 years ago
Ronald S. Bultje 4f7c7624c0 mov: don't overwrite existing indexes. 13 years ago
Michael Niedermayer 86e3289ffd mov: fix heap buffer overflow 13 years ago
Michael Niedermayer ac2cb27916 mov: Fix FPE on 0 time_scale 13 years ago
Michael Niedermayer 437f5daf0b mov: fix global unicode convertion array overflow. 13 years ago
Alex Converse 86f2ae06b9 mov: Do not read past the end of the ctts_data table. 13 years ago
Michael Niedermayer 4093220029 mov: Discard invalid CTTS. 13 years ago
Carl Eugen Hoyos a294a7a1b3 mov: Allow last chunk to have an arbitrary number of samples. 13 years ago
Justin Ruggles 237a855caf mov: do not set AVCodecContext.frame_size 13 years ago
Anton Khirnov 4f07f8196c lavc: deprecate AVCodecContext.color_table_id. 13 years ago
Justin Ruggles 3798205a77 mov: set channel layout for AC-3 streams based on the 'dac3' atom info 13 years ago
Martin Storsjö aa96d433e2 movdec: Don't parse all fragments if ignidx is set 13 years ago
Martin Storsjö 383a3b64cb movdec: Restart parsing root-level atoms at the right spot 13 years ago
Martin Storsjö a5c50913a8 movdec: Adjust keyframe flagging in fragmented files 13 years ago
Martin Storsjö 5be805d38c mov: Use defines for sample flags in fragments 13 years ago
Martin Storsjö 3eec23f3cd mov: Use defines for trun flags 13 years ago
Martin Storsjö 73328f24fa mov: Use defines for tfhd flags 13 years ago
Martin Storsjö 167f3b8de7 libavformat: Add an ff_ prefix to some lavf internal symbols 13 years ago
Michael Niedermayer 8d756c0d55 fix "warning: variable ‘cflags’ set but not used" 13 years ago
Alex Converse 29a20ac4a1 movdec: Avoid av_malloc(0) in stss 13 years ago
Martin Storsjö 89415b8e3f movdec: Parse the dvc1 atom 13 years ago
Janne Grunau 7f19bdc2a2 movdec: fix dts generation in fragmented files 13 years ago
Clément Bœsch 77971609de mov: honor tmcd flags while extracting timecode meta. 13 years ago
Clément Bœsch bd10f01aa8 mov: use new public timecode API. 13 years ago
Martin Storsjö 75ab1e62d4 movdec: Ignore sample_degradation_priority bits when checking first_sample_flags 13 years ago
Reimar Döffinger 34751f8313 Demux all parts of concatenated H.264. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Michael Niedermayer 8847561f93 mov: Fix seeking regression in fragemnted movs. 13 years ago
Martin Storsjö bc7d05177f movdec: Calculate an average bit rate for fragmented streams, too 13 years ago
Carl Eugen Hoyos 76c3e76eb3 Allow user to force reading mov alias from absolute path. 13 years ago
Piotr Tomasik 62d2a75b02 Added clockwise rotate values to metadata for 90 and 270 degrees 13 years ago
Paul B Mahol 6813450209 lavf: replace remaining use of deprecated get_strz() 13 years ago
Alex Converse d7420e0ac9 mov: Remove dead stores for spherical coordinates for channel position. 13 years ago
Jean First fa169d5650 mov: cosmetics - move a line to a better position and add a comment 13 years ago
Daniel Huang bcd5d979aa mov, mxfdec: Employ more meaningful return values. 13 years ago
Oana Stratulat 550f7c43ec Fixes wrong duration in .mov file. Issue 599 13 years ago
Clément Bœsch 35da85562d mov: support timecode extraction. 13 years ago
Clément Bœsch adc278788b mov: annotate read values in tmcd track. 13 years ago
Alex Converse 4274e481c0 mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions. 13 years ago
Andrew Ryan 4452d58c72 Insert missing newline at end of error log message in mov demuxer. 13 years ago