summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* mess cleanupMichael Niedermayer2004-09-10
| | | | Originally committed as revision 3449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put the warning to the right place to avoid crashesAlex Beregszaszi2004-09-10
| | | | Originally committed as revision 3448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264_qpel8_hv_lowpass_mmx2/3dnowMichael Niedermayer2004-09-08
| | | | Originally committed as revision 3446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264_qpel4_hv_lowpass_mmx2/3dnowMichael Niedermayer2004-09-08
| | | | | | alignment fixes Originally committed as revision 3445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new signed golomb routinesAlex Beregszaszi2004-09-08
| | | | Originally committed as revision 3444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to select w/h from tablesAlex Beregszaszi2004-09-08
| | | | Originally committed as revision 3443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (wrong coded_picture)Michael Niedermayer2004-09-08
| | | | Originally committed as revision 3441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2004-09-08
| | | | Originally committed as revision 3440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2004-09-07
| | | | Originally committed as revision 3439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2004-09-07
| | | | Originally committed as revision 3438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 luma motion compensation in mmx2/3dnowMichael Niedermayer2004-09-07
| | | | Originally committed as revision 3437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uselessMichael Niedermayer2004-09-06
| | | | Originally committed as revision 3436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been ↵Michael Niedermayer2004-09-06
| | | | | | | | written and commited long time ago but appearently never used, qpel motion compensation is 5% faster now Originally committed as revision 3435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 20% faster predict_plane()Michael Niedermayer2004-09-05
| | | | | | moion vector max/min fix Originally committed as revision 3434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more decorrelation typesAlex Beregszaszi2004-09-04
| | | | Originally committed as revision 3433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always write VOL control parameters, needed by old xvid patch by (Loren ↵Loren Merritt2004-09-03
| | | | | | Merritt <lorenm at u dot washington dot edu>) Originally committed as revision 3432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2004-09-02
| | | | Originally committed as revision 3431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optional non spec compliant optimizations for mpeg1Michael Niedermayer2004-09-02
| | | | Originally committed as revision 3430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optional non spec compliant optimizationsMichael Niedermayer2004-09-02
| | | | Originally committed as revision 3429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 deblocking crash patch by (Loren Merritt <lorenm at u dot washington ↵Loren Merritt2004-09-02
| | | | | | dot edu>) Originally committed as revision 3427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (keyframes and context resets)Michael Niedermayer2004-08-31
| | | | Originally committed as revision 3426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-08-28
| | | | Originally committed as revision 3425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-08-28
| | | | | | | more benchmarking code inline Originally committed as revision 3424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8-bit mode correctionsMike Melanson2004-08-28
| | | | Originally committed as revision 3423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge decode_subband() and dequantize()Michael Niedermayer2004-08-27
| | | | Originally committed as revision 3422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 11% faster decode_subband()Michael Niedermayer2004-08-27
| | | | Originally committed as revision 3421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 5% faster decode_subband()Michael Niedermayer2004-08-27
| | | | | | a little cleanup Originally committed as revision 3420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 46% faster decode_subband()Michael Niedermayer2004-08-27
| | | | Originally committed as revision 3419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 50% faster decode_subband()Michael Niedermayer2004-08-27
| | | | Originally committed as revision 3418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yuv median encoding 10l fixMichael Niedermayer2004-08-26
| | | | Originally committed as revision 3417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ↵Michael Niedermayer2004-08-26
| | | | | | | | | | but can be extended to other block sizes easily) different intra block coding (previous was just an ugly hack) 1.8% bitrate reduction -0.01PSNR (foreman@352x288 qscale=8) 1.5% bitrate reduction +0.05PSNR (foreman@352x288 qscale=1) Originally committed as revision 3416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix by (Marcin 'Morgoth' Kurek <morgoth6 at box43 dot pl>)Michael Niedermayer2004-08-25
| | | | Originally committed as revision 3415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* edge bugfixMichael Niedermayer2004-08-25
| | | | | | 1-1.3% lower bitrate and +0.01 PSNR (foremen@352x288 qscale=1,8) Originally committed as revision 3414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bsd patch by (Bohdan Horst <nexus at irc dot pl>)Bohdan Horst2004-08-25
| | | | Originally committed as revision 3413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lrintf emulation improvmentsMichael Niedermayer2004-08-24
| | | | Originally committed as revision 3412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4x4 SSE compare functionMichael Niedermayer2004-08-22
| | | | | | | | wavelet based compare functions make epzs_motion_search() more flexible so it can be used for a wider range of block sizes make get_penalty_factor() independant of MpegEncContext Originally committed as revision 3410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg short conversion got fixed somewhere, no need to workaround it - ↵Alex Beregszaszi2004-08-22
| | | | | | fixes amplitude bug Originally committed as revision 3408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new opensource lossy/lossless audio codec based on speech compression ↵Alex Beregszaszi2004-08-21
| | | | | | techniques (actually based on bonk) Originally committed as revision 3405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new copyrightsAlex Beregszaszi2004-08-21
| | | | Originally committed as revision 3404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)Diego Biurrun2004-08-19
| | | | Originally committed as revision 3403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ↵Todd Kirby2004-08-19
| | | | | | ("Todd.Kirby" <doubleshot at pacbell dot net>) Originally committed as revision 3402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy & paste bugMichael Niedermayer2004-08-18
| | | | Originally committed as revision 3401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more untested bigendian fixesMichael Niedermayer2004-08-17
| | | | | | rgb32 plane predictor decoding bugfix Originally committed as revision 3398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* big endian fix (untested)Michael Niedermayer2004-08-17
| | | | Originally committed as revision 3397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-08-16
| | | | Originally committed as revision 3395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get H.264 frame rate from SPS/VUI patch by (Måns Rullgård <mru at kth dot se>)Måns Rullgård2004-08-16
| | | | Originally committed as revision 3394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_bits(32) fixMichael Niedermayer2004-08-16
| | | | Originally committed as revision 3393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* build++Mike Melanson2004-08-14
| | | | Originally committed as revision 3392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (lrintf(a)+b vs. lrintf(a+b))Michael Niedermayer2004-08-14
| | | | Originally committed as revision 3391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin ShishkovMike Melanson2004-08-14
| | | | Originally committed as revision 3390 to svn://svn.ffmpeg.org/ffmpeg/trunk