Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-24avcodec/avs2_parser: parse more infoZhao Zhili
Including video resolution, framerate and picture type, etc. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
2022-06-24avcodec/avs2_parser: split data into framesZhao Zhili
Before the patch, the parser split data into units, not frames. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
2022-06-24avcodec/avs2: add AVS2 related definitionsZhao Zhili
Replace magic numbers by enum values. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
2021-04-27avcodec: Move all AVCodecParser.split functions to remove_extradata_bsfAndreas Rheinhardt
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-27avcodec: Constify all the AVCodecParsersAndreas Rheinhardt
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>
2020-10-05lavc/avs2_parser.c: optimize code stylehwren
Signed-off-by: hwren <hwrenx@126.com>
2020-10-05lavc/avs2_parser.c,lavf/davs2.c: add AVS2_* prefixhwren
Add AVS2_* prefix to macro definitions to avoid confusion Signed-off-by: hwren <hwrenx@126.com>
2018-08-07avs2: correct avs2 descriptionhwren
Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
2018-07-27avcodec: add missing files missed in previous commitsJames Almer
Fixes compilation. Signed-off-by: James Almer <jamrial@gmail.com>