Les articles publiés sur le site
-
27 avril, par James Almer
avcodec: add an APV parser
Signed-off-by: James Almer <jamrial@gmail.com>
- [DH] Changelog
- [DH] configure
- [DH] libavcodec/Makefile
- [DH] libavcodec/apv_parser.c
- [DH] libavcodec/parsers.c
- [DH] libavcodec/version.h
-
27 avril, par Mark Thompson
apv_decode: Replace division with shift
The compiler can't see that this should be a shift and generates a real
division which is slow enough to appear in profiles on its own.
- [DH] libavcodec/apv_decode.c
-
27 avril, par Andreas Rheinhardt
avcodec/apv_decode: Remove redundant log message
ff_thread_get_buffer() already emits its own logmessage.
Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
- [DH] libavcodec/apv_decode.c
-
27 avril, par Andreas Rheinhardt
avcodec/apv_decode: Fix shadowing
Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
- [DH] libavcodec/apv_decode.c
-
27 avril, par Andreas Rheinhardt
avformat/apvenc: Add AVFMT_NOTIMESTAMPS flag
This is a raw format.
Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
- [DH] libavformat/apvenc.c