summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* cosmetic (prevent name clashes of variables in a macro with surrounding code)Michael Niedermayer2006-12-011-5/+5
* 100l FastUVMC rounding was incorrect.Kostya Shishkov2006-12-011-6/+6
* 1 step diamond search around the median MV predictorMichael Niedermayer2006-11-301-1/+5
* VQA v1 supportKostya Shishkov2006-11-291-1/+16
* cleanup the #ifdef mess in encoder/decoder/parser registrationAurelien Jacobs2006-11-281-799/+213
* Correct information in headerKostya Shishkov2006-11-281-2/+2
* alphabetic reordering of codec registrationRobert Swain2006-11-271-568/+567
* PIC fixMichael Niedermayer2006-11-271-1/+1
* Move copy_block* functions to dsp dsputil.hBrian Foley2006-11-263-144/+77
* Correct rounding values in overlap filteringKostya Shishkov2006-11-263-32/+36
* B-frames support for adv. profileKostya Shishkov2006-11-261-2/+58
* 100l: Initialize dc_scale with current quantizer for adv I framesKostya Shishkov2006-11-261-4/+3
* Use halfpq in coefficient scalingKostya Shishkov2006-11-261-12/+12
* typoLuca Barbato2006-11-241-1/+1
* Implement DELTA_FLI opcodes correctly. Patch by Steven JohnsonSteven Johnson2006-11-241-1/+7
* support byte_run=0 case in DELTA_FLI (this case means only skip pixels)Alex Beregszaszi2006-11-231-1/+1
* 10l memory corruption bug found by Steven JohnsonAlex Beregszaszi2006-11-231-1/+1
* flac: allow reading of full metadata headers from extradataAurelien Jacobs2006-11-231-47/+56
* bring AC3 encoder output up to input volume levelBill O'Shaughnessy2006-11-231-1/+1
* fix bitstream to be correctly decoded by quicktimeBaptiste Coudurier2006-11-221-1/+1
* fix sigfpe with intra only encodingBaptiste Coudurier2006-11-221-1/+1
* Conditionally compile some of the AltiVec optimizations.Diego Biurrun2006-11-222-6/+11
* fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot deMatthias Hopf2006-11-222-2/+6
* Fix compilation with VC-1 decoder disabled.Diego Biurrun2006-11-211-1/+1
* fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probab...Michael Niedermayer2006-11-211-1/+1
* 100l infinite loop fixMichael Niedermayer2006-11-211-1/+1
* Decode non-interleaved scansKostya Shishkov2006-11-211-8/+2
* Fix declaration and code thingieGuillaume Poirier2006-11-201-1/+2
* allow amr bitrate to be changed "on the fly" through avctx->bitrate.Martin2006-11-201-1/+5
* Fix linking with H.261 support disabled.Tom Harper2006-11-201-0/+2
* infiinit loop fix for CBR + adaptive quantMichael Niedermayer2006-11-201-0/+5
* 100l qprd fix 2nd tryMichael Niedermayer2006-11-201-2/+3
* Some progressive JPEG supportKostya Shishkov2006-11-201-9/+113
* testing all dquant for qp_rd fixes the qp runaway to 31 bugMichael Niedermayer2006-11-191-10/+5
* Add useful Altivec types, taken from with permission from x264 authorsGuillaume Poirier2006-11-191-0/+41
* Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov2006-11-191-19/+3
* Missed one log2().Benjamin Larsson2006-11-171-1/+1
* Optimize overlappingKostya Shishkov2006-11-171-8/+14
* Fix commentsKostya Shishkov2006-11-171-2/+2
OpenPOWER on IntegriCloud