Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
32f3c541
Commit
32f3c541
authored
Feb 05, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doxygen: Do not include license boilerplates in Doxygen comment blocks.
parent
ec1f3cab
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
15 additions
and
15 deletions
+15
-15
alacenc.c
libavcodec/alacenc.c
+1
-1
vp8.h
libavcodec/arm/vp8.h
+1
-1
vp8_armv6.S
libavcodec/arm/vp8_armv6.S
+1
-1
vp8dsp_init_arm.c
libavcodec/arm/vp8dsp_init_arm.c
+1
-1
vp8dsp_neon.S
libavcodec/arm/vp8dsp_neon.S
+1
-1
flacenc.c
libavcodec/flacenc.c
+1
-1
jfdctint.c
libavcodec/jfdctint.c
+1
-1
lpc.c
libavcodec/lpc.c
+1
-1
lpc.h
libavcodec/lpc.h
+1
-1
vp8dsp_altivec.c
libavcodec/ppc/vp8dsp_altivec.c
+1
-1
vp8.c
libavcodec/vp8.c
+1
-1
vp8.h
libavcodec/vp8.h
+1
-1
rtpdec_latm.c
libavformat/rtpdec_latm.c
+1
-1
rtpdec_mpeg4.c
libavformat/rtpdec_mpeg4.c
+1
-1
rtpdec_qcelp.c
libavformat/rtpdec_qcelp.c
+1
-1
No files found.
libavcodec/alacenc.c
View file @
32f3c541
/*
*
/*
* ALAC audio encoder
* Copyright (c) 2008 Jaikrishnan Menon <realityman@gmx.net>
*
...
...
libavcodec/arm/vp8.h
View file @
32f3c541
/*
*
/*
* This file is part of Libav.
*
* Libav is free software; you can redistribute it and/or
...
...
libavcodec/arm/vp8_armv6.S
View file @
32f3c541
/*
*
/*
* Copyright (C) 2010 Mans Rullgard
*
* This file is part of Libav.
...
...
libavcodec/arm/vp8dsp_init_arm.c
View file @
32f3c541
/*
*
/*
* This file is part of Libav.
*
* Libav is free software; you can redistribute it and/or
...
...
libavcodec/arm/vp8dsp_neon.S
View file @
32f3c541
/*
*
/*
* VP8 NEON optimisations
*
* Copyright (c) 2010 Rob Clark <rob@ti.com>
...
...
libavcodec/flacenc.c
View file @
32f3c541
/*
*
/*
* FLAC audio encoder
* Copyright (c) 2006 Justin Ruggles <justin.ruggles@gmail.com>
*
...
...
libavcodec/jfdctint.c
View file @
32f3c541
/*
*
/*
* This file is part of Libav.
*
* Libav is free software; you can redistribute it and/or
...
...
libavcodec/lpc.c
View file @
32f3c541
/*
*
/*
* LPC utility code
* Copyright (c) 2006 Justin Ruggles <justin.ruggles@gmail.com>
*
...
...
libavcodec/lpc.h
View file @
32f3c541
/*
*
/*
* LPC utility code
* Copyright (c) 2006 Justin Ruggles <justin.ruggles@gmail.com>
*
...
...
libavcodec/ppc/vp8dsp_altivec.c
View file @
32f3c541
/*
*
/*
* VP8 compatible video decoder
*
* Copyright (C) 2010 David Conrad
...
...
libavcodec/vp8.c
View file @
32f3c541
/*
*
/*
* VP8 compatible video decoder
*
* Copyright (C) 2010 David Conrad
...
...
libavcodec/vp8.h
View file @
32f3c541
/*
*
/*
* VP8 compatible video decoder
*
* Copyright (C) 2010 David Conrad
...
...
libavformat/rtpdec_latm.c
View file @
32f3c541
/*
*
/*
* RTP Depacketization of MP4A-LATM, RFC 3016
* Copyright (c) 2010 Martin Storsjo
*
...
...
libavformat/rtpdec_mpeg4.c
View file @
32f3c541
/*
*
/*
* Common code for the RTP depacketization of MPEG-4 formats.
* Copyright (c) 2010 Fabrice Bellard
* Romain Degez
...
...
libavformat/rtpdec_qcelp.c
View file @
32f3c541
/*
*
/*
* RTP Depacketization of QCELP/PureVoice, RFC 2658
* Copyright (c) 2010 Martin Storsjo
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment