Mercurial > libavcodec.hg
graph
-
Add missing stdint.h #include; necessary to pass 'make checkheaders'. libavcodecWed, 08 Sep 2010 15:34:13 +0000, by diego
-
Move mm_support() from libavcodec to libavutil, make it a public libavcodecWed, 08 Sep 2010 15:07:14 +0000, by stefano
-
Remove reference to not anymore existing symbol has_altivec and use libavcodecWed, 08 Sep 2010 14:36:13 +0000, by stefano
-
Merge has_altivec() function into mm_support(), remove it and use libavcodecWed, 08 Sep 2010 10:02:40 +0000, by stefano
-
Only draw the actually visible area in vp3_draw_horiz_band. libavcodecWed, 08 Sep 2010 05:51:31 +0000, by reimar
-
Remove use of deprecated functions av_image_fill_pointers/linesizes in libavcodecTue, 07 Sep 2010 21:24:03 +0000, by stefano
-
Move av_picture_data_copy() to libavcore, and rename it libavcodecTue, 07 Sep 2010 21:23:55 +0000, by stefano
-
Reimplement av_picture_data_copy() avoiding the use of PixFmtInfo libavcodecTue, 07 Sep 2010 21:23:52 +0000, by stefano
-
Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, libavcodecTue, 07 Sep 2010 21:23:45 +0000, by stefano
-
Move lsp2lpc_sipr() function to common code so it can be reused in a libavcodecTue, 07 Sep 2010 20:46:29 +0000, by vitor
-
Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder. libavcodecTue, 07 Sep 2010 20:44:41 +0000, by vitor
-
Check rc_buffer_size value using integer arithmetic libavcodecTue, 07 Sep 2010 19:54:48 +0000, by mru
-
Use new imgutils.h API names, fix deprecation warnings. libavcodecTue, 07 Sep 2010 19:15:29 +0000, by stefano
-
Fix slice height for y position calculation for vp3_draw_horiz_band libavcodecMon, 06 Sep 2010 19:26:18 +0000, by reimar
-
Fix vp3_draw_horiz_band to not produce completely chaotical values libavcodecMon, 06 Sep 2010 19:21:13 +0000, by reimar
-
VP3/Theora: validate aspect and reduce it before exporting it libavcodecMon, 06 Sep 2010 17:53:29 +0000, by reimar
-
Use "d" suffix for general-purpose registers used with movd. libavcodecSun, 05 Sep 2010 10:10:16 +0000, by reimar
-
Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ libavcodecSat, 04 Sep 2010 09:59:08 +0000, by stefano
-
Port latest x264 deblock asm (before they moved to using NV12 as internal libavcodecFri, 03 Sep 2010 16:52:46 +0000, by rbultje
-
Unscrew breakage after my last commit because of symbol prefixes. libavcodecWed, 01 Sep 2010 21:10:19 +0000, by rbultje
-
Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-square libavcodecWed, 01 Sep 2010 20:56:16 +0000, by rbultje
-
Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c, libavcodecWed, 01 Sep 2010 20:48:59 +0000, by rbultje
-
add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControl libavcodecWed, 01 Sep 2010 10:26:28 +0000, by aurel
-
Use quotes instead of angle brackets for local #includes. libavcodecWed, 01 Sep 2010 02:12:03 +0000, by diego
-
Checking return values of av_malloc(z) and report an error in case. libavcodecTue, 31 Aug 2010 07:14:47 +0000, by bindhammer
-
aacenc: Remove an unused variable from adjust_frame_information(). libavcodecTue, 31 Aug 2010 00:33:56 +0000, by alexc
-
aacenc: Don't set s->cur_channel before apply_window_and_mdct(). libavcodecTue, 31 Aug 2010 00:31:17 +0000, by alexc
-
aacenc: Only apply M/S if common_window is set. libavcodecMon, 30 Aug 2010 23:43:03 +0000, by alexc
-
vorbisdec: Use int instead of uint16_fast_t for index variables libavcodecMon, 30 Aug 2010 22:34:09 +0000, by conrad
-
Fix compilation failure if yasm is disabled (missing vp3 symbols). libavcodecMon, 30 Aug 2010 20:30:40 +0000, by rbultje
-
Split intra prediction initialization (i.e. assigning of function pointers) libavcodecMon, 30 Aug 2010 16:34:13 +0000, by rbultje
-
Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1 libavcodecMon, 30 Aug 2010 16:31:04 +0000, by rbultje
-
Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6 libavcodecMon, 30 Aug 2010 16:25:46 +0000, by rbultje
-
Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() libavcodecMon, 30 Aug 2010 16:22:27 +0000, by rbultje
-
Include stdint.h instead of inttypes.h, it is enough for what this file need. libavcodecSun, 29 Aug 2010 15:46:38 +0000, by vitor
-
Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61. libavcodecThu, 26 Aug 2010 14:33:39 +0000, by rbultje
-
Clarify code/avoid possible bugs by using precalculated values that are used for extradata as well libavcodecThu, 26 Aug 2010 10:03:06 +0000, by bindhammer
-
Setting proper values in extradata for future use in muxer libavcodecThu, 26 Aug 2010 10:02:59 +0000, by bindhammer
-
Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QT libavcodecThu, 26 Aug 2010 07:39:34 +0000, by mstorsjo
-
Revert r24931, it broke Win32 and some BSD compiles (yay fate). libavcodecWed, 25 Aug 2010 20:36:35 +0000, by rbultje
-
Remove duplicate definitions of fullpel MC functions libavcodecWed, 25 Aug 2010 20:14:21 +0000, by mru
-
Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is contributing libavcodecWed, 25 Aug 2010 19:57:05 +0000, by rbultje