12365 Commits (527c91e34a0e1b49dbaede9fa1a7cc81ef8a3b0a)

Author SHA1 Message Date
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
Reimar Döffinger b1c32fb5e5 Use "d" suffix for general-purpose registers used with movd. 15 years ago
Stefano Sabatini 7160bb716b Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 15 years ago
Martin Storsjö dab95c0584 Fix the dependencies of the RTP muxer 15 years ago
Ronald S. Bultje 2c166c3af1 Port latest x264 deblock asm (before they moved to using NV12 as internal 15 years ago
Eli Friedman a10a9f5cd0 Fix typo in r25019. 15 years ago
Ronald S. Bultje 615da9b1d9 Unscrew breakage after my last commit because of symbol prefixes. 15 years ago
Ronald S. Bultje a33a2562c1 Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-square 15 years ago
Ronald S. Bultje 14bc1f2485 Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c, 15 years ago
Aurelien Jacobs eda7c983c1 add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControl 15 years ago
Diego Biurrun 625bac784b Use quotes instead of angle brackets for local #includes. 15 years ago
Ronald S. Bultje 5929b3a651 Fix vertical align. 15 years ago
Tobias Bindhammer d1cacdb8dd Checking return values of av_malloc(z) and report an error in case. 15 years ago
Alex Converse 99d7a3e862 aacenc: Remove an unused variable from adjust_frame_information(). 15 years ago
Alex Converse 1297f58132 aacenc: Don't set s->cur_channel before apply_window_and_mdct(). 15 years ago
Alex Converse 8e4c11e90a aacenc: Write tag.elem_id early. 15 years ago
Alex Converse 0e107f7890 psymodel: Const correct FFPsyWindowInfo. 15 years ago
Alex Converse 76dfe4ebc5 aacenc: Only apply M/S if common_window is set. 15 years ago
David Conrad c740f737e9 vorbisdec: Use int instead of uint16_fast_t for index variables 15 years ago