summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* Support more AVC-Intra filesReimar Döffinger2013-01-03
* lavf/mov: fix timecode track reference usage.Clément Bœsch2013-01-01
* lavf/mov: simplify timecode track ref.Clément Bœsch2013-01-01
* mov: fix parsing of the chap atom.Hendrik Leppkes2013-01-01
* mov: fix handling of odd sized yv12Carl Eugen Hoyos2013-01-01
* Merge commit 'c661cb6672af5ebcb900ec8766b24761bd2ab011'Michael Niedermayer2012-12-20
|\
| * mov: handle h263 and flv1 for codec_tag 'H','2','6','3'Janne Grunau2012-12-19
* | mov: parse @PRM and @PRQ metadata tagsPeter Ross2012-12-10
* | Merge commit 'd7d6efe42b0d2057e67999b96b9a391f533d2333'Michael Niedermayer2012-12-07
|\|
| * mov: validate number of DataReferenceBox entries against box sizeJanne Grunau2012-12-07
| * mov: compute avg_frame_rate only if duration is knownJanne Grunau2012-12-07
* | Support Sorenson Spark in f4v files streamed by Flash Media Server.Carl Eugen Hoyos2012-12-01
* | Merge commit '5c7bf2dddee5bdfa247ff0d57cb8a37d19077f66'Michael Niedermayer2012-11-29
|\|
| * lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles2012-11-28
* | mov: set flags to indicate that byte wise seeking is not supported.Michael Niedermayer2012-11-25
* | Fix possible NULL-pointer dereference when decoding mov files.Carl Eugen Hoyos2012-11-18
* | mov: add more udta meta data recognitionXidorn Quan2012-11-16
* | Read QuickTime version 1 audio fields in broken mov files.Carl Eugen Hoyos2012-11-15
* | mov: Dont try to calculate with unknown durations, fix division by 0Michael Niedermayer2012-11-14
* | mov: check stps correctly, avoid overreading 1 element.Michael Niedermayer2012-11-13
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\|
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* | mov: Make sure no streams after the header lack a timescale.Michael Niedermayer2012-11-10
* | mov_probe: use correct variableMichael Niedermayer2012-10-25
* | Do not detect mov with maximum score if the atom size is too small.Carl Eugen Hoyos2012-10-23
* | Improve MPEG-PS-in-MOV detection.Carl Eugen Hoyos2012-10-21
* | bavformat/mov: add {} to complex ifsMichael Niedermayer2012-10-21
* | mov.c: Check for stsd + m1s tag indicating MOV-wrapped MPEG-PS, and force con...Petter Ericson2012-10-19
* | mov_probe: fix integer overflowsMichael Niedermayer2012-10-17
* | mov: fix time types related to mov_metadata_creation_timeMichael Niedermayer2012-10-17
* | mov: print warning if ff_get_wav_header() failsMichael Niedermayer2012-10-16
* | mov: fix integer avoption typesMichael Niedermayer2012-10-07
* | mov: add option to ignore edit lists.Michael Niedermayer2012-10-02
* | mov: add av_dlog() to dump edit lists.Michael Niedermayer2012-09-29
* | mov: only print multiple edit lists warning for actually unsupported casesMichael Niedermayer2012-09-29
* | mov: remove default of 1024 sample skip for aac.Michael Niedermayer2012-09-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-20
|\|
| * mov: support random access point groupingYusuke Nakamura2012-09-19
* | mov: fix 32/64 format typeMichael Niedermayer2012-09-19
* | Merge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c'Michael Niedermayer2012-09-19
|\|
| * mov: check for EOF in long lasting loopsLuca Barbato2012-09-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-17
|\|
| * mov: stsd entries must be at least 16 byteMichael Niedermayer2012-09-16
| * mov: detect EOF in mov_read_dref()Michael Niedermayer2012-09-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-07
|\|
| * mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset2012-09-07
* | lavf: add missing new line to some error messages 2Piotr Bandurski2012-09-01
* | mov: fix av_log int typeMichael Niedermayer2012-08-30
* | mov: Change default aac priming fallback from 2112 to 1024Justin Greer2012-08-21
* | mov: parse custom "----" MetadataJustin Greer2012-08-21