Mercurial > libavutil.hg
changeset 642:70bdd5501662 libavutil
Use full internal pathname in doxygen @file directives.
Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.
author | diego |
---|---|
date | Sun, 01 Feb 2009 02:00:19 +0000 |
parents | 41e4544b228b |
children | db8f45986cff |
files | avutil.h base64.c bfin/bswap.h bswap.h common.h fifo.h integer.c integer.h internal.h intfloat_readwrite.c lls.c log.c mathematics.c mem.c mem.h pca.c pca.h rational.c rational.h sh4/bswap.h timer.h tree.h x86/bswap.h |
diffstat | 23 files changed, 23 insertions(+), 23 deletions(-) [+] |
line wrap: on
line diff
--- a/avutil.h Sun Feb 01 00:20:45 2009 +0000 +++ b/avutil.h Sun Feb 01 02:00:19 2009 +0000 @@ -22,7 +22,7 @@ #define AVUTIL_AVUTIL_H /** - * @file avutil.h + * @file libavutil/avutil.h * external API header */
--- a/base64.c Sun Feb 01 00:20:45 2009 +0000 +++ b/base64.c Sun Feb 01 02:00:19 2009 +0000 @@ -19,7 +19,7 @@ */ /** - * @file base64.c + * @file libavutil/base64.c * @brief Base64 encode/decode * @author Ryan Martell <rdm4@martellventures.com> (with lots of Michael) */
--- a/bfin/bswap.h Sun Feb 01 00:20:45 2009 +0000 +++ b/bfin/bswap.h Sun Feb 01 02:00:19 2009 +0000 @@ -19,7 +19,7 @@ */ /** - * @file bswap.h + * @file libavutil/bfin/bswap.h * byte swapping routines */
--- a/bswap.h Sun Feb 01 00:20:45 2009 +0000 +++ b/bswap.h Sun Feb 01 02:00:19 2009 +0000 @@ -19,7 +19,7 @@ */ /** - * @file bswap.h + * @file libavutil/bswap.h * byte swapping routines */
--- a/common.h Sun Feb 01 00:20:45 2009 +0000 +++ b/common.h Sun Feb 01 02:00:19 2009 +0000 @@ -19,7 +19,7 @@ */ /** - * @file common.h + * @file libavutil/common.h * common internal and external API header */
--- a/fifo.h Sun Feb 01 00:20:45 2009 +0000 +++ b/fifo.h Sun Feb 01 02:00:19 2009 +0000 @@ -17,7 +17,7 @@ */ /** - * @file fifo.h + * @file libavutil/fifo.h * a very simple circular buffer FIFO implementation */
--- a/integer.c Sun Feb 01 00:20:45 2009 +0000 +++ b/integer.c Sun Feb 01 02:00:19 2009 +0000 @@ -20,7 +20,7 @@ */ /** - * @file integer.c + * @file libavutil/integer.c * arbitrary precision integers * @author Michael Niedermayer <michaelni@gmx.at> */
--- a/integer.h Sun Feb 01 00:20:45 2009 +0000 +++ b/integer.h Sun Feb 01 02:00:19 2009 +0000 @@ -20,7 +20,7 @@ */ /** - * @file integer.h + * @file libavutil/integer.h * arbitrary precision integers * @author Michael Niedermayer <michaelni@gmx.at> */
--- a/internal.h Sun Feb 01 00:20:45 2009 +0000 +++ b/internal.h Sun Feb 01 02:00:19 2009 +0000 @@ -19,7 +19,7 @@ */ /** - * @file internal.h + * @file libavutil/internal.h * common internal API header */
--- a/intfloat_readwrite.c Sun Feb 01 00:20:45 2009 +0000 +++ b/intfloat_readwrite.c Sun Feb 01 02:00:19 2009 +0000 @@ -21,7 +21,7 @@ */ /** - * @file intfloat_readwrite.c + * @file libavutil/intfloat_readwrite.c * portable IEEE float/double read/write functions */
--- a/lls.c Sun Feb 01 00:20:45 2009 +0000 +++ b/lls.c Sun Feb 01 02:00:19 2009 +0000 @@ -21,7 +21,7 @@ */ /** - * @file lls.c + * @file libavutil/lls.c * linear least squares model */
--- a/log.c Sun Feb 01 00:20:45 2009 +0000 +++ b/log.c Sun Feb 01 02:00:19 2009 +0000 @@ -20,7 +20,7 @@ */ /** - * @file log.c + * @file libavutil/log.c * logging functions */
--- a/mathematics.c Sun Feb 01 00:20:45 2009 +0000 +++ b/mathematics.c Sun Feb 01 02:00:19 2009 +0000 @@ -19,7 +19,7 @@ */ /** - * @file mathematics.c + * @file libavutil/mathematics.c * miscellaneous math routines and tables */
--- a/mem.c Sun Feb 01 00:20:45 2009 +0000 +++ b/mem.c Sun Feb 01 02:00:19 2009 +0000 @@ -20,7 +20,7 @@ */ /** - * @file mem.c + * @file libavutil/mem.c * default memory allocator for libavutil */
--- a/mem.h Sun Feb 01 00:20:45 2009 +0000 +++ b/mem.h Sun Feb 01 02:00:19 2009 +0000 @@ -19,7 +19,7 @@ */ /** - * @file mem.h + * @file libavutil/mem.h * memory handling functions */
--- a/pca.c Sun Feb 01 00:20:45 2009 +0000 +++ b/pca.c Sun Feb 01 02:00:19 2009 +0000 @@ -20,7 +20,7 @@ */ /** - * @file pca.c + * @file libavutil/pca.c * principal component analysis (PCA) */
--- a/pca.h Sun Feb 01 00:20:45 2009 +0000 +++ b/pca.h Sun Feb 01 02:00:19 2009 +0000 @@ -20,7 +20,7 @@ */ /** - * @file pca.h + * @file libavutil/pca.h * principal component analysis (PCA) */
--- a/rational.c Sun Feb 01 00:20:45 2009 +0000 +++ b/rational.c Sun Feb 01 02:00:19 2009 +0000 @@ -20,7 +20,7 @@ */ /** - * @file rational.c + * @file libavutil/rational.c * rational numbers * @author Michael Niedermayer <michaelni@gmx.at> */
--- a/rational.h Sun Feb 01 00:20:45 2009 +0000 +++ b/rational.h Sun Feb 01 02:00:19 2009 +0000 @@ -20,7 +20,7 @@ */ /** - * @file rational.h + * @file libavutil/rational.h * rational numbers * @author Michael Niedermayer <michaelni@gmx.at> */
--- a/sh4/bswap.h Sun Feb 01 00:20:45 2009 +0000 +++ b/sh4/bswap.h Sun Feb 01 02:00:19 2009 +0000 @@ -17,7 +17,7 @@ */ /** - * @file bswap.h + * @file libavutil/sh4/bswap.h * byte swapping routines */
--- a/timer.h Sun Feb 01 00:20:45 2009 +0000 +++ b/timer.h Sun Feb 01 02:00:19 2009 +0000 @@ -1,5 +1,5 @@ /** - * @file timer.h + * @file libavutil/timer.h * high precision timer, useful to profile code * * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at>
--- a/tree.h Sun Feb 01 00:20:45 2009 +0000 +++ b/tree.h Sun Feb 01 02:00:19 2009 +0000 @@ -19,7 +19,7 @@ */ /** - * @file tree.h + * @file libavutil/tree.h * A tree container. * Insertion, removal, finding equal, largest which is smaller than and * smallest which is larger than, all have O(log n) worst case complexity.