summaryrefslogtreecommitdiffstats
path: root/libavcodec/svq1.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* width height %64 != 0 fixMichael Niedermayer2004-05-081-3/+11
* color and 10lMichael Niedermayer2004-05-071-1/+3
* rate distorted intra only encodingMichael Niedermayer2004-05-071-0/+140
* first pass at a Sorenson Video 1 (SVQ1) encoderMike Melanson2004-05-071-14/+738
* init cleanupMichael Niedermayer2004-03-161-0/+2
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-221-1/+0
* off-by-1 error in the never-before-tested embedded string codeMike Melanson2004-01-021-1/+1
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-1/+1
* get_bits -> skip_bitsAlex Beregszaszi2003-07-251-10/+10
* AVCodec.flush()Michael Niedermayer2003-07-171-0/+1
* rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg'sMike Melanson2003-05-261-571/+172
* Warning and compatibility fixes.Falk Hüffner2003-05-241-1/+0
* field pic decoding cleanupMichael Niedermayer2003-03-161-1/+1
* per file doxyMichael Niedermayer2003-03-061-0/+6
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-1/+1
* cliping MVs, i dunno if its correct but it looks better then without itMichael Niedermayer2003-02-041-7/+32
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer2003-01-211-1/+1
* workaround dropable p frame after first frame bugMichael Niedermayer2003-01-091-0/+4
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-3/+3
OpenPOWER on IntegriCloud