aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* adding lacking include to aac3_parser.cBartlomiej Wolowiec2008-03-241-0/+1
* using EAC3_STREAM_TYPE_* instead of numbersBartlomiej Wolowiec2008-03-242-3/+3
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-246-1/+18
* pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be usedMatthieu Castet2008-03-241-0/+7
* Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles2008-03-234-24/+25
* Fix typo in variable name: blured --> blurred.Diego Biurrun2008-03-221-6/+6
* cosmetics: typo fixesDiego Biurrun2008-03-224-4/+4
* typo: occured --> occurredDiego Biurrun2008-03-227-14/+14
* rl2 decoderSascha Sommer2008-03-214-1/+244
* Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()Zuxy Meng2008-03-211-0/+4
* Document AVCodec.flush()Michael Niedermayer2008-03-211-0/+4
* Document AVCodec.capabilities.Michael Niedermayer2008-03-211-0/+4
* Apply 'alloc_size' attribute to ff_realloc_static()Zuxy Meng2008-03-211-1/+2
* Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static()Zuxy Meng2008-03-211-1/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21144-288/+288
* two more typos spotted by MikeDiego Biurrun2008-03-201-1/+1
* british_english--;Diego Biurrun2008-03-201-1/+1
* More complete documentation for AVFrame.reference.Michael Niedermayer2008-03-201-0/+2
* Hardcode register to prevent aparent miscompilation.Michael Niedermayer2008-03-201-2/+2
* remove unused tempMichael Niedermayer2008-03-201-5/+3
* omg, fix compilationBaptiste Coudurier2008-03-201-3/+3
* correctly set avctx->frame_size for mp3on4 and mp3aduBaptiste Coudurier2008-03-201-16/+4
* Remove useless variable since r8456.Ramiro Polla2008-03-181-2/+0
* Mimic decoder.Ramiro Polla2008-03-184-1/+402
* get register names from x86_cpu.hMåns Rullgård2008-03-171-8/+1
* use HAVE_FAST_64BITMåns Rullgård2008-03-171-1/+1
* cosmetics: remove useless \-newline escapesMåns Rullgård2008-03-171-6/+6
* indentationMåns Rullgård2008-03-171-25/+25
* clean up FFT SIMD selectionMåns Rullgård2008-03-171-27/+28
* mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJSMåns Rullgård2008-03-171-1/+2
* typo: add missing \ in multi-line macroMåns Rullgård2008-03-171-2/+2
* fix typo ARCH_PPC -> ARCH_POWERPCMåns Rullgård2008-03-171-1/+1
* Move functions that are only used when libswscale is not compiled in belowDiego Biurrun2008-03-161-273/+273
* improve precision in mdct.c using double for some temporariesMåns Rullgård2008-03-161-5/+5
* typo fixesDiego Biurrun2008-03-153-3/+3
* Add attribute_align_arg to os2thread.c.Dave Yeo2008-03-151-1/+1
* TypoRamiro Polla2008-03-151-1/+1
* Use correct t printf modifier for pointer differences.Diego Biurrun2008-03-141-1/+1
* log aspect ratio forbidden value, and fail if error resilience is highBaptiste Coudurier2008-03-141-0/+5
* do not fail badly if aspect ratio is 0/forbidden, fix issue 369Baptiste Coudurier2008-03-131-2/+0
* This file does not use size_t, so no need to #include <sys/types.h>.Diego Biurrun2008-03-131-1/+0
* If consumed does not match nalsize, favor nalsize.Michael Niedermayer2008-03-131-1/+3
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-131-0/+1
* typo fixesDiego Biurrun2008-03-126-10/+12
* make input buffer const, as it should be. fixes a warning.Justin Ruggles2008-03-101-1/+2
* misc spelling fixesDiego Biurrun2008-03-104-8/+11
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-102-2/+2
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-109-28/+0
* There is no reason to assign a variable to itselfMike Melanson2008-03-101-1/+0
* smaller tablesMichael Niedermayer2008-03-101-4/+4