]> git.sesse.net Git - ffmpeg/history - libavcodec/bfin
dsputil: Move RV40-specific bits into rv40dsp
[ffmpeg] / libavcodec / bfin /
2014-03-22 Diego Biurrundsputil: Move ff_zigzag_direct and ff_crop_tab declarat...
2014-03-20 Diego Biurrundsputil: Use correct type in me_cmp_func function pointer
2014-03-20 Diego Biurrundsputil: Conditionally compile dsputil code on all...
2014-03-20 Diego Biurrundsputil: Propagate bit depth information to all (sub...
2014-03-13 Diego Biurrunbfin: Use more sensible file names
2014-03-13 Diego Biurrunbfin: hpeldsp: Split no_rnd pixel operations off into...
2014-03-13 Diego Biurrunbfin: dsputil: Unconditionally compile hpel pixels...
2014-03-13 Diego Biurrunbfin: hpeldsp: "nornd" ---> "no_rnd" function name...
2014-03-13 Diego Biurrunbfin: Move all assembly declarations only used within...
2014-03-13 Diego Biurrunbfin: hpeldsp: K&R formatting cosmetics
2014-03-13 Diego Biurrunbfin: Refactor duplicated assembly-related macros
2014-03-13 Diego Biurrunbfin: Refactor duplicated l1_text/l1_data_B macros
2014-03-13 Diego Biurrunbfin: dsputil: K&R formatting cosmetics
2014-03-13 Diego Biurrunbfin: dsputil: Drop broken and trivial profiling code
2014-03-13 Diego Biurrunbfin: hpeldsp: Drop broken put_pixels_*_xy2_nornd bits
2014-03-13 Diego Biurrunbfin: dsputil: Drop broken vsad bits
2014-03-13 Diego Biurrunbfin: dsputil: Remove unused global variable
2014-03-13 Diego Biurrundsputil: cosmetics: Lose camelCase on ff_cropTbl and...
2014-03-13 Diego BiurrunUpdate dsputil- and SIMD-related comments to match...
2014-01-22 Diego Biurrunbfin: vp3: Mark all binary object sections appropriately
2014-01-03 Anton Khirnovmpegvideo: remove disabled bfin asm
2013-04-19 Martin Storsjöcosmetics: bfin: Fix indentation in the dsputil init...
2013-04-19 Ronald S. Bultjebfin: hpeldsp: Move half-pel assembly from dsputil...
2013-04-15 Ronald S. Bultjevp3: Use full transpose for all IDCTs
2013-04-15 Martin Storsjövp3: bfin: Transpose the IDCTs
2013-04-15 Martin Storsjöbfin: Match DEFUN_END macros to the right functions
2013-04-08 Martin Storsjölavc: Make pointers to ff_cropTbl const
2013-04-08 Martin Storsjöbfin: Make vp3 functions static
2013-04-08 Martin Storsjöbfin: Don't use the vp3 idct functions if bitexact...
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-05 Diego BiurrunAdd av_cold attributes to arch-specific init functions
2013-02-05 Diego BiurrunUse ptrdiff_t instead of int for {avg, put}_pixels...
2013-01-29 Luca Barbatobfin: unbreak compilation
2013-01-28 Diego Biurrunbfin: Separate VP3 initialization code
2013-01-28 Luca Barbatobfin: update VP3 idct
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-21 Ronald S. Bultjelavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under...
2012-10-09 Diego Biurrunbuild: non-x86: Only compile mpegvideo optimizations...
2012-03-26 Diego Biurrunbuild: prettyprinting cosmetics
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-09 Diego Biurruncosmetics: Delete empty lines at end of file.
2011-11-02 Diego BiurrunReplace some forgotten FFmpeg references by Libav.
2011-07-21 Mans Rullgarddsputil: update per-arch init funcs for non-h264 high...
2011-07-21 Mans Rullgarddsputil: template get_pixels() for different bit depths
2011-07-21 Mans Rullgardjfdctint: add 10-bit version
2011-07-20 Mans Rullgardsimple_idct: add 10-bit version
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-05-09 Mans Rullgardmpegaudio: remove CONFIG_MPEGAUDIO_HP option
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2010-07-02 Diego BiurrunRemove misplaced Doxygen comment.
2010-06-22 Måns RullgårdImprove some uses of ff_cropTbl with constant offset
2010-03-16 Måns RullgårdSimplify arch-specific object file lists
2010-03-16 Måns RullgårdMove arch-specific makefile parts into $arch/Makefile
2010-03-08 Måns RullgårdAdd missing includes in bfin and sh4 files
2010-03-08 Måns Rullgårdbfin: fix function prototypes
2010-01-31 Måns RullgårdBlackfin: use SRAM only when CONFIG_SRAM is set
2009-08-24 Diego BiurrunAdd necessary #include for config.h.
2009-07-22 Måns RullgårdRemove useless #include <unistd.h> from many files
2009-05-28 Måns Rullgårdblackfin: disable broken dsputil functions
2009-05-28 Måns Rullgårdblackfin: add missing const in function prototypes
2009-05-28 Måns Rullgårdblackfin: use optimised (I)DCT only when ctx->(i)dct_al...
2009-05-28 Måns Rullgårdblackfin: use DCT function pointer in dct_quantize_bfin()
2009-02-09 Diego BiurrunRemove file name from file headers.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-02-16 Mike FrysingerFLAT objects cannot have multiple sections, so using...
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-17 Diego BiurrunAdd missing multiple inclusion guards.
2007-10-04 Diego Biurrunlicense header consistency cosmetics.
2007-10-04 Marc Hoffmanblackfin optimized vp3 transform and infastructure...
2007-09-17 Marc Hoffmanblackfin vsad primitives
2007-09-17 Marc Hoffmanproperly tell the compiler that A0 and A1 are clobbered
2007-08-30 Diego BiurrunUse a consistent multiple inclusion guard.
2007-08-30 Marc HoffmanBlackfin 32bit multiplication primitives MULH MUL16
2007-08-13 Marc Hoffmanspecial handling for vp3 idct, use the c reference
2007-06-22 Marc Hoffmanremoving dependency on bfin_sram.h, which is not used...
2007-06-22 Marc Hoffmanrenaming L1CODE to attribute_l1_text, which is defined...
2007-06-13 Marc Hoffmanremoving underscores from block profiling renaming...
2007-06-12 Marc HoffmanBlackfin dct_quantize_bfin routine
2007-06-12 Marc HoffmanBlackfin IDCT has no special permutation it uses normal...
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-05-13 Marc HoffmanBlackfin DSP utilities: add DEFUN_END
2007-04-03 Diego BiurrunRemove #if 0 code.
2007-04-01 Marc Hoffmanbfin dsputils, basic pixel operations sads, diffs,...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-16 Michael BenjaminADI Blackfin optimizations