git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avformat/apvdec : Check before access
28 avril, par Andreas Rheinhardtavformat/apvdec: Check before access The signature check would segfault in case the packet could not be allocated or if nothing could be read. Furthermore, read_packet callbacks are supposed to return zero on success, yet the current code returned the size of the packet. Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
aacdec_usac : correct Mps212 parsing location
28 avril, par Lynne -
fftools/textformat : Rename name param to key for API consistency
27 avril, par softworkz -
fftools/textformat : Remove unused print_rational() pointer from AVTextFormatter
27 avril, par softworkz -
avformat/apvdec : don't fill container level fields with codec level info
27 avril, par James Almeravformat/apvdec: don't fill container level fields with codec level info This is a raw demuxer, it should not read codec level information and export it as container level information. The generic demux code will use the recently introduced parser to take care of that. Signed-off-by: James Almer <jamrial@gmail.com>