aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3cec81f4d4f26b62bc2d22bb450bbf51ec3a7f09'Michael Niedermayer2014-12-021-1/+0
|\
| * mov: allocate the tag value dynamicallyThilo Borgmann2014-12-021-5/+10
* | Merge commit 'e352b293712ff7cbde67eba3ce3f8510b037de09'Michael Niedermayer2014-12-021-11/+9
|\|
| * mov: Add an option for exporting all metadataVittorio Giovara2014-12-021-7/+18
* | Merge commit '5639ed9abb58311f82cf3499b682d228290adb09'Michael Niedermayer2014-12-021-1/+1
|\|
| * mov: do not truncate the language-prefixed tagVittorio Giovara2014-12-021-1/+1
* | avformat/mov: change conjugation for "Duplicate"Clément Bœsch2014-11-271-7/+7
* | avformat/mov: strengthen some table allocationsClément Bœsch2014-11-271-21/+27
* | avformat/mov: Fix memleaks for duplicate STCO/CO64/STSC atomsMichael Niedermayer2014-11-261-0/+8
* | Merge commit '2007082d2db25f9305b8a345798b840ea7784fdb'Michael Niedermayer2014-11-181-3/+3
|\|
| * mov: check ff_get_wav_header() return valueVittorio Giovara2014-11-181-3/+1
* | mov.c: fix handling of seek return in read_mfraMika Raento2014-11-151-8/+14
* | Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de'Michael Niedermayer2014-10-261-2/+3
|\|
| * Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö2014-10-261-2/+3
* | Merge commit '9dcf2397219ca796f0fafce2a703770d6fd09920'Michael Niedermayer2014-10-261-2/+2
|\|
| * lavf: Check the return value of strftimeMartin Storsjö2014-10-261-2/+2
* | Merge commit '50dbe6b3544fa64d5611e16553bf542fd71276b8'Michael Niedermayer2014-10-251-1/+1
|\|
| * mov: fix assigment checkVittorio Giovara2014-10-241-1/+1
* | mov.c: reasonable bitrate for fragmented mp4Mika Raento2014-10-211-0/+11
* | lavf/mov.c: Prevent memory leak in case of invalid metadata reads.Thilo Borgmann2014-10-211-6/+8
* | lavf/mov.c: Allocate buffer in case of long metadata entries.Thilo Borgmann2014-10-201-6/+12
* | Merge commit '74b02377980321934e33969c84733ace7e9f4eeb'Michael Niedermayer2014-10-151-1/+2
|\|
| * mov: Correctly check the color transfer characteristics rangeVittorio Giovara2014-10-151-1/+2
* | avformat/mov: auodetect "use_mfra_for"Michael Niedermayer2014-10-151-2/+27
* | Merge commit 'a74f8121d88e0bdf0d69c22e4b3713032da9300a'Michael Niedermayer2014-10-141-0/+31
|\|
| * mov: Handle tfdt atomsMartin Storsjö2014-10-141-0/+31
* | avformat/mov: fix mix of declaration and statementMichael Niedermayer2014-10-131-1/+1
* | mov.c: allow reading fragment start dts/pts from fragmented mp4Mika Raento2014-10-131-0/+177
* | avformat/mov: E-AC-3 streams need parsing too.Benoit Fouet2014-10-091-0/+1
* | avformat/mov: Fix 'warning: format specifies type unsigned short but the argu...Michael Niedermayer2014-10-091-1/+1
* | Merge commit '0d8a3656ba4c0ae8e4e0c91ff6b07d72a317f9f6'Michael Niedermayer2014-10-091-0/+69
|\|
| * mov: support the Color Parameter Atoms 'colr'Vittorio Giovara2014-10-081-0/+69
* | avformat/mov: do not overwrite extradata in mov_read_glbl()Michael Niedermayer2014-10-061-0/+4
* | Support decoding 32bit pcm audio in mov.Carl Eugen Hoyos2014-10-021-0/+4
* | Do not print a useless error number if mov header reading fails.Carl Eugen Hoyos2014-08-241-1/+1
* | avformat/mov: use 64bit for size in mov_skip_multiple_stsd()Michael Niedermayer2014-08-211-1/+1
* | Merge commit '86dfcfd0e30d6645eea2c63c1c60a0550e7c97ea'Michael Niedermayer2014-08-191-2/+2
|\|
| * mov: Drop unused parameter from ff_mov_read_esds()Diego Biurrun2014-08-191-2/+2
* | Use new av_dict_set_int helper function.Reimar Döffinger2014-08-161-11/+3
* | Drop remaining unneeded != NULLMichael Niedermayer2014-08-151-1/+1
* | Merge commit 'cc3e88a2b9e7ecf62e4ea1c41ce1623cea67ee96'Michael Niedermayer2014-08-131-0/+6
|\|
| * mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metada...Andrew Stone2014-08-131-0/+6
* | avformat/mov: Support reading Avid's metadata for DNXHD codec.Marek Fort2014-08-081-1/+4
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-3/+3
* | avformat/mov: read reel_name metadata from tmcd atomMark Reid2014-08-071-0/+20
* | avformat/mov: XMP metadata suppor.Marek Fort2014-08-071-0/+2
* | movdec: remove nonsensical snprintf.Reimar Döffinger2014-07-301-3/+1
* | avformat/mov: Pass through iTunSMPB from MOV.Dale Curtis2014-07-221-2/+2
* | Merge commit 'edb1af7c466ebb28bfdb0c076e498e527b43d24f'Michael Niedermayer2014-07-091-6/+2
|\|
| * mov: free the dv demux context with avformat_free_context()Anton Khirnov2014-07-091-6/+2