- 22 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket1820 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Nov, 2012 1 commit
-
-
Luca Barbato authored
Support multiple video/audio streams with different format in the same session. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 04 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CID741417 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Nov, 2012 1 commit
-
-
Jason authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Oct, 2012 1 commit
-
-
Tim Nicholson authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Oct, 2012 1 commit
-
-
bbraun authored
Fixes Ticket1052 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
regression since b02493e4Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Oct, 2012 2 commits
-
-
Tim Nicholson authored
Apple spec is for it to always be "1" for uncompressed audio. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
-
- 07 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Some software does not support edit lists at all, the adobe flash player seems to be one of these. Which results in AV sync errors when edit lists are used to adjust AV sync. 2nd try on implementing this, the first try had various issues Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Oct, 2012 1 commit
-
-
Tim Nicholson authored
Currently only LE handled correctly Updated fate checksums to reflect new headers Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
The timebases before where only guranteed to be 1/fps precisse and could cause AV sync errors on low fps Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Oct, 2012 2 commits
-
-
Diego Biurrun authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Sep, 2012 3 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
At the moment, the moov header is written at the end of the file, so we can use the current offset (which focus on the end of the mdat already written) to guess if 64-bits offset will be required or not. Though, the next commits will make possible the writing of this table at the beginning, so this heuristic can't work. As a consequence, we check all the values within the potential offset table for any value > 32-bits.
-
Clément Bœsch authored
This function will be re-used in the following commits.
-
- 21 Sep, 2012 1 commit
-
-
Clément Bœsch authored
-
- 15 Sep, 2012 1 commit
-
-
Anton Khirnov authored
This is consistent with stdio and is what we want to do in all cases. Fixes a bug in the voc muxer which didn't flush in write_trailer() previously. This is the cause of the change in the test results.
-
- 04 Sep, 2012 3 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 27 Aug, 2012 1 commit
-
-
Kari Lentz authored
Implements support for tmpo atom for mp4 files, typically used to store BPM. -metadata "tmpo=127" as a command line option will record 127 as the BPM in the meta data. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Aug, 2012 2 commits
-
-
Clément Bœsch authored
This also avoids a pointless cast. Idea-by: Reimar Döffinger
-
Clément Bœsch authored
Fixes ticket 1576.
-
- 07 Aug, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
-
- 05 Aug, 2012 3 commits
-
-
Piotr Bandurski authored
-
Piotr Bandurski authored
-
Philip Langdale authored
Signed-off-by:
Philip Langdale <philipl@overt.org>
-
- 04 Aug, 2012 1 commit
-
-
Philip Langdale authored
As packet duration is not stored inherently in MPEG4 containers, subtitles have their duration expressed by storing an additional empty packet with a pts matching the desired end time of the real subtitle. Additionally, it is generally expected that all streams start at time = 0, so an empty packet needs to be inserted at the beginning of the stream, before the first real subtitle. Unfortunately, ffmpeg lacks a proper way to express that a subtitle might map to multiple packets, so the muxer is the only place we can handle this. Signed-off-by:
Philip Langdale <philipl@overt.org>
-
- 03 Aug, 2012 1 commit
-
-
Clément Bœsch authored
Fixes ticket 1577.
-
- 30 Jul, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 25 Jul, 2012 2 commits
-
-
Piotr Bandurski authored
Attached patch fixes remuxing of yuv2 in mov (and does not break remuxing of yuvs) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
The native decoder and MPlayer's binary decoder only need the APRG atom, QuickTime at least requires also the ARES atom and four additional 0 bytes padding at the end of stsd.
-
- 22 Jul, 2012 1 commit
-
-
Ronald S. Bultje authored
This removes the use of macro nesting in these code constructs, which makes it easier to parse in pre-processors.
-