summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos2013-06-301-2/+2
* Set block_align when reading QDM2 in mov.Carl Eugen Hoyos2013-06-281-0/+1
* avformat/mov: ignore samples overflowing next_root_atomAlexandre Sicard2013-06-121-0/+5
* avformat/mov: compute dts_shift with trun ctsAlexandre Sicard2013-06-071-2/+10
* avformat/mov: Try to detect and support files with invalid sample sizesMichael Niedermayer2013-05-301-0/+12
* avformat/mov: Rename alt_sample_size so its name matches what it isMichael Niedermayer2013-05-251-2/+2
* mov: set block_align for MACE 3:1 and MACE 6:1Piotr Bandurski2013-05-181-0/+2
* Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-1/+0
|\
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-1/+0
* | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-051-2/+2
|\ \ | |/
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-111-5/+3
|\ \ | |/
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-111-5/+3
* | libspeex: support ZygoAudio (quality 10 mode)Piotr Bandurski2013-03-231-1/+3
* | Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e'Michael Niedermayer2013-03-141-1/+1
|\ \ | |/
| * avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
| * lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-111-6/+0
* | 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