793 Commits (8b421fad24acbba69935caf2a2775bd04f8a707a)

Author SHA1 Message Date
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
Diego Biurrun 59cbc4eee2 mov: make one comment slightly more specific 13 years ago
Diego Biurrun 455245ca8a mov: Remove write-only variable in mov_read_chan(). 13 years ago
Diego Biurrun 30b1961c66 Mark a number of variables only used in av_dlog() calls as av_unused. 13 years ago
Yusuke Nakamura 546adc1fee mov: Parse EC3SpecificBox (dec3 atom). 13 years ago
Yusuke Nakamura 94c9bf8887 mov: Treat keyframe indexes as 1-origin if starting at non-zero. 13 years ago
Yusuke Nakamura ba9869311f mov: Take stps entries into consideration also about key_off. 13 years ago
Michael Niedermayer 689e59b7ff mov: reset dref_count on realloc to keep values consistent. 13 years ago
Dale Curtis c788782c7d mov: free memory on header parsing failure 13 years ago
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