18 Commits (395c3feb3bb165af5760d287a9a64344b6269fe2)

Author SHA1 Message Date
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Diego Biurrun 5bac2d0c30 avutil: Move memcpy_backptr() to mem.c 12 years ago
Mans Rullgard a153e45b95 dfa: use av_memcpy_backptr() where previously impossible 12 years ago
Diego Biurrun e831b3b852 av_memcpy_backptr: Drop no longer necessary malloc padding 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov d05f72c754 dfa: improve boundary checks in decode_dds1() 12 years ago
Anton Khirnov ee715f49a0 dfa: check that the caller set width/height properly. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Kostya Shishkov fb5c1aaea6 dfa: use more meaningful return codes 13 years ago
Kostya Shishkov 8099187e89 dfa: add some checks to ensure that decoder won't write past frame end 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol 29b0d94b43 dfa: convert to bytestream2 API 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Diego Biurrun b1bb3b8d87 dfa: Remove unused variable. 14 years ago
Reimar Döffinger 2c9a5172d3 dfa: fix buffer overflow checks to avoid integer overflows. 14 years ago
Ronald S. Bultje d38345878c dfa: protect pointer range checks against overflows. 14 years ago
Kostya Shishkov 42315dabce Chronomaster DFA decoder 14 years ago