| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mov: Enable parser for mp3s by old HandBrake | Michael Niedermayer | 2015-12-13 | 1 | -0/+13 |
* | libavformat/mov.c: allow QuickTime metadata to come after traks | Neil Birkbeck | 2015-12-05 | 1 | -1/+5 |
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -3/+3 |
* | avformat/mov: use hypot() | Ganesh Ajjanagadde | 2015-11-22 | 1 | -2/+1 |
* | Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e' | Derek Buitenhuis | 2015-11-22 | 1 | -2/+2 |
|\ |
|
| * | avformat: expose av_stream_new_side_data helper | John Stebbins | 2015-11-18 | 1 | -2/+2 |
* | | Merge commit 'b5f963bfec1f452c37eee900c7b11f065d10dd60' | Derek Buitenhuis | 2015-11-19 | 1 | -1/+6 |
|\| |
|
| * | mov: Drop dref when unable to parse | Vittorio Giovara | 2015-11-12 | 1 | -1/+6 |
* | | Merge commit '303f931938c618668f7f83c646a1850bef84641e' | Derek Buitenhuis | 2015-11-19 | 1 | -4/+2 |
|\| |
|
| * | mov: Correctly store dref paths | Vittorio Giovara | 2015-11-12 | 1 | -4/+2 |
* | | avformat/mov: remove redundant assignment | Ganesh Ajjanagadde | 2015-11-16 | 1 | -1/+1 |
* | | avformat/mov: fix memory leak | Ganesh Ajjanagadde | 2015-11-16 | 1 | -0/+1 |
* | | avformat/mov: Add option to ignore chapters during parsing | Bryan Huh | 2015-11-10 | 1 | -1/+6 |
* | | Merge commit 'f128b8e19ac7f702adae899ab91cc1e80f238761' | Hendrik Leppkes | 2015-11-10 | 1 | -0/+8 |
|\| |
|
| * | mov: detect cover art pictures by content | wm4 | 2015-11-03 | 1 | -0/+8 |
| * | lavc: Make AVPacket.duration int64, and deprecate convergence_duration | wm4 | 2015-09-29 | 1 | -1/+1 |
* | | mov: Add support parsing QuickTime Metadata Keys. | Tinglin Liu | 2015-10-26 | 1 | -6/+86 |
* | | avformat/mov: Autodetect mp3s which need parsing | Michael Niedermayer | 2015-10-23 | 1 | -0/+7 |
* | | avformat/mov: fix integer overflow | Ganesh Ajjanagadde | 2015-10-13 | 1 | -0/+4 |
* | | lavf/mov: add support for sidx fragment indexes | Rodger Combs | 2015-10-09 | 1 | -39/+206 |
* | | doc: fix spelling errors | Andreas Cadhalpun | 2015-10-09 | 1 | -2/+2 |
* | | libavformat/mov.c: Add parsing for DDTS atom for DTS audio | Shawn Singh | 2015-09-30 | 1 | -0/+56 |
* | | avformat/mov: use AV_OPT_TYPE_BOOL for export_{all,xmp} options | Clément Bœsch | 2015-09-12 | 1 | -2/+2 |
* | | Merge commit '7cad1bf0759ada2a1fc3e80bb232a5377dd4fda4' | Hendrik Leppkes | 2015-09-08 | 1 | -3/+3 |
|\| |
|
| * | mov: Allow more than one keyframe per trun | Martin Storsjö | 2015-09-06 | 1 | -3/+3 |
* | | avformat/mov: Change the type of the r/g/b variables | Michael Niedermayer | 2015-09-03 | 1 | -1/+1 |
* | | avformat/mov: Fix integer overflow in FFABS | Michael Niedermayer | 2015-09-03 | 1 | -1/+1 |
* | | lavf/mov: Support unusual alac files without frma and alac atoms. | Carl Eugen Hoyos | 2015-08-27 | 1 | -0/+26 |
* | | FF_OPT_TYPE_* -> AV_OPT_TYPE_*. | Ronald S. Bultje | 2015-08-18 | 1 | -3/+3 |
* | | Replace av_dlog with ff_dlog. | Ronald S. Bultje | 2015-08-18 | 1 | -1/+2 |
* | | avformat/mov: fix regression in processing .aax files | Vesselin Bontchev | 2015-08-02 | 1 | -3/+3 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -5/+5 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -10/+10 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | Revert "mov: Double-check that alias path is not an absolute path" | Vittorio Giovara | 2015-07-17 | 1 | -1/+1 |
* | | Add support for Audible AAX (and AAX+) files | Vesselin Bontchev | 2015-07-19 | 1 | -0/+128 |
* | | avformat/mov: Implement a same origin policy for references instead of only a... | Michael Niedermayer | 2015-07-15 | 1 | -2/+42 |
* | | avformat/mov: Fix opening relative references | Michael Niedermayer | 2015-07-15 | 1 | -2/+5 |
* | | avformat/mov: Fix deallocation when MOVStreamContext failed to allocate | Michael Niedermayer | 2015-07-14 | 1 | -0/+3 |
* | | avformat/mov: Use ff_configure_buffers_for_index() | Michael Niedermayer | 2015-07-13 | 1 | -0/+1 |
* | | Merge commit 'd80811c94e068085aab797f9ba35790529126f85' | Michael Niedermayer | 2015-07-12 | 1 | -1/+1 |
|\| |
|
| * | riff: Use the correct logging context | Luca Barbato | 2015-07-11 | 1 | -1/+1 |
* | | Merge commit 'a1e2caa93e4f8102666a21222f01b74838b6497f' | Michael Niedermayer | 2015-07-01 | 1 | -2/+3 |
|\| |
|
| * | mov: Log format rather than fourcc in stsd in trace mode | Vittorio Giovara | 2015-07-01 | 1 | -3/+3 |
* | | Merge commit '2eef75fd7e1ac96ab9ca63bb4523078c908bc9b1' | Michael Niedermayer | 2015-07-01 | 1 | -1/+1 |
|\| |
|
| * | mov: Adjust variable types to fix format warnings | Vittorio Giovara | 2015-07-01 | 1 | -1/+1 |
* | | Merge commit '6ec688e1bc76dd93151cbca1c340162ae4b10d77' | Michael Niedermayer | 2015-06-21 | 1 | -1/+9 |
|\| |
|
| * | mp3: enable packed main_data decoding in MP4 | nu774 | 2015-06-20 | 1 | -1/+9 |
* | | Merge commit '6308cd4868d2bd5fdf8bfa8dd10856c9a91874f5' | Michael Niedermayer | 2015-06-08 | 1 | -1/+5 |
|\| |
|
| * | mov: Check memory allocation | Vittorio Giovara | 2015-06-08 | 1 | -1/+5 |