* [FFmpeg-devel] [PATCH v3 0/5] Refactor avs2_parser
@ 2022-06-13 3:36 Zhao Zhili
0 siblings, 0 replies; only message in thread
From: Zhao Zhili @ 2022-06-13 3:36 UTC (permalink / raw)
To: ffmpeg-devel; +Cc: Zhao Zhili
v3:
1. Move ff_avs2_frame_rate_tab from avs2.h to avs2.c
2. Consitify `precision` in patch 3/5
3. init_get_bits8() with size limites to buf_size_min
4. Select avs2_parser for libdavs2
5. Use ff_avs2_frame_rate_tab in libdavs2
v2:
Fix warning of unused variable.
Zhao Zhili (5):
avcodec/avs2: add AVS2 related definitions
avcodec/avs2_parser: split data into frames
avcodec/avs2_parser: parse more info
configure: select avs2 parser for libdavs2 decoder
avcodec/libdavs2: use frame rate code table
configure | 1 +
libavcodec/Makefile | 2 +-
libavcodec/avs2.c | 42 ++++++++++++++
libavcodec/avs2.h | 51 +++++++++++++++++
libavcodec/avs2_parser.c | 115 ++++++++++++++++++++++++++++++++++++---
libavcodec/libdavs2.c | 4 +-
6 files changed, 206 insertions(+), 9 deletions(-)
create mode 100644 libavcodec/avs2.c
create mode 100644 libavcodec/avs2.h
--
2.35.3
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-06-13 3:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-13 3:36 [FFmpeg-devel] [PATCH v3 0/5] Refactor avs2_parser Zhao Zhili
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git