|
a7c4f119c9
|
avcodec/avs2_parser: Assert init_get_bits8() success with const size 15
Fixes: CID1506708 Unchecked return value
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
2024-05-03 02:35:49 +02:00 |
|
|
5f9e848e68
|
avcodec: remove FF_API_AVCTX_TIMEBASE
Signed-off-by: James Almer <jamrial@gmail.com>
|
2023-02-09 15:35:08 +01:00 |
|
|
e0cddee277
|
avcodec/avs2_parser: parse more info
Including video resolution, framerate and picture type, etc.
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
|
2022-06-24 15:37:23 +08:00 |
|
|
b7eee211bc
|
avcodec/avs2_parser: split data into frames
Before the patch, the parser split data into units, not frames.
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
|
2022-06-24 15:37:23 +08:00 |
|
|
592a9e57d9
|
avcodec/avs2: add AVS2 related definitions
Replace magic numbers by enum values.
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
|
2022-06-24 15:37:23 +08:00 |
|
|
e5af920309
|
avcodec: Move all AVCodecParser.split functions to remove_extradata_bsf
The remove_extradata bsf is the only user of these functions.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
|
2021-04-27 10:43:16 -03:00 |
|
|
e625ae6092
|
avcodec: Constify all the AVCodecParsers
Possible now that the next pointer no longer exists.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
|
2021-04-27 10:43:16 -03:00 |
|
|
de0a555898
|
lavc/avs2_parser.c: optimize code style
Signed-off-by: hwren <hwrenx@126.com>
|
2020-10-06 00:01:34 +08:00 |
|
|
026be690e6
|
lavc/avs2_parser.c,lavf/davs2.c: add AVS2_* prefix
Add AVS2_* prefix to macro definitions to avoid confusion
Signed-off-by: hwren <hwrenx@126.com>
|
2020-10-06 00:01:34 +08:00 |
|
|
f563e7868f
|
avs2: correct avs2 description
Signed-off-by: hwren <hwrenx@126.com>
Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
|
2018-08-08 00:13:13 +05:30 |
|
|
536bcc30e0
|
avcodec: add missing files missed in previous commits
Fixes compilation.
Signed-off-by: James Almer <jamrial@gmail.com>
|
2018-07-27 11:15:59 -03:00 |
|