225 Commits (6b2ae90411ce8f6f90269655bf912355121c0749)

Author SHA1 Message Date
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
Andreas Rheinhardt fd72d8aea3 avcodec/blockdsp: Remove unused AVCodecContext parameter 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt 5bf7187327 avcodec/4xm: Remove unnecessary and redundant emms_c() 2 years ago
Michael Niedermayer 8ab944c4c3
avcodec/4xm: treat AV_LOG_ERROR cases as errors 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 2d764069be avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt 21c41237d2 avcodec/4xm: Cleanup generically on init failure 3 years ago
Andreas Rheinhardt 2648df16c6 avcodec/4xm: Make decoder init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer b87781649e avcodec/4xm: Check pre_gb in decode_i_block() 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Michael Niedermayer 87ddf9f1ef avcodec/4xm: Check index in decode_i_block() also in the path where its not used. 5 years ago
Michael Niedermayer 8f92eb05e0 avcodec/4xm: Check for end of input in decode_p_block() 5 years ago
Michael Niedermayer 2bbea155bf avcodec/4xm: Fix signed integer overflows in idct() 5 years ago
Michael Niedermayer 55557c6124 avcodec/4xm: Fix vlc memleak 5 years ago
Michael Niedermayer 07607a1db8 avcodec/4xm: Fix returned error codes 6 years ago
Ramiro Polla 4d34205bec avcodec/4xm: fix block alignment 6 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Diego Biurrun dcc39ee10e lavc: Remove deprecated XvMC support hacks 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková ed006ae4e2 4xm: Convert to the new bitstream reader 8 years ago
Andreas Cadhalpun 1e660fe88d doc: fix spelling errors 8 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Michael Niedermayer 4001fc4267 avcodec/4xm: remove duplicate assert 10 years ago
Vittorio Giovara 68a35473ed 4xm: more thorought check for negative index and negative shift 10 years ago
Vittorio Giovara 0e1ebfebc8 4xm: drop unnecessary check 10 years ago
Michael Niedermayer 544380aaf0 avcodec/4xm: Make src of decode_p_block() const 10 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Anton Khirnov fe80fa53bc 4xm: replace forcing EMU_EDGE by a copy 11 years ago
Anton Khirnov fffca3d278 4xm: return a proper error code. 11 years ago
Paul B Mahol 2820562935 avcodec/4xm: use av_fast_padded_malloc() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Luca Barbato 2f034f255c 4xm: Reject not a multiple of 16 dimension 11 years ago
Michael Niedermayer 68efb1d60a 4xm: Dont ignore dc run errors 12 years ago
Michael Niedermayer 13c56e9a9c 4xm: check for invalid zero ac coeffs 12 years ago
Luca Barbato 59d7bb99b6 4xm: check bitstream_size boundary before using it 12 years ago
Luca Barbato fbd0dacc8d 4xm: refactor decode_p_block 12 years ago
Luca Barbato 94aefb1932 4xm: do not overread the source buffer in decode_p_block 12 years ago
Luca Barbato be373cb50d 4xm: do not overread the prestream buffer 12 years ago