summaryrefslogtreecommitdiff
path: root/libavcodec/svq1.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-2/+2
* | Merge commit '238614de679a71970c20d7c3fee08a322967ec40'Michael Niedermayer2013-02-061-1/+1
|\ \ | |/
| * svq1: replace struct svq1_frame_size with an array.Anton Khirnov2013-02-061-1/+1
* | Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer2012-10-111-2/+2
|\ \ | |/
| * svq1: K&R formatting cosmeticsDiego Biurrun2012-10-101-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Add a function to match a 2 element vector of uint16_t and use it in h263 and...Michael Niedermayer2010-01-091-2/+2
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-021-1/+1
* Mark the ff_svq1_frame_size_table as constant.Diego Pettenò2008-01-071-1/+1
* split SVQ1 decoder and encoder in their own filesAurelien Jacobs2007-07-061-1382/+2
* Group all copyright and author notices together.Diego Biurrun2007-07-051-6/+5
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* move some stuff out of an inner loop. 12% faster svq1 encoding.Loren Merritt2007-03-301-5/+4
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-301-7/+2
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-2/+2
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-241-1/+1
* fix bitstream to be correctly decoded by quicktimeBaptiste Coudurier2006-11-221-1/+1
* fix sigfpe with intra only encodingBaptiste Coudurier2006-11-221-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-1/+5
* fix some signedness warningsMåns Rullgård2006-09-271-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-121/+121
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-64/+64
* set a few variables correctlyMichael Niedermayer2005-09-051-1/+8
* skip_idctMichael Niedermayer2005-07-141-0/+4
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-0/+2
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-4/+0
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-3/+10
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-271-6/+6
* 10l (segfault)Michael Niedermayer2004-09-271-0/+1
* try to select w/h from tablesAlex Beregszaszi2004-09-081-6/+18
* svq1 mv array size fixMichael Niedermayer2004-07-281-5/+5
* well that does not need to be there anymoreMike Melanson2004-07-271-5/+0
* the ongoing struggle for encoding conditionalsMike Melanson2004-06-131-0/+4
* gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>)Michael Niedermayer2004-06-081-0/+3
* data_size = 0 cleanupMichael Niedermayer2004-05-211-4/+0
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-181-0/+2
* removing unused encoding codeMichael Niedermayer2004-05-121-560/+4
* automatic pixel format selectionMichael Niedermayer2004-05-121-0/+2
* segfault fixMichael Niedermayer2004-05-121-0/+6
* support skiped blocks in SVQ1Michael Niedermayer2004-05-121-6/+13
* motion estimation for SVQ1Michael Niedermayer2004-05-121-39/+176
* p frame encoding, only with 0,0 motion vectors yet thoughMichael Niedermayer2004-05-091-51/+117
* using pointers so the code could eventually be used for P framesMichael Niedermayer2004-05-081-12/+29