12383 Commits (2efcde73fccaeda948e64d5de4af3eb6205fd1c8)

Author SHA1 Message Date
Reimar Döffinger 2efcde73fc rawdec: only allocate a full-frame size buffer if it actually will 15 years ago
Ivan Kalvachev 392c99007f The debug text output of macroblocks can indicate MB_TYPE_INTERLACED, 15 years ago
Måns Rullgård c0bc8b9afb x86: disable SSE functions using stack when stack is not aligned 15 years ago
Måns Rullgård 75c490f467 ARM: disable movw/movt for relocated values on Apple platforms 15 years ago
Benjamin Larsson 4792d1e792 Support deinterlacing of YUVJ420P. 15 years ago
Måns Rullgård f41237c9db x86: remove hack disabling sse2 h264 loop filter with 32-bit icc 15 years ago
Vitor Sessak 6e2ecc2dba Remove pointless semicolon 15 years ago
Ronald S. Bultje ada65af9d1 Don't access upper 32 bits of a 32-bit int on 64-bit systems. 15 years ago
Ronald S. Bultje 6c3d021891 Properly add HAVE_YASM around yasmified symbols. Should fix compile error 15 years ago
Ronald S. Bultje e2e341048e Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm, 15 years ago
Ronald S. Bultje d0acc2d2e9 Move sse16_sse2() from inline asm to yasm. It is one of the functions causing 15 years ago
Carl Eugen Hoyos eb6fb058f2 Remove useless comment. 15 years ago
James Darnley efec9ac8a9 Allow float values for libmp3lame quality. 15 years ago
Reimar Döffinger 82eac2f321 Check avctx width/height more thoroughly (e.g. all values 0 except width would 15 years ago
Måns Rullgård 4a6cc8fa25 ARM: fix NEON h264_idct_add8 15 years ago
Ronald S. Bultje 1d16a1cf99 Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from 15 years ago
Carl Eugen Hoyos 6639af56ea Reindent after r25115. 15 years ago
Zhou Zongyi 4383692896 Add R10k decoder. 15 years ago
Carl Eugen Hoyos 527c91e34a Test lowres before codec init. 15 years ago
Justin Ruggles c7d89948a3 Set a constant frame size for encoding G.726 audio. 15 years ago
Måns Rullgård c058dc222c tta: remove stray semicolon 15 years ago
James Darnley 8d39fbd6d9 Allow mpeg encoding with qscale and very low frame rate. 15 years ago
Marcelo Galvăo Póvoa c7bb7eff81 Move AMR-NB frame unpacking code to a common file so it can be reused in 15 years ago
Luca Barbato 6f9932476d Update H263_AIC asm offset for the apple variant 15 years ago
Alex Converse bb2d8e9f05 aacdec: Rework channel mapping compatibility hacks. 15 years ago
Reimar Döffinger 936cfbc589 Fix 24 bpp CSCD decoding, as for Windows bitmaps in this (and only this) 15 years ago
Martin Storsjö 535cb0434d Allow the lowres option to affect audio codecs, too 15 years ago
Jason Garrett-Glaser 8acb554aff LGPL SSE2 H.264 iDCT 15 years ago
Reimar Döffinger 23e05db79c Fix indentation. 15 years ago
Martin Storsjö 58e37eafce Add G.722 ADPCM audio decoder 15 years ago
Diego Biurrun e47ca217cb Use filename as pattern for multiple inclusion guards. 15 years ago
Diego Biurrun a9b98c0134 Add missing stdint.h #include; necessary to pass 'make checkheaders'. 15 years ago
Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 15 years ago
Stefano Sabatini 9ec7458ddf Remove reference to not anymore existing symbol has_altivec and use 15 years ago
Stefano Sabatini ccf22d3ed1 Merge has_altivec() function into mm_support(), remove it and use 15 years ago
Reimar Döffinger 83f72f138e Only draw the actually visible area in vp3_draw_horiz_band. 15 years ago
Stefano Sabatini 9d2e0ad824 Remove use of deprecated functions av_image_fill_pointers/linesizes in 15 years ago
Stefano Sabatini 4afbcf46c9 Reindent. 15 years ago
Stefano Sabatini 34017fd9b2 Move av_picture_data_copy() to libavcore, and rename it 15 years ago
Stefano Sabatini e7eb2033ff Reimplement av_picture_data_copy() avoiding the use of PixFmtInfo 15 years ago
Stefano Sabatini 03ff61167e Reindent after the last commit. 15 years ago
Stefano Sabatini 9686abb826 Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, 15 years ago
Marcelo Galvăo Póvoa 48ac225db2 Move lsp2lpc_sipr() function to common code so it can be reused in a 15 years ago
Marcelo Galvăo Póvoa 1d96cc0865 Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder. 15 years ago
Måns Rullgård b33451eeac Check rc_buffer_size value using integer arithmetic 15 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 15 years ago
Reimar Döffinger 3d487db153 Fix slice height for y position calculation for vp3_draw_horiz_band 15 years ago
Reimar Döffinger 3b9ee20f70 Fix vp3_draw_horiz_band to not produce completely chaotical values 15 years ago
Reimar Döffinger 6974952d24 VP3/Theora: validate aspect and reduce it before exporting it 15 years ago
Stefano Sabatini 8ef38f3f50 Add #ifndef around FF_API_MM_FLAGS. 15 years ago