41 Commits (d6e1d37100af568211f28ec0bcf7958a3a2a299e)

Author SHA1 Message Date
Dirk Ausserhaus 5ec6d152e2 indeo4: B-frames decoding 11 years ago
Dirk Ausserhaus e121ac634b indeo45: use is_indeo4 context flag instead of checking codec ID 11 years ago
Diego Biurrun 3dc6272bed Remove a number of unnecessary dsputil.h #includes 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Luca Barbato 28dda8a691 indeo: Sanitize ff_ivi_init_planes fail paths 12 years ago
Luca Barbato b0eeb9d442 indeo5: return proper error codes 12 years ago
Luca Barbato dc79685195 indeo: Bound-check before applying transform 12 years ago
Luca Barbato 8bd9039900 Revert "indeo5: reject negative motion vectors" 12 years ago
Luca Barbato 1194a41080 indeo5: reject negative motion vectors 12 years ago
Anton Khirnov f174fbac3c lavc: add CODEC_CAP_DR1 to all video decoders missing them 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer 2d09cdbaf2 indeo5: check tile size in decode_mb_info(). 12 years ago
Michael Niedermayer 891918431d indeo5dec: Make sure we have had a valid gop header. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Kostya Shishkov aa372cf470 factor out common decoding code for Indeo 4 and Indeo 5 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Janne Grunau 366ac22ea5 indeo5: prevent null pointer dereference on broken files 13 years ago
Diego Biurrun 00a1cdd264 Place some START_TIMER invocations in separate blocks. 13 years ago
Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
Diego Biurrun f190f676bc Replace custom DEBUG preprocessor trickery by the standard one. 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
Diego Biurrun 0c733da8e2 Fix Doxygen @param command attribute syntax. 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Maxim Poliakovski 07ff7825b6 Move indeo5-specific quant table selection to decode_gop_hdr. 15 years ago
Maxim Poliakovski 411e859bce Remove unused parameter. 15 years ago
Maxim Poliakovski 9c6b3b97d7 Add the forgotten ff_ prefix to the shareable scan patterns. 15 years ago
Maxim Poliakovski 220f2bd9c5 move indeo5 scan patterns into ivi_common.c 15 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
Maxim Poliakovski ace38c36bf Correct reference buffer switching in Indeo 5 decoder. 15 years ago
Kostya Shishkov 6eec969d54 document two variables in Indeo5 decoding context 15 years ago
Maxim Poliakovski b5852e8a4d Make Indeo 5 decoder more robust on bitstream errors. 15 years ago
Maxim Poliakovski 7fcb98a7ec Band quant tables should not be assigned inside band tile loop, 15 years ago
Kostya Shishkov e322aacedd Encapsulate VLC information needed for decoding blocks and macroblocks in 15 years ago
Kostya Shishkov 60819e694e 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and 15 years ago
Kostya Shishkov 9068f36dcc Macroblock and block Huffman code sets are to be used by both Indeo 4 and 15 years ago
Stefan Gehrer cc01ab903e remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct 15 years ago
Kostya Shishkov 94dde5c1ec Move 'chksum' declaration to the only block where that variable is used 15 years ago
Kostya Shishkov f7d649185b Move band checksum verifying into preprocessor condition, so compiler won't 15 years ago
Kostya Shishkov 5bebe94d86 Indeo 5 decoder 15 years ago