75 Commits (4cd19f6e7851ee6afb08eb346c82d5574fa2b699)

Author SHA1 Message Date
Michael Niedermayer 4d8f830125 1000l for me, wrong pix_fmt. 16 years ago
Michael Niedermayer 09a9b45e4f Add and use ff_pixfmt_list_420. 16 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun ddaf298cee Fix sample URL. 16 years ago
Michael Niedermayer 2a5a9c2815 10l, svq3 didnt set h->cbp, this broke decoding a little. 16 years ago
Michael Niedermayer 54dab66174 Fix svq3 decoding, is_complex was not initialized. 16 years ago
Baptiste Coudurier f4cca718cf move decoder initialization in separate function, earlier failure detection 16 years ago
Diego Biurrun 76de302dd8 cosmetics: indentation, prettyprinting 16 years ago
Diego Biurrun 7f8205da4c cosmetics: consistent function declarations 16 years ago
Diego Biurrun 7d1b158284 cosmetics: Put statements after 'if' on their own line. 16 years ago
Diego Biurrun 2be3fe39bf Add the function declaration of ff_svq1_packet_checksum to svq1.h and include 16 years ago
Baptiste Coudurier c48649242d svq3 watermark code now needs zlib 16 years ago
Baptiste Coudurier 1e002b602f svq3 watermark decoding support, based on reverse engineering work by chrono 16 years ago
Aurelien Jacobs bee764ec6b svq3: remove unused include 16 years ago
Michael Niedermayer e46a98271e Include zlib.h as it is needed for watermark support, 16 years ago
Michael Niedermayer 9dff86c672 10000l, revert 17 years ago
Michael Niedermayer 38844c0b42 The funny memcpyin svq3 generally has src & dst overlapping, so it 17 years ago
Michael Niedermayer fb0fbd7c6c Print slice num as well. 17 years ago
Michael Niedermayer 54347c2f51 Fix infinite loop at EOF. 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Alexander Strange 5da1ab1ae1 Previous commit missed an initialization - this fixes FATE's test sample. 17 years ago
Alexander Strange 488aca9b1e Set and use h->mb_xy in SVQ3 too. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Michael Niedermayer 30317501a0 consts 17 years ago
Kostya Shishkov c92a30bb06 Move H.264 intra prediction functions into their own context 17 years ago
Alex Beregszaszi 3a5729eae1 use skip_bits where appropriate 18 years ago
Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 18 years ago
Andreas Öman 4691a77db4 Add support for streams with different chroma_qp_index_offset 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Carl Eugen Hoyos 154e30f6c2 rename attribute_unused to av_unused and moves its declaration to common.h 18 years ago
Michael Niedermayer a1f6643d62 dont write over the end of ref_cache 18 years ago
Reimar Döffinger e36d79c837 Change some leftover __attribute__((unused)) and __attribute__((used)) to 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Michael Niedermayer 0c74098b1c crash fix by Carl Eugen Hoyos cehoyos ag.or at 18 years ago
Michael Niedermayer 2c16032028 maybe fix segfault with missing extradata (unchecked) 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Måns Rullgård 55fde95e3b rename cropTbl -> ff_cropTbl 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
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 63d33cf439 bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by (Steve Lhomme | slhomme divxcorp com) 19 years ago
Michael Niedermayer 8c3eba7c62 skip_idct 20 years ago
Michael Niedermayer 5bb8a0daa1 various fixes related to the non alt_bitstream_reader 20 years ago
Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 20 years ago