- 23 Jun, 2016 28 commits
-
-
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
-
Matthieu Bouron authored
Their only purpose is to carry the end of stream flag.
-
Clément Bœsch authored
Based on 8e757716 See https://github.com/mpv-player/mpv/issues/1045 for mk3d elektranox.org samples.
-
Clément Bœsch authored
-
Clément Bœsch authored
* commit '8e757716': avprobe: Print stereo3d information This commit is not merged as it doesn't apply at all in our tree. The two following commits will add the same feature. Merged-by: Clément Bœsch <clement@stupeflix.com>
-
Derek Buitenhuis authored
The 10-bit decoding support is available now in native decoder. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Clément Bœsch authored
* commit '0c4468dc': stereo3d: Add API to get name from value or value from name Merged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit 'd621b2f7': lavf: Raw G.729 demuxer Merged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit '34effe81': fate: Update fate-lavf-ts after commit 393596f9 This commit is a noop, see c0ff42bfMerged-by: Clément Bœsch <clement@stupeflix.com>
-
Clément Bœsch authored
* commit 'b8de14bc': tools: Port to codec parameters API Merged-by: Clément Bœsch <clement@stupeflix.com>
-
David Murmann authored
Implement variable sized big-endian integers, since these are found in files created by ARRI cameras. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Clément Bœsch authored
* commit '393596f9': mpegtsenc: stop impersonating ses in sdt This commit also includes the needed FATE updates later spotted by Martin Storsjö and fixed in 34effe81 on Libav side. Merged-by: Clément Bœsch <u@pkh.me>
-
rogerdpack authored
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
rogerdpack authored
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 22 Jun, 2016 12 commits
-
-
Michael Niedermayer authored
See: [FFmpeg-devel] PPC64: PowerPC Maintainer information is incorrect 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
-
Clément Bœsch authored
* commit 'ffa190d0': Move VLC and RL_VLC_ELEM structure definitions to a separate header Merged-by: Clément Bœsch <u@pkh.me>
-
Hendrik Leppkes authored
* commit 'b2361326': avconv_dxva2: use the hwcontext API Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
-
Hendrik Leppkes authored
-
Petru Rares Sincraian authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Hendrik Leppkes authored
* commit 'c46db38c': hwcontext: add a dxva2 implementation Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
-
Michael Niedermayer authored
Fixes Ticket5428 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes regression from Ticket5428 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Clément Bœsch authored
Based on d338abb6
-
Clément Bœsch authored
* commit 'd338abb6': mpeg4videodec: Call av_log() in check_marker() with AVCodecContext instead of NULL This commit is a noop. Since check_marker() is still in get_bits.h in FFmpeg and shared amongst decoders, a similar but different change will be committed in the next commit in to serve the same purpose of this one (that is, passing a logging context to the av_log() in that function). Merged-by: Clément Bœsch <u@pkh.me>
-