]> git.sesse.net Git - ffmpeg/commitdiff
doxy: add ref for lavfi, lpp and lsws.
authorClément Bœsch <ubitux@gmail.com>
Tue, 11 Dec 2012 01:13:43 +0000 (02:13 +0100)
committerClément Bœsch <ubitux@gmail.com>
Tue, 11 Dec 2012 01:13:43 +0000 (02:13 +0100)
libavfilter/avfilter.h
libavutil/avutil.h
libpostproc/postprocess.h
libswscale/swscale.h

index f194d331416bcbae810ff0efe1d33ee41eff08a9..80d563bc1f1ef339864498c96ad30165a33a1b37 100644 (file)
 #ifndef AVFILTER_AVFILTER_H
 #define AVFILTER_AVFILTER_H
 
+/**
+ * @file
+ * @ingroup lavfi
+ * external API header
+ */
+
+/**
+ * @defgroup lavfi Libavfilter
+ * @{
+ */
+
 #include <stddef.h>
 
 #include "libavutil/avutil.h"
@@ -840,4 +851,8 @@ void avfilter_free(AVFilterContext *filter);
 int avfilter_insert_filter(AVFilterLink *link, AVFilterContext *filt,
                            unsigned filt_srcpad_idx, unsigned filt_dstpad_idx);
 
+/**
+ * @}
+ */
+
 #endif /* AVFILTER_AVFILTER_H */
index 5fc175a3126845ced5e143046ed9b0df4e3db12a..78deff1fd8a77fdc3f6e038db06611fbb87436f2 100644 (file)
  * provided by FFmpeg.
  *
  * @li @ref libavc "libavcodec" encoding/decoding library
- * @li @subpage libavfilter graph based frame editing library
+ * @li @ref lavfi "libavfilter" graph based frame editing library
  * @li @ref libavf "libavformat" I/O and muxing/demuxing library
  * @li @ref lavd "libavdevice" special devices muxing/demuxing library
  * @li @ref lavu "libavutil" common utility library
  * @li @ref lswr "libswresample" audio resampling, format conversion and mixing
- * @li @subpage libpostproc post processing library
- * @li @subpage libswscale  color conversion and scaling library
+ * @li @ref lpp  "libpostproc" post processing library
+ * @li @ref lsws "libswscale" color conversion and scaling library
  */
 
 /**
index b1a357a15ddb32b8b18a2b4a924a9e9bb645ae7b..928e01fe10df48d40f24701295ef1e231efc6bc2 100644 (file)
 
 /**
  * @file
- * @brief
- *     external postprocessing API
+ * @ingroup lpp
+ * external API header
+ */
+
+/**
+ * @defgroup lpp Libpostproc
+ * @{
  */
 
 #include "libpostproc/version.h"
@@ -94,4 +99,8 @@ void pp_free_context(pp_context *ppContext);
 
 #define PP_PICT_TYPE_QP2  0x00000010 ///< MPEG2 style QScale
 
+/**
+ * @}
+ */
+
 #endif /* POSTPROC_POSTPROCESS_H */
index 5189787d052bb7b2ee22dec72187b6f3bb3c12aa..ac789412a1fb6a3bb0bf856968f8b778136412cf 100644 (file)
 
 /**
  * @file
- * @brief
- *     external api for the swscale stuff
+ * @ingroup lsws
+ * external API header
+ */
+
+/**
+ * @defgroup lsws Libswscale
+ * @{
  */
 
 #include <stdint.h>
@@ -342,4 +347,8 @@ void sws_convertPalette8ToPacked24(const uint8_t *src, uint8_t *dst, int num_pix
  */
 const AVClass *sws_get_class(void);
 
+/**
+ * @}
+ */
+
 #endif /* SWSCALE_SWSCALE_H */