53 Commits (ee30cdabadc055ae49d9b92e800839b5d8925598)

Author SHA1 Message Date
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
Reimar Döffinger 9aaacc246a Reindent 16 years ago
Reimar Döffinger 1548839e51 Deduplicate code by moving it outside the if/else 16 years ago
Reimar Döffinger 268a618ba6 Rearrange how the different cases are checked to reduce the number of 16 years ago
Reimar Döffinger 0448b78b97 Avoid "reloading" code by using a 64 bit type for the flags and loading all at once. 16 years ago
Reimar Döffinger 3766b9e0a8 Remove now pointless temporary pix variables. 16 years ago
Reimar Döffinger 0312b77ccd Slightly simplify part of ipvideo_decode_block_opcode_0x8 16 years ago
Reimar Döffinger 51e350284d Fix indentation 16 years ago
Reimar Döffinger 9be06a0ed1 Avoid code duplication by using ?: and array indexing instead of if..else 16 years ago
Reimar Döffinger 32eea24e9a Prettify some assignments 16 years ago
Reimar Döffinger e3114eb1bb Get rid of some pointless bitmask/shifter variables in interplayvideo.c 16 years ago
Reimar Döffinger aadf88119e Merge the 3 COPY_FROM_* macros with lots of duplicated code into a single 16 years ago
Reimar Döffinger a1f6ffd44d Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely) 16 years ago
Reimar Döffinger 3017d8e9d7 Simplify check for leftover bytes after decoding for interplayvideo. 16 years ago
Reimar Döffinger 49da3b7df2 Get rid of pointless "B" array in interplayvideo decoder. 16 years ago
Reimar Döffinger 03b269ddc2 Replace many tiny loops in the interplayvideo decoder by memset, memcpy 16 years ago
Reimar Döffinger fff6077917 Make ipvideo_decode_block array constant, compile-time initialized instead 16 years ago
Reimar Döffinger 6d08f6c911 100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab function 16 years ago
Diego Biurrun 0ffbc258aa Change a bunch of codec long_names to be more consistent and descriptive. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Mike Melanson d61af67aa1 There is no reason to assign a variable to itself 17 years ago
Michael Niedermayer 7993df6527 consts 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Nicholas Tung 587d07227e Remove superfluous setting of has_b_frames in codecs without B-frames. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Måns Rullgård 4733abcbf3 use PRIxN, %zd, %td formats where needed 19 years ago
Alex Beregszaszi 58aa2b1d35 10l 20 years ago
Alex Beregszaszi 6ce1a818e1 unknown format chars 21 years ago
Falk Hüffner 7906085fcc warning patrol 21 years ago
Mike Melanson 18a508c527 handle invalid buffer sizes 21 years ago
Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Mike Melanson 2a2bbcb05f revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) 21 years ago
Dan Christiansen dc7cb06ae0 gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>) 21 years ago
Mike Melanson bf649a9d6d do away with all those naughty global variables 21 years ago
Mike Melanson d86e8568e6 video looks beautiful now, many thanks to Alexander Belyakov 21 years ago