- 17 Aug, 2018 2 commits
-
-
James Almer authored
Meant to reset the internal bsf state without the need to reinitialize it. Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Meant to reset the internal bsf state without the need to reinitialize it. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 02 Apr, 2018 1 commit
-
-
James Almer authored
Simplifies code. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 24 Mar, 2018 1 commit
-
-
James Almer authored
Some bitstream filters may buffer said packet in their own contexts for latter use. The documentation for av_bsf_send_packet() doesn't forbid feeding it non-reference counted packets, which depending on the way said packets were internally buffered by the bsf it may result in the data described in them becoming invalid or unavailable at any time. This was the case with vp9_superframe after commit e1bc3f43, which was then promptly fixed in 37f4a093 and 7a02b364. It is still the case even today with vp9_reorder_raw. With this change the bitstream filters will not have to worry how to store or consume the packets fed to them. Reviewed-by:
wm4 <nfxjfg@googlemail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 23 Apr, 2017 2 commits
-
-
Jan Sebechlebsky authored
Set BSF EOF flag only if pkt == NULL or both data and side data are not present in packet. Signed-off-by:
Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
This reverts commit bfdca87a. Packets with no data or side data will be valid EOF signal in an upcoming merge. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 10 Jan, 2017 1 commit
-
-
Steven Liu authored
cid: 1396268 when av_strdup(str) error, the lst need release Reviewed-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
- 08 Jan, 2017 1 commit
-
-
Michael Niedermayer authored
Negate null check Fixes CID1396248 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 26 Aug, 2016 1 commit
-
-
Jan Sebechlebsky authored
AV_OPT_SEARCH_CHILDREN flag must be passed to av_opt_set_dict() to set options for private context. Signed-off-by:
Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 21 Aug, 2016 1 commit
-
-
Jan Sebechlebsky authored
which will construct string description of filter chain. This is done using lazy-initialization, so there is no overhead if item name is never accessed. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 15 Aug, 2016 1 commit
-
-
Jan Sebechlebsky authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 13 Aug, 2016 3 commits
-
-
Jan Sebechlebsky authored
Use of this function can save unnecessary malloc operation in bitstream filter. Signed-off-by:
Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Jan Sebechlebsky authored
Signed-off-by:
Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Jan Sebechlebsky authored
Set BSF EOF flag only if pkt == NULL in av_bsf_send_packet(). Signed-off-by:
Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 20 Mar, 2016 1 commit
-
-
Anton Khirnov authored
Deprecate the current bitstream filtering API.
-