summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* typoLuca Barbato2006-11-24
* Implement DELTA_FLI opcodes correctly. Patch by Steven JohnsonSteven Johnson2006-11-24
* support byte_run=0 case in DELTA_FLI (this case means only skip pixels)Alex Beregszaszi2006-11-23
* 10l memory corruption bug found by Steven JohnsonAlex Beregszaszi2006-11-23
* flac: allow reading of full metadata headers from extradataAurelien Jacobs2006-11-23
* bring AC3 encoder output up to input volume levelBill O'Shaughnessy2006-11-23
* fix bitstream to be correctly decoded by quicktimeBaptiste Coudurier2006-11-22
* fix sigfpe with intra only encodingBaptiste Coudurier2006-11-22
* Conditionally compile some of the AltiVec optimizations.Diego Biurrun2006-11-22
* fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot deMatthias Hopf2006-11-22
* Fix compilation with VC-1 decoder disabled.Diego Biurrun2006-11-21
* fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probab...Michael Niedermayer2006-11-21
* 100l infinite loop fixMichael Niedermayer2006-11-21
* Decode non-interleaved scansKostya Shishkov2006-11-21
* Fix declaration and code thingieGuillaume Poirier2006-11-20
* allow amr bitrate to be changed "on the fly" through avctx->bitrate.Martin2006-11-20
* Fix linking with H.261 support disabled.Tom Harper2006-11-20
* infiinit loop fix for CBR + adaptive quantMichael Niedermayer2006-11-20
* 100l qprd fix 2nd tryMichael Niedermayer2006-11-20
* Some progressive JPEG supportKostya Shishkov2006-11-20
* testing all dquant for qp_rd fixes the qp runaway to 31 bugMichael Niedermayer2006-11-19