summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* add bytestream big endian 16/32 writing functionsBaptiste Coudurier2006-12-01
| | | | Originally committed as revision 7200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo in umhMichael Niedermayer2006-12-01
| | | | Originally committed as revision 7193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* UMH support (dia_size=-1 activates it)Michael Niedermayer2006-12-01
| | | | Originally committed as revision 7192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic (prevent name clashes of variables in a macro with surrounding code)Michael Niedermayer2006-12-01
| | | | Originally committed as revision 7191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l FastUVMC rounding was incorrect.Kostya Shishkov2006-12-01
| | | | | | This should also improve quality on WMV9Drifting.asf Originally committed as revision 7190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 step diamond search around the median MV predictorMichael Niedermayer2006-11-30
| | | | | | | +0.01 PSNR idea from x264 Originally committed as revision 7189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VQA v1 supportKostya Shishkov2006-11-29
| | | | Originally committed as revision 7183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup the #ifdef mess in encoder/decoder/parser registrationAurelien Jacobs2006-11-28
| | | | Originally committed as revision 7182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct information in headerKostya Shishkov2006-11-28
| | | | Originally committed as revision 7178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alphabetic reordering of codec registrationRobert Swain2006-11-27
| | | | | | patch by Robert Swain < robert.swain _at_ gmail.com > Originally committed as revision 7176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIC fixMichael Niedermayer2006-11-27
| | | | Originally committed as revision 7173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move copy_block* functions to dsp dsputil.hBrian Foley2006-11-26
| | | | | | | | | Patch by Brian Foley % bfoley A compsoc P nuigalway P ie % Original thread: Date: Nov 26, 2006 6:44 PM Subject: Re: [Ffmpeg-devel] [PATCH] put_mpeg4_qpel16_h_lowpass altivec, take 2 Originally committed as revision 7172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct rounding values in overlap filteringKostya Shishkov2006-11-26
| | | | Originally committed as revision 7171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* B-frames support for adv. profileKostya Shishkov2006-11-26
| | | | Originally committed as revision 7170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: Initialize dc_scale with current quantizer for adv I framesKostya Shishkov2006-11-26
| | | | Originally committed as revision 7169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use halfpq in coefficient scalingKostya Shishkov2006-11-26
| | | | Originally committed as revision 7168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoLuca Barbato2006-11-24
| | | | Originally committed as revision 7166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement DELTA_FLI opcodes correctly. Patch by Steven JohnsonSteven Johnson2006-11-24
| | | | Originally committed as revision 7165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support byte_run=0 case in DELTA_FLI (this case means only skip pixels)Alex Beregszaszi2006-11-23
| | | | Originally committed as revision 7164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l memory corruption bug found by Steven JohnsonAlex Beregszaszi2006-11-23
| | | | Originally committed as revision 7163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac: allow reading of full metadata headers from extradataAurelien Jacobs2006-11-23
| | | | Originally committed as revision 7161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bring AC3 encoder output up to input volume levelBill O'Shaughnessy2006-11-23
| | | | | | | | | | patch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com % + reg tests update gruntwork by me Original thread: date: Nov 21, 2006 11:36 PM subject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level Originally committed as revision 7160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix bitstream to be correctly decoded by quicktimeBaptiste Coudurier2006-11-22
| | | | Originally committed as revision 7157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sigfpe with intra only encodingBaptiste Coudurier2006-11-22
| | | | Originally committed as revision 7156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Conditionally compile some of the AltiVec optimizations.Diego Biurrun2006-11-22
| | | | Originally committed as revision 7154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot deMatthias Hopf2006-11-22
| | | | Originally committed as revision 7153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with VC-1 decoder disabled.Diego Biurrun2006-11-21
| | | | Originally committed as revision 7149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b frames + -mbd rd without -psnr (yes that was seriously buggy and ↵Michael Niedermayer2006-11-21
| | | | | | probably hasnt been noticed as everyone who tested stuff used -psnr) Originally committed as revision 7148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l infinite loop fixMichael Niedermayer2006-11-21
| | | | Originally committed as revision 7147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode non-interleaved scansKostya Shishkov2006-11-21
| | | | Originally committed as revision 7143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix declaration and code thingieGuillaume Poirier2006-11-20
| | | | Originally committed as revision 7140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow amr bitrate to be changed "on the fly" through avctx->bitrate.Martin2006-11-20
| | | | | | | | | Patch by Martin % marthi A graphics P cs P uni - sb P de % Original thread: date: Nov 20, 2006 6:20 PM subject: Re: [Ffmpeg-devel] [PATCH] Re: AMR bitrate Originally committed as revision 7139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking with H.261 support disabled.Tom Harper2006-11-20
| | | | | | patch by Tom Harper, d.thomas.harper gmail com Originally committed as revision 7134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* infiinit loop fix for CBR + adaptive quantMichael Niedermayer2006-11-20
| | | | Originally committed as revision 7133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l qprd fix 2nd tryMichael Niedermayer2006-11-20
| | | | Originally committed as revision 7132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some progressive JPEG supportKostya Shishkov2006-11-20
| | | | Originally committed as revision 7131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* testing all dquant for qp_rd fixes the qp runaway to 31 bugMichael Niedermayer2006-11-19
| | | | Originally committed as revision 7126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add useful Altivec types, taken from with permission from x264 authorsGuillaume Poirier2006-11-19
| | | | Originally committed as revision 7125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov2006-11-19
| | | | | | | This slightly simplifies decoder and removes potential audio buffer overrun. Originally committed as revision 7121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missed one log2().Benjamin Larsson2006-11-17
| | | | Originally committed as revision 7117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize overlappingKostya Shishkov2006-11-17
| | | | | | Suggested by Skal, sprintf(mail, "skal%d@orange.fr", 0xFFFF) Originally committed as revision 7113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix commentsKostya Shishkov2006-11-17
| | | | Originally committed as revision 7112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Overlap filtering was done in reverse orderKostya Shishkov2006-11-17
| | | | Originally committed as revision 7111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-16
| | | | Originally committed as revision 7106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BGR555 has never been working as alpha supporting format. Remove the false ↵Alex Beregszaszi2006-11-16
| | | | | | setting. Originally committed as revision 7105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* throw error if unsupported resolution is used with h261Baptiste Coudurier2006-11-16
| | | | Originally committed as revision 7097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect a few more errors (fixes libmp3-bug.avi again)Michael Niedermayer2006-11-15
| | | | | | make pickyness of the decoder user selectable through error_resilience param like for video decoders Originally committed as revision 7089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* making decoding more error robustMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reset internal buffer during seekingMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more checks and error messagesMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7069 to svn://svn.ffmpeg.org/ffmpeg/trunk