summaryrefslogtreecommitdiffstats
path: root/libavcodec/svq1.c
Commit message (Collapse)AuthorAgeFilesLines
* Correct few "ffmpeg" typosPaul B Mahol2014-08-241-2/+2
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit '238614de679a71970c20d7c3fee08a322967ec40'Michael Niedermayer2013-02-061-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | * commit '238614de679a71970c20d7c3fee08a322967ec40': cdgraphics: do not rely on get_buffer() initializing the frame. svq1: replace struct svq1_frame_size with an array. vf_yadif: silence a warning. Conflicts: libavcodec/svq1dec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * svq1: replace struct svq1_frame_size with an array.Anton Khirnov2013-02-061-1/+1
| | | | | | | | It is used as an array in svq1enc, so this is more correct.
* | Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer2012-10-111-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6': avio: introduce avio_closep mpegtsenc: set muxing type notification to verbose vc1dec: Use correct spelling of "opposite" a64multienc: change mc_frame_counter to unsigned arm: call arm-specific rv34dsp init functions under if (ARCH_ARM) svq1: Drop a bunch of useless parentheses parseutils-test: do not print numerical error codes svq1: K&R formatting cosmetics Conflicts: doc/APIchanges libavcodec/svq1dec.c libavcodec/svq1enc.c libavformat/version.h libavutil/parseutils.c tests/ref/fate/parseutils Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * svq1: K&R formatting cosmeticsDiego Biurrun2012-10-101-2/+2
| |
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/ | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a function to match a 2 element vector of uint16_t and use it in h263 ↵Michael Niedermayer2010-01-091-2/+2
| | | | | | | | and svq1 instead of custom and bloated code to find an index into a w/h array. Originally committed as revision 21113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-021-1/+1
| | | | Originally committed as revision 16407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark the ff_svq1_frame_size_table as constant.Diego Pettenò2008-01-071-1/+1
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split SVQ1 decoder and encoder in their own filesAurelien Jacobs2007-07-061-1382/+2
| | | | Originally committed as revision 9507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group all copyright and author notices together.Diego Biurrun2007-07-051-6/+5
| | | | Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
| | | | Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some stuff out of an inner loop. 12% faster svq1 encoding.Loren Merritt2007-03-301-5/+4
| | | | Originally committed as revision 8560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-301-7/+2
| | | | Originally committed as revision 8559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-2/+2
| | | | Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-241-1/+1
| | | | Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix bitstream to be correctly decoded by quicktimeBaptiste Coudurier2006-11-221-1/+1
| | | | Originally committed as revision 7157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sigfpe with intra only encodingBaptiste Coudurier2006-11-221-1/+1
| | | | Originally committed as revision 7156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-1/+5
| | | | Originally committed as revision 6356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some signedness warningsMåns Rullgård2006-09-271-2/+2
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-121/+121
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-64/+64
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set a few variables correctlyMichael Niedermayer2005-09-051-1/+8
| | | | Originally committed as revision 4560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip_idctMichael Niedermayer2005-07-141-0/+4
| | | | | | | skip_frame skip_loop_filter Originally committed as revision 4440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-0/+2
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-4/+0
| | | | Originally committed as revision 3872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-3/+10
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ↵Burkhard Plaum2004-11-271-6/+6
| | | | | | de>) Originally committed as revision 3717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault)Michael Niedermayer2004-09-271-0/+1
| | | | Originally committed as revision 3520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to select w/h from tablesAlex Beregszaszi2004-09-081-6/+18
| | | | Originally committed as revision 3443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq1 mv array size fixMichael Niedermayer2004-07-281-5/+5
| | | | Originally committed as revision 3361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* well that does not need to be there anymoreMike Melanson2004-07-271-5/+0
| | | | Originally committed as revision 3349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the ongoing struggle for encoding conditionalsMike Melanson2004-06-131-0/+4
| | | | Originally committed as revision 3220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>)Michael Niedermayer2004-06-081-0/+3
| | | | Originally committed as revision 3208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* data_size = 0 cleanupMichael Niedermayer2004-05-211-4/+0
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some of the warning fixes by (Michael Roitzsch <mroi at users dot ↵Michael Niedermayer2004-05-181-0/+2
| | | | | | sourceforge dot net>) Originally committed as revision 3140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing unused encoding codeMichael Niedermayer2004-05-121-560/+4
| | | | Originally committed as revision 3133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* automatic pixel format selectionMichael Niedermayer2004-05-121-0/+2
| | | | Originally committed as revision 3131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2004-05-121-0/+6
| | | | Originally committed as revision 3128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support skiped blocks in SVQ1Michael Niedermayer2004-05-121-6/+13
| | | | Originally committed as revision 3127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion estimation for SVQ1Michael Niedermayer2004-05-121-39/+176
| | | | Originally committed as revision 3126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* p frame encoding, only with 0,0 motion vectors yet thoughMichael Niedermayer2004-05-091-51/+117
| | | | Originally committed as revision 3121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using pointers so the code could eventually be used for P framesMichael Niedermayer2004-05-081-12/+29
| | | | | | a few const modifiers to make gcc happier Originally committed as revision 3120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* width height %64 != 0 fixMichael Niedermayer2004-05-081-3/+11
| | | | | | | print average RD score at the end precalculated codebook vector mean tables Originally committed as revision 3119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* color and 10lMichael Niedermayer2004-05-071-1/+3
| | | | Originally committed as revision 3116 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud