| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | typo fixes | Diego Biurrun | 2008-03-15 | 3 | -3/+3 |
* | Add attribute_align_arg to os2thread.c. | Dave Yeo | 2008-03-15 | 1 | -1/+1 |
* | Typo | Ramiro Polla | 2008-03-15 | 1 | -1/+1 |
* | Use correct t printf modifier for pointer differences. | Diego Biurrun | 2008-03-14 | 1 | -1/+1 |
* | log aspect ratio forbidden value, and fail if error resilience is high | Baptiste Coudurier | 2008-03-14 | 1 | -0/+5 |
* | do not fail badly if aspect ratio is 0/forbidden, fix issue 369 | Baptiste Coudurier | 2008-03-13 | 1 | -2/+0 |
* | This file does not use size_t, so no need to #include <sys/types.h>. | Diego Biurrun | 2008-03-13 | 1 | -1/+0 |
* | If consumed does not match nalsize, favor nalsize. | Michael Niedermayer | 2008-03-13 | 1 | -1/+3 |
* | Add missing stdint.h #include to headers that use it. | Diego Biurrun | 2008-03-13 | 1 | -0/+1 |
* | typo fixes | Diego Biurrun | 2008-03-12 | 6 | -10/+12 |
* | make input buffer const, as it should be. fixes a warning. | Justin Ruggles | 2008-03-10 | 1 | -1/+2 |
* | misc spelling fixes | Diego Biurrun | 2008-03-10 | 4 | -8/+11 |
* | Rename --enable-swscaler --> enable-swscale to be consistent with the | Diego Biurrun | 2008-03-10 | 2 | -2/+2 |
* | These video decoders do not need to include and initialize the DSP | Mike Melanson | 2008-03-10 | 9 | -28/+0 |
* | There is no reason to assign a variable to itself | Mike Melanson | 2008-03-10 | 1 | -1/+0 |
* | smaller tables | Michael Niedermayer | 2008-03-10 | 1 | -4/+4 |