summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
Commit message (Expand)AuthorAge
* SVQ3: Fix decoding with A32_BITSTREAM_READERMåns Rullgård2009-03-01
* 1000l for me, wrong pix_fmt.Michael Niedermayer2009-02-24
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-24
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Fix sample URL.Diego Biurrun2008-12-25
* 10l, svq3 didnt set h->cbp, this broke decoding a little.Michael Niedermayer2008-12-18
* Fix svq3 decoding, is_complex was not initialized.Michael Niedermayer2008-12-17
* move decoder initialization in separate function, earlier failure detectionBaptiste Coudurier2008-11-24
* cosmetics: indentation, prettyprintingDiego Biurrun2008-11-22
* cosmetics: consistent function declarationsDiego Biurrun2008-11-22
* cosmetics: Put statements after 'if' on their own line.Diego Biurrun2008-11-22
* Add the function declaration of ff_svq1_packet_checksum to svq1.h and includeDiego Biurrun2008-10-28
* svq3 watermark code now needs zlibBaptiste Coudurier2008-10-26
* svq3 watermark decoding support, based on reverse engineering work by chronoBaptiste Coudurier2008-10-26
* svq3: remove unused includeAurelien Jacobs2008-10-25
* Include zlib.h as it is needed for watermark support,Michael Niedermayer2008-10-14
* 10000l, revertMichael Niedermayer2008-07-16
* The funny memcpyin svq3 generally has src & dst overlapping, so itMichael Niedermayer2008-07-16
* Print slice num as well.Michael Niedermayer2008-07-16
* Fix infinite loop at EOF.Michael Niedermayer2008-07-14
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Previous commit missed an initialization - this fixes FATE's test sample.Alexander Strange2008-05-11
* Set and use h->mb_xy in SVQ3 too.Alexander Strange2008-05-11
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* constsMichael Niedermayer2008-02-01
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-05
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* Add support for streams with different chroma_qp_index_offsetAndreas Öman2007-07-06
* license header consistency cosmeticsDiego Biurrun2007-07-05
* misc spelling fixesDiego Biurrun2007-06-12
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* dont write over the end of ref_cacheMichael Niedermayer2007-05-14
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-14
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* crash fix by Carl Eugen Hoyos cehoyos ag.or atMichael Niedermayer2007-01-24
* maybe fix segfault with missing extradata (unchecked)Michael Niedermayer2007-01-24
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ...Michael Niedermayer2005-12-17
* skip_idctMichael Niedermayer2005-07-14
* various fixes related to the non alt_bitstream_readerMichael Niedermayer2005-04-18