- 10 Dec, 2011 23 commits
-
-
Martin Storsjö authored
If an annex b bitstream is muxed into mov, the actual written sample is reformatted to mp4 syntax before writing. Currently, the RTP hints that copy data from the normal video track, where the payload data might be offset compared to the original sample that the RTP hinting used (when 3 byte annex b startcodes have been converted into 4 byte mp4 format startcodes). Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Anton Khirnov authored
Also remove mentions of it from other avtools' manuals.
-
Anton Khirnov authored
It's broken and doesn't work anyway. This patch means that avconv will ignore encoding options from the ffm file and will instead use whatever is provided on the commandline as for normal output.
-
Anton Khirnov authored
It's not supposed to be set outside of lavc. Set r_frame_rate and avg_frame_rate instead.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Shitiz Garg authored
fixes floating-point exception due to channels being set to 0. fixes Bug 128. Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Paul B Mahol authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Paul B Mahol authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Janne Grunau authored
Fix regression introduced in 2b53e696.
-
Justin Ruggles authored
fixes Bug 119
-
Janne Grunau authored
Return the whole packet as consumed in this case and not the size the packet should have had. Move the insufficient data check into the for condition to fix a ISO C90 error on bigendian.
-
Aneesh Dogra authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Luca Barbato authored
-
Luca Barbato authored
Some entries should be still amended.
-
Kostya Shishkov authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 09 Dec, 2011 16 commits
-
-
Justin Ruggles authored
original order is retained within the same tag or codec id to maintain the muxing/demuxing priority.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
This implements reading the tag in the demuxer and adds support for writing it in the muxer. Some example channel layout tables for muxing are included for ac3, aac, and alac, but they are not utilized yet.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
Use Sound Sample Description Version 2 for all MOV files. Updated FATE references accordingly. Note that ADPCM is treated as compressed audio in version 2.
-
Luca Barbato authored
-
Luca Barbato authored
Cleanup tags usage and update commandline examples.
-
Luca Barbato authored
-
Luca Barbato authored
Move the platform-specific information in its own file.
-
Luca Barbato authored
-
Luca Barbato authored
Add "note" or "important" class to the generated div.
-
Luca Barbato authored
Summarize the information provided in the wiki and the one provided in fate.txt
-
Luca Barbato authored
-
- 08 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-