Mercurial > libavcodec.hg
graph
-
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
-
fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is set libavcodecSun, 02 Aug 2009 08:46:11 +0000, by bcoudurier
-
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. libavcodecThu, 30 Jul 2009 21:00:08 +0000, by diego
-
Only enable WMV3 decoder when it has been turned on in the build system. libavcodecWed, 29 Jul 2009 11:31:52 +0000, by diego
-
Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, libavcodecWed, 29 Jul 2009 09:54:49 +0000, by diego
-
Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER, libavcodecWed, 29 Jul 2009 09:54:00 +0000, by diego
-
Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only libavcodecWed, 29 Jul 2009 09:51:51 +0000, by diego
-
Use dprintf() instead of '#ifdef DEBUG' and av_log(). libavcodecTue, 28 Jul 2009 12:50:32 +0000, by diego
-
ARM: cleaner selection of ELF-spefic assembler directives libavcodecMon, 27 Jul 2009 22:55:55 +0000, by mru
-
Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE. libavcodecMon, 27 Jul 2009 12:53:44 +0000, by diego
-
Set subtitle type in DVD and XSUB subtitle decoders. libavcodecSun, 26 Jul 2009 23:08:04 +0000, by stefano
-
Remove unnecessary mpeg12data.o entries from OBJS- variables. libavcodecSun, 26 Jul 2009 21:22:57 +0000, by diego
-
refactoring: properly separate AC-3 and E-AC-3 code libavcodecThu, 23 Jul 2009 02:33:25 +0000, by diego
-
Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set. libavcodecThu, 23 Jul 2009 00:15:23 +0000, by diego
-
Remove useless #include <unistd.h> from many files libavcodecWed, 22 Jul 2009 23:37:53 +0000, by mru
-
cosmetics: Reorder some tables/lines to make future diffs smaller. libavcodecWed, 22 Jul 2009 23:33:58 +0000, by diego
-
#include just the required stdint.h instead of libavutil/common.h. libavcodecWed, 22 Jul 2009 22:57:17 +0000, by diego
-
cosmetics: reindent/prettyprint after last commit libavcodecWed, 22 Jul 2009 22:38:26 +0000, by diego
-
Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled. libavcodecWed, 22 Jul 2009 22:33:33 +0000, by diego
-
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. libavcodecWed, 22 Jul 2009 22:27:10 +0000, by diego
-
Add missing stdint.h #include to fix 'make checkheaders'. libavcodecWed, 22 Jul 2009 15:11:00 +0000, by diego
-
Revert unintended portion of last commit. (Setting the default coder to libavcodecWed, 22 Jul 2009 03:56:08 +0000, by alexc
-
Be sure to increment our position in the coefficient array when skipping a zero libavcodecWed, 22 Jul 2009 03:53:30 +0000, by alexc
-
Make E-AC-3 decoder depend on the AC-3 decoder. libavcodecTue, 21 Jul 2009 09:03:45 +0000, by diego
-
ARM: handle VFP register arguments in ff_vector_fmul_window_neon() libavcodecMon, 20 Jul 2009 22:30:27 +0000, by mru
-
Remove an unused field from the BandCodingPath struct. libavcodecMon, 20 Jul 2009 21:52:03 +0000, by alexc
-
Actually use all the codebooks we are iterating over in the two-loop scalefactor search. libavcodecMon, 20 Jul 2009 20:32:27 +0000, by alexc
-
Make VP6A/VP6F decoders depend on the VP6 decoder. libavcodecMon, 20 Jul 2009 09:24:59 +0000, by diego
-
Remove two more lines related to the WMV3 decoder. libavcodecSun, 19 Jul 2009 11:14:43 +0000, by diego
-
Make WMV3 decoders depend on their VC-1 counterparts. libavcodecSun, 19 Jul 2009 11:07:10 +0000, by diego
-
Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup. libavcodecFri, 17 Jul 2009 14:21:49 +0000, by alexc
-
Icc 11.1 still does not align the stack pointer, disable some x264 functions. libavcodecFri, 17 Jul 2009 09:07:38 +0000, by cehoyos
-
Add iirfilter to the TESTPROGS variable (and target) libavcodecThu, 16 Jul 2009 22:39:50 +0000, by alexc
-
When calculating AAC quantized band cost, don't leave garbage in the bit count libavcodecThu, 16 Jul 2009 22:20:17 +0000, by alexc
-
cosmetics: Move some code blocks to reduce the number of #ifdefs. libavcodecThu, 16 Jul 2009 21:37:58 +0000, by diego
-
Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. libavcodecTue, 14 Jul 2009 05:22:23 +0000, by alexc
-
Fix "warning: assignment discards qualifiers from pointer target type" libavcodecMon, 13 Jul 2009 01:59:48 +0000, by conrad
-
Make VAAPI/VDPAU variant of decoder foo depend on decoder foo. libavcodecSun, 12 Jul 2009 13:22:01 +0000, by diego
-
Ignore subsequent channel configurations after the first in an AAC file. The libavcodecFri, 10 Jul 2009 21:53:04 +0000, by alexc
-
Mark iir filter init and free functions av_cold. libavcodecFri, 10 Jul 2009 20:55:15 +0000, by alexc