Mercurial > libavcodec.hg
changeset 8673:5b7d5a33a3e2 libavcodec
Fix filenames in Doxygen comments.
author | diego |
---|---|
date | Mon, 26 Jan 2009 22:51:16 +0000 |
parents | 456d875d3524 |
children | f36e2c1749b5 |
files | adxdec.c adxenc.c dcadata.h elbg.c h264idct.c lcldec.c lclenc.c libfaad.c libmp3lame.c libtheoraenc.c libvorbis.c libxvidff.c motion-test.c vmdav.c ws-snd1.c |
diffstat | 15 files changed, 15 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/adxdec.c Mon Jan 26 19:46:47 2009 +0000 +++ b/adxdec.c Mon Jan 26 22:51:16 2009 +0000 @@ -24,7 +24,7 @@ #include "adx.h" /** - * @file adx.c + * @file adxdec.c * SEGA CRI adx codecs. * * Reference documents:
--- a/adxenc.c Mon Jan 26 19:46:47 2009 +0000 +++ b/adxenc.c Mon Jan 26 22:51:16 2009 +0000 @@ -24,7 +24,7 @@ #include "adx.h" /** - * @file adx.c + * @file adxenc.c * SEGA CRI adx codecs. * * Reference documents:
--- a/dcadata.h Mon Jan 26 19:46:47 2009 +0000 +++ b/dcadata.h Mon Jan 26 22:51:16 2009 +0000 @@ -21,7 +21,7 @@ */ /** - * @file dcadata.c + * @file dcadata.h */ #ifndef AVCODEC_DCADATA_H
--- a/elbg.c Mon Jan 26 19:46:47 2009 +0000 +++ b/elbg.c Mon Jan 26 22:51:16 2009 +0000 @@ -19,7 +19,7 @@ */ /** - * @file cbook_gen.c + * @file elbg.c * Codebook Generator using the ELBG algorithm */
--- a/h264idct.c Mon Jan 26 19:46:47 2009 +0000 +++ b/h264idct.c Mon Jan 26 22:51:16 2009 +0000 @@ -20,7 +20,7 @@ */ /** - * @file h264-idct.c + * @file h264idct.c * H.264 IDCT. * @author Michael Niedermayer <michaelni@gmx.at> */
--- a/lcldec.c Mon Jan 26 19:46:47 2009 +0000 +++ b/lcldec.c Mon Jan 26 22:51:16 2009 +0000 @@ -20,7 +20,7 @@ */ /** - * @file lcl.c + * @file lcldec.c * LCL (LossLess Codec Library) Video Codec * Decoder for MSZH and ZLIB codecs * Experimental encoder for ZLIB RGB24
--- a/lclenc.c Mon Jan 26 19:46:47 2009 +0000 +++ b/lclenc.c Mon Jan 26 22:51:16 2009 +0000 @@ -20,7 +20,7 @@ */ /** - * @file lcl.c + * @file lclenc.c * LCL (LossLess Codec Library) Video Codec * Decoder for MSZH and ZLIB codecs * Experimental encoder for ZLIB RGB24
--- a/libfaad.c Mon Jan 26 19:46:47 2009 +0000 +++ b/libfaad.c Mon Jan 26 22:51:16 2009 +0000 @@ -21,7 +21,7 @@ */ /** - * @file faad.c + * @file libfaad.c * AAC decoder. * * still a bit unfinished - but it plays something
--- a/libmp3lame.c Mon Jan 26 19:46:47 2009 +0000 +++ b/libmp3lame.c Mon Jan 26 22:51:16 2009 +0000 @@ -20,7 +20,7 @@ */ /** - * @file mp3lameaudio.c + * @file libmp3lame.c * Interface to libmp3lame for mp3 encoding. */
--- a/libtheoraenc.c Mon Jan 26 19:46:47 2009 +0000 +++ b/libtheoraenc.c Mon Jan 26 22:51:16 2009 +0000 @@ -19,7 +19,7 @@ */ /*! - * \file theoraenc.c + * \file libtheoraenc.c * \brief Theora encoder using libtheora. * \author Paul Richards <paul.richards@gmail.com> *
--- a/libvorbis.c Mon Jan 26 19:46:47 2009 +0000 +++ b/libvorbis.c Mon Jan 26 22:51:16 2009 +0000 @@ -19,7 +19,7 @@ */ /** - * @file oggvorbis.c + * @file libvorbis.c * Ogg Vorbis codec support via libvorbisenc. * @author Mark Hills <mark@pogo.org.uk> */
--- a/libxvidff.c Mon Jan 26 19:46:47 2009 +0000 +++ b/libxvidff.c Mon Jan 26 22:51:16 2009 +0000 @@ -20,7 +20,7 @@ */ /** - * @file xvidmpeg4.c + * @file libxvidff.c * Interface to xvidcore for MPEG-4 compliant encoding. * @author Adam Thayer (krevnik@comcast.net) */
--- a/motion-test.c Mon Jan 26 19:46:47 2009 +0000 +++ b/motion-test.c Mon Jan 26 22:51:16 2009 +0000 @@ -19,7 +19,7 @@ */ /** - * @file motion_test.c + * @file motion-test.c * motion test. */