9 Commits (b577153231ee050b04e29f3bb2ea72eca2431c60)

Author SHA1 Message Date
Michael Niedermayer a824685140 avcodec/ivi: Use av_image_check_size2() 7 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Alexandra Hájková c3defda0d8 indeo: Convert to the new bitstream reader 8 years ago
Diego Biurrun 746c56b773 indeo: Change type of array pitch parameters to ptrdiff_t 8 years ago
Vittorio Giovara 64250d94b7 indeo4: Consistently initialize variables 9 years ago
Vittorio Giovara 6202e2fede indeo4: Rework stream analysis report 9 years ago
Diego Biurrun 23944d29a2 indeo: Give Indeo4/5 shared code a more consistent name 10 years ago
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
Dirk Ausserhaus f76e3669bb Decode both parts of Indeo4 IP frames 11 years ago
Dirk Ausserhaus 3df0d20028 Move Indeo4 frametypes into common header. 11 years ago
Dirk Ausserhaus 8bfb4d72dd avcodec/indeo4: Decode both parts of IP frames 11 years ago
Dirk Ausserhaus d24673a2c8 avcodec/indeo4: Move frametypes into common header. 11 years ago
Luca Barbato dc79685195 indeo: Bound-check before applying transform 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 94ee7da08d Remove pointless av_cold attributes in header files 12 years ago
Anton Khirnov 8ab42021f2 ivi_common: make some functions and tables static. 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Michael Niedermayer 7ab690bf5f indeo4: more complete check for the scan vs block sizes. 12 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 12 years ago
Anton Khirnov 5d2170c53b ivi_common: make ff_ivi_process_empty_tile() static. 12 years ago
Michael Niedermayer 891918431d indeo5dec: Make sure we have had a valid gop header. 12 years ago
Diego Biurrun 4f04f5cc8b indeo: Make ivi_calc_band_checksum() static, it is only used in one file. 13 years ago
Diego Biurrun 9ccbdc0aca indeo: Drop unused debug function ivi_check_band(). 13 years ago
Kostya Shishkov cf61aaaca1 indeo: check for invalid motion vectors 13 years ago
Kostya Shishkov a6e4ac40a6 indeo: track tile macroblock size 13 years ago
Kostya Shishkov aa372cf470 factor out common decoding code for Indeo 4 and Indeo 5 13 years ago
Michael Niedermayer 0846719dd1 indeo4: check transform size. 13 years ago
Diego Biurrun d4b63054d9 cosmetics: Drop unnecessary parentheses around return values. 13 years ago
Diego Biurrun c68fafe0d2 doxygen: eliminate Qt-style doxygen syntax 13 years ago
Diego Biurrun f190f676bc Replace custom DEBUG preprocessor trickery by the standard one. 14 years ago
Diego Biurrun 0fc9c6554e Remove pointless #ifdefs around function declarations in a header. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 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 c404e783b9 Move transform declarations out of IVIBandDesc so indeo4 can use them as well. 15 years ago
Maxim Poliakovski 0933f55829 Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those into uint16_t. 15 years ago
Maxim Poliakovski 25e20240b1 Remove unused variables. 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
Maxim Poliakovski 15f9fa3d61 Fix signedness of q_delta field of the IVIMbInfo. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Kostya Shishkov e322aacedd Encapsulate VLC information needed for decoding blocks and macroblocks in 15 years ago
Kostya Shishkov 4982a77e56 Make it clear that ff_ivi_init_static_vlc() does not need arguments 15 years ago
Kostya Shishkov 9068f36dcc Macroblock and block Huffman code sets are to be used by both Indeo 4 and 15 years ago
Maxim Poliakovski 6713b6b120 Remove outdated comment. 15 years ago
Kostya Shishkov 1cf3168516 Indeo Video Interactive 4 and 5 common code and DSP functions. 15 years ago