Mercurial > libavcodec.hg
graph
-
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
-
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
-
vorbisdec: Prevent a potential integer overflow. libavcodecTue, 03 Aug 2010 00:25:06 +0000, by alexc
-
The VP8 decoder does not depend on vp56.o and vp56data.o. libavcodecMon, 02 Aug 2010 23:23:27 +0000, by diego
-
Remove redundant h264pred.o from VP8 objects list. libavcodecMon, 02 Aug 2010 23:16:52 +0000, by diego
-
VP8: eliminate a dereference in coefficient decoding libavcodecMon, 02 Aug 2010 22:48:38 +0000, by darkshikari
-
vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc build libavcodecMon, 02 Aug 2010 20:35:50 +0000, by mru
-
VP8: move zeroing of luma DC block into the WHT libavcodecMon, 02 Aug 2010 20:18:09 +0000, by darkshikari
-
only store intra prediction modes on the boundary for keyframes, not as a plane. libavcodecMon, 02 Aug 2010 09:44:53 +0000, by skal
-
Use word-writing instead of dword-writing (with two cached but otherwise libavcodecSat, 31 Jul 2010 23:13:15 +0000, by rbultje
-
Simplify verbatim mode fallback by checking the frame size before writing. libavcodecSat, 31 Jul 2010 21:08:53 +0000, by jbr
-
Calculate an exact frame size before writing. Now the buffer size requirements libavcodecSat, 31 Jul 2010 20:32:12 +0000, by jbr
-
cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params() libavcodecSat, 31 Jul 2010 20:19:07 +0000, by jbr
-
Reduce number of input parameters to find_subblock_rice_params(). libavcodecSat, 31 Jul 2010 20:17:59 +0000, by jbr
-
Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a single libavcodecSat, 31 Jul 2010 17:06:10 +0000, by jbr
-
Remove duplicate code by adding a flag for encoding in verbatim mode. libavcodecSat, 31 Jul 2010 16:46:32 +0000, by jbr
-
Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize, libavcodecSat, 31 Jul 2010 16:46:20 +0000, by stefano
-
Remove x86/mmx.h. It is not used anymore and has been deprecated for years. libavcodecSat, 31 Jul 2010 16:20:45 +0000, by vitor
-
Fix compilation with --disable-yasm. 10l to me. libavcodecSat, 31 Jul 2010 16:17:54 +0000, by vitor
-
Combine output_subframe() and output_subframes(). libavcodecFri, 30 Jul 2010 21:32:19 +0000, by jbr
-
Combine output_subframe_verbatim() and output_subframe_lpc(). libavcodecFri, 30 Jul 2010 21:06:38 +0000, by jbr
-
Combine and simplify output_residual() and output_subframe_lpc(). libavcodecFri, 30 Jul 2010 20:53:02 +0000, by jbr
-
Combine and simplify output_subframe_fixed() and output_subframe_lpc(). libavcodecFri, 30 Jul 2010 20:28:46 +0000, by jbr
-
Combine and simplify output_subframe_constant() and output_subframe_verbatim(). libavcodecFri, 30 Jul 2010 20:24:15 +0000, by jbr
-
Pass FlacSubframe to output_subframe_* instead of channel number. libavcodecFri, 30 Jul 2010 20:09:14 +0000, by jbr
-
cosmetics: change FlacEncodeContext variable name from ctx to s in several libavcodecFri, 30 Jul 2010 19:40:18 +0000, by jbr
-
Do not need to set coded_frame->key_frame = 1 because it is already set in libavcodecFri, 30 Jul 2010 19:02:59 +0000, by jbr
-
Move debug logging of compression options to a single function. libavcodecFri, 30 Jul 2010 18:59:27 +0000, by jbr
-
Make avpicture_fill() directly call av_fill_image_linesizes() and libavcodecFri, 30 Jul 2010 08:42:08 +0000, by stefano
-
Move fill_image_linesize() and fill_image_data_ptr() from libavcodecThu, 29 Jul 2010 23:44:57 +0000, by stefano
-
Fix compilation in x86_64. I broke it with r24580. libavcodecThu, 29 Jul 2010 22:45:21 +0000, by vitor
-
Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpx libavcodecWed, 28 Jul 2010 08:02:35 +0000, by cehoyos
-
nellymoserenc: Declare the supported sample format libavcodecWed, 28 Jul 2010 05:19:42 +0000, by mstorsjo
-
b0rk3d FATE + black helicopters hissing -> rolling back to r24556 and sleeping libavcodecTue, 27 Jul 2010 23:09:13 +0000, by skal
-
perform the clipping on luma_dc_qmul[1] and chroma_qmul[0] earlier libavcodecTue, 27 Jul 2010 22:23:50 +0000, by skal
-
save some copies by moving some fields out of proba[2] libavcodecTue, 27 Jul 2010 22:21:49 +0000, by skal
-
Setup correct channel value when downmixing is required. libavcodecTue, 27 Jul 2010 21:44:09 +0000, by banan
-
add Chinese AVS encoding via external library libxavs libavcodecTue, 27 Jul 2010 07:18:36 +0000, by stefang
-
Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() libavcodecMon, 26 Jul 2010 23:12:28 +0000, by stefano
-
Use pmaddubsw for the mbedge_filter (>=ssse3), 6-10 cycles faster. libavcodecMon, 26 Jul 2010 21:18:19 +0000, by rbultje
-
Define static functions fill_image_linesize() and libavcodecMon, 26 Jul 2010 14:30:47 +0000, by stefano
-
Enable no-loop memory/register saving for ssse3/sse4 also. libavcodecMon, 26 Jul 2010 14:07:57 +0000, by rbultje
-
Save a register (or regsize of stackspace for x86-32) for the no-loop libavcodecMon, 26 Jul 2010 14:00:15 +0000, by rbultje
-
Use nested ifs instead of &&, which appears to not work with %ifidn (i.e. this libavcodecMon, 26 Jul 2010 13:56:51 +0000, by rbultje
-
Split pextrw macro-spaghetti into several opt-specific macros, this will make libavcodecMon, 26 Jul 2010 13:50:59 +0000, by rbultje
-
Fix r24445: Instead of needlessly initialising a variable, silence the warning. libavcodecSun, 25 Jul 2010 14:49:45 +0000, by cehoyos
-
Only 4-bit ADPCM IMA WAV files are supported. libavcodecSun, 25 Jul 2010 14:33:16 +0000, by cehoyos
-
Fix obvious bug in assignment. Somehow, the test vectors don't test this... libavcodecSun, 25 Jul 2010 02:42:40 +0000, by rbultje
-
Fix SPLATB_REG mess. Used to be a if/elseif/elseif/elseif spaghetti, so this libavcodecSat, 24 Jul 2010 19:33:05 +0000, by rbultje
-
aacenc: TLS: Save maximum values for each swb in a table. libavcodecSat, 24 Jul 2010 17:11:51 +0000, by alexc
-
10l: Remove some commented out code that slipped in. libavcodecSat, 24 Jul 2010 17:01:50 +0000, by alexc
-
aacenc: TLS: Try to preserve some energy in each non-zero band. libavcodecSat, 24 Jul 2010 16:36:01 +0000, by alexc
-
Use "const" qualifier for pointers that point to input data of libavcodecSat, 24 Jul 2010 13:59:49 +0000, by reimar
-
aacenc: Prevent premature termination of the two loop search. libavcodecSat, 24 Jul 2010 04:23:26 +0000, by alexc
-
aacdec: Only load and write each predictor variable one. libavcodecSat, 24 Jul 2010 02:57:08 +0000, by alexc
-
aacenc: Favor log2f() and sqrtf() over log2() and sqrt(). libavcodecSat, 24 Jul 2010 02:10:59 +0000, by alexc
-
VP8: Use vp56_rac_get_prob_branchy when the bit is only used by an if() libavcodecFri, 23 Jul 2010 21:46:20 +0000, by conrad
-
Decode DCT tokens by branching to a different code path for each branch libavcodecFri, 23 Jul 2010 21:46:17 +0000, by conrad
-
Move renormalization of the VP56 arith decoder to before decoding a bit libavcodecFri, 23 Jul 2010 21:46:14 +0000, by conrad
-
Split renorm of vp56 arith decoder to its own function libavcodecFri, 23 Jul 2010 21:46:08 +0000, by conrad
-
vp56's arith decoder's code_word is only 16 bits, no need for unsigned long libavcodecFri, 23 Jul 2010 21:46:01 +0000, by conrad
-
Add myself to VP8 copyright and maintainers. libavcodecFri, 23 Jul 2010 21:42:35 +0000, by darkshikari
-
VP8: always_inline some things to force gcc to do the right thing libavcodecFri, 23 Jul 2010 21:36:21 +0000, by darkshikari
-
VP8: use AV_RL24 instead of defining a new RL24. libavcodecFri, 23 Jul 2010 21:17:18 +0000, by darkshikari
-
VP8: use AV_ZERO32 instead of AV_WN32A where relevant libavcodecFri, 23 Jul 2010 10:42:19 +0000, by darkshikari
-
VP8: shave a few clocks off check_intra_pred_mode libavcodecFri, 23 Jul 2010 10:24:38 +0000, by darkshikari
-
VP8: fix broken sign bias code in MV pred libavcodecFri, 23 Jul 2010 06:41:35 +0000, by darkshikari
-
VP8: optimize DC-only chroma case in the same way as luma. libavcodecFri, 23 Jul 2010 06:02:52 +0000, by darkshikari
-
In h264 parser, return immediately if buf_size is 0, avoid printing libavcodecFri, 23 Jul 2010 00:34:09 +0000, by bcoudurier
-
VP8: clear DCT blocks in iDCT instead of using clear_blocks. libavcodecFri, 23 Jul 2010 00:07:16 +0000, by darkshikari
-
VP8: avoid a memset for non-i4x4 blocks with no coefficients libavcodecFri, 23 Jul 2010 00:05:44 +0000, by darkshikari
-
Get rid of more unnecessary dereferences in VP8 deblocking libavcodecThu, 22 Jul 2010 23:11:40 +0000, by darkshikari
-
Eliminate a LUT in escape decoding in VP8 decode_block_coeffs libavcodecThu, 22 Jul 2010 22:08:09 +0000, by darkshikari
-
Eliminate some repeated dereferences in VP8 inter_predict libavcodecThu, 22 Jul 2010 21:05:30 +0000, by darkshikari
-
Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles on libavcodecThu, 22 Jul 2010 19:59:34 +0000, by rbultje
-
Eliminate a pointless memset for intra blocks in P-frames in VP8 libavcodecThu, 22 Jul 2010 12:15:29 +0000, by darkshikari
-
VP8: Don't store segment in macroblock struct anymore. libavcodecThu, 22 Jul 2010 11:55:55 +0000, by darkshikari
-
Convert VP8 macroblock structures to a ring buffer. libavcodecThu, 22 Jul 2010 11:45:18 +0000, by darkshikari
-
Calculate deblock strength per-MB instead of per-row libavcodecThu, 22 Jul 2010 07:24:22 +0000, by darkshikari
-
Avoid tracking i4x4 modes in P-frames in VP8 libavcodecThu, 22 Jul 2010 07:04:45 +0000, by darkshikari
-
Avoid useless fill_rectangle in P-frames in VP8 libavcodecThu, 22 Jul 2010 06:39:54 +0000, by darkshikari
-
Fix and enable horizontal >=SSE2 mbedge loopfilter. libavcodecThu, 22 Jul 2010 01:35:26 +0000, by rbultje
-
Eliminate one instruction in VP8 dc_add_sse4 libavcodecWed, 21 Jul 2010 22:41:37 +0000, by darkshikari
-
Make ff_inverse stay with libavutil, and optional copy it to libavcodec. libavcodecWed, 21 Jul 2010 12:37:37 +0000, by flameeyes
-
Add header declarations for mmx/sse constants missing them libavcodecWed, 21 Jul 2010 10:02:07 +0000, by conrad
-
Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.c libavcodecWed, 21 Jul 2010 10:02:03 +0000, by conrad
-
VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16) libavcodecTue, 20 Jul 2010 22:58:56 +0000, by rbultje
-
Chroma (width=8) inner loopfilter MMX/MMX2/SSE2 for VP8 decoder. libavcodecTue, 20 Jul 2010 22:04:18 +0000, by rbultje
-
vp8: add do { } while(0) around XCHG() macro to avoid confusing if/else libavcodecTue, 20 Jul 2010 17:54:25 +0000, by mru
-
Revert r24339 (it causes fate failures on x86-64) - I'll figure out what's libavcodecMon, 19 Jul 2010 23:57:09 +0000, by rbultje
-
Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster than libavcodecMon, 19 Jul 2010 22:38:23 +0000, by rbultje
-
Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions. libavcodecMon, 19 Jul 2010 21:53:28 +0000, by rbultje
-
Be more efficient with registers or stack memory. Saves 8/16 bytes stack libavcodecMon, 19 Jul 2010 21:45:36 +0000, by rbultje
-
Change function prototypes for width=8 inner and mbedge loopfilter functions libavcodecMon, 19 Jul 2010 21:18:04 +0000, by rbultje
-
aacenc: Adjust array offsets for the current channel before calling ff_psy_suggest_window(). libavcodecMon, 19 Jul 2010 18:22:44 +0000, by alexc
-
aacenc: Refactor apply_window_and_mdct() so it no longer takes an offset channel. libavcodecMon, 19 Jul 2010 18:19:53 +0000, by alexc
-
8088flex TMV video decoder now uses ff_draw_pc_font() libavcodecSun, 18 Jul 2010 07:46:29 +0000, by pross
-
aacenc: Template quantize_and_encode_band_cost(). libavcodecFri, 16 Jul 2010 20:02:46 +0000, by alexc
-
Revert 24270, it contained some stuff that shouldn't have been in there. libavcodecFri, 16 Jul 2010 19:54:25 +0000, by rbultje
-
Give x86 r%d registers names, this will simplify implementation of the chroma libavcodecFri, 16 Jul 2010 19:38:10 +0000, by rbultje
-
Change return statement, the REP_RET is a mistake since the else case (x86-64, libavcodecFri, 16 Jul 2010 18:29:14 +0000, by rbultje
-
Use designated initialisers for pcm codec struct libavcodecFri, 16 Jul 2010 13:02:48 +0000, by pross
-
vp8: Save mb border needed for intra prediction so that loop filter can run libavcodecFri, 16 Jul 2010 07:20:35 +0000, by conrad
-
VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations. libavcodecThu, 15 Jul 2010 23:02:34 +0000, by rbultje
-
ARM: NEON H264 chroma loop filter 3 cycles faster libavcodecThu, 15 Jul 2010 21:59:27 +0000, by mru
-
ARM: remove two insns from NEON chroma loop filter libavcodecThu, 15 Jul 2010 06:45:11 +0000, by mru
-
Restore mistakenly removed [in]/[out] Doxygen parameter attributes. libavcodecWed, 14 Jul 2010 21:22:06 +0000, by diego
-
Pass the composition and ancillary ID for DVB subtitles via extradata instead libavcodecWed, 14 Jul 2010 17:28:40 +0000, by reimar
-
Remove incomplete Doxygen for static decode_frame functions. libavcodecWed, 14 Jul 2010 13:12:24 +0000, by diego
-
aacenc: psy_3gpp_init(): Fix line_to_frequency for short windows. libavcodecWed, 14 Jul 2010 04:10:52 +0000, by alexc
-
aacenc: aac_psy_init(): Factorize line_to_frequency. libavcodecWed, 14 Jul 2010 04:10:47 +0000, by alexc
-
aacenc: psy_3gpp_init(): Fix ath for the first line in each sfb. libavcodecWed, 14 Jul 2010 04:10:41 +0000, by alexc
-
aacenc: psy_3gpp_init(): Calculate barks on demand. libavcodecWed, 14 Jul 2010 04:10:31 +0000, by alexc
-
aacdec: Eliminate the use of doubles in the MAIN predictor. libavcodecMon, 12 Jul 2010 21:36:41 +0000, by alexc
-
aacdec: Eliminate the use of doubles in decode_cce(). libavcodecMon, 12 Jul 2010 21:36:10 +0000, by alexc
-
Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore. libavcodecMon, 12 Jul 2010 21:23:03 +0000, by cehoyos
-
avfft: make init functions return NULL on failure as intended libavcodecMon, 12 Jul 2010 19:54:16 +0000, by mru
-
Use correct length modifier for size comparison in printf expression, fixes: libavcodecMon, 12 Jul 2010 19:36:35 +0000, by diego
-
Split the ADTS header decoder off of the ADTS parser. libavcodecMon, 12 Jul 2010 18:52:03 +0000, by alexc
-
aacdec: Remove the warning about non-meaningful window transitions. libavcodecMon, 12 Jul 2010 18:24:22 +0000, by alexc
-
Use math constant instead of hardcoded rounded value for sqrt(0.5). libavcodecMon, 12 Jul 2010 12:32:24 +0000, by benoit
-
Fix side channels when XCh extension is present. libavcodecMon, 12 Jul 2010 09:10:53 +0000, by benoit
-
vc1: Fix ordering of loop filter for I/B frames libavcodecSun, 11 Jul 2010 22:52:51 +0000, by conrad
-
vc1: ff_draw_horiz_band needs a one row delay when the loop filter is active libavcodecSun, 11 Jul 2010 22:52:47 +0000, by conrad
-
Set libvpx encoding profile to libavcodec's profile. libavcodecSun, 11 Jul 2010 17:46:44 +0000, by cehoyos
-
Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. libavcodecSun, 11 Jul 2010 16:56:20 +0000, by jbr
-
Do not try to decode less than one frame of data in TrueSpeech decoder. libavcodecSun, 11 Jul 2010 14:50:20 +0000, by kostya
-
100l, change avsubtitle_free to the actually tested and working version. libavcodecSun, 11 Jul 2010 07:53:39 +0000, by reimar
-
Set pix_fmt to the correct value for the format the PGS decoder actually uses. libavcodecSun, 11 Jul 2010 07:48:04 +0000, by reimar
-
Document that and why subtitle decoders do not support direct-rendering. libavcodecSat, 10 Jul 2010 23:35:15 +0000, by reimar
-
Make WMV3 decoder print more errors when decoding beta WMV9 files. libavcodecSat, 10 Jul 2010 14:36:53 +0000, by kostya
-
Change qmax/qmin limits to 63 instead of 51. libavcodecSat, 10 Jul 2010 06:34:57 +0000, by darkshikari
-
resample: check memory allocations in av_resample_init() libavcodecFri, 09 Jul 2010 16:05:52 +0000, by mru
-
Allow using libxvid RC without enabling encoding wrapper libavcodecFri, 09 Jul 2010 10:53:30 +0000, by mru
-
Add back previously removed non-existing function params in doxygen comments. libavcodecThu, 08 Jul 2010 22:57:27 +0000, by diego
-
Improve variable names in imlt_window_float() and mlt_compensate_output(). libavcodecThu, 08 Jul 2010 17:55:37 +0000, by diego
-
Restore array sizes in doxygen parameter names. libavcodecThu, 08 Jul 2010 13:35:46 +0000, by diego
-
ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3 libavcodecWed, 07 Jul 2010 23:52:24 +0000, by jbr
-
Add new decoder property max_lowres and do not init decoder if requested value is higher. libavcodecWed, 07 Jul 2010 21:23:36 +0000, by cehoyos
-
aacdec: remove checks for impossible error conditions libavcodecWed, 07 Jul 2010 20:23:56 +0000, by mru
-
Move ff_dct_init(context) out of if(one time init) libavcodecWed, 07 Jul 2010 10:36:26 +0000, by michael
-
Silence warning "new qualifiers in middle of multi-level libavcodecWed, 07 Jul 2010 10:24:34 +0000, by cehoyos
-
Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASM libavcodecTue, 06 Jul 2010 17:48:23 +0000, by vitor
-
Move av_tempfile() to libxvidff.c as only the xvid wrapper needs it libavcodecTue, 06 Jul 2010 13:04:21 +0000, by mru
-
Add av_unused to decode_mb_skip declaration to fix the following warning: libavcodecTue, 06 Jul 2010 07:40:35 +0000, by diego
-
Perform sliding window operation during frame gap handling. libavcodecMon, 05 Jul 2010 14:36:03 +0000, by michael
-
Factorize ff_generate_sliding_window_mmcos() out. libavcodecMon, 05 Jul 2010 12:42:19 +0000, by michael
-
DCA: Occasionally a false XCH sync word can turn up after the core DTS data, libavcodecMon, 05 Jul 2010 08:16:43 +0000, by banan
-
DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream parsing libavcodecMon, 05 Jul 2010 01:43:47 +0000, by banan
-
PPC: gas-preprocessor handles m[ft]spr shorthands libavcodecSun, 04 Jul 2010 18:33:43 +0000, by mru
-
Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros). libavcodecSat, 03 Jul 2010 19:26:30 +0000, by rbultje
-
PPC: add _interleave versions of fft{4,6,16}_altivec libavcodecSat, 03 Jul 2010 18:36:10 +0000, by mru
-
Change all occurences of "inofficial" to "unofficial" in code, comments libavcodecSat, 03 Jul 2010 15:35:23 +0000, by cehoyos
-
SSSE3 versions of vp8 width4 bilinear MC functions libavcodecSat, 03 Jul 2010 00:48:12 +0000, by darkshikari
-
VP8: Move calculation of outer filter limit out of dsp functions for normal libavcodecFri, 02 Jul 2010 21:04:45 +0000, by conrad
-
Fix use of unintialized variable introduced in r20411. libavcodecFri, 02 Jul 2010 17:05:36 +0000, by reimar
-
Remove stray Doxygen grouping command; fixes one Doxygen warning. libavcodecFri, 02 Jul 2010 13:00:18 +0000, by diego
-
Disambiguate bitstream groups for AAC and RV30/RV40. libavcodecFri, 02 Jul 2010 12:55:36 +0000, by diego
-
Replace '\0 bytes' by 'NULL bytes' in Doxygen comments. libavcodecFri, 02 Jul 2010 12:53:37 +0000, by diego
-
Move DECODE_BYTES_PAD* macros before Doxygen comments. libavcodecFri, 02 Jul 2010 12:52:14 +0000, by diego
-
Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. libavcodecFri, 02 Jul 2010 12:48:32 +0000, by diego
-
@begingroup --> @defgroup, only the latter is correct Doxygen syntax. libavcodecFri, 02 Jul 2010 12:45:49 +0000, by diego
-
Fix doxy of gb parameter in decode_gain_info(). libavcodecFri, 02 Jul 2010 12:42:32 +0000, by diego
-
Move #ifdef before zlib_decomp() up so it covers the Doxygen comments. libavcodecFri, 02 Jul 2010 12:41:07 +0000, by diego
-
Fix doxy of fixed_mean_energy parameter in ff_amr_set_fixed_gain(). libavcodecFri, 02 Jul 2010 12:35:51 +0000, by diego
-
Fix the signature of ff_set_min_dist_lsf() to match the implementation libavcodecFri, 02 Jul 2010 12:26:22 +0000, by diego
-
Fix Doxygen documentation of gb parameter in ff_wma_get_large_val(). libavcodecFri, 02 Jul 2010 11:55:42 +0000, by diego
-
Avoid one more instance of angular brackets in Doxygen comments. libavcodecFri, 02 Jul 2010 11:53:00 +0000, by diego
-
Avoid square brackets in Doxygen comments; Doxygen chokes on them. libavcodecFri, 02 Jul 2010 11:44:58 +0000, by diego
-
Remove two more non-existing stray Doxygen function arguments. libavcodecFri, 02 Jul 2010 11:37:53 +0000, by diego
-
Remove non-existing stray arguments from Doxygen function documentation. libavcodecFri, 02 Jul 2010 11:19:29 +0000, by diego
-
Fix two more instances of wrong @ usage in Doxygen comments. libavcodecFri, 02 Jul 2010 11:09:12 +0000, by diego
-
Fix printing of '@' symbols in Doxygen comments; the correct syntax is '@@'. libavcodecFri, 02 Jul 2010 11:05:47 +0000, by diego
-
Remove redundant and harmful explicit filename after @file Doxygen command. libavcodecFri, 02 Jul 2010 10:59:35 +0000, by diego
-
Fix misspelled parameter names in Doxygen documentation. libavcodecFri, 02 Jul 2010 10:49:29 +0000, by diego
-
SSSE3 versions of width4 VP8 6-tap MC functions libavcodecFri, 02 Jul 2010 05:27:41 +0000, by darkshikari
-
tablegen: the executable depends on tablegen headers as well libavcodecFri, 02 Jul 2010 00:30:27 +0000, by flameeyes
-
Check whether IBM or Apple PPC assembler syntax is used libavcodecThu, 01 Jul 2010 23:21:27 +0000, by mru
-
mpegaudio: move compute_antialias_float() to mpegaudiodec_float.c libavcodecThu, 01 Jul 2010 23:21:20 +0000, by mru
-
mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoder libavcodecThu, 01 Jul 2010 23:21:17 +0000, by mru
-
adu and mp3on4 functions are also needed by their respective float decoders libavcodecThu, 01 Jul 2010 21:08:20 +0000, by aurel
-
Move colorspace.h from libavcodec to libavutil. libavcodecThu, 01 Jul 2010 18:49:44 +0000, by stefano
-
fix dependencies of vp5 and vp6 decoders after r23915 libavcodecThu, 01 Jul 2010 16:09:38 +0000, by aurel
-
mpegaudioenc: Remove write-only variables from the context. libavcodecThu, 01 Jul 2010 05:17:02 +0000, by jai_menon
-
Eliminate another redundant instruction in vp56/8 arithcoder libavcodecWed, 30 Jun 2010 23:59:27 +0000, by darkshikari
-
Add more int packing macros, name them consistently libavcodecWed, 30 Jun 2010 22:33:38 +0000, by mru
-
renormalize VP5/6/7/8 range coder without loop libavcodecWed, 30 Jun 2010 22:05:29 +0000, by stefang
-
More mp{1,2,3} 32-point DCT transform to our common DCT framework. libavcodecWed, 30 Jun 2010 20:11:27 +0000, by vitor
-
Fix "initialization from incompatible pointer type" warning in rv34. libavcodecWed, 30 Jun 2010 06:50:44 +0000, by benoit
-
Fix strict-aliasing violations in MPV_motion_internal. libavcodecWed, 30 Jun 2010 01:47:42 +0000, by cehoyos
-
rv40: make rv40_adaptive_loop_filter() always_inline libavcodecTue, 29 Jun 2010 22:41:22 +0000, by mru
-
Use add instead of lshift in mmxext vp8 idct libavcodecTue, 29 Jun 2010 17:23:17 +0000, by darkshikari
-
Remove unused macros (duplicates from the now-LGPL x86util.asm). libavcodecTue, 29 Jun 2010 17:04:29 +0000, by rbultje
-
Add missing mm_support call toff_h264_pred_init_x86. libavcodecTue, 29 Jun 2010 12:28:06 +0000, by darkshikari
-
Altivec: Add helper function to load from a constant misalignment libavcodecTue, 29 Jun 2010 06:42:12 +0000, by conrad
-
vorbis: cosmetics, remove trailing comma for values that will never have libavcodecTue, 29 Jun 2010 06:42:08 +0000, by conrad
-
Use crop table in C implementations of VP8 DSP functions. libavcodecTue, 29 Jun 2010 03:34:24 +0000, by darkshikari
-
Add mmxext version of VP8 DC Hadamard transform libavcodecTue, 29 Jun 2010 01:41:59 +0000, by darkshikari
-
Make x86util.asm LGPL so we can use it in LGPL asm libavcodecTue, 29 Jun 2010 00:40:12 +0000, by darkshikari
-
Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8 libavcodecMon, 28 Jun 2010 23:53:07 +0000, by darkshikari
-
Add missing comment header for predict_4x4_dc_mmxext libavcodecMon, 28 Jun 2010 23:37:24 +0000, by darkshikari
-
Fix some intra pred MMX functions that used MMXEXT instructions libavcodecMon, 28 Jun 2010 23:35:17 +0000, by darkshikari
-
aacenc: Start the lookahead pointer 1/4 of the way into the first short window. libavcodecMon, 28 Jun 2010 21:50:57 +0000, by alexc
-
aacenc: Fill in the estimated codebook for the final computed scalefactor in the TLS. libavcodecMon, 28 Jun 2010 21:42:57 +0000, by alexc
-
Make ff_psy_preprocess_end() act like av_freep(). libavcodecMon, 28 Jun 2010 21:36:19 +0000, by alexc
-
Change MMXEXT to MMX2, MMXEXT is deprecated libavcodecMon, 28 Jun 2010 21:12:00 +0000, by bcoudurier