Age | Commit message (Expand) | Author |
2008-12-25 | Fix sample URL. | Diego Biurrun |
2008-12-18 | 10l, svq3 didnt set h->cbp, this broke decoding a little. | Michael Niedermayer |
2008-12-17 | Fix svq3 decoding, is_complex was not initialized. | Michael Niedermayer |
2008-11-24 | move decoder initialization in separate function, earlier failure detection | Baptiste Coudurier |
2008-11-22 | cosmetics: indentation, prettyprinting | Diego Biurrun |
2008-11-22 | cosmetics: consistent function declarations | Diego Biurrun |
2008-11-22 | cosmetics: Put statements after 'if' on their own line. | Diego Biurrun |
2008-10-28 | Add the function declaration of ff_svq1_packet_checksum to svq1.h and include | Diego Biurrun |
2008-10-26 | svq3 watermark code now needs zlib | Baptiste Coudurier |
2008-10-26 | svq3 watermark decoding support, based on reverse engineering work by chrono | Baptiste Coudurier |
2008-10-25 | svq3: remove unused include | Aurelien Jacobs |
2008-10-14 | Include zlib.h as it is needed for watermark support, | Michael Niedermayer |
2008-07-16 | 10000l, revert | Michael Niedermayer |
2008-07-16 | The funny memcpyin svq3 generally has src & dst overlapping, so it | Michael Niedermayer |
2008-07-16 | Print slice num as well. | Michael Niedermayer |
2008-07-14 | Fix infinite loop at EOF. | Michael Niedermayer |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-11 | Previous commit missed an initialization - this fixes FATE's test sample. | Alexander Strange |
2008-05-11 | Set and use h->mb_xy in SVQ3 too. | Alexander Strange |
2008-04-27 | Add long names to AVCodec declarations. | Stefano Sabatini |
2008-03-09 | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs |
2008-02-01 | consts | Michael Niedermayer |
2007-09-05 | Move H.264 intra prediction functions into their own context | Kostya Shishkov |
2007-08-09 | use skip_bits where appropriate | Alex Beregszaszi |
2007-08-09 | use get_bits1(..) instead get_bits(.., 1) | Alex Beregszaszi |
2007-07-06 | Add support for streams with different chroma_qp_index_offset | Andreas Öman |
2007-07-05 | license header consistency cosmetics | Diego Biurrun |
2007-06-12 | misc spelling fixes | Diego Biurrun |
2007-05-30 | rename attribute_unused to av_unused and moves its declaration to common.h | Carl Eugen Hoyos |
2007-05-14 | dont write over the end of ref_cache | Michael Niedermayer |
2007-05-14 | Change some leftover __attribute__((unused)) and __attribute__((used)) to | Reimar Döffinger |
2007-02-25 | Add av_ prefix to clip functions | Reimar Döffinger |
2007-01-24 | crash fix by Carl Eugen Hoyos cehoyos ag.or at | Michael Niedermayer |
2007-01-24 | maybe fix segfault with missing extradata (unchecked) | Michael Niedermayer |
2007-01-19 | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi |
2006-11-12 | rename cropTbl -> ff_cropTbl | Måns Rullgård |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-01-12 | Update licensing information: The FSF changed postal address. | Diego Biurrun |
2005-12-22 | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun |
2005-12-17 | COSMETICS: Remove all trailing whitespace. | Diego Biurrun |
2005-12-17 | bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ... | Michael Niedermayer |
2005-07-14 | skip_idct | Michael Niedermayer |
2005-04-18 | various fixes related to the non alt_bitstream_reader | Michael Niedermayer |
2005-01-23 | avoid buf_size == 0 checks in every decoder | Michael Niedermayer |
2005-01-23 | more detailed error messages | Michael Niedermayer |
2004-06-19 | 1000l to myself for FFMIN(...,0) instead of ...,6) | Michael Niedermayer |
2004-06-19 | segfault fix | Michael Niedermayer |
2004-05-21 | data_size = 0 cleanup | Michael Niedermayer |
2004-03-14 | don't fetch the size of SEQH unless SEQH was found | Mike Melanson |
2004-03-14 | remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> | Mike Melanson |