Mercurial > libavcodec.hg
graph
-
Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bit libavcodecSun, 30 Aug 2009 06:30:53 +0000, by kostya
-
Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block libavcodecSun, 30 Aug 2009 06:16:33 +0000, by kostya
-
Store the frame size in the LibSpeexContext in case the header does not exist. libavcodecSat, 29 Aug 2009 21:04:18 +0000, by jbr
-
Move declarations of some mmx functions to dsputil_mmx.h libavcodecSat, 29 Aug 2009 16:55:50 +0000, by mru
-
Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16 libavcodecSat, 29 Aug 2009 16:55:46 +0000, by mru
-
Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16 libavcodecFri, 28 Aug 2009 23:39:02 +0000, by mru
-
Use the output data type to determine the maximum number of samples that can be libavcodecFri, 28 Aug 2009 00:57:00 +0000, by jbr
-
Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat libavcodecFri, 28 Aug 2009 00:44:54 +0000, by jbr
-
Re-add search_for_ms to the coefficients encoders to silence warnings libavcodecThu, 27 Aug 2009 17:46:13 +0000, by alexc
-
Mark "i" parameter of vector_clipf_sse() as early-clobber libavcodecThu, 27 Aug 2009 15:52:44 +0000, by vitor
-
100l, revision 19728 added a bug that broke twinvq decoding. I forgot to libavcodecThu, 27 Aug 2009 15:49:05 +0000, by vitor
-
SSE optimized vector_clipf(). 10% faster TwinVQ decoding. libavcodecThu, 27 Aug 2009 14:49:36 +0000, by vitor
-
1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2. libavcodecThu, 27 Aug 2009 13:41:11 +0000, by lorenm
-
Remove useless alignment from MpegEncContext.intra_scantable libavcodecWed, 26 Aug 2009 23:07:07 +0000, by mru
-
Fix comments after switching from CABAC to range coder in r3658. libavcodecWed, 26 Aug 2009 21:25:43 +0000, by cehoyos
-
merge 2-channel M/S stereo decoding code with the multichannel version libavcodecWed, 26 Aug 2009 21:18:54 +0000, by faust3
-
Always allocate a buffer of AVPALETTE_SIZE for palette in the libavcodecWed, 26 Aug 2009 11:31:37 +0000, by cehoyos
-
100l typo, xsub encoder printed end time hours where minutes should have been. libavcodecWed, 26 Aug 2009 10:08:00 +0000, by reimar
-
100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2 libavcodecWed, 26 Aug 2009 09:10:51 +0000, by reimar
-
mdec: remove unused members from struct MDECContext libavcodecTue, 25 Aug 2009 23:28:33 +0000, by mru
-
Remove explicit init to zero of static inv_zigzag_direct16 libavcodecTue, 25 Aug 2009 23:28:30 +0000, by mru
-
PPC: remove unnecessary alignment on local variables libavcodecMon, 24 Aug 2009 21:42:22 +0000, by mru
-
Cosmetics: add some whitespace around operators libavcodecMon, 24 Aug 2009 17:35:47 +0000, by vitor
-
PPC: simplify loading some values into altivec registers libavcodecMon, 24 Aug 2009 10:36:13 +0000, by mru
-
Skip headers requiring external libs not present in checkheaders libavcodecSun, 23 Aug 2009 11:02:37 +0000, by mru
-
bring back some randomness in fft-test. (regression in r18070) libavcodecSat, 22 Aug 2009 15:56:06 +0000, by lorenm
-
Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil. libavcodecFri, 21 Aug 2009 10:10:42 +0000, by diego
-
Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS. libavcodecFri, 21 Aug 2009 09:54:28 +0000, by reimar
-
Add missing #includes to pass 'make checkheaders'. libavcodecFri, 21 Aug 2009 08:46:49 +0000, by diego
-
Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle libavcodecThu, 20 Aug 2009 18:54:50 +0000, by reimar
-
eval: replace variable-length array with av_malloc/free libavcodecWed, 19 Aug 2009 21:59:40 +0000, by mru
-
flacdec: change variable-length array to fixed length libavcodecWed, 19 Aug 2009 21:59:36 +0000, by mru
-
Use the AOT enum instead of integer literals for setting and comparing audio libavcodecMon, 17 Aug 2009 00:17:58 +0000, by alexc
-
Add USAC and SAOC AOTs to the AudioObjectType enum. libavcodecMon, 17 Aug 2009 00:14:10 +0000, by alexc
-
Fix bug caused by difference in stride and picture width. libavcodecSat, 15 Aug 2009 11:59:53 +0000, by diego
-
cosmetics: indentation, prettyprinting, K&R coding style libavcodecSat, 15 Aug 2009 11:42:15 +0000, by diego
-
Drop some more useless braces around if/for constructs. libavcodecSat, 15 Aug 2009 11:32:11 +0000, by diego
-
Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. libavcodecSat, 15 Aug 2009 11:31:42 +0000, by diego
-
Add a function that can apply an order 2 rational transfer function in-place. libavcodecSat, 15 Aug 2009 11:22:55 +0000, by superdump
-
Remove useless braces around if/for/while expressions. libavcodecSat, 15 Aug 2009 11:12:47 +0000, by diego
-
Fix start_display_time/end_display_time to be relative to packet pts in xsub decoder. libavcodecSat, 15 Aug 2009 09:12:58 +0000, by reimar
-
Simplify initialization of AVSubtitle by using memset. libavcodecSat, 15 Aug 2009 00:52:41 +0000, by reimar
-
Make sure AVSubtitle is initialized, memset it to 0. libavcodecSat, 15 Aug 2009 00:46:33 +0000, by reimar
-
Fix cmd_pos bounds check to avoid the overflow case. libavcodecSat, 15 Aug 2009 00:02:42 +0000, by reimar
-
Add ff_celp_circ_addf() function to be used for sparse vector circular libavcodecWed, 12 Aug 2009 19:54:28 +0000, by superdump
-
Fix a memleak with win32 threads: the handle returned by _beginthreadex libavcodecWed, 12 Aug 2009 13:25:37 +0000, by reimar
-
Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native libavcodecTue, 11 Aug 2009 16:18:55 +0000, by cehoyos
-
Remove pointless #ifdefs from conditionally used files. libavcodecMon, 10 Aug 2009 12:34:36 +0000, by diego
-
eval: include libavutil/mathematics.h for NAN and M_PI libavcodecMon, 10 Aug 2009 01:27:33 +0000, by mru
-
Make WMV2 encoder depend on H.263 encoder in configure. libavcodecThu, 06 Aug 2009 15:04:59 +0000, by diego
-
Make MPEG-4 encoder depend on H.263 encoder in configure. libavcodecThu, 06 Aug 2009 13:04:48 +0000, by diego
-
Make WMV1 encoder depend on H.263 encoder in configure. libavcodecThu, 06 Aug 2009 12:56:25 +0000, by diego
-
Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER. libavcodecWed, 05 Aug 2009 15:27:22 +0000, by diego
-
Make FLV encoder depend on H.263 encoder in configure. libavcodecWed, 05 Aug 2009 15:26:54 +0000, by diego
-
Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER. libavcodecWed, 05 Aug 2009 15:22:16 +0000, by diego
-
Make H.263+ (H263P) encoder depend on H.263 encoder in configure. libavcodecWed, 05 Aug 2009 15:21:36 +0000, by diego
-
Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on the libavcodecWed, 05 Aug 2009 13:02:04 +0000, by diego
-
Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or libavcodecWed, 05 Aug 2009 10:46:43 +0000, by diego
-
Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure. libavcodecWed, 05 Aug 2009 10:44:12 +0000, by diego
-
cosmetics: move fixed_coeffs into the aligned arrays comment group libavcodecWed, 05 Aug 2009 02:37:49 +0000, by jbr
-
ac3dec: simplify zero-bit mantissa dithering by calculating it libavcodecWed, 05 Aug 2009 02:30:34 +0000, by jbr
-
Modify decode_band_structure() so that the actual band structure is only libavcodecWed, 05 Aug 2009 01:13:42 +0000, by jbr
-
Use coupling band sizes instead of coupling band structure when libavcodecWed, 05 Aug 2009 01:00:41 +0000, by jbr
-
Parse frame size code, see "svq3.c: parse frame size" thread on ML. libavcodecTue, 04 Aug 2009 21:55:47 +0000, by rbultje
-
Update x264 asm code to latest to add support for 64-bit Windows. libavcodecTue, 04 Aug 2009 07:42:55 +0000, by darkshikari
-
cosmetics: add more detailed information to the documentation for libavcodecMon, 03 Aug 2009 22:05:31 +0000, by jbr
-
Revert r18344. Fixes at least issue 1218, 1221, and 1187), see master libavcodecMon, 03 Aug 2009 17:54:11 +0000, by heydowns
-
Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf() libavcodecMon, 03 Aug 2009 17:15:01 +0000, by superdump
-
Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. libavcodecMon, 03 Aug 2009 15:23:53 +0000, by diego
-
Expose QCELP's floating-point LSP-to-LPC function libavcodecMon, 03 Aug 2009 08:37:02 +0000, by superdump
-
Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type. libavcodecMon, 03 Aug 2009 02:09:23 +0000, by jbr
-
Make XVMC mpegvideo decoder depend on mpegvideo decoder. libavcodecSun, 02 Aug 2009 14:47:26 +0000, by diego