summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
...
* | Merge commit '3c01039e0bc7d269900e15551f8171c4328a0223'Michael Niedermayer2014-12-09
|\|
| * mov: further expand the list of parsed metadata tagsDave Rice2014-12-08
* | Merge commit 'e2e07dbaab1f17e995842b7eacec4665d44c3d14'Michael Niedermayer2014-12-08
|\|
| * mov: expand the list of parsed metadata tagsVittorio Giovara2014-12-08
* | Merge commit 'b704b648f9ecb830874627db958a37e004107d1b'Michael Niedermayer2014-12-08
|\|
| * mov: parse XMP metadata on demandVittorio Giovara2014-12-08
* | Merge commit '174c5fde90060faab67796a5eaef742630f1db6e'Michael Niedermayer2014-12-08
|\|
| * mov: parse @PRM and @PRQ metadata tagsVittorio Giovara2014-12-08
* | Merge commit '35384934d6e27e0334060a23a0c83a3cb5cef198'Michael Niedermayer2014-12-08
|\|
| * mov: cosmetics: reorder the list of tagsVittorio Giovara2014-12-08
| * mov: skip version and flags attributes in mov_read_chan()Matthieu Bouron2014-12-05
* | Merge commit '3cec81f4d4f26b62bc2d22bb450bbf51ec3a7f09'Michael Niedermayer2014-12-02
|\|
| * mov: allocate the tag value dynamicallyThilo Borgmann2014-12-02
* | Merge commit 'e352b293712ff7cbde67eba3ce3f8510b037de09'Michael Niedermayer2014-12-02
|\|
| * mov: Add an option for exporting all metadataVittorio Giovara2014-12-02
* | Merge commit '5639ed9abb58311f82cf3499b682d228290adb09'Michael Niedermayer2014-12-02
|\|
| * mov: do not truncate the language-prefixed tagVittorio Giovara2014-12-02
* | avformat/mov: change conjugation for "Duplicate"Clément Bœsch2014-11-27
* | avformat/mov: strengthen some table allocationsClément Bœsch2014-11-27
* | avformat/mov: Fix memleaks for duplicate STCO/CO64/STSC atomsMichael Niedermayer2014-11-26
* | Merge commit '2007082d2db25f9305b8a345798b840ea7784fdb'Michael Niedermayer2014-11-18
|\|
| * mov: check ff_get_wav_header() return valueVittorio Giovara2014-11-18
* | mov.c: fix handling of seek return in read_mfraMika Raento2014-11-15
* | Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de'Michael Niedermayer2014-10-26
|\|
| * Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö2014-10-26
* | Merge commit '9dcf2397219ca796f0fafce2a703770d6fd09920'Michael Niedermayer2014-10-26
|\|
| * lavf: Check the return value of strftimeMartin Storsjö2014-10-26
* | Merge commit '50dbe6b3544fa64d5611e16553bf542fd71276b8'Michael Niedermayer2014-10-25
|\|
| * mov: fix assigment checkVittorio Giovara2014-10-24
* | mov.c: reasonable bitrate for fragmented mp4Mika Raento2014-10-21
* | lavf/mov.c: Prevent memory leak in case of invalid metadata reads.Thilo Borgmann2014-10-21
* | lavf/mov.c: Allocate buffer in case of long metadata entries.Thilo Borgmann2014-10-20
* | Merge commit '74b02377980321934e33969c84733ace7e9f4eeb'Michael Niedermayer2014-10-15
|\|
| * mov: Correctly check the color transfer characteristics rangeVittorio Giovara2014-10-15
* | avformat/mov: auodetect "use_mfra_for"Michael Niedermayer2014-10-15
* | Merge commit 'a74f8121d88e0bdf0d69c22e4b3713032da9300a'Michael Niedermayer2014-10-14
|\|
| * mov: Handle tfdt atomsMartin Storsjö2014-10-14
* | avformat/mov: fix mix of declaration and statementMichael Niedermayer2014-10-13
* | mov.c: allow reading fragment start dts/pts from fragmented mp4Mika Raento2014-10-13
* | avformat/mov: E-AC-3 streams need parsing too.Benoit Fouet2014-10-09
* | avformat/mov: Fix 'warning: format specifies type unsigned short but the argu...Michael Niedermayer2014-10-09
* | Merge commit '0d8a3656ba4c0ae8e4e0c91ff6b07d72a317f9f6'Michael Niedermayer2014-10-09
|\|
| * mov: support the Color Parameter Atoms 'colr'Vittorio Giovara2014-10-08
* | avformat/mov: do not overwrite extradata in mov_read_glbl()Michael Niedermayer2014-10-06
* | Support decoding 32bit pcm audio in mov.Carl Eugen Hoyos2014-10-02
* | Do not print a useless error number if mov header reading fails.Carl Eugen Hoyos2014-08-24
* | avformat/mov: use 64bit for size in mov_skip_multiple_stsd()Michael Niedermayer2014-08-21
* | Merge commit '86dfcfd0e30d6645eea2c63c1c60a0550e7c97ea'Michael Niedermayer2014-08-19
|\|
| * mov: Drop unused parameter from ff_mov_read_esds()Diego Biurrun2014-08-19
* | Use new av_dict_set_int helper function.Reimar Döffinger2014-08-16