| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
|
|
|
| |
Thanks to Mathieu Malaterre <[email protected]> for reporting the
Que/Queue typo. (https://bugs.debian.org/839542)
Reviewed-by: Lou Logan <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
|
|
|
|
| |
Signed-off-by: Marton Balint <[email protected]>
|
|
|
|
| |
Signed-off-by: Muhammad Faiz <[email protected]>
|
|
|
|
|
|
| |
smoother version of gain_interpolate
Signed-off-by: Muhammad Faiz <[email protected]>
|
|
|
|
| |
Signed-off-by: Muhammad Faiz <[email protected]>
|
|
|
|
|
|
|
| |
This code is not correct for git master
Reviewed-by: Stefano Sabatini <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
|
| |
this is fontconfig pattern
Signed-off-by: Muhammad Faiz <[email protected]>
|
| |
|
|
|
|
| |
Signed-off-by: Muhammad Faiz <[email protected]>
|
|
|
|
| |
Signed-off-by: Muhammad Faiz <[email protected]>
|
|
|
|
|
|
| |
from colorspace filter
Signed-off-by: Muhammad Faiz <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
| |
This is a similar filter to f_metadata, only it works on side data. Since
adding side data from a user provided arbitrary binary string is unsafe,
because current code assumes that a side data of a certain kind has the proper
size, this filter only implements selection and deletion. Also, no value
matching support is implemented yet, because there is no uniform way to specify
a side data textually.
Signed-off-by: Marton Balint <[email protected]>
|
| |
|
|
|
|
|
|
| |
Suggested-by: ronald
Reviewed-by: Steven Liu <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
| |
Signed-off-by: Moritz Barsnick <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
|
| |
warning: passing argument 4 of av_opt_get from incompatible pointer type"
Signed-off-by: Michael Niedermayer <[email protected]>
|
|\
| |
| |
| |
| |
| |
| | |
* commit '398f015f077c6a2406deffd9e37ff34b9c7bb3bc':
avconv: buffer the packets written while the muxer is not initialized
Merged-by: Hendrik Leppkes <[email protected]>
|
| | |
|
|\|
| |
| |
| |
| |
| |
| | |
* commit '32c8359093d1ff4f45ed19518b449b3ac3769d27':
lavc: export the timestamps when decoding in AVFrame.pts
Merged-by: Hendrik Leppkes <[email protected]>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently it's exported as AVFrame.pkt_pts, which is also the only use
for that field. The reason it is done like this is that lavc used to
export various codec-specific "timing" information in AVFrame.pts, which
is not done anymore.
Since it is confusing to the callers to have a separate field which is
used only for decoder timestamps and nothing else, deprecate pkt_pts and
use just AVFrame.pts everywhere.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes regression as of ee72b6d1
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Josh de Kock <[email protected]>
Signed-off-by: James Almer <[email protected]>
|
| |
| |
| |
| |
| |
| |
| | |
And sort policies into these sections.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Josh de Kock <[email protected]>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Explicitly state that FATE should pass, and code should work
for all reviewers who tested.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Josh de Kock <[email protected]>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Full width text is really difficult to read, this makes it more
more legible on larger (widescreen) screens. It also means we aren't
inventing our own container instead of using the bootstrap one.
Signed-off-by: Josh de Kock <[email protected]>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
There is really no need for two aac wrappers, we already have
libfdk-aac which is better. Not to mention that faac doesn't
even support HEv1, or HEv2. It's also under a license which is
unusable for distribution, so it would only be useful to people
who will compile their own ffmpeg, only use it themselves (which
at that point should just use fdk-aac).
Signed-off-by: Josh de Kock <[email protected]>
|
| |
| |
| |
| |
| | |
Reviewed-by: Paul B Mahol <[email protected]>
Signed-off-by: Marton Balint <[email protected]>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fixes error: no previous prototype for ‘process_client’ [-Werror=missing-prototypes]
|
| |
| |
| |
| |
| |
| |
| | |
Reviewed-by: Michael Niedermayer <[email protected]>
Reviewed-by: Moritz Barsnick <[email protected]>
Signed-off-by: Steven Liu <[email protected]>
Signed-off-by: Lou Logan <[email protected]>
|
| |
| |
| |
| |
| |
| | |
Found-by: Michael Niedermayer <[email protected]>
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: James Almer <[email protected]>
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* commit '59e7361cc791e5103be1712dc59a2055f118d0da':
hwcontext: add a QSV implementation
Conflicts:
doc/APIchanges
libavutil/version.h
Merged-by: James Almer <[email protected]>
|
| | |
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* commit 'e85f6f7f8d037c0af0f294000718d9ba22753baa':
lavc: allow using AVCodecContext.hw_frames_ctx for decoding
Conflicts:
doc/APIchanges
libavcodec/version.h
Merged-by: James Almer <[email protected]>
|
| |
| |
| |
| |
| | |
For now it will only be used by the default get_buffer2 callback for
allocating hw frames.
|
| |
| |
| |
| |
| | |
Signed-off-by: Mulvya <[email protected]>
Signed-off-by: Lou Logan <[email protected]>
|
| |
| |
| |
| |
| |
| | |
This will allow ffmpeg.c to stop using AVStream.codec in some cases
Signed-off-by: James Almer <[email protected]>
|
| |
| |
| |
| |
| | |
Found-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
| |
| |
| |
| |
| | |
There is no "Data options" paragraph.
Requested-by: ilker tezcan
|
| |
| |
| |
| | |
Fixes ticket #5492.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fixes Ticket #4910
|
| |
| |
| |
| | |
Reviewed-by: Michael Niedermayer <[email protected]>
|