- 25 Jun, 2016 10 commits
-
-
Clément Bœsch authored
* commit '65dc7ca4': Add release notes for 12. This commit is a noop, but we absolutely need someone to write the release notes. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'd68fb147': mjpegdec: Properly fail on malloc failure Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '85ce9636': configure: move the hardware accel libs' entries in the configure output Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'c0f4c7db': configure: move the hardware accel libs' entries in the help text Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '5e220344': configure: improve the help text for external libraries Only merged the explanation paragraphs. The removal of "enable/disable" and "[no]" would create too much inconsistency and might cause confusion. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '0d95d88f': lavc: revert the Makefile part of 330177b5Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
-
Rick Kern authored
Fixes #4124: Invalid argument '-std=c99' not allowed with 'C++/ObjC++' C++ files fail to compile. This adds '-std=c++11' to CXX_FLAGS to fix. Signed-off-by: Rick Kern <kernrj@gmail.com>
-
Jing Yu authored
This commit fixes a broken build when compiling libavcodec with LLVM compiler. These assembly files use non-standard format that is only supported by GCC compiler. It would be nice to use a common standard format. With this patch, both GCC and LLVM can build and generate the same objects. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes assertion failures in movenc Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 24 Jun, 2016 15 commits
-
-
Michael Niedermayer authored
Fixes memleak Fixes Ticket5169 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Petru Rares Sincraian authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Clément Bœsch authored
* commit 'ded4a654': xtea-test: Use struct allocation functions from the API Merged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit '8131bd4c': blowfish-test: Use struct allocation functions from the API Merged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit 'a86ef804': blowfish-test: Return different values for different errors Merged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit 'b84f3a40': movenc: Write 'loci' geotag metadata for 3gp and mp4 Merged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit 'f12a705e': movenc: Factorize a function for finding a metadata entry and the associated language Merged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit 'daec1651': movenc: Write ?xyz geotag metadata for mov files This commit is a noop, see a3ec1d6aMerged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit 'bc431319': mov: Also export loci altitude This commit is a noop, see 08b7d19dMerged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit '94d8141c': mov: Append place name instead of overwriting for loci This commit is a noop, see 1607f774Merged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit 'f126365c': mov: Fix parsing short loci This commit is a noop, see 50393bceMerged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit '704d2bd1': mov: Print reason of loci parsing failure See 9e4f0cfcMerged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit 'd34826c3': mov: Add a comment referring to the standard that defines the loci box Merged-by: Clément Bœsch <clement@stupeflix.com>
-
Muhammad Faiz authored
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
-
Michael Niedermayer authored
Fixes Ticket5343 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 23 Jun, 2016 15 commits
-
-
Matthieu Bouron authored
* commit '72d62106': movenc: Add a missed const Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
-
Matthieu Bouron authored
* commit 'a79aafd0': movenc: Add a test for VFR with b-frames, with a duration change at a fragment end Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
-
Matthieu Bouron authored
* commit 'e1eb0fc9': movenc: Use packets in interleaving queues for the duration at the end of fragments Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Clément Bœsch authored
This is definitely not complete. Anton, Diego and Luca are still maintaining their code in Libav, but are unwilling to do so in FFmpeg, so removing these entries will prevent them from getting poked by our users. Måns, Justin, Kostya and Jason left both projects a while ago.
-
Matthieu Bouron authored
* commit 'fd4957d9': movenc-test: Test write_data_type Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
-
Matthieu Bouron authored
* commit '71852a1b': matroskaenc: Provide output bytestream markers Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
-
Clément Bœsch authored
Fixes regression since 5d48e4ea
-
Matthieu Bouron authored
* commit 'dbbaad32': movenc: Provide output bytestream markers for fragmented content Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
-
Matthieu Bouron authored
* commit '371df9ba': flvenc: Provide output bytestream markers Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
-
Matthieu Bouron authored
* commit 'db7968bf': avio: Allow custom IO users to get labels for the output bytestream Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
-
Matthieu Bouron authored
Increase buffer dequeue timeout when the codec needs to be drained as it could happen that no input buffer is available when we receive a null packet for the first time (meaning we are unable to signal end of stream and mark the codec as draining). Fixes potential loss of last frames after sending a null packet.
-
Matthieu Bouron authored
-
Matthieu Bouron authored
-