]> git.sesse.net Git - ffmpeg/history - libavcodec/sh4
lavc: use buf[0] instead of data[0] as the indicator of an allocated frame
[ffmpeg] / libavcodec / sh4 /
2013-04-22 Diego Biurrunsh4: Remove dubious aligned dsputil code
2013-04-19 Michael Niedermayersh4: hpeldsp: Move half-pel assembly from dsputil to...
2013-04-08 Martin Storsjölavc: Make pointers to ff_cropTbl const
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-08 Diego Biurrundsputil: Move rnd_avg inline functions to a separate...
2013-02-07 Diego Biurrundsputil: Move copy_block functions to a separate header
2013-02-06 Diego Biurrundsputil: Separate h264chroma
2013-02-05 Luca Barbatosh4: drop unused functions
2013-02-05 Diego Biurrunsh4: Fix silly type vs. variable name search and replac...
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-24 Mans Rullgarddsputil: Separate h264 qpel
2013-01-23 Ronald S. Bultjedsputil: remove one array dimension from avg_no_rnd_pix...
2013-01-23 Ronald S. Bultjedsputil: remove avg_no_rnd_pixels8.
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-18 Diego Biurrunmisc typo, style and wording fixes
2012-12-10 Mans Rullgardsh4: dsputil: remove duplicate of ff_gmc_c()
2012-10-11 Mans Rullgardsh4: add required #include, fix build
2012-03-26 Diego Biurrunbuild: prettyprinting cosmetics
2012-02-15 Martin Storsjösh4: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2011-07-21 Mans Rullgarddsputil: update per-arch init funcs for non-h264 high...
2011-07-20 Mans Rullgardsimple_idct: add 10-bit version
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-04-29 Diego BiurrunRemove disabled non-optimized code variants.
2011-04-26 Diego BiurrunEliminate pointless '#if 1' statements without matching...
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-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årdsh4: move dsputil prototypes to header file
2010-03-08 Måns Rullgårdsh4: fix about 1000 warnings
2009-01-09 Måns RullgårdSH4: fix typo in asm constraint
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-11-20 Måns RullgårdSH4: fix IDCT
2008-11-20 Måns RullgårdSH4: fix memzero_align8()
2008-11-20 Måns RullgårdSH4: add macros for setting and restoring FPSCR.PR bit
2008-11-20 Måns RullgårdSH4: remove some commented out blocks of code
2008-11-19 Måns RullgårdSH4: fix IDCT
2008-11-19 Måns RullgårdSH4: do not mix code and declarations
2008-11-19 Måns RullgårdSH4: fix compilation of memzero_align8()
2008-11-19 Måns RullgårdSH4: remove unused functions
2008-11-19 Måns RullgårdSH4: replace missed rnd_avg2 -> rnd_avg32
2008-11-19 Måns RullgårdSH4: rename functions with conflicting names
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-17 Diego Biurruncosmetics: __asm__ __volatile__ --> asm volatile
2007-08-09 Roman Shaposhnik * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-04-19 Reimar DöffingerFix parts missed in clip -> av_clip rename
2006-11-26 Brian FoleyMove copy_block* functions to dsp dsputil.h
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-08-08 Diego BiurrunFix some "'static' is not at beginning of declaration...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2003-06-21 Michael Niedermayerthe return of the idct with 16bit output by ("Ivan...
2003-05-14 Michael Niedermayercleanup
2003-05-14 BEROaligned dsputil (for sh4) patch by (BERO <bero at geoci...
2003-05-14 Michael Niedermayermake sh4 IDCT optional, so the user can choose
2003-05-14 BEROsh4 optimized idct & bswap patch by (BERO <bero at...