summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-02
* 10e6l FastUVMC was done right but in the wrong placeKostya Shishkov2006-12-02
* fix indentionMichael Niedermayer2006-12-02
* dia_size=-1 -> funny_diamond_search()Michael Niedermayer2006-12-02
* hexagon searchMichael Niedermayer2006-12-02
* Unused variable removedLuca Barbato2006-12-02
* remove pretty much useless skiping of some predictorsMichael Niedermayer2006-12-01
* mjpeg a dump header bitstream filter, modifies bitstream to be decoded by qui...Baptiste Coudurier2006-12-01
* add bytestream big endian 16/32 writing functionsBaptiste Coudurier2006-12-01
* typo in umhMichael Niedermayer2006-12-01
* UMH support (dia_size=-1 activates it)Michael Niedermayer2006-12-01
* cosmetic (prevent name clashes of variables in a macro with surrounding code)Michael Niedermayer2006-12-01
* 100l FastUVMC rounding was incorrect.Kostya Shishkov2006-12-01
* 1 step diamond search around the median MV predictorMichael Niedermayer2006-11-30
* VQA v1 supportKostya Shishkov2006-11-29
* cleanup the #ifdef mess in encoder/decoder/parser registrationAurelien Jacobs2006-11-28
* Correct information in headerKostya Shishkov2006-11-28
* alphabetic reordering of codec registrationRobert Swain2006-11-27
* PIC fixMichael Niedermayer2006-11-27
* Move copy_block* functions to dsp dsputil.hBrian Foley2006-11-26
* Correct rounding values in overlap filteringKostya Shishkov2006-11-26
* B-frames support for adv. profileKostya Shishkov2006-11-26
* 100l: Initialize dc_scale with current quantizer for adv I framesKostya Shishkov2006-11-26
* Use halfpq in coefficient scalingKostya Shishkov2006-11-26