Mercurial > libavcodec.hg
graph
-
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