summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* avformat/mov: ignore samples overflowing next_root_atomAlexandre Sicard2013-06-12
* avformat/mov: compute dts_shift with trun ctsAlexandre Sicard2013-06-07
* avformat/mov: Try to detect and support files with invalid sample sizesMichael Niedermayer2013-05-30
* avformat/mov: Rename alt_sample_size so its name matches what it isMichael Niedermayer2013-05-25
* mov: set block_align for MACE 3:1 and MACE 6:1Piotr Bandurski2013-05-18
* Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-16
|\
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-05
|\|
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-11
|\|
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-11
* | libspeex: support ZygoAudio (quality 10 mode)Piotr Bandurski2013-03-23
* | Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e'Michael Niedermayer2013-03-14
|\|
| * avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
| * lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-11
* | Merge commit '56daf10e0313c5e36f43e773f457d2a99ff0df10'Michael Niedermayer2013-02-24
|\|
| * mov: use the format context for logging.Anton Khirnov2013-02-23
* | mov: fix self referencing timecode tracksMichael Niedermayer2013-02-20
* | mov: remove unused functionMichael Niedermayer2013-02-07
* | lavf/mov: skip version and flags attributes in mov_read_chan functionMatthieu Bouron2013-02-06
* | mov: prevent double free if the caller replaces the io context.Michael Niedermayer2013-01-22
* | 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