summaryrefslogtreecommitdiff
path: root/libavcodec/svq1.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* svq1: replace struct svq1_frame_size with an array.Anton Khirnov2013-02-06
* svq1: K&R formatting cosmeticsDiego Biurrun2012-10-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add a function to match a 2 element vector of uint16_t and use it in h263 and...Michael Niedermayer2010-01-09
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-02
* Mark the ff_svq1_frame_size_table as constant.Diego Pettenò2008-01-07
* split SVQ1 decoder and encoder in their own filesAurelien Jacobs2007-07-06
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* misc spelling fixesDiego Biurrun2007-06-12
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* move some stuff out of an inner loop. 12% faster svq1 encoding.Loren Merritt2007-03-30
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-30
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-24
* fix bitstream to be correctly decoded by quicktimeBaptiste Coudurier2006-11-22
* fix sigfpe with intra only encodingBaptiste Coudurier2006-11-22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
* fix some signedness warningsMåns Rullgård2006-09-27
* 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
* set a few variables correctlyMichael Niedermayer2005-09-05
* skip_idctMichael Niedermayer2005-07-14
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* 10l (segfault)Michael Niedermayer2004-09-27
* try to select w/h from tablesAlex Beregszaszi2004-09-08
* svq1 mv array size fixMichael Niedermayer2004-07-28
* well that does not need to be there anymoreMike Melanson2004-07-27
* the ongoing struggle for encoding conditionalsMike Melanson2004-06-13
* gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>)Michael Niedermayer2004-06-08
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18
* removing unused encoding codeMichael Niedermayer2004-05-12
* automatic pixel format selectionMichael Niedermayer2004-05-12
* segfault fixMichael Niedermayer2004-05-12
* support skiped blocks in SVQ1Michael Niedermayer2004-05-12
* motion estimation for SVQ1Michael Niedermayer2004-05-12
* p frame encoding, only with 0,0 motion vectors yet thoughMichael Niedermayer2004-05-09
* using pointers so the code could eventually be used for P framesMichael Niedermayer2004-05-08
* width height %64 != 0 fixMichael Niedermayer2004-05-08
* color and 10lMichael Niedermayer2004-05-07
* rate distorted intra only encodingMichael Niedermayer2004-05-07
* first pass at a Sorenson Video 1 (SVQ1) encoderMike Melanson2004-05-07