James Almer
5f9e848e68
avcodec: remove FF_API_AVCTX_TIMEBASE
...
Signed-off-by: James Almer <jamrial@gmail.com>
2 years ago
Zhao Zhili
e0cddee277
avcodec/avs2_parser: parse more info
...
Including video resolution, framerate and picture type, etc.
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
2 years ago
Zhao Zhili
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>
2 years ago
Zhao Zhili
592a9e57d9
avcodec/avs2: add AVS2 related definitions
...
Replace magic numbers by enum values.
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
2 years ago
Andreas Rheinhardt
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>
4 years ago
Andreas Rheinhardt
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>
4 years ago
hwren
de0a555898
lavc/avs2_parser.c: optimize code style
...
Signed-off-by: hwren <hwrenx@126.com>
4 years ago
hwren
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>
4 years ago
hwren
f563e7868f
avs2: correct avs2 description
...
Signed-off-by: hwren <hwrenx@126.com>
Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
6 years ago
James Almer
536bcc30e0
avcodec: add missing files missed in previous commits
...
Fixes compilation.
Signed-off-by: James Almer <jamrial@gmail.com>
6 years ago