93 Commits (cea1eef25c3310a68dd327eb74aae14ad3c2ddef)

Author SHA1 Message Date
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 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
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 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
Ronald S. Bultje f31a68e78c interplayvideo: convert to bytestream2. 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Paul B Mahol 17aa02b9a1 interplayvideo: Handle changed video dimensions on the fly 13 years ago
Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun df96f22d8f Replace custom debug output functions by av_dlog(). 14 years ago
Kostya Shishkov 2d8591c27e make containers pass palette change in AVPacket 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Daniel Kang 2843502ea4 Check for invalid decode op-codes, fixes issue 2522. 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Kostya Shishkov da93766858 16-bit Interplay video does not need palette control 15 years ago
Kostya Shishkov a69be798dc Add missing opcodes for 16-bit Interplay Video decoding and finally enable it 15 years ago
Kostya Shishkov dcfb0cad68 16-bit Interplay Video stores motion vector data at the end of frame, 15 years ago
Kostya Shishkov e09cdc7206 10l trocadero: forgot one case where picture linesize should be used 15 years ago
Kostya Shishkov 5b8ebb3f41 cosmetics: reindent and break long lines after last commits 15 years ago
Kostya Shishkov 5a8cf39e31 Add 16-bit image data handling (but not decoding yet) to Interplay Video 15 years ago
Kostya Shishkov 80fec3ffd0 Use frame linesize in Interplay Video block copying function 15 years ago
Kostya Shishkov 80ca19f766 Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with 15 years ago
Kostya Shishkov 8badb23e22 Recognize 16-bit Interplay Video variant 15 years ago
Kostya Shishkov 9156a5ad72 Change main loop in Interplay Video decoder, so variables x and y really mean 15 years ago
Kostya Shishkov 0fb669ae9e cosmetics: reindent 15 years ago
Måns Rullgård 3aab27b459 Remove useless #include <unistd.h> from many files 16 years ago
Reimar Döffinger 6000439ca4 Simplify ipvideo_decode_opcodes by using get_bits, this might be slower 16 years ago
Reimar Döffinger 28ab90edde Remove unused code_counts array from interplavideo.c. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Reimar Döffinger 8514f8427f Fix ipvideo_decode_block_opcode_0xD again. 16 years ago
Reimar Döffinger dd9630e40f Cosmetics: remove some pointless {} 16 years ago
Reimar Döffinger 993a442315 Slightly simplify ipvideo_decode_block_opcode_0xD 16 years ago
Reimar Döffinger 49a20ffabc One more simplification for ipvideo_decode_block_opcode_0xA 16 years ago
Reimar Döffinger 5e8b83ac3b Slightly simplify first part of ipvideo_decode_block_opcode_0xA, 16 years ago
Reimar Döffinger 283531a81e Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixels 16 years ago
Reimar Döffinger 4472ad2cc4 Fix a too small CHECK_STREAM_PTR value in interplayvideo.c 16 years ago
Reimar Döffinger f02bd7e49c Avoid the last two uses of bitmasks in interplayvideo 16 years ago
Reimar Döffinger 3f300d7e25 100l, fix FATE test broken by r18264 16 years ago