summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* always print message when error, AV_LOG_DEBUG -> AV_LOG_ERRORBaptiste Coudurier2006-12-18
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-17
* 10lMichael Niedermayer2006-12-17
* small optimizationAurelien Jacobs2006-12-17
* warn user if the selected diamond size is larger then the motion estimation s...Michael Niedermayer2006-12-17
* limit x/ymin/max to me_rangeMichael Niedermayer2006-12-17
* Check mb_pos is big enough before trying to access data left or above.Reimar Döffinger2006-12-17
* av_log(NULL,... -> av_log(avctx,.. where appropriate.Benjamin Larsson2006-12-14
* Bug fix for crashes when SSE is used on unaligned arrays.Benjamin Larsson2006-12-14
* vqmin/vqmax --> qmin/qmax in the option descriptionDiego Biurrun2006-12-13
* Doxygen comments about variables described by Michael here:Guillaume Poirier2006-12-12
* mv overflow in map fix (untested except regression tests)Michael Niedermayer2006-12-12
* Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.Reimar Döffinger2006-12-11
* Adding H.264 DCT.Panagiotis Issaris2006-12-11
* fix playback of mp3_bits_left.aviMichael Niedermayer2006-12-11
* GCC 3.3 compile fixGuillaume Poirier2006-12-11
* Improve option description.Diego Biurrun2006-12-11
* improved stack misalignment warningMåns Rullgård2006-12-11
* Adding function which enables writing H.264 NAL units.Panagiotis Issaris2006-12-11
* Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the originalReimar Döffinger2006-12-09
* Typo in error messageReimar Döffinger2006-12-09
* fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architec...Martin Storsjö2006-12-08
* Deobfuscate expressionKostya Shishkov2006-12-08
* Now ZMBV encoder compilesKostya Shishkov2006-12-08
* 1e6l forgot to add zmbvenc.cKostya Shishkov2006-12-08
* lavc is at major version 51, delete old stuffMåns Rullgård2006-12-08
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* better warningMichael Niedermayer2006-12-07
* ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer2006-12-07
* fix compilationMichael Niedermayer2006-12-07
* Added entry for H.264 DCT to the DSP context.Panagiotis Issaris2006-12-07
* Add codec ID for a native H.264 encoder.Panagiotis Issaris2006-12-07
* Making rem6 and div6 globally visible and thus adding prefixes.Panagiotis Issaris2006-12-07
* Removing unused codePanagiotis Issaris2006-12-07
* ZMBV encoderKostya Shishkov2006-12-07
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
* Add "mixed_refs" description suggested by Loren Merritt and update accompanyingPanagiotis Issaris2006-12-06
* Add more descriptions to the AVOption array taken from the avcodec.h AVCodec ...Panagiotis Issaris2006-12-06
* Export symbols of several H.264 intra prediction functionsPanagiotis Issaris2006-12-06
* fix crash when decoding a truncated H264 sliceAlexander Chemeris2006-12-05
* Removing unused codePanagiotis Issaris2006-12-05
* Add comment denoting group of H.264 functionsPanagiotis Issaris2006-12-05
* Change NAL unit type defines to an enum and move to a header file for usagePanagiotis Issaris2006-12-05
* 10l umh search needs hex size 2 now after the last changeMichael Niedermayer2006-12-05
* make hex and large 2 small diamond search half their size instead or -1 if th...Michael Niedermayer2006-12-05
* Fix some obvious mistakes in the option descriptions.Diego Biurrun2006-12-04
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-03
* Another hack to allow the Cinepak decoder to detect both types of deviant Cin...Mike Melanson2006-12-02
* Fill in some missing AVOption descriptions.Víctor Paesa2006-12-02
* Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca ...Guillaume Poirier2006-12-02