| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/mov: correct printf specifier | Christophe Gisquet | 2015-02-27 | 1 | -1/+1 |
* | avformat/mov: Check ctts_count before use | Michael Niedermayer | 2015-02-25 | 1 | -1/+5 |
* | avformat/mov: Check av_add_index_entry() return value | Michael Niedermayer | 2015-02-23 | 1 | -3/+6 |
* | avformat/mov: Add simple ACLR atom reading to set the color range of the inco... | Kevin Wheatley | 2015-02-19 | 1 | -22/+87 |
* | avformat/mov: Bypass av_add_index_entry() | Michael Niedermayer | 2015-02-16 | 1 | -1/+2 |
* | Merge commit '4abfa387b8234736f6e0e541951e3d5eb60eb843' | Michael Niedermayer | 2015-02-16 | 1 | -15/+30 |
|\ |
|
| * | mov: Change DTS-based seek into CTS-based seek. | Yusuke Nakamura | 2015-02-15 | 1 | -15/+29 |
| * | mov: Fix compilation with DEBUG enabled | Diego Biurrun | 2015-02-14 | 1 | -2/+2 |
* | | avformat/mov: print a warning if parsing udta failed | Michael Niedermayer | 2015-02-14 | 1 | -0/+1 |
* | | avformat/mov: Heuristically detect raw udta | Michael Niedermayer | 2015-02-13 | 1 | -1/+6 |
* | | avformat/mov: Check dimensions before setting aspect | Michael Niedermayer | 2015-02-09 | 1 | -1/+2 |
* | | Merge commit 'e3528d2a7bf29ba148d7ac1678552ce0089cd14f' | Michael Niedermayer | 2015-02-03 | 1 | -4/+5 |
|\| |
|
| * | mov: Implement parsing of the "HandlerName" from the MP4 HDLR atom | Hendrik Leppkes | 2015-02-03 | 1 | -0/+16 |
* | | avformat/mov: simplify pasp value before setting SAR | Michael Niedermayer | 2015-02-03 | 1 | -2/+2 |
* | | avformat/mov: remove unneeded #include, there are no assert() | Paul B Mahol | 2015-01-31 | 1 | -4/+0 |
* | | Merge commit '32125781487411ed3b1b28b32063d6cd4024d4fc' | Michael Niedermayer | 2015-01-27 | 1 | -4/+20 |
|\| |
|
| * | mov: export audio service type as side data | Anton Khirnov | 2015-01-27 | 1 | -4/+20 |
| * | mov: Do not compute negative SAR values | Vittorio Giovara | 2015-01-23 | 1 | -7/+6 |
* | | libavformat/mov.c: Handle timecode from tmcd atom in counter mode | Jon Morley | 2015-01-23 | 1 | -0/+7 |
* | | avformat/mov: Stricter sanity checks on the display_matrix | Michael Niedermayer | 2015-01-22 | 1 | -1/+2 |
* | | avformat/mov: Do not set aspect ratios that would contain zeros | Michael Niedermayer | 2015-01-15 | 1 | -1/+2 |
* | | avformat/mov: rewrite aspect from matrix code | Michael Niedermayer | 2015-01-15 | 1 | -13/+10 |
* | | Merge commit 'cf70ba37ba74089a18295b29e77dead0a3222c9e' | Michael Niedermayer | 2015-01-15 | 1 | -9/+4 |
|\| |
|
| * | mov: Check angle rather than full matrix when updating SAR | Vittorio Giovara | 2015-01-14 | 1 | -8/+4 |
* | | Handle r10k endianess atom DpxE. | Carl Eugen Hoyos | 2015-01-11 | 1 | -0/+6 |
* | | avformat/mov: Use avio_closep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2015-01-08 | 1 | -1/+1 |
* | | avformat/mov: use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2015-01-06 | 1 | -5/+5 |
* | | avformat/mov: Clear array to prevent potential out of array read from av_dlog() | Michael Niedermayer | 2015-01-06 | 1 | -1/+1 |
* | | mov: Fix negative size calculation in mov_read_default(). | Dale Curtis | 2015-01-06 | 1 | -1/+1 |
* | | avformat/mov: fix integer overflow in mov_read_udta_string() | Michael Niedermayer | 2015-01-06 | 1 | -1/+1 |
* | | mov: Fix overflow and error handling in read_tfra(). | Dale Curtis | 2015-01-06 | 1 | -15/+21 |
* | | avformat/mov: reindent after previous commit | Clément Bœsch | 2015-01-02 | 1 | -13/+13 |
* | | avformat/mov: move edit list heuristics into mov_build_index() | Clément Bœsch | 2015-01-02 | 1 | -30/+48 |
* | | Merge commit '64f7575fbd64e5b65d5c644347408588c776f1fe' | Michael Niedermayer | 2014-12-19 | 1 | -1/+3 |
|\| |
|
| * | mov: avoid a memleak when multiple stss boxes are present | Anton Khirnov | 2014-12-19 | 1 | -0/+1 |
* | | wavdec: RIFX file format support | Thomas Volkert | 2014-12-18 | 1 | -1/+1 |
* | | avformat/mov: fix integer overflow of size | Michael Niedermayer | 2014-12-16 | 1 | -3/+3 |
* | | avformat/mov: check atom nesting depth | Michael Niedermayer | 2014-12-16 | 1 | -1/+12 |
* | | Merge commit '6f4364aba9d70dc5fd9f1c88b9c03bf9ea893d40' | Michael Niedermayer | 2014-12-16 | 1 | -1/+1 |
|\| |
|
| * | mov: Fix handling of zero-length metadata values | Martin Storsjö | 2014-12-15 | 1 | -1/+1 |
* | | avformat/mov: Simplify code by using OFFSET() and FLAGS macros | Michael Niedermayer | 2014-12-13 | 1 | -9/+9 |
* | | avformat/mov: Disable XMP metadata by default | Michael Niedermayer | 2014-12-11 | 1 | -1/+1 |
* | | Merge commit '3c01039e0bc7d269900e15551f8171c4328a0223' | Michael Niedermayer | 2014-12-09 | 1 | -0/+16 |
|\| |
|
| * | mov: further expand the list of parsed metadata tags | Dave Rice | 2014-12-08 | 1 | -0/+18 |
* | | Merge commit 'e2e07dbaab1f17e995842b7eacec4665d44c3d14' | Michael Niedermayer | 2014-12-08 | 1 | -0/+19 |
|\| |
|
| * | mov: expand the list of parsed metadata tags | Vittorio Giovara | 2014-12-08 | 1 | -0/+23 |
* | | Merge commit 'b704b648f9ecb830874627db958a37e004107d1b' | Michael Niedermayer | 2014-12-08 | 1 | -13/+4 |
|\| |
|
| * | mov: parse XMP metadata on demand | Vittorio Giovara | 2014-12-08 | 1 | -0/+4 |
* | | Merge commit '174c5fde90060faab67796a5eaef742630f1db6e' | Michael Niedermayer | 2014-12-08 | 1 | -7/+7 |
|\| |
|
| * | mov: parse @PRM and @PRQ metadata tags | Vittorio Giovara | 2014-12-08 | 1 | -3/+6 |