Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-10LGPL SSE2 H.264 iDCTJason Garrett-Glaser
2010-09-10Fix indentation.Reimar Döffinger
2010-09-09Add G.722 ADPCM audio decoderMartin Storsjö
2010-09-08Use filename as pattern for multiple inclusion guards.Diego Biurrun
2010-09-08Add missing stdint.h #include; necessary to pass 'make checkheaders'.Diego Biurrun
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-08Remove reference to not anymore existing symbol has_altivec and useStefano Sabatini
2010-09-08Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini
2010-09-08Only draw the actually visible area in vp3_draw_horiz_band.Reimar Döffinger
2010-09-08Remove use of deprecated functions av_image_fill_pointers/linesizes inStefano Sabatini
2010-09-08Reindent.Stefano Sabatini
2010-09-08Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini
2010-09-08Reimplement av_picture_data_copy() avoiding the use of PixFmtInfoStefano Sabatini
2010-09-08Reindent after the last commit.Stefano Sabatini
2010-09-08Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini
2010-09-08Move lsp2lpc_sipr() function to common code so it can be reused in aMarcelo Galvăo Póvoa
2010-09-08Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder.Marcelo Galvăo Póvoa
2010-09-07Check rc_buffer_size value using integer arithmeticMåns Rullgård
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-09-06Fix slice height for y position calculation for vp3_draw_horiz_bandReimar Döffinger
2010-09-06Fix vp3_draw_horiz_band to not produce completely chaotical valuesReimar Döffinger
2010-09-06VP3/Theora: validate aspect and reduce it before exporting itReimar Döffinger
2010-09-06Add #ifndef around FF_API_MM_FLAGS.Stefano Sabatini
2010-09-05Use "d" suffix for general-purpose registers used with movd.Reimar Döffinger
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini
2010-09-04Fix the dependencies of the RTP muxerMartin Storsjö
2010-09-03Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje
2010-09-02Fix typo in r25019.Eli Friedman
2010-09-02Unscrew breakage after my last commit because of symbol prefixes.Ronald S. Bultje
2010-09-02Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-squareRonald S. Bultje
2010-09-02Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje
2010-09-01add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControlAurelien Jacobs
2010-09-01Use quotes instead of angle brackets for local #includes.Diego Biurrun
2010-08-31Fix vertical align.Ronald S. Bultje
2010-08-31Checking return values of av_malloc(z) and report an error in case.Tobias Bindhammer
2010-08-31aacenc: Remove an unused variable from adjust_frame_information().Alex Converse
2010-08-31aacenc: Don't set s->cur_channel before apply_window_and_mdct().Alex Converse
2010-08-31aacenc: Write tag.elem_id early.Alex Converse
2010-08-31psymodel: Const correct FFPsyWindowInfo.Alex Converse
2010-08-31aacenc: Only apply M/S if common_window is set.Alex Converse
2010-08-31vorbisdec: Use int instead of uint16_fast_t for index variablesDavid Conrad
2010-08-31Fix compilation failure if yasm is disabled (missing vp3 symbols).Ronald S. Bultje
2010-08-30Split intra prediction initialization (i.e. assigning of function pointers)Ronald S. Bultje
2010-08-30Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje
2010-08-30Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje
2010-08-30Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje
2010-08-29Include stdint.h instead of inttypes.h, it is enough for what this file need.Vitor Sessak
2010-08-29Hopefully fix the fate-ws_snd breakage on PPCVitor Sessak
2010-08-29cosmetics in imdct_sseLoren Merritt
2010-08-28cosmeticAurelien Jacobs