- 29 Mar, 2017 8 commits
-
-
Clément Bœsch authored
* commit 'f5df897c': examples/avcodec: split audio decoding into a separate example Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'f76698e7': examples/encode_audio: use the AVFrame API for allocating the data Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'c00a11ab': examples/encode_audio: constify AVCodec instances Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '40aaa8da': examples/avcodec: split audio encoding into a separate example Merged-by: Clément Bœsch <u@pkh.me>
-
wm4 authored
Get rid of the "ret" variable, and always use err. Report the packet as consumed if err is unset. This should be equivalent to the old code, which obviously required err=0 for p->result>=0 (and otherwise, p->result must have had the value err was last set to). The code block added by commit 32a5b631 is also not needed anymore, because the new code strictly returns err if it's >=0. Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com>
-
James Almer authored
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
-
- 28 Mar, 2017 19 commits
-
-
Ronald S. Bultje authored
Intra-only codecs should either be able to read these items from the bitstream, or they should be set upon codec initialization. In both cases, syncing these items at runtime is unnecessary. In practice, this fixes race conditions for decoders that read these values from the bitstream.
-
Ronald S. Bultje authored
This prevents a race condition in files with multiple slices per frame.
-
Ronald S. Bultje authored
The patch introduces race conditions.
-
Ronald S. Bultje authored
This allows vp9dsp.h to only include the VP9 types header, and not the decoder skeleton interface which is for hardware decoders (dxva2/vaapi).
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
The advantage here is that the internal software decoder interface is not exposed to the DSP functions or the hardware accelerations.
-
Clément Bœsch authored
If ret is NULL, a dummy common holder is created to hold *all* the parallel function returns, which gets written concurrently. This commit simplify the whole logic by simply not writing to that holder when not set.
-
Marton Balint authored
Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Needed for the C+11 atomics. Also change add_cxxflags to check_cxxflags. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
-
James Almer authored
Reviewed-by: Matthieu Bouron <matthieu.bouron@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
Ronald S. Bultje authored
-
Matthieu Bouron authored
-
Matthieu Bouron authored
Also limits remuxing to audio, video and subtitle streams.
-
Matthieu Bouron authored
-
Clément Bœsch authored
-
Steven Liu authored
refer to SPEC: Annex E. The FLV File Format said: E.3 TheFLVFileBody have a table: Field Type Comment PreviousTagSize0 UI32 Always 0 Reviewed-by: Bela Bodecs <bodecsb@vivanet.hu> Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
-
James Almer authored
-
- 27 Mar, 2017 13 commits
-
-
James Almer authored
Fixes memleak.
-
Dave Rice authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Dave Rice authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
adding demuxer and other logs should be easy This forces single threaded decoding for simplicity It also requires pthreads, this could be avoided either with some lockless tricks or simply by assuming av_log would never be called from another thread. Fixes Ticket5521 Previous version reviewed by Stefano Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
They are unofficial extensions to the format for the time being, not an experimental feature.
-
James Almer authored
-
Aaron Colwell authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '064f19f3': avconv: support parsing bitstream filter options This commit is a noop, see 5ef19590Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'ecd2ec69': mov: Evaluate the movie display matrix This commit is a noop, see 7010ebdfMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'b90c8a3d': fate: Add tests for mov display matrix Adapted to use ffprobe -show_entries Merged-by: James Almer <jamrial@gmail.com>
-
Clément Bœsch authored
* commit '7d308bf8': avprobe: Add -show_stream_entry to get a single stream property This commit is a noop, we have a generic -show_entry option. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '218ed725': openssl: Allow newer TLS versions than TLSv1 This commit is a noop, see e8634fb9Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'dad7514f': xcb: Add all the libraries to the link line explicitly This commit is a noop. It appears we already link against the xcb shape library since 54170a33. Merged-by: Clément Bœsch <u@pkh.me>
-