| Commit message (Expand) | Author | Age | Files | Lines |
* | 8SVX decoder | Jai Menon | 2008-03-30 | 4 | -1/+121 |
* | change rle encoder to count up to 127, sgi does not support 128 | Baptiste Coudurier | 2008-03-30 | 1 | -2/+2 |
* | Use 15-bit LPC precision by default. This generally gives better compression | Justin Ruggles | 2008-03-30 | 1 | -10/+2 |
* | Altivec and SSE2 require 16-byte alignment, so make sure they get it | Alexander Strange | 2008-03-30 | 1 | -1/+1 |
* | check mm_flags for each DCT and skips the ones that can't be run | Alexander Strange | 2008-03-30 | 1 | -9/+10 |
* | get rid of the useless DCT_ERROR() macro | Alexander Strange | 2008-03-30 | 1 | -21/+18 |
* | Fix closed gop flag disapearence. | Michael Niedermayer | 2008-03-29 | 2 | -3/+3 |
* | change name from stream type to frame type in AC3 code | Bartlomiej Wolowiec | 2008-03-28 | 4 | -17/+17 |
* | removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag | Bartlomiej Wolowiec | 2008-03-28 | 4 | -7/+24 |
* | only allocate context input buffer if AVCodecContext.error_reslience is great... | Justin Ruggles | 2008-03-26 | 1 | -2/+11 |
* | cosmetics: indentation after last commit | Justin Ruggles | 2008-03-25 | 1 | -1/+1 |
* | additional protection from segmentation faults and memory access errors by | Justin Ruggles | 2008-03-25 | 1 | -0/+11 |
* | Classify mlib as a configurable option, not as a hardware feature. | Diego Biurrun | 2008-03-25 | 2 | -2/+2 |
* | Return an error when realloc fails. | Andy Gocke | 2008-03-25 | 1 | -3/+9 |
* | Set mm_flags in dct-test to fix floating math. | Alexander Strange | 2008-03-25 | 1 | -0/+1 |
* | Fix possible heap overflow caused by av_fast_realloc() | Michael Niedermayer | 2008-03-25 | 1 | -1/+5 |
* | adding lacking include to aac3_parser.c | Bartlomiej Wolowiec | 2008-03-24 | 1 | -0/+1 |
* | using EAC3_STREAM_TYPE_* instead of numbers | Bartlomiej Wolowiec | 2008-03-24 | 2 | -3/+3 |
* | using stream type in eac3 parser | Bartlomiej Wolowiec | 2008-03-24 | 6 | -1/+18 |
* | pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used | Matthieu Castet | 2008-03-24 | 1 | -0/+7 |
* | Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by | Justin Ruggles | 2008-03-23 | 4 | -24/+25 |
* | Fix typo in variable name: blured --> blurred. | Diego Biurrun | 2008-03-22 | 1 | -6/+6 |
* | cosmetics: typo fixes | Diego Biurrun | 2008-03-22 | 4 | -4/+4 |
* | typo: occured --> occurred | Diego Biurrun | 2008-03-22 | 7 | -14/+14 |
* | rl2 decoder | Sascha Sommer | 2008-03-21 | 4 | -1/+244 |
* | Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx() | Zuxy Meng | 2008-03-21 | 1 | -0/+4 |
* | Document AVCodec.flush() | Michael Niedermayer | 2008-03-21 | 1 | -0/+4 |
* | Document AVCodec.capabilities. | Michael Niedermayer | 2008-03-21 | 1 | -0/+4 |
* | Apply 'alloc_size' attribute to ff_realloc_static() | Zuxy Meng | 2008-03-21 | 1 | -1/+2 |
* | Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static() | Zuxy Meng | 2008-03-21 | 1 | -1/+2 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 144 | -288/+288 |
* | two more typos spotted by Mike | Diego Biurrun | 2008-03-20 | 1 | -1/+1 |
* | british_english--; | Diego Biurrun | 2008-03-20 | 1 | -1/+1 |
* | More complete documentation for AVFrame.reference. | Michael Niedermayer | 2008-03-20 | 1 | -0/+2 |
* | Hardcode register to prevent aparent miscompilation. | Michael Niedermayer | 2008-03-20 | 1 | -2/+2 |
* | remove unused temp | Michael Niedermayer | 2008-03-20 | 1 | -5/+3 |
* | omg, fix compilation | Baptiste Coudurier | 2008-03-20 | 1 | -3/+3 |
* | correctly set avctx->frame_size for mp3on4 and mp3adu | Baptiste Coudurier | 2008-03-20 | 1 | -16/+4 |
* | Remove useless variable since r8456. | Ramiro Polla | 2008-03-18 | 1 | -2/+0 |
* | Mimic decoder. | Ramiro Polla | 2008-03-18 | 4 | -1/+402 |
* | get register names from x86_cpu.h | Måns Rullgård | 2008-03-17 | 1 | -8/+1 |
* | use HAVE_FAST_64BIT | Måns Rullgård | 2008-03-17 | 1 | -1/+1 |
* | cosmetics: remove useless \-newline escapes | Måns Rullgård | 2008-03-17 | 1 | -6/+6 |
* | indentation | Måns Rullgård | 2008-03-17 | 1 | -25/+25 |
* | clean up FFT SIMD selection | Måns Rullgård | 2008-03-17 | 1 | -27/+28 |
* | mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS | Måns Rullgård | 2008-03-17 | 1 | -1/+2 |
* | typo: add missing \ in multi-line macro | Måns Rullgård | 2008-03-17 | 1 | -2/+2 |
* | fix typo ARCH_PPC -> ARCH_POWERPC | Måns Rullgård | 2008-03-17 | 1 | -1/+1 |
* | Move functions that are only used when libswscale is not compiled in below | Diego Biurrun | 2008-03-16 | 1 | -273/+273 |
* | improve precision in mdct.c using double for some temporaries | Måns Rullgård | 2008-03-16 | 1 | -5/+5 |