summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* WMAVoice decoder.Ronald S. Bultje2010-02-12
| | | | Originally committed as revision 21770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build with --disable-mdctMåns Rullgård2010-02-11
| | | | Originally committed as revision 21764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move 'chksum' declaration to the only block where that variable is usedKostya Shishkov2010-02-11
| | | | Originally committed as revision 21753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move band checksum verifying into preprocessor condition, so compiler won'tKostya Shishkov2010-02-11
| | | | | | complain about missing function prototype. Originally committed as revision 21752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Output the first AAC frame. This is needed for SBR conformance.Alex Converse2010-02-10
| | | | Originally committed as revision 21739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable SSE2 (put|avg)_pixels_16_sse2David Conrad2010-02-10
| | | | | | | | SVQ1 chroma has been special-cased aligned to 16-bytes since at least r15466 Other architectures also assume 16-byte alignment here too but set STRIDE_ALIGN to 16. Originally committed as revision 21736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_sumMåns Rullgård2010-02-09
| | | | Originally committed as revision 21705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_norm1Måns Rullgård2010-02-09
| | | | Originally committed as revision 21704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised sse16Måns Rullgård2010-02-09
| | | | Originally committed as revision 21703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised diff_pixelsMåns Rullgård2010-02-09
| | | | Originally committed as revision 21702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised get_pixelsMåns Rullgård2010-02-09
| | | | Originally committed as revision 21701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_abs8Måns Rullgård2010-02-09
| | | | Originally committed as revision 21700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_abs16_y2Måns Rullgård2010-02-09
| | | | Originally committed as revision 21699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_abs16_x2Måns Rullgård2010-02-09
| | | | Originally committed as revision 21698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_abs16Måns Rullgård2010-02-09
| | | | Originally committed as revision 21697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised put_pixels functions except xy2 variantsMåns Rullgård2010-02-09
| | | | Originally committed as revision 21696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indeo 5 decoderKostya Shishkov2010-02-09
| | | | Originally committed as revision 21695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.Michael Niedermayer2010-02-09
| | | | Originally committed as revision 21694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set partitioning to 16x16 for spatial direct MBs with mixed interlacing.Michael Niedermayer2010-02-08
| | | | | | | 11cylcles slower MV generation 98cycles faster MC Originally committed as revision 21691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect spatial direct MBs partitioned smaller than 16x16 that can be partitionedMichael Niedermayer2010-02-08
| | | | | | | | as 16x16 (except ones changing interlacing relative to the colocated MB). 20 cycles slower during MV generation 175 cycles faster during MC Originally committed as revision 21690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect equal 4x4 blocks in spatial direct MBs.Michael Niedermayer2010-02-08
| | | | | | | 19 cycles slower MV generation 575 cycles faster MC Originally committed as revision 21689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove an apparently unneeded && !FRAME_MBAFF.Michael Niedermayer2010-02-08
| | | | | | This should speed the affected cases (MBAFF temporal direct MBs) up. Originally committed as revision 21686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Branchless calculation of ref_offset.Michael Niedermayer2010-02-08
| | | | | | 7 cpu cycles faster. Originally committed as revision 21685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove incorrect fixme, i see no case that is missing.Michael Niedermayer2010-02-08
| | | | Originally committed as revision 21684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace call to pred_motion() in direct spatial mv pred by codeMichael Niedermayer2010-02-08
| | | | | | | and simplify cases that cannot happen away. 8 cpu cycles faster Originally committed as revision 21683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change xvid/divx/lavc build variables to be consistent to x264_build.Michael Niedermayer2010-02-08
| | | | Originally committed as revision 21682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set x264_build so that checks are simpler.Michael Niedermayer2010-02-08
| | | | Originally committed as revision 21681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ooops, 10l forgot to commit h264.h.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Zero a/b only in the branch where they need to be zeroed.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge mv&ref related code for spatial direct MV code.Michael Niedermayer2010-02-07
| | | | | | a bit more than 10 cpu cycles faster. Originally committed as revision 21678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Precalculate a few variables for direct mv prediction for interlaced MBs.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective ↵Michael Niedermayer2010-02-07
| | | | | | true partitioning. Originally committed as revision 21675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize setting sub_mb_type out.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove FIXMEs for cases that are disallowed by the spec.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check direct_8x8_inference_flag.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix CAVLC+8x8DCT+MBAFF loopfiltering.Michael Niedermayer2010-02-07
| | | | | | Fixes issue1250 Originally committed as revision 21665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix colocated map.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix reference selection for colocated MBs from frames to fields.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add assert(sps.direct_8x8_inference_flag) to FIXME comment.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ref_offset must be added after checking references validity.Michael Niedermayer2010-02-07
| | | | Originally committed as revision 21661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add include necessary for ff_set_qscaleReimar Döffinger2010-02-06
| | | | Originally committed as revision 21657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid using an intermediate variable.Jai Menon2010-02-06
| | | | Originally committed as revision 21656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant use of numchannels since it is 1 for mono.Jai Menon2010-02-06
| | | | Originally committed as revision 21655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alac.c : Use av_freep instead of av_free.Jai Menon2010-02-06
| | | | Originally committed as revision 21654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Long term references behave different from short term in spatial direct MV ↵Michael Niedermayer2010-02-06
| | | | | | | | calculation. Fixes FRExt_MMCO4_Sony_B / issue1251 Originally committed as revision 21651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ALAC 24 bps decoding support.Jai Menon2010-02-04
| | | | Originally committed as revision 21637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix large timebases.Michael Niedermayer2010-02-04
| | | | | | Fixed issue1633 Originally committed as revision 21636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement cool new vlc code.Michael Niedermayer2010-02-04
| | | | | | Fixes issue1637 Originally committed as revision 21635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IFF PBM/ILBM bitmap decoderPeter Ross2010-02-03
| | | | Originally committed as revision 21622 to svn://svn.ffmpeg.org/ffmpeg/trunk