| ... | ... |
@@ -23,9 +23,7 @@ |
| 23 | 23 |
* @file |
| 24 | 24 |
* ALAC (Apple Lossless Audio Codec) decoder |
| 25 | 25 |
* @author 2005 David Hammerton |
| 26 |
- * |
|
| 27 |
- * For more information on the ALAC format, visit: |
|
| 28 |
- * http://crazney.net/programs/itunes/alac.html |
|
| 26 |
+ * @see http://crazney.net/programs/itunes/alac.html |
|
| 29 | 27 |
* |
| 30 | 28 |
* Note: This decoder expects a 36- (0x24-)byte QuickTime atom to be |
| 31 | 29 |
* passed through the extradata[_size] fields. This atom is tacked onto |
| ... | ... |
@@ -22,10 +22,8 @@ |
| 22 | 22 |
/** |
| 23 | 23 |
* @file |
| 24 | 24 |
* Electronic Arts TQI Video Decoder |
| 25 |
- * by Peter Ross <pross@xvid.org> |
|
| 26 |
- * |
|
| 27 |
- * Technical details here: |
|
| 28 |
- * http://wiki.multimedia.cx/index.php?title=Electronic_Arts_TQI |
|
| 25 |
+ * @author Peter Ross <pross@xvid.org> |
|
| 26 |
+ * @see http://wiki.multimedia.cx/index.php?title=Electronic_Arts_TQI |
|
| 29 | 27 |
*/ |
| 30 | 28 |
|
| 31 | 29 |
#include "avcodec.h" |
| ... | ... |
@@ -23,9 +23,7 @@ |
| 23 | 23 |
* @file |
| 24 | 24 |
* FLAC (Free Lossless Audio Codec) decoder |
| 25 | 25 |
* @author Alex Beregszaszi |
| 26 |
- * |
|
| 27 |
- * For more information on the FLAC format, visit: |
|
| 28 |
- * http://flac.sourceforge.net/ |
|
| 26 |
+ * @see http://flac.sourceforge.net/ |
|
| 29 | 27 |
* |
| 30 | 28 |
* This decoder can be used in 1 of 2 ways: Either raw FLAC data can be fed |
| 31 | 29 |
* through, starting from the initial 'fLaC' signature; or by passing the |
| ... | ... |
@@ -23,9 +23,7 @@ |
| 23 | 23 |
* @file |
| 24 | 24 |
* RL2 Video Decoder |
| 25 | 25 |
* @author Sascha Sommer (saschasommer@freenet.de) |
| 26 |
- * |
|
| 27 |
- * For more information about the RL2 format, visit: |
|
| 28 |
- * http://wiki.multimedia.cx/index.php?title=RL2 |
|
| 26 |
+ * @see http://wiki.multimedia.cx/index.php?title=RL2 |
|
| 29 | 27 |
*/ |
| 30 | 28 |
|
| 31 | 29 |
#include <stdio.h> |
| ... | ... |
@@ -22,9 +22,9 @@ |
| 22 | 22 |
/** |
| 23 | 23 |
* @file |
| 24 | 24 |
* TTA (The Lossless True Audio) decoder |
| 25 |
- * (www.true-audio.com or tta.corecodec.org) |
|
| 25 |
+ * @see http://www.true-audio.com/ |
|
| 26 |
+ * @see http://tta.corecodec.org/ |
|
| 26 | 27 |
* @author Alex Beregszaszi |
| 27 |
- * |
|
| 28 | 28 |
*/ |
| 29 | 29 |
|
| 30 | 30 |
#define ALT_BITSTREAM_READER_LE |
| ... | ... |
@@ -21,9 +21,9 @@ |
| 21 | 21 |
|
| 22 | 22 |
/** |
| 23 | 23 |
* @file |
| 24 |
- * VQA Video Decoder by Mike Melanson (melanson@pcisys.net) |
|
| 25 |
- * For more information about the VQA format, visit: |
|
| 26 |
- * http://wiki.multimedia.cx/index.php?title=VQA |
|
| 24 |
+ * VQA Video Decoder |
|
| 25 |
+ * @author Mike Melanson (melanson@pcisys.net) |
|
| 26 |
+ * @see http://wiki.multimedia.cx/index.php?title=VQA |
|
| 27 | 27 |
* |
| 28 | 28 |
* The VQA video decoder outputs PAL8 or RGB555 colorspace data, depending |
| 29 | 29 |
* on the type of data in the file. |
| ... | ... |
@@ -23,9 +23,7 @@ |
| 23 | 23 |
* @file |
| 24 | 24 |
* Funcom ISS file demuxer |
| 25 | 25 |
* @author Jaikrishnan Menon |
| 26 |
- * |
|
| 27 |
- * For more information on the .iss file format, visit: |
|
| 28 |
- * http://wiki.multimedia.cx/index.php?title=FunCom_ISS |
|
| 26 |
+ * @see http://wiki.multimedia.cx/index.php?title=FunCom_ISS |
|
| 29 | 27 |
*/ |
| 30 | 28 |
|
| 31 | 29 |
#include "avformat.h" |
| ... | ... |
@@ -23,9 +23,7 @@ |
| 23 | 23 |
* RL2 file demuxer |
| 24 | 24 |
* @file |
| 25 | 25 |
* @author Sascha Sommer (saschasommer@freenet.de) |
| 26 |
- * |
|
| 27 |
- * For more information regarding the RL2 file format, visit: |
|
| 28 |
- * http://wiki.multimedia.cx/index.php?title=RL2 |
|
| 26 |
+ * @see http://wiki.multimedia.cx/index.php?title=RL2 |
|
| 29 | 27 |
* |
| 30 | 28 |
* extradata: |
| 31 | 29 |
* 2 byte le initial drawing offset within 320x200 viewport |
| ... | ... |
@@ -22,8 +22,8 @@ |
| 22 | 22 |
/** |
| 23 | 23 |
* @file |
| 24 | 24 |
* @brief RTP support for the SV3V (SVQ3) payload |
| 25 |
- * (http://wiki.multimedia.cx/index.php?title=Sorenson_Video_3#Packetization) |
|
| 26 | 25 |
* @author Ronald S. Bultje <rbultje@ronald.bitfreak.net> |
| 26 |
+ * @see http://wiki.multimedia.cx/index.php?title=Sorenson_Video_3#Packetization |
|
| 27 | 27 |
*/ |
| 28 | 28 |
|
| 29 | 29 |
#include <string.h> |
| ... | ... |
@@ -23,7 +23,7 @@ |
| 23 | 23 |
* @file |
| 24 | 24 |
* @brief RTP support for the VP8 payload |
| 25 | 25 |
* @author Josh Allmann <joshua.allmann@gmail.com> |
| 26 |
- * ( http://www.webmproject.org/code/specs/rtp/ ) |
|
| 26 |
+ * @see http://www.webmproject.org/code/specs/rtp/ |
|
| 27 | 27 |
*/ |
| 28 | 28 |
|
| 29 | 29 |
#include "libavcodec/bytestream.h" |