Mercurial > libavcodec.hg
graph
-
change rle encoder to count up to 127, sgi does not support 128 libavcodecSun, 30 Mar 2008 17:27:58 +0000, by bcoudurier
-
Use 15-bit LPC precision by default. This generally gives better compression libavcodecSun, 30 Mar 2008 16:01:10 +0000, by jbr
-
Altivec and SSE2 require 16-byte alignment, so make sure they get it libavcodecSun, 30 Mar 2008 10:30:33 +0000, by gpoirier
-
check mm_flags for each DCT and skips the ones that can't be run libavcodecSun, 30 Mar 2008 10:29:28 +0000, by gpoirier
-
change name from stream type to frame type in AC3 code libavcodecFri, 28 Mar 2008 20:42:55 +0000, by bwolowiec
-
removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag libavcodecFri, 28 Mar 2008 19:59:58 +0000, by bwolowiec
-
only allocate context input buffer if AVCodecContext.error_reslience is greater than 0. libavcodecWed, 26 Mar 2008 22:36:41 +0000, by jbr
-
additional protection from segmentation faults and memory access errors by libavcodecTue, 25 Mar 2008 23:34:00 +0000, by jbr
-
Classify mlib as a configurable option, not as a hardware feature. libavcodecTue, 25 Mar 2008 21:30:16 +0000, by diego
-
Set mm_flags in dct-test to fix floating math. libavcodecTue, 25 Mar 2008 14:34:27 +0000, by benoit
-
Fix possible heap overflow caused by av_fast_realloc() libavcodecTue, 25 Mar 2008 10:15:17 +0000, by michael
-
using EAC3_STREAM_TYPE_* instead of numbers libavcodecMon, 24 Mar 2008 22:21:22 +0000, by bwolowiec
-
pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used libavcodecMon, 24 Mar 2008 11:49:59 +0000, by diego
-
Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by libavcodecSun, 23 Mar 2008 15:43:29 +0000, by jbr
-
Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx() libavcodecFri, 21 Mar 2008 12:36:49 +0000, by zuxy
-
Apply 'alloc_size' attribute to ff_realloc_static() libavcodecFri, 21 Mar 2008 04:48:59 +0000, by zuxy
-
Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static() libavcodecFri, 21 Mar 2008 03:54:45 +0000, by zuxy
-
Apply 'cold' attribute to init/uninit functions in libavcodec libavcodecFri, 21 Mar 2008 03:11:20 +0000, by zuxy
-
More complete documentation for AVFrame.reference. libavcodecThu, 20 Mar 2008 18:16:13 +0000, by michael
-
Hardcode register to prevent aparent miscompilation. libavcodecThu, 20 Mar 2008 14:24:29 +0000, by michael
-
correctly set avctx->frame_size for mp3on4 and mp3adu libavcodecThu, 20 Mar 2008 09:36:04 +0000, by bcoudurier
-
mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS libavcodecMon, 17 Mar 2008 02:33:08 +0000, by mru