History | View | Annotate | Download (1.67 KB)
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
Blackfin: use SRAM only when CONFIG_SRAM is set
Originally committed as revision 21565 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove file name from file headers.It provides no useful information and breaks on renames.
Originally committed as revision 17097 to svn://svn.ffmpeg.org/ffmpeg/trunk
Globally rename the header inclusion guard names.
Consistently apply this rule: the guard name is obtained from thefilename by stripping the leading "lib", converting '/' and '.' to'_' and uppercasing the resulting name. Guard names in the rootdirectory have to be prefixed by "FFMPEG_"....
FLAT objects cannot have multiple sections, so using the L1 attributes breakslinking. The FDPIC relocs also break for any other format. Thus check thecompiler environment and select the appropriate sections/relocs.patch by Mike Frysinger, vapier.adi a gmail d com...
Add missing multiple inclusion guards.
Originally committed as revision 10763 to svn://svn.ffmpeg.org/ffmpeg/trunk
Blackfin DSP utilities: add DEFUN_ENDDEFUN_END macro adds the size information to the symboltable. This is introduces no functionnal change, it's only meant to simplifye.g. debuggingPatch by Marc Hoffman mmh A pleasantst P comOriginal thread:Date: May 5, 2007 12:26 PM...
bfin dsputils, basic pixel operations sads, diffs, motion compensationand standard IEEE 8x8 block transformspatch by Marc Hoffman, mmh pleasantst com
Originally committed as revision 8594 to svn://svn.ffmpeg.org/ffmpeg/trunk