Mercurial > libavcodec.hg
graph
-
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
-
Deprecate ff_get_plane_bytewidth() in favor of libavcodecThu, 12 Aug 2010 15:06:04 +0000, by stefano
-
Implement av_get_image_linesize() and use it in libavcodecThu, 12 Aug 2010 15:05:58 +0000, by stefano
-
Add av_picture_data_copy() and reimplement av_picture_copy() as a libavcodecWed, 11 Aug 2010 14:18:52 +0000, by stefano
-
fix over-allocation. confused b4_stride with mb_width. libavcodecWed, 11 Aug 2010 05:24:19 +0000, by skal
-
Fix buffer overrun if idx is negative (it can be down to -23>>4), by prepending libavcodecMon, 09 Aug 2010 13:54:59 +0000, by rbultje
-
Fix handling of truncated files. Should fix random FATE breakages. libavcodecMon, 09 Aug 2010 07:17:01 +0000, by vitor
-
Fix the compilation of some libavcodec/lib* files which were not libavcodecSat, 07 Aug 2010 01:36:35 +0000, by stefano
-
libvpxdec: Fix "error: implicit declaration of function ¡Æav_check_image_size¡Ç". libavcodecFri, 06 Aug 2010 18:57:14 +0000, by alexc
-
vorbis_dec: Change partition_class[] to uint8_t. libavcodecFri, 06 Aug 2010 16:10:42 +0000, by alexc
-
Add a CONFIG_ variable for generic Huffman routines. libavcodecFri, 06 Aug 2010 10:29:14 +0000, by diego
-
Remove use of the deprecated function avcodec_check_dimensions(), use libavcodecFri, 06 Aug 2010 09:37:04 +0000, by stefano
-
Deprecate avcodec_check_dimensions() in favor of the new function libavcodecFri, 06 Aug 2010 09:36:45 +0000, by stefano
-
H.264: SSE2/SSSE3 weighted prediction asm libavcodecThu, 05 Aug 2010 00:13:38 +0000, by darkshikari
-
fft-test: exit with non-zero status if test failed libavcodecWed, 04 Aug 2010 06:56:55 +0000, by mru
-
VP8: partially inline decode_block_coeffs libavcodecWed, 04 Aug 2010 02:23:25 +0000, by darkshikari
-
VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffs libavcodecWed, 04 Aug 2010 01:38:08 +0000, by darkshikari
-
Cosmetics: add missing space to options.c libavcodecWed, 04 Aug 2010 00:08:16 +0000, by darkshikari
-
VP8: slightly faster DCT coefficient probability update libavcodecTue, 03 Aug 2010 23:21:47 +0000, by darkshikari
-
Silence unused function warnings in vp56.h libavcodecTue, 03 Aug 2010 11:35:41 +0000, by darkshikari
-
vorbisdec: Return AVERROR(ENOMEM) on malloc() failure. libavcodecTue, 03 Aug 2010 00:27:54 +0000, by alexc