Mercurial > libavcodec.hg
graph
-
aacdec: Rework channel mapping compatibility hacks. libavcodecFri, 10 Sep 2010 18:01:48 +0000, by alexc
-
Fix 24 bpp CSCD decoding, as for Windows bitmaps in this (and only this) libavcodecFri, 10 Sep 2010 17:33:31 +0000, by reimar
-
Allow the lowres option to affect audio codecs, too libavcodecFri, 10 Sep 2010 06:19:31 +0000, by mstorsjo
-
Use filename as pattern for multiple inclusion guards. libavcodecWed, 08 Sep 2010 16:02:20 +0000, by diego
-
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
-
Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This should libavcodecWed, 25 Aug 2010 13:44:16 +0000, by rbultje
-
Move vp6_filter_diag4() from DSPContext to VP56DSPContext. libavcodecWed, 25 Aug 2010 13:42:28 +0000, by rbultje
-
added/extended some comments in a64multi_encode_frame() libavcodecWed, 25 Aug 2010 11:47:47 +0000, by bindhammer
-
Mark xmm registers as clobbered in simple loopfilter. Should fix the last libavcodecTue, 24 Aug 2010 16:52:27 +0000, by rbultje
-
Fix undefined expressions that use multiple calls to get_bits(). libavcodecTue, 24 Aug 2010 16:10:25 +0000, by alexc
-
msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header() libavcodecTue, 24 Aug 2010 15:40:57 +0000, by mru
-
added interlacing option and compression option for colorram (lut) libavcodecTue, 24 Aug 2010 15:21:27 +0000, by bindhammer
-
fixed some return values and deprecated CODEC_TYPE_VIDEO. libavcodecTue, 24 Aug 2010 14:02:31 +0000, by bindhammer
-
Revert unintended changes to fft.h from r24890. libavcodecMon, 23 Aug 2010 19:35:58 +0000, by alexc
-
imdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_bits". libavcodecMon, 23 Aug 2010 15:51:09 +0000, by alexc
-
enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system libavcodecMon, 23 Aug 2010 11:52:34 +0000, by bindhammer
-
Initial version of the a64 (multicolor charset) codec libavcodecMon, 23 Aug 2010 11:46:32 +0000, by bindhammer
-
Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures). libavcodecMon, 23 Aug 2010 02:41:22 +0000, by rbultje
-
The 24-bit ydt also should not depend on endianness, libavcodecSat, 21 Aug 2010 19:50:36 +0000, by reimar
-
Since the 24 bit format is decoded to endian-dependant libavcodecSat, 21 Aug 2010 19:40:38 +0000, by reimar
-
Do not swap red and blue when decoding truemotion libavcodecSat, 21 Aug 2010 19:37:33 +0000, by reimar
-
Export the presentation video dimensions as avctx->width/avctx->height. libavcodecSat, 21 Aug 2010 11:52:03 +0000, by reimar
-
Fixed mpeg12 top field first flag value with field picture encoding. libavcodecFri, 20 Aug 2010 18:28:42 +0000, by fenrir
-
Ignore generated dependency files and header objects. libavcodecWed, 18 Aug 2010 13:50:32 +0000, by diego