summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* mv overflow in map fix (untested except regression tests)Michael Niedermayer2006-12-121-3/+10
* Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.Reimar Döffinger2006-12-111-2/+7
* Adding H.264 DCT.Panagiotis Issaris2006-12-113-1/+90
* fix playback of mp3_bits_left.aviMichael Niedermayer2006-12-111-1/+1
* GCC 3.3 compile fixGuillaume Poirier2006-12-111-1/+1
* Improve option description.Diego Biurrun2006-12-111-1/+1
* improved stack misalignment warningMåns Rullgård2006-12-111-4/+3
* Adding function which enables writing H.264 NAL units.Panagiotis Issaris2006-12-112-0/+108
* Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the originalReimar Döffinger2006-12-091-1/+1
* Typo in error messageReimar Döffinger2006-12-091-1/+1
* fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architec...Martin Storsjö2006-12-081-2/+2
* Deobfuscate expressionKostya Shishkov2006-12-081-1/+1
* Now ZMBV encoder compilesKostya Shishkov2006-12-082-2/+2
* 1e6l forgot to add zmbvenc.cKostya Shishkov2006-12-081-0/+328
* lavc is at major version 51, delete old stuffMåns Rullgård2006-12-081-3/+0
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-0825-68/+68
* better warningMichael Niedermayer2006-12-071-2/+3
* ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer2006-12-073-0/+28
* fix compilationMichael Niedermayer2006-12-072-2/+2
* Added entry for H.264 DCT to the DSP context.Panagiotis Issaris2006-12-071-0/+1
* Add codec ID for a native H.264 encoder.Panagiotis Issaris2006-12-071-0/+1
* Making rem6 and div6 globally visible and thus adding prefixes.Panagiotis Issaris2006-12-072-13/+13
* Removing unused codePanagiotis Issaris2006-12-071-36/+0
* ZMBV encoderKostya Shishkov2006-12-073-3/+7
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-063-5/+5
* Add "mixed_refs" description suggested by Loren Merritt and update accompanyingPanagiotis Issaris2006-12-062-2/+2
* Add more descriptions to the AVOption array taken from the avcodec.h AVCodec ...Panagiotis Issaris2006-12-061-30/+30
* Export symbols of several H.264 intra prediction functionsPanagiotis Issaris2006-12-061-20/+20
* fix crash when decoding a truncated H264 sliceAlexander Chemeris2006-12-051-0/+4
* Removing unused codePanagiotis Issaris2006-12-051-75/+0
* Add comment denoting group of H.264 functionsPanagiotis Issaris2006-12-051-0/+1
* Change NAL unit type defines to an enum and move to a header file for usagePanagiotis Issaris2006-12-052-14/+18
* 10l umh search needs hex size 2 now after the last changeMichael Niedermayer2006-12-051-1/+1
* make hex and large 2 small diamond search half their size instead or -1 if th...Michael Niedermayer2006-12-051-16/+15
* Fix some obvious mistakes in the option descriptions.Diego Biurrun2006-12-041-2/+2
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-032-38/+0
* Another hack to allow the Cinepak decoder to detect both types of deviant Cin...Mike Melanson2006-12-021-8/+28
* Fill in some missing AVOption descriptions.Víctor Paesa2006-12-021-70/+70
* Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca ...Guillaume Poirier2006-12-021-0/+127
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-022-31/+31
* 10e6l FastUVMC was done right but in the wrong placeKostya Shishkov2006-12-021-15/+12
* fix indentionMichael Niedermayer2006-12-021-17/+17
* dia_size=-1 -> funny_diamond_search()Michael Niedermayer2006-12-021-4/+7
* hexagon searchMichael Niedermayer2006-12-021-19/+78
* Unused variable removedLuca Barbato2006-12-021-1/+1
* remove pretty much useless skiping of some predictorsMichael Niedermayer2006-12-011-6/+0
* mjpeg a dump header bitstream filter, modifies bitstream to be decoded by qui...Baptiste Coudurier2006-12-013-0/+63
* add bytestream big endian 16/32 writing functionsBaptiste Coudurier2006-12-011-0/+14
* typo in umhMichael Niedermayer2006-12-011-1/+1
* UMH support (dia_size=-1 activates it)Michael Niedermayer2006-12-011-1/+65
OpenPOWER on IntegriCloud