aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-071-2/+2
|\|
| * mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset2012-09-071-1/+1
* | lavf: add missing new line to some error messages 2Piotr Bandurski2012-09-011-1/+1
* | mov: fix av_log int typeMichael Niedermayer2012-08-301-1/+1
* | mov: Change default aac priming fallback from 2112 to 1024Justin Greer2012-08-211-1/+1
* | mov: parse custom "----" MetadataJustin Greer2012-08-211-1/+73
* | movdec: Try to recover from overreading atomsMichael Niedermayer2012-08-151-0/+4
* | mov: remux AALP tagPiotr Bandurski2012-08-121-0/+1
* | mov: add av_dlog() to CTTS reading code like is already done in STTS.Michael Niedermayer2012-08-111-0/+3
* | rename missed CodecID to AVCodecIDMichael Niedermayer2012-08-071-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-69/+69
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-59/+59
* | mov: dont clip timestamps at 0Michael Niedermayer2012-08-061-2/+0
* | movenc: fix remuxing of svq3Piotr Bandurski2012-08-051-26/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-311-1/+1
|\|
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-0/+2
|\|
| * lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-0/+2
* | Fix avui stream-copy.Carl Eugen Hoyos2012-07-251-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-191-39/+2
|\|
| * avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles2012-07-191-38/+1