- 22 Dec, 2011 1 commit
-
-
Alex Converse authored
The 'fiel' atoms can be found in H.264 tracks clobbering the extradata. MJPEG supports non field based extradata, and this data should be preserved when copying.
-
- 16 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Approved-by: MP4_maniac Approved-by: Baptiste Coudurier
-
- 15 Dec, 2011 1 commit
-
-
Alex Converse authored
-
- 13 Dec, 2011 5 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Dec, 2011 2 commits
-
-
Mans Rullgard authored
The existing functions defined in intfloat_readwrite.[ch] are both slow and incorrect (infinities are not handled). This introduces a new header with fast, inline conversion functions using direct union punning assuming an IEEE-754 system, an assumption already made throughout the code. The one use of Intel/Motorola extended 80-bit format is replaced by simpler code sufficient under the present constraints (positive normal values). The old functions are marked deprecated and retained for compatibility. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
These semicolons cause invalid empty top-level declarations. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 10 Dec, 2011 2 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
-
- 09 Dec, 2011 3 commits
-
-
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
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.
-
- 07 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
Inspired by a patch from Michael Root Idea-by: Baptiste Coudurier Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Dec, 2011 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Reviewed-by: Baptiste Coudurier Tested-with-QT: Baptiste Coudurier Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Nov, 2011 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
It's supposed to be called only from (de)muxers.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Nov, 2011 2 commits
-
-
Geek.Song authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Reviewed-by:
Baptiste Coudurier <baptiste.coudurier@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Nov, 2011 1 commit
-
-
Carl Eugen Hoyos authored
These packets are valid packets, and consist of 1 byte (which contains the mode bits). This had been analyzed and reported by Igor Levin, igor d levin comverse com. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 26 Oct, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Oct, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #550. This had been analyzed and reported by Igor Levin, igor d levin comverse com
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 05 Oct, 2011 1 commit
-
-
Anton Khirnov authored
This is needed by the new AVOptions API.
-
- 28 Sep, 2011 1 commit
-
-
Nicolas George authored
Signed-off-by:
Nicolas George <nicolas.george@normalesup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Sep, 2011 1 commit
-
-
Anton Khirnov authored
st may be NULL when there are more mov streams than AVStreams, e.g. when chapters are present.
-
- 17 Sep, 2011 1 commit
-
-
Anton Khirnov authored
Partially fixes bug 44.
-
- 15 Sep, 2011 1 commit
-
-
Laurent Aimar authored
init_get_bits() takes a number of bits and not a number of bytes as its size argument. Signed-off-by:
Alex Converse <alex.converse@gmail.com>
-
- 09 Sep, 2011 1 commit
-
-
Laurent Aimar authored
init_get_bits() takes a number of bits and not a number of bytes as its size argument. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Aug, 2011 1 commit
-
-
Anton Khirnov authored
-
- 16 Aug, 2011 1 commit
-
-
Anton Khirnov authored
-
- 17 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 13 Jul, 2011 1 commit
-
-
Anton Khirnov authored
-
- 12 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's replaced by 'creation_time' metadata tag.
-
- 10 Jul, 2011 1 commit
-
-
Anton Khirnov authored
Deprecate avcodec_alloc_context/2.
-
- 03 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-