summaryrefslogtreecommitdiffstats
path: root/libavcodec/svq3.c
Commit message (Expand)AuthorAgeFilesLines
...
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-2/+2
* Fix sample URL.Diego Biurrun2008-12-251-1/+1
* 10l, svq3 didnt set h->cbp, this broke decoding a little.Michael Niedermayer2008-12-181-0/+1
* Fix svq3 decoding, is_complex was not initialized.Michael Niedermayer2008-12-171-0/+1
* move decoder initialization in separate function, earlier failure detectionBaptiste Coudurier2008-11-241-5/+17
* cosmetics: indentation, prettyprintingDiego Biurrun2008-11-221-768/+768
* cosmetics: consistent function declarationsDiego Biurrun2008-11-221-17/+23
* cosmetics: Put statements after 'if' on their own line.Diego Biurrun2008-11-221-3/+6
* Add the function declaration of ff_svq1_packet_checksum to svq1.h and includeDiego Biurrun2008-10-281-0/+2
* svq3 watermark code now needs zlibBaptiste Coudurier2008-10-261-0/+4
* svq3 watermark decoding support, based on reverse engineering work by chronoBaptiste Coudurier2008-10-261-0/+36
* svq3: remove unused includeAurelien Jacobs2008-10-251-4/+0
* Include zlib.h as it is needed for watermark support,Michael Niedermayer2008-10-141-0/+4
* 10000l, revertMichael Niedermayer2008-07-161-1/+1
* The funny memcpyin svq3 generally has src & dst overlapping, so itMichael Niedermayer2008-07-161-1/+1
* Print slice num as well.Michael Niedermayer2008-07-161-2/+2
* Fix infinite loop at EOF.Michael Niedermayer2008-07-141-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Previous commit missed an initialization - this fixes FATE's test sample.Alexander Strange2008-05-111-4/+3
* Set and use h->mb_xy in SVQ3 too.Alexander Strange2008-05-111-2/+4
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-22/+22
* constsMichael Niedermayer2008-02-011-1/+1
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-051-30/+0
* use skip_bits where appropriateAlex Beregszaszi2007-08-091-14/+14
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-2/+2
* Add support for streams with different chroma_qp_index_offsetAndreas Öman2007-07-061-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-3/+3
* misc spelling fixesDiego Biurrun2007-06-121-4/+4
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-301-2/+2
* dont write over the end of ref_cacheMichael Niedermayer2007-05-141-2/+2
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-141-2/+2
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-4/+4
* crash fix by Carl Eugen Hoyos cehoyos ag.or atMichael Niedermayer2007-01-241-1/+2
* maybe fix segfault with missing extradata (unchecked)Michael Niedermayer2007-01-241-1/+1
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-1/+1
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-181/+181
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-14/+14
* bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ...Michael Niedermayer2005-12-171-1/+1
* skip_idctMichael Niedermayer2005-07-141-0/+4
* various fixes related to the non alt_bitstream_readerMichael Niedermayer2005-04-181-6/+6
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-1/+1
* more detailed error messagesMichael Niedermayer2005-01-231-9/+28
* 1000l to myself for FFMIN(...,0) instead of ...,6)Michael Niedermayer2004-06-191-6/+11
* segfault fixMichael Niedermayer2004-06-191-2/+3
* data_size = 0 cleanupMichael Niedermayer2004-05-211-2/+0
* don't fetch the size of SEQH unless SEQH was foundMike Melanson2004-03-141-1/+1
OpenPOWER on IntegriCloud