Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -20,7 +20,7 @@ |
| 20 | 20 |
*/ |
| 21 | 21 |
|
| 22 | 22 |
/** |
| 23 |
- * @file bethsoftvideo.c |
|
| 23 |
+ * @file libavcodec/bethsoftvideo.c |
|
| 24 | 24 |
* @brief Bethesda Softworks VID Video Decoder |
| 25 | 25 |
* @author Nicholas Tung [ntung (at. ntung com] (2007-03) |
| 26 | 26 |
* @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID |
| ... | ... |
@@ -22,7 +22,7 @@ |
| 22 | 22 |
*/ |
| 23 | 23 |
|
| 24 | 24 |
/** |
| 25 |
- * @file imc.c IMC - Intel Music Coder |
|
| 25 |
+ * @file libavcodec/imc.c IMC - Intel Music Coder |
|
| 26 | 26 |
* A mdct based codec using a 256 points large transform |
| 27 | 27 |
* divied into 32 bands with some mix of scale factors. |
| 28 | 28 |
* Only mono is supported. |
| ... | ... |
@@ -20,7 +20,7 @@ |
| 20 | 20 |
*/ |
| 21 | 21 |
|
| 22 | 22 |
/** |
| 23 |
- * @file interplayvideo.c |
|
| 23 |
+ * @file libavcodec/interplayvideo.c |
|
| 24 | 24 |
* Interplay MVE Video Decoder by Mike Melanson (melanson@pcisys.net) |
| 25 | 25 |
* For more information about the Interplay MVE format, visit: |
| 26 | 26 |
* http://www.pcisys.net/~melanson/codecs/interplay-mve.txt |
| ... | ... |
@@ -21,7 +21,7 @@ |
| 21 | 21 |
*/ |
| 22 | 22 |
|
| 23 | 23 |
/** |
| 24 |
-* @file libdiracdec.c |
|
| 24 |
+* @file libavcodec/libdiracdec.c |
|
| 25 | 25 |
* Dirac decoder support via libdirac library; more details about the Dirac |
| 26 | 26 |
* project can be found at http://dirac.sourceforge.net/. |
| 27 | 27 |
* The libdirac_decoder library implements Dirac specification version 2.2 |
| ... | ... |
@@ -21,7 +21,7 @@ |
| 21 | 21 |
*/ |
| 22 | 22 |
|
| 23 | 23 |
/** |
| 24 |
-* @file libdiracenc.c |
|
| 24 |
+* @file libavcodec/libdiracenc.c |
|
| 25 | 25 |
* Dirac encoding support via libdirac library; more details about the |
| 26 | 26 |
* Dirac project can be found at http://dirac.sourceforge.net/. |
| 27 | 27 |
* The libdirac_encoder library implements Dirac specification version 2.2 |
| ... | ... |
@@ -20,7 +20,7 @@ |
| 20 | 20 |
*/ |
| 21 | 21 |
|
| 22 | 22 |
/** |
| 23 |
-* @file libschroedingerdec.c |
|
| 23 |
+* @file libavcodec/libschroedingerdec.c |
|
| 24 | 24 |
* Dirac decoder support via libschroedinger-1.0 libraries. More details about |
| 25 | 25 |
* the Schroedinger project can be found at http://www.diracvideo.org/. |
| 26 | 26 |
* The library implements Dirac Specification Version 2.2. |
| ... | ... |
@@ -20,7 +20,7 @@ |
| 20 | 20 |
*/ |
| 21 | 21 |
|
| 22 | 22 |
/** |
| 23 |
-* @file libschroedingerenc.c |
|
| 23 |
+* @file libavcodec/libschroedingerenc.c |
|
| 24 | 24 |
* Dirac encoder support via libschroedinger-1.0 libraries. More details about |
| 25 | 25 |
* the Schroedinger project can be found at http://www.diracvideo.org/. |
| 26 | 26 |
* The library implements Dirac Specification Version 2.2 |
| ... | ... |
@@ -26,7 +26,7 @@ |
| 26 | 26 |
*/ |
| 27 | 27 |
|
| 28 | 28 |
/** |
| 29 |
- * @file nellymoser.c |
|
| 29 |
+ * @file libavcodec/nellymoser.c |
|
| 30 | 30 |
* The 3 alphanumeric copyright notices are md5summed they are from the original |
| 31 | 31 |
* implementors. The original code is available from http://code.google.com/p/nelly2pcm/ |
| 32 | 32 |
*/ |
| ... | ... |
@@ -26,7 +26,7 @@ |
| 26 | 26 |
*/ |
| 27 | 27 |
|
| 28 | 28 |
/** |
| 29 |
- * @file nellymoser.h |
|
| 29 |
+ * @file libavcodec/nellymoser.h |
|
| 30 | 30 |
* The 3 alphanumeric copyright notices are md5summed they are from the original |
| 31 | 31 |
* implementors. The original code is available from http://code.google.com/p/nelly2pcm/ |
| 32 | 32 |
*/ |
| ... | ... |
@@ -26,7 +26,7 @@ |
| 26 | 26 |
*/ |
| 27 | 27 |
|
| 28 | 28 |
/** |
| 29 |
- * @file nellymoserdec.c |
|
| 29 |
+ * @file libavcodec/nellymoserdec.c |
|
| 30 | 30 |
* The 3 alphanumeric copyright notices are md5summed they are from the original |
| 31 | 31 |
* implementors. The original code is available from http://code.google.com/p/nelly2pcm/ |
| 32 | 32 |
*/ |
| ... | ... |
@@ -23,7 +23,7 @@ |
| 23 | 23 |
#include "golomb.h" |
| 24 | 24 |
|
| 25 | 25 |
/** |
| 26 |
- * @file sonic.c |
|
| 26 |
+ * @file libavcodec/sonic.c |
|
| 27 | 27 |
* Simple free lossless/lossy audio codec |
| 28 | 28 |
* Based on Paul Francis Harrison's Bonk (http://www.logarithmic.net/pfh/bonk) |
| 29 | 29 |
* Written and designed by Alex Beregszaszi |
| ... | ... |
@@ -20,7 +20,7 @@ |
| 20 | 20 |
*/ |
| 21 | 21 |
|
| 22 | 22 |
/** |
| 23 |
- * @file bethsoftvid.c |
|
| 23 |
+ * @file libavformat/bethsoftvid.c |
|
| 24 | 24 |
* @brief Bethesda Softworks VID (.vid) file demuxer |
| 25 | 25 |
* @author Nicholas Tung [ntung (at. ntung com] (2007-03) |
| 26 | 26 |
* @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID |