150 Commits (acca2aecb05cf254262969ced5e5dfd1c9be7a73)

Author SHA1 Message Date
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 7 years ago
Hein-Pieter van Braam 8f96da060a Interplay MVE: Implement frame format 0x10 7 years ago
Hein-Pieter van Braam 19f6fd199e Interplay MVE: Implement frame format 0x06 7 years ago
Hein-Pieter van Braam 8f87bfb4b7 Interplay MVE: Refactor IP packet format 7 years ago
Hein-Pieter van Braam ba2c385006 Interplay MVE: Implement MVE SEND_BUFFER operation 7 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
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Ronald S. Bultje 04a75bb74f interplayvideo: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer 9df9420dea interplayvideo: Free previous frames on resolution changes. 12 years ago
Anton Khirnov 3d973e461b interplayvideo: remove a static variable. 12 years ago
Anton Khirnov 089b3d6815 interplayvideo: return meaningful error codes. 12 years ago
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
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 9676d8eb67 interplayvideo: fix av_dlog parameter type mismatch 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer 3ebfe22d13 interplayvideodec: pass correct pointer to av_dlog() 13 years ago
Ronald S. Bultje f31a68e78c interplayvideo: convert to bytestream2. 13 years ago
Paul B Mahol e730036fdc interplayvideo: give avctx to av_dlog() 13 years ago