]> git.sesse.net Git - vlc/commitdiff
Be more precise in libavcodec/libavformat/libavutil separation
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 21 Oct 2013 14:28:39 +0000 (16:28 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 22 Oct 2013 07:32:23 +0000 (09:32 +0200)
include/vlc_avcodec.h
include/vlc_codecs.h
include/vlc_es.h
modules/demux/nuv.c
modules/packetizer/mpeg4video.c
src/misc/fourcc.c

index dc7b41607a661db6168b256cccfeee81cba5c3d5..664633a2d4009a021af5a13f1412b6e1e55abb26 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * vlc_avcodec.h: VLC thread support for FFMPEG/libavcodec
+ * vlc_avcodec.h: VLC thread support for libavcodec
  *****************************************************************************
  * Copyright (C) 2009-2010 RĂ©mi Denis-Courmont
  *
index bad1cf94543fb55e4c6b19d8ca331f036af509ed..15f350bd523769e6b8ae7861864cf2b59f361429 100644 (file)
@@ -265,7 +265,7 @@ ATTR_PACKED
 
 #define WAVE_FORMAT_A52                 0x2000 /* a52 */
 #define WAVE_FORMAT_DTS                 0x2001 /* DTS */
-#define WAVE_FORMAT_FFMPEG_AAC          0x706D
+#define WAVE_FORMAT_AVCODEC_AAC          0x706D
 #define WAVE_FORMAT_DIVIO_AAC           0x4143 /* Divio's AAC */
 
 #define WAVE_FORMAT_GSM_AMR_FIXED       0x7A21 /* Fixed bitrate, no SID */
@@ -275,7 +275,7 @@ ATTR_PACKED
 #define WAVE_FORMAT_DK3                 0x0061
 #define WAVE_FORMAT_DK4                 0x0062
 
-/* At least FFmpeg use that ID: from libavformat/riff.c ('Vo' == 0x566f)
+/* At least libavformat use that ID: from libavformat/riff.c ('Vo' == 0x566f)
  * { CODEC_ID_VORBIS, ('V'<<8)+'o' }, //HACK/FIXME, does vorbis in WAV/AVI have an (in)official id?
  */
 #define WAVE_FORMAT_VORBIS              0x566f
@@ -395,7 +395,7 @@ wave_format_tag_to_fourcc[] =
     { WAVE_FORMAT_AAC,        VLC_CODEC_MP4A,                   "MPEG-4 Audio" },
     { WAVE_FORMAT_AAC_2,      VLC_CODEC_MP4A,                   "MPEG-4 Audio" },
     { WAVE_FORMAT_AAC_LATM,   VLC_CODEC_MP4A,                   "MPEG-4 Audio" },
-    { WAVE_FORMAT_FFMPEG_AAC, VLC_CODEC_MP4A,                   "MPEG-4 Audio" },
+    { WAVE_FORMAT_AVCODEC_AAC, VLC_CODEC_MP4A,                   "MPEG-4 Audio" },
     { WAVE_FORMAT_AAC_MS,     VLC_CODEC_MP4A,                   "MPEG-4 Audio" },
     { WAVE_FORMAT_VORBIS,     VLC_CODEC_VORBIS,                 "Vorbis Audio" },
     { WAVE_FORMAT_VORB_1,     VLC_FOURCC( 'v', 'o', 'r', '1' ), "Vorbis 1 Audio" },
index 4c3bc9378da24e7bc56f276f2c933925dcbf712c..6babdd8307f1f7bf73314002b4f748a55fcd711b 100644 (file)
@@ -38,7 +38,7 @@
  */
 struct video_palette_t
 {
-    int i_entries;      /**< to keep the compatibility with ffmpeg's palette */
+    int i_entries;      /**< to keep the compatibility with libavcodec's palette */
     uint8_t palette[256][4];                   /**< 4-byte RGBA/YUVA palette */
 };
 
index 9d534e4c6d3cd3d8c0db1baec82a865453d39553..cb20acdf9e83586c032cfe91ca8506174413026b 100644 (file)
@@ -249,7 +249,7 @@ static int Open( vlc_object_t * p_this )
     {
         if( fh.i_compression == 'F' || fh.i_compression == 'R' )
         {
-            /* ffmpeg extra data */
+            /* libavcodec extra data */
             p_sys->i_extra_f = fh.i_length;
             p_sys->p_extra_f = malloc( fh.i_length );
             if( p_sys->p_extra_f == NULL || stream_Read( p_demux->s,
index 18ae69390da48cb2a6cd4c96d010f34d60e1be95..ddb8b84619ac5349ef6f67bee40a05aff989fbda 100644 (file)
@@ -533,7 +533,7 @@ static int ParseVOP( decoder_t *p_dec, block_t *p_vop )
     return VLC_SUCCESS;
 }
 
-/* look at ffmpeg av_log2 ;) */
+/* look at libavutil av_log2 ;) */
 static int vlc_log2( unsigned int v )
 {
     int n = 0;
index 3af6e50220344fa7223084df45c7fd8cf80d088a..78a77e161b555829ac911f3d24c2176855ce5bf0 100644 (file)
@@ -189,8 +189,8 @@ static const staticentry_t p_list_video[] = {
         E("hdx4", "Jomigo HDX4 (MPEG-4 Video)"),
         E("SMP4", "Samsung SMP4 (MPEG-4 Video)"),
         E("smp4", "Samsung SMP4 (MPEG-4 Video)"),
-        E("fvfw", "FFmpeg MPEG-4"),
-        E("FVFW", "FFmpeg MPEG-4"),
+        E("fvfw", "libavcodec MPEG-4"),
+        E("FVFW", "libavcodec MPEG-4"),
         E("FFDS", "FFDShow MPEG-4"),
         E("VIDM", "vidm 4.01 codec"),
         E("DP02", "DynaPel MPEG-4 codec"),
@@ -547,8 +547,8 @@ static const staticentry_t p_list_video[] = {
     B(VLC_CODEC_ASV2, "Asus V2 Video"),
         A("ASV2"),
 
-    /* FFMPEG Video 1 (lossless codec) */
-    B(VLC_CODEC_FFV1, "FFMpeg Video 1"),
+    /* FF video codec 1 (lossless codec) */
+    B(VLC_CODEC_FFV1, "FF video codec 1"),
         A("FFV1"),
 
     /* ATI VCR1 */