summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* rl2 decoderSascha Sommer2008-03-21
* Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()Zuxy Meng2008-03-21
* Document AVCodec.flush()Michael Niedermayer2008-03-21
* Document AVCodec.capabilities.Michael Niedermayer2008-03-21
* Apply 'alloc_size' attribute to ff_realloc_static()Zuxy Meng2008-03-21
* Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static()Zuxy Meng2008-03-21
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* two more typos spotted by MikeDiego Biurrun2008-03-20
* british_english--;Diego Biurrun2008-03-20
* More complete documentation for AVFrame.reference.Michael Niedermayer2008-03-20
* Hardcode register to prevent aparent miscompilation.Michael Niedermayer2008-03-20
* remove unused tempMichael Niedermayer2008-03-20
* omg, fix compilationBaptiste Coudurier2008-03-20
* correctly set avctx->frame_size for mp3on4 and mp3aduBaptiste Coudurier2008-03-20
* Remove useless variable since r8456.Ramiro Polla2008-03-18
* Mimic decoder.Ramiro Polla2008-03-18
* get register names from x86_cpu.hMåns Rullgård2008-03-17
* use HAVE_FAST_64BITMåns Rullgård2008-03-17
* cosmetics: remove useless \-newline escapesMåns Rullgård2008-03-17
* indentationMåns Rullgård2008-03-17
* clean up FFT SIMD selectionMåns Rullgård2008-03-17
* mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJSMåns Rullgård2008-03-17
* typo: add missing \ in multi-line macroMåns Rullgård2008-03-17
* fix typo ARCH_PPC -> ARCH_POWERPCMåns Rullgård2008-03-17
* Move functions that are only used when libswscale is not compiled in belowDiego Biurrun2008-03-16
* improve precision in mdct.c using double for some temporariesMåns Rullgård2008-03-16
* typo fixesDiego Biurrun2008-03-15
* Add attribute_align_arg to os2thread.c.Dave Yeo2008-03-15
* TypoRamiro Polla2008-03-15
* Use correct t printf modifier for pointer differences.Diego Biurrun2008-03-14
* log aspect ratio forbidden value, and fail if error resilience is highBaptiste Coudurier2008-03-14
* do not fail badly if aspect ratio is 0/forbidden, fix issue 369Baptiste Coudurier2008-03-13
* This file does not use size_t, so no need to #include <sys/types.h>.Diego Biurrun2008-03-13
* If consumed does not match nalsize, favor nalsize.Michael Niedermayer2008-03-13
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-13
* typo fixesDiego Biurrun2008-03-12
* make input buffer const, as it should be. fixes a warning.Justin Ruggles2008-03-10
* misc spelling fixesDiego Biurrun2008-03-10
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-10
* There is no reason to assign a variable to itselfMike Melanson2008-03-10
* smaller tablesMichael Niedermayer2008-03-10
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* downmix before imdct unless different size transforms are used. about 20%Justin Ruggles2008-03-09
* indentationKostya Shishkov2008-03-09
* Correctly handle empty framesKostya Shishkov2008-03-09
* Fraps v5 decoding supportKostya Shishkov2008-03-09
* Add step variable (for future v5 decoding)Kostya Shishkov2008-03-09
* cosmetics: Fix indentation in a few more places.Diego Biurrun2008-03-08
* cosmetics: Normalize {} placement after for, while, if.Diego Biurrun2008-03-08