| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de' | Michael Niedermayer | 2014-10-26 | 1 | -2/+3 |
|\ |
|
| * | Use gmtime_r instead of gmtime and localtime_r instead of localtime | Martin Storsjö | 2014-10-26 | 1 | -2/+3 |
* | | Merge commit '9dcf2397219ca796f0fafce2a703770d6fd09920' | Michael Niedermayer | 2014-10-26 | 1 | -2/+2 |
|\| |
|
| * | lavf: Check the return value of strftime | Martin Storsjö | 2014-10-26 | 1 | -2/+2 |
* | | Merge commit '50dbe6b3544fa64d5611e16553bf542fd71276b8' | Michael Niedermayer | 2014-10-25 | 1 | -1/+1 |
|\| |
|
| * | mov: fix assigment check | Vittorio Giovara | 2014-10-24 | 1 | -1/+1 |
* | | mov.c: reasonable bitrate for fragmented mp4 | Mika Raento | 2014-10-21 | 1 | -0/+11 |
* | | lavf/mov.c: Prevent memory leak in case of invalid metadata reads. | Thilo Borgmann | 2014-10-21 | 1 | -6/+8 |
* | | lavf/mov.c: Allocate buffer in case of long metadata entries. | Thilo Borgmann | 2014-10-20 | 1 | -6/+12 |
* | | Merge commit '74b02377980321934e33969c84733ace7e9f4eeb' | Michael Niedermayer | 2014-10-15 | 1 | -1/+2 |
|\| |
|
| * | mov: Correctly check the color transfer characteristics range | Vittorio Giovara | 2014-10-15 | 1 | -1/+2 |
* | | avformat/mov: auodetect "use_mfra_for" | Michael Niedermayer | 2014-10-15 | 1 | -2/+27 |
* | | Merge commit 'a74f8121d88e0bdf0d69c22e4b3713032da9300a' | Michael Niedermayer | 2014-10-14 | 1 | -0/+31 |
|\| |
|
| * | mov: Handle tfdt atoms | Martin Storsjö | 2014-10-14 | 1 | -0/+31 |
* | | avformat/mov: fix mix of declaration and statement | Michael Niedermayer | 2014-10-13 | 1 | -1/+1 |
* | | mov.c: allow reading fragment start dts/pts from fragmented mp4 | Mika Raento | 2014-10-13 | 1 | -0/+177 |
* | | avformat/mov: E-AC-3 streams need parsing too. | Benoit Fouet | 2014-10-09 | 1 | -0/+1 |
* | | avformat/mov: Fix 'warning: format specifies type unsigned short but the argu... | Michael Niedermayer | 2014-10-09 | 1 | -1/+1 |
* | | Merge commit '0d8a3656ba4c0ae8e4e0c91ff6b07d72a317f9f6' | Michael Niedermayer | 2014-10-09 | 1 | -0/+69 |
|\| |
|
| * | mov: support the Color Parameter Atoms 'colr' | Vittorio Giovara | 2014-10-08 | 1 | -0/+69 |
* | | avformat/mov: do not overwrite extradata in mov_read_glbl() | Michael Niedermayer | 2014-10-06 | 1 | -0/+4 |
* | | Support decoding 32bit pcm audio in mov. | Carl Eugen Hoyos | 2014-10-02 | 1 | -0/+4 |
* | | Do not print a useless error number if mov header reading fails. | Carl Eugen Hoyos | 2014-08-24 | 1 | -1/+1 |
* | | avformat/mov: use 64bit for size in mov_skip_multiple_stsd() | Michael Niedermayer | 2014-08-21 | 1 | -1/+1 |
* | | Merge commit '86dfcfd0e30d6645eea2c63c1c60a0550e7c97ea' | Michael Niedermayer | 2014-08-19 | 1 | -2/+2 |
|\| |
|
| * | mov: Drop unused parameter from ff_mov_read_esds() | Diego Biurrun | 2014-08-19 | 1 | -2/+2 |
* | | Use new av_dict_set_int helper function. | Reimar Döffinger | 2014-08-16 | 1 | -11/+3 |
* | | Drop remaining unneeded != NULL | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
* | | Merge commit 'cc3e88a2b9e7ecf62e4ea1c41ce1623cea67ee96' | Michael Niedermayer | 2014-08-13 | 1 | -0/+6 |
|\| |
|
| * | mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metada... | Andrew Stone | 2014-08-13 | 1 | -0/+6 |
* | | avformat/mov: Support reading Avid's metadata for DNXHD codec. | Marek Fort | 2014-08-08 | 1 | -1/+4 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -3/+3 |
* | | avformat/mov: read reel_name metadata from tmcd atom | Mark Reid | 2014-08-07 | 1 | -0/+20 |
* | | avformat/mov: XMP metadata suppor. | Marek Fort | 2014-08-07 | 1 | -0/+2 |
* | | movdec: remove nonsensical snprintf. | Reimar Döffinger | 2014-07-30 | 1 | -3/+1 |
* | | avformat/mov: Pass through iTunSMPB from MOV. | Dale Curtis | 2014-07-22 | 1 | -2/+2 |
* | | Merge commit 'edb1af7c466ebb28bfdb0c076e498e527b43d24f' | Michael Niedermayer | 2014-07-09 | 1 | -6/+2 |
|\| |
|
| * | mov: free the dv demux context with avformat_free_context() | Anton Khirnov | 2014-07-09 | 1 | -6/+2 |
* | | Merge commit '18fb38fb9ea7e2d5997c096fccfcd4cb43f70294' | Michael Niedermayer | 2014-07-08 | 1 | -2/+1 |
|\| |
|
| * | mov: Remove a variable that is set but never used | Martin Storsjö | 2014-07-08 | 1 | -2/+1 |
* | | Do not detect jp2 images as mov files. | Carl Eugen Hoyos | 2014-07-05 | 1 | -1/+3 |
* | | Merge commit '20f95f21f9b9595608ba668a6eca78f2d508be67' | Michael Niedermayer | 2014-07-01 | 1 | -3/+4 |
|\| |
|
| * | mov: Support default-base-is-moof. | Yusuke Nakamura | 2014-07-01 | 1 | -3/+4 |
* | | avformat/mov: fix "warning: variable altitude set but not used" warning | Michael Niedermayer | 2014-06-06 | 1 | -1/+1 |
* | | Merge commit 'e7d6d0bf3c5cc1bc048b0ddbc169a91862568e0c' | Michael Niedermayer | 2014-06-06 | 1 | -0/+40 |
|\| |
|
| * | mov: Export geotag metadata fields | Martin Storsjö | 2014-06-06 | 1 | -0/+41 |
* | | Read mov files where the moov atom is hidden within a free atom. | Carl Eugen Hoyos | 2014-05-31 | 1 | -0/+17 |
* | | avformat/mov: allow seeking back to the begin even if nothing is marked as ke... | Michael Niedermayer | 2014-05-26 | 1 | -1/+1 |
* | | avformat/mov: use av_display_rotation_get() for rotate metadata. | Clément Bœsch | 2014-05-23 | 1 | -16/+14 |
* | | avformat/mov: Dont blindly trust the stream duration in seting chapter times | Michael Niedermayer | 2014-05-23 | 1 | -0/+5 |