summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '56daf10e0313c5e36f43e773f457d2a99ff0df10'Michael Niedermayer2013-02-241-1/+1
|\
| * mov: use the format context for logging.Anton Khirnov2013-02-231-1/+1
* | mov: fix self referencing timecode tracksMichael Niedermayer2013-02-201-1/+1
* | mov: remove unused functionMichael Niedermayer2013-02-071-9/+0
* | lavf/mov: skip version and flags attributes in mov_read_chan functionMatthieu Bouron2013-02-061-0/+3
* | mov: prevent double free if the caller replaces the io context.Michael Niedermayer2013-01-221-2/+4
* | Support more AVC-Intra filesReimar Döffinger2013-01-031-0/+6
* | lavf/mov: fix timecode track reference usage.Clément Bœsch2013-01-011-3/+7
* | lavf/mov: simplify timecode track ref.Clément Bœsch2013-01-011-22/+7
* | mov: fix parsing of the chap atom.Hendrik Leppkes2013-01-011-7/+7
* | mov: fix handling of odd sized yv12Carl Eugen Hoyos2013-01-011-1/+4
* | Merge commit 'c661cb6672af5ebcb900ec8766b24761bd2ab011'Michael Niedermayer2012-12-201-5/+5
|\ \ | |/
| * mov: handle h263 and flv1 for codec_tag 'H','2','6','3'Janne Grunau2012-12-191-0/+4
* | mov: parse @PRM and @PRQ metadata tagsPeter Ross2012-12-101-0/+15
* | Merge commit 'd7d6efe42b0d2057e67999b96b9a391f533d2333'Michael Niedermayer2012-12-071-2/+4
|\ \ | |/
| * mov: validate number of DataReferenceBox entries against box sizeJanne Grunau2012-12-071-1/+3
| * mov: compute avg_frame_rate only if duration is knownJanne Grunau2012-12-071-2/+3
* | Support Sorenson Spark in f4v files streamed by Flash Media Server.Carl Eugen Hoyos2012-12-011-1/+5
* | Merge commit '5c7bf2dddee5bdfa247ff0d57cb8a37d19077f66'Michael Niedermayer2012-11-291-27/+6
|\ \ | |/
| * lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles2012-11-281-27/+6
* | mov: set flags to indicate that byte wise seeking is not supported.Michael Niedermayer2012-11-251-0/+1
* | Fix possible NULL-pointer dereference when decoding mov files.Carl Eugen Hoyos2012-11-181-1/+2
* | mov: add more udta meta data recognitionXidorn Quan2012-11-161-0/+3
* | Read QuickTime version 1 audio fields in broken mov files.Carl Eugen Hoyos2012-11-151-1/+2
* | mov: Dont try to calculate with unknown durations, fix division by 0Michael Niedermayer2012-11-141-2/+3
* | mov: check stps correctly, avoid overreading 1 element.Michael Niedermayer2012-11-131-1/+1
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* | mov: Make sure no streams after the header lack a timescale.Michael Niedermayer2012-11-101-6/+12
* | mov_probe: use correct variableMichael Niedermayer2012-10-251-1/+1
* | Do not detect mov with maximum score if the atom size is too small.Carl Eugen Hoyos2012-10-231-1/+8
* | Improve MPEG-PS-in-MOV detection.Carl Eugen Hoyos2012-10-211-9/+8
* | bavformat/mov: add {} to complex ifsMichael Niedermayer2012-10-211-4/+4
* | mov.c: Check for stsd + m1s tag indicating MOV-wrapped MPEG-PS, and force con...Petter Ericson2012-10-191-8/+37
* | mov_probe: fix integer overflowsMichael Niedermayer2012-10-171-1/+1
* | mov: fix time types related to mov_metadata_creation_timeMichael Niedermayer2012-10-171-4/+6
* | mov: print warning if ff_get_wav_header() failsMichael Niedermayer2012-10-161-1/+3
* | mov: fix integer avoption typesMichael Niedermayer2012-10-071-2/+2
* | mov: add option to ignore edit lists.Michael Niedermayer2012-10-021-1/+3
* | mov: add av_dlog() to dump edit lists.Michael Niedermayer2012-09-291-2/+6
* | mov: only print multiple edit lists warning for actually unsupported casesMichael Niedermayer2012-09-291-1/+4
* | mov: remove default of 1024 sample skip for aac.Michael Niedermayer2012-09-281-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-201-0/+53
|\ \ | |/
| * mov: support random access point groupingYusuke Nakamura2012-09-191-0/+53
* | mov: fix 32/64 format typeMichael Niedermayer2012-09-191-2/+2
* | Merge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c'Michael Niedermayer2012-09-191-16/+56
|\ \ | |/
| * mov: check for EOF in long lasting loopsLuca Barbato2012-09-181-16/+56
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-171-3/+3
|\ \ | |/
| * mov: stsd entries must be at least 16 byteMichael Niedermayer2012-09-161-1/+4
| * mov: detect EOF in mov_read_dref()Michael Niedermayer2012-09-161-0/+2
OpenPOWER on IntegriCloud