1. 11 Mar, 2004 14 commits
  2. 10 Mar, 2004 9 commits
  3. 09 Mar, 2004 5 commits
  4. 08 Mar, 2004 10 commits
  5. 07 Mar, 2004 2 commits
    • Gildas Bazin's avatar
      * include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder... · 779340cf
      Gildas Bazin authored
      * include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder if the input elementary stream will be fed in complete frames.
      * include/vlc_codec.h: added a b_need_packetized field to decoder_t that is used by a decoder to tell if it wants to be fed complete frames.
      * modules/demux/ts.c, modules/demux/ps.h, src/input/input_programs.c: b_packetized = VLC_FALSE.
      * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad.c: b_need_packetized = VLC_TRUE;
      * src/input/input_dec.c: if (b_need_packetized & !b_packetized) then kick off a packetizer that we'll use to feed the decoder.
      * src/input/es_out.c: removed useless stuff.
      
      779340cf
    • Laurent Aimar's avatar
      * mp4.c: added support for SVQ1. · 5c5ee979
      Laurent Aimar authored
      5c5ee979