165 Commits (603d0bd1719cb78b4d663c2b68db27d64e4f6233)

Author SHA1 Message Date
Andreas Rheinhardt cfa47fd331 all: Use av_frame_replace() where appropriate 1 year ago
James Almer 63767b79a5 avutil/frame: deprecate palette_has_changed 2 years ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 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 21b23ceab3 avcodec: Make init-threadsafety the default 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 19b8a405d6 avcodec/interplayvideo: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 7b10083933 avcodec: Factor updating palette out 4 years ago
James Almer d8a18c8fc2 avcodec: use the buffer_size_t typedef where required 4 years ago
Andreas Rheinhardt 35b478de5b avcodec/interplayvideo: Cleanup generically after init failure 4 years ago
Paul B Mahol 0481a1f6e5 avcodec/interplayvideo: properly decode motion vectors 5 years ago
Paul B Mahol 9bf5e7992f avcodec/interplayvideo: cosmetics 5 years ago
Michael Niedermayer a3adc3b6a0 avcodec/interplayvideo: Avoid ff_get_buffer() during init 5 years ago
Michael Niedermayer 914d6a7c1a avcodec/interplayvideo: check decoding_map_size with video_data_size 6 years ago
Michael Niedermayer f1baafac71 avcodec/interplayvideo: Clean up frames on parameter change 7 years ago
Michael Niedermayer 60a45713e7 avcodec/interplayvideo: Check ff_get_buffer() for failure 7 years ago
Paul B Mahol 3821c004e2 avcodec/interplayvideo: fix regression causing artifacts 7 years ago
Paul B Mahol f0edab6e63 avcodec/interplayvideo: use correct context when checking for enough bytes 7 years ago
Paul B Mahol c1d1274bfc avcodec/interplayvideo: return void 7 years ago
Paul B Mahol ed782bebf5 avcodec/interplayvideo: fix dead-lock 7 years ago
Paul B Mahol 613ccdaaac avcodec/interplayvideo: use int16_t instead of short 7 years ago
Paul B Mahol 42f516b5d3 avcodec/interplayvideo: check that video_size is >0 7 years ago
Paul B Mahol feab761b73 avcodec/interplayvideo: properly check if there is enough bytes left 8 years ago
Hein-Pieter van Braam 8f96da060a Interplay MVE: Implement frame format 0x10 8 years ago
Hein-Pieter van Braam 19f6fd199e Interplay MVE: Implement frame format 0x06 8 years ago
Hein-Pieter van Braam 8f87bfb4b7 Interplay MVE: Refactor IP packet format 8 years ago
Hein-Pieter van Braam ba2c385006 Interplay MVE: Implement MVE SEND_BUFFER operation 8 years ago
Michael Niedermayer 6191198c21 avcodec/interplayvideo: Fix timeout from lack of bitstream end check 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Michael Niedermayer b1e2192007 avcodec/interplayvideo: Move parameter change check up 8 years ago
Alexandra Hájková bd6496fa07 interplayvideo: Convert to the new bitstream reader 8 years ago
Michael Niedermayer 85d23e5cbc avcodec/interplayvideo: Check side data size before use 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Paul B Mahol c293ef258c avformat/ipmovie: put video decoding_map_size into packet and use it in decoder 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer 0b13f42238 avcodec/interplayvideo: Use ff_tlog() for block level decode tracing 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Michael Niedermayer 8eb76217d0 avcodec/interplayvideo: Check that enough data is available for opcode_0x7/8/D 11 years ago
Michael Niedermayer 66875798eb avcodec/interplayvideo: Check that enough data is available for opcode_0x9 11 years ago
Michael Niedermayer ff1e30c059 avcodec/interplayvideo: Check that enough data is available for opcode_0xA 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Ronald S. Bultje 8071264f21 interplayvideo: Use hpeldsp instead of dsputil for half-pel functions 12 years ago