1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Commit Graph

73 Commits

Author SHA1 Message Date
Gildas Bazin
24f83b8b4f * modules/demux/asf/asf.c: ignore the ES extra data for mpeg audio.
* modules/mux/asf.c: bring the tracks back to a 0 based offset.
2004-08-27 20:44:39 +00:00
Gildas Bazin
1d08e9ca23 * modules/mux/asf.c: flush our buffers on close. 2004-08-27 20:10:21 +00:00
Gildas Bazin
0ae64fba28 * modules/mux/asf.c: use syncpoints + add an empty index object to make wmp happy about seeking. 2004-08-19 15:11:32 +00:00
Gildas Bazin
372cb91d50 * modules/mux/asf.c: small cleanup 2004-08-19 12:25:22 +00:00
Gildas Bazin
c219dac669 * modules/mux/asf.c: don't forget to add the preroll offset to the data timestamps. 2004-08-19 11:32:20 +00:00
Gildas Bazin
54a4c8e015 * modules/mux/asf.c: the asf muxer can only add streams on the fly when in http mode (otherwise this will screw up the header re-writing on Close().) 2004-08-18 15:46:01 +00:00
Gildas Bazin
95aa92bd9d * modules/mux/asf.c: a few coding style changes. 2004-08-18 12:04:03 +00:00
Gildas Bazin
8c869070a7 * modules/mux/asf.c, ts.c, ogg.c: added WMV3 fourcc. 2004-07-25 07:54:18 +00:00
Derk-Jan Hartman
1954049294 * it's information, not informations (grep -r)
* modules/demux/avi/avi.c: Look a bit further into the file for the avi tag.
  this allows you to play avi in uncompressed .rar (only first part of course).
2004-07-16 11:29:21 +00:00
Laurent Aimar
179f1381ce * all: cosmetics + MUX_GET_MIME. 2004-07-10 17:20:11 +00:00
Clément Stenac
ea20f20930 Add options descriptions 2004-04-25 08:53:52 +00:00
Laurent Aimar
9f9470c984 * asf: use sout_ParseCfg and so added
--sout-asf-{title,author,copyright,comment,rating} options.
2004-04-23 23:33:04 +00:00
Laurent Aimar
085985d56d * mux: sout_buffer_t -> block_t. 2004-03-11 17:37:50 +00:00
Felix Paul Kühne
19281d93a9 * Stringreview 2004-01-25 13:37:12 +00:00
Sam Hocevar
4219568532 * toolbox:
+ Added pda.glade to the list of Glade2 generated files.
    + Remove strings such as "http://" or "/dev/video0" from the list of
      translated strings in the PDA interface.
  * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing
    whitespaces and tabulations here and there.
2003-12-22 02:24:53 +00:00
Laurent Aimar
bfeea8d61f * all: remove sout_format_t and use es_format_t instead. 2003-11-21 15:32:09 +00:00
Laurent Aimar
ecc97852f9 * asf: you can now add 'title', 'author', 'copyright', 'comment, 'rating'
meta data to your file. (use asf{title="my title"} for example)
 * standard: do not trash access/mux arguments when fixing.
2003-08-29 19:49:33 +00:00
Laurent Aimar
e5fe2b341f * asf: added stream infos object and fix a bug in packetization.
-> it seems that WMP plays it without problem :))) (tested with DIV3+mp3)
2003-08-29 01:11:43 +00:00
Laurent Aimar
92a149be55 * asf: fix waveformatex header for mp3 audio. 2003-08-26 23:14:11 +00:00
Laurent Aimar
a8379c1193 asf: fixed some headers errors. 2003-08-25 23:39:20 +00:00
Laurent Aimar
7108220646 * asf: added an alias "asfh" : it creates special stream to allow using
http output as mmsh server (see next commits).
2003-08-25 01:31:25 +00:00
Laurent Aimar
e656b0b464 * asf: more stuff (bitrate and time). 2003-08-24 22:20:43 +00:00
Laurent Aimar
4f9a79dd11 * asf : asf muxer, not well tested yet. 2003-08-24 16:38:38 +00:00