1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/debian
Sam Hocevar 64d33dc9bc * ALL: decoders now use a fourcc as a probe value.
* include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills
    its purpose.
  * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc.
  * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is
    always valid.

  * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see
    vlc --help for more information.

  * include/video.h: removed fourcc values which should _not_ be global
    (thanks fenrir for convincing me).
  * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs.
  * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to
    input_ChangeES.

   Things I'm not sure about and need comments:
    - I used "mpga" and "mpgv" for MPEG (1+2) audio and video fourcc values.
    - I also introduced "spu ", "lpcm" and "ac3 ".
    - I removed for instance "MP4_GetCodec" because it wasn't really
      used except for the description string. I hope this change did not
      break anything really important.
    - fenrir, I must have broken a lot of things you wrote. Sorry in advance.
2002-07-23 00:39:17 +00:00
..
.cvsignore * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy. 2002-07-20 18:01:43 +00:00
changelog * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now. 2002-07-04 18:11:57 +00:00
control * ./debian/control: changed "interface plugin" occurences to "frontend" to 2002-07-21 15:27:09 +00:00
gnome-vlc.desktop * Fixed icons location and Debian desktop menus. 2001-04-11 12:52:10 +00:00
gnome-vlc.dirs * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
gnome-vlc.menu * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
gvlc.desktop * Fixed icons location and Debian desktop menus. 2001-04-11 12:52:10 +00:00
gvlc.dirs * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
gvlc.menu * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
kvlc.dirs * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
kvlc.menu * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
libvlc0-dev.dirs * ALL: decoders now use a fourcc as a probe value. 2002-07-23 00:39:17 +00:00
mozilla-plugin-vlc.dirs * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now. 2002-07-04 18:11:57 +00:00
qvlc.dirs * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
qvlc.menu * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
rules * ALL: decoders now use a fourcc as a probe value. 2002-07-23 00:39:17 +00:00
vlc-plugin-aa.dirs * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
vlc-plugin-alsa.dirs * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
vlc-plugin-arts.dirs * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
vlc-plugin-esd.dirs * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
vlc-plugin-ggi.dirs * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
vlc-plugin-glide.dirs * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
vlc-plugin-lirc.dirs * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
vlc-plugin-mad.dirs * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
vlc-plugin-sdl.dirs * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
vlc-plugin-xosd.dirs * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00
vlc.copyright * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss. 2001-08-22 14:23:57 +00:00
vlc.desktop * Fixed icons location and Debian desktop menus. 2001-04-11 12:52:10 +00:00
vlc.dirs * ALL: the first libvlc commit. 2002-06-01 12:32:02 +00:00
vlc.docs Added FAQ. 2001-11-12 13:22:08 +00:00
vlc.menu * ./ChangeLog: updated. 2002-07-12 16:30:28 +00:00