summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
* mv overflow in map fix (untested except regression tests)Michael Niedermayer2006-12-121-3/+10
| | | | Originally committed as revision 7287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.Reimar Döffinger2006-12-111-2/+7
| | | | Originally committed as revision 7284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding H.264 DCT.Panagiotis Issaris2006-12-113-1/+90
| | | | Originally committed as revision 7282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playback of mp3_bits_left.aviMichael Niedermayer2006-12-111-1/+1
| | | | Originally committed as revision 7279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC 3.3 compile fixGuillaume Poirier2006-12-111-1/+1
| | | | Originally committed as revision 7277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve option description.Diego Biurrun2006-12-111-1/+1
| | | | Originally committed as revision 7276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improved stack misalignment warningMåns Rullgård2006-12-111-4/+3
| | | | Originally committed as revision 7275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding function which enables writing H.264 NAL units.Panagiotis Issaris2006-12-112-0/+108
| | | | Originally committed as revision 7273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the originalReimar Döffinger2006-12-091-1/+1
| | | | | | cscd codec is for windows. Originally committed as revision 7266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo in error messageReimar Döffinger2006-12-091-1/+1
| | | | Originally committed as revision 7265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix bug when __GNUC__ isn't defined and when compiling for a non-x86 ↵Martin Storsjö2006-12-081-2/+2
| | | | | | architecture, patch by Martin Storsjö, martin at martin st Originally committed as revision 7261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deobfuscate expressionKostya Shishkov2006-12-081-1/+1
| | | | Originally committed as revision 7260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Now ZMBV encoder compilesKostya Shishkov2006-12-082-2/+2
| | | | Originally committed as revision 7259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1e6l forgot to add zmbvenc.cKostya Shishkov2006-12-081-0/+328
| | | | Originally committed as revision 7258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lavc is at major version 51, delete old stuffMåns Rullgård2006-12-081-3/+0
| | | | Originally committed as revision 7257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-0825-68/+68
| | | | Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better warningMichael Niedermayer2006-12-071-2/+3
| | | | Originally committed as revision 7250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer2006-12-073-0/+28
| | | | Originally committed as revision 7249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilationMichael Niedermayer2006-12-072-2/+2
| | | | Originally committed as revision 7248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added entry for H.264 DCT to the DSP context.Panagiotis Issaris2006-12-071-0/+1
| | | | Originally committed as revision 7247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add codec ID for a native H.264 encoder.Panagiotis Issaris2006-12-071-0/+1
| | | | Originally committed as revision 7246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Making rem6 and div6 globally visible and thus adding prefixes.Panagiotis Issaris2006-12-072-13/+13
| | | | Originally committed as revision 7245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Removing unused codePanagiotis Issaris2006-12-071-36/+0
| | | | Originally committed as revision 7244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ZMBV encoderKostya Shishkov2006-12-073-3/+7
| | | | Originally committed as revision 7242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-063-5/+5
| | | | Originally committed as revision 7240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "mixed_refs" description suggested by Loren Merritt and update accompanyingPanagiotis Issaris2006-12-062-2/+2
| | | | | | comment in the code. Originally committed as revision 7235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more descriptions to the AVOption array taken from the avcodec.h AVCodec ↵Panagiotis Issaris2006-12-061-30/+30
| | | | | | structure member comments. Originally committed as revision 7233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export symbols of several H.264 intra prediction functionsPanagiotis Issaris2006-12-061-20/+20
| | | | Originally committed as revision 7232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix crash when decoding a truncated H264 sliceAlexander Chemeris2006-12-051-0/+4
| | | | | | | | | patch by Alexander Chemeris % ipse P ffmpeg A gmail.com % Original thread: date: Dec 5, 2006 7:26 PM subject: [Ffmpeg-devel] [PATCH] Fix crush when truncated slice passed to H.264 decoder Originally committed as revision 7229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Removing unused codePanagiotis Issaris2006-12-051-75/+0
| | | | Originally committed as revision 7228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add comment denoting group of H.264 functionsPanagiotis Issaris2006-12-051-0/+1
| | | | Originally committed as revision 7227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change NAL unit type defines to an enum and move to a header file for usagePanagiotis Issaris2006-12-052-14/+18
| | | | | | in other code. Originally committed as revision 7226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l umh search needs hex size 2 now after the last changeMichael Niedermayer2006-12-051-1/+1
| | | | Originally committed as revision 7224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make hex and large 2 small diamond search half their size instead or -1 if ↵Michael Niedermayer2006-12-051-16/+15
| | | | | | | | the initial size was a power of 2 double the hex size so odd sized hexagons are possible Originally committed as revision 7223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some obvious mistakes in the option descriptions.Diego Biurrun2006-12-041-2/+2
| | | | Originally committed as revision 7220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-032-38/+0
| | | | | | | optimization/cleanup would be desirable (e.g. LE_* and LD* should be the same on x86). Originally committed as revision 7218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another hack to allow the Cinepak decoder to detect both types of deviant ↵Mike Melanson2006-12-021-8/+28
| | | | | | | | | Cinepak data. Tested against both known FILM files, several CPK files, and normal CVID-encoded files. Originally committed as revision 7215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fill in some missing AVOption descriptions.Víctor Paesa2006-12-021-70/+70
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 7213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca ↵Guillaume Poirier2006-12-021-0/+127
| | | | | | Barbato Originally committed as revision 7210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-022-31/+31
| | | | Originally committed as revision 7208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10e6l FastUVMC was done right but in the wrong placeKostya Shishkov2006-12-021-15/+12
| | | | Originally committed as revision 7207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentionMichael Niedermayer2006-12-021-17/+17
| | | | Originally committed as revision 7206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dia_size=-1 -> funny_diamond_search()Michael Niedermayer2006-12-021-4/+7
| | | | | | dia_siue=768 + size -> umh search (old -1 was 784) Originally committed as revision 7205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hexagon searchMichael Niedermayer2006-12-021-19/+78
| | | | | | | | dia_size=512 + hexagon size (513 is the normal one used in h264) large to small diamond search dia_size=256 + diamond size Originally committed as revision 7204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unused variable removedLuca Barbato2006-12-021-1/+1
| | | | Originally committed as revision 7203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove pretty much useless skiping of some predictorsMichael Niedermayer2006-12-011-6/+0
| | | | | | this has pretty much no quality or speed effect except very small random changes Originally committed as revision 7202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mjpeg a dump header bitstream filter, modifies bitstream to be decoded by ↵Baptiste Coudurier2006-12-013-0/+63
| | | | | | quicktime Originally committed as revision 7201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add bytestream big endian 16/32 writing functionsBaptiste Coudurier2006-12-011-0/+14
| | | | Originally committed as revision 7200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo in umhMichael Niedermayer2006-12-011-1/+1
| | | | Originally committed as revision 7193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* UMH support (dia_size=-1 activates it)Michael Niedermayer2006-12-011-1/+65
| | | | Originally committed as revision 7192 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud