Commits on Source (7)
-
av_init_packet is deprecated in new major version of ffmpeg. Also use av_packet_free instead of unref. Use av_packet_clone and AVPacket * in vlc_av_packet_t. (cherry picked from commit 16fd46fa) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
37427cab -
Removed from ffmpeg repo in commit 23bb78d2ea4f0e3a0835744d59708efed50abccc. (cherry picked from commit e7190e7a) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
2da10968 -
From doc/APIchanges: 2018-02-06 - 0694d87024 - lavf 58.9.100 - avformat.h Deprecate use of av_register_input_format(), av_register_output_format(), av_register_all(), av_iformat_next(), av_oformat_next(). Add av_demuxer_iterate(), and av_muxer_iterate(). 2018-02-06 - 36c85d6e77 - lavc 58.10.100 - avcodec.h Deprecate use of avcodec_register(), avcodec_register_all(), av_codec_next(), av_register_codec_parser(), and av_parser_next(). Add av_codec_iterate() and av_parser_iterate(). They are no-op since those updates. If compiling with a recent release, just don't call av*_register_all to prevent warnings. (cherry picked from commit 21d5a193) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
0094e5b4 -
Cannot find any codec. Regression from 21d5a193. (cherry picked from commit 067dcd0a) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
a77f45d0 -
(cherry picked from commit b04e2c5d) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
869e2119 -
The frame is unref'ed in the callsite (cherry picked from commit ecdd9957) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
84ff84a8 -
(cherry picked from commit c2549ced) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
1d2c7f2b
Showing
- modules/codec/avcodec/audio.c 7 additions, 5 deletionsmodules/codec/avcodec/audio.c
- modules/codec/avcodec/avcommon.h 6 additions, 0 deletionsmodules/codec/avcodec/avcommon.h
- modules/codec/avcodec/encoder.c 12 additions, 11 deletionsmodules/codec/avcodec/encoder.c
- modules/codec/avcodec/subtitle.c 14 additions, 7 deletionsmodules/codec/avcodec/subtitle.c
- modules/codec/avcodec/video.c 17 additions, 13 deletionsmodules/codec/avcodec/video.c
- modules/demux/avformat/mux.c 17 additions, 12 deletionsmodules/demux/avformat/mux.c