- 14 Aug, 2005 1 commit
-
-
Christophe Massiot authored
not been set to VLC_FALSE yet, the program number is not specified, and we're reading a PMT.
-
- 13 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
-
- 11 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
Don't explicitly flag the block. Clement could you check if fixes the break of local seeking from revision 12113.
-
- 10 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
Flagging BLOCK_FLAG_DISCONTINUITY for every PID in the input when the slider is moved on the GUI or a jump in the stream is made. It is also propagated to the mpegvideo packetizer. The packetizer has a new mode to sync on I-frame boundary after such a jump. It avoids sending some broken frames to the client. (Forward port of branches/0.8.1-jpsaman-thedj revision 11067 and 11842.)
-
- 09 Aug, 2005 1 commit
-
-
hartman authored
-
- 08 Aug, 2005 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
(Forward port from branch 0.8.1-jpsaman-thedj) TS demux can now dump a TS stream directly to a file or special devices, this mode can be used with DSP's. Enhanced CSA encryption/decryption with a non standard mode to encrypt/decrypt a part of a TS packet. Further I replaced a bunch of // comments with /* .. */ comments style.
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 31 May, 2005 1 commit
-
-
Christophe Massiot authored
which caused problems in case an identical PID carried the PMTs of two programs, one selected and the other not.
-
- 18 May, 2005 1 commit
-
-
Laurent Aimar authored
-
- 13 May, 2005 1 commit
-
-
gbazin authored
-
- 28 Apr, 2005 1 commit
-
-
Laurent Aimar authored
ts.c: use ES_OUT_DEL_GROUP to remove old program.
-
- 26 Apr, 2005 1 commit
-
-
Laurent Aimar authored
* ts: - set BLOCK_FLAG_CORRUPTED on transport_error_indicator. - better support of EIT + VLC_META_NOW_PLAYING.
-
- 19 Apr, 2005 1 commit
-
-
gbazin authored
-
- 12 Apr, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 08 Apr, 2005 1 commit
-
-
Christophe Massiot authored
VBI teletext descriptor should not set the codec because they only add information on a teletext stream.
-
- 29 Mar, 2005 3 commits
-
-
Laurent Aimar authored
standard access_t except that it reads from an access_t). * timeshift.c: timeshift access filter. It works with udp/dvb streams (tested under linux/windows). It allows to pause and to fast/slow forward. To try it, use --access-filter timeshift.
-
gbazin authored
-
Laurent Aimar authored
-
- 25 Mar, 2005 1 commit
-
-
Laurent Aimar authored
* es_out: added ES_OUT_SET_GROUP_META to add on the fly meta for a program (it's not yet really clean). * demux/ts: parse SI tables of DVB (channel names + events), it needs last libdvbpsi svn (set TS_USE_DVB_SI to 1 in modules/demux/ts.c to use it).
-
- 23 Mar, 2005 1 commit
-
-
Christophe Massiot authored
(patch courtesy of Nico Sabbi)
-
- 11 Mar, 2005 1 commit
-
-
Anil Daoud authored
* modules/demux/*: typo and user-friendly description * modules/access/*: less vlc warnings * modules/codec/subsdec.c: subtitles justification is no longer "advanced"
-
- 05 Mar, 2005 1 commit
-
-
gbazin authored
-
- 25 Feb, 2005 1 commit
-
-
Laurent Aimar authored
-
- 21 Feb, 2005 1 commit
-
-
Laurent Aimar authored
- BLOCK_FLAG_CORRUPTED : signal corrupted data (do not use anymore BLOCK_FLAG_DISCONTINUITY in that case) - BLOCK_FLAG_PREROLL : mark this block to be decoded (no matter what). * ffmpeg, libmpeg2: support BLOCK_FLAG_PREROLL (ie disable frame dropping). * input: added ES_OUT_SET_NEXT_DISPLAY_TIME to ease the work for preroll (untested). * mp4: added support for CTTS table (pts, needed for h264+bframe). * decoders: for now handle discontinuity and corrupted block the same way.
-
- 15 Feb, 2005 1 commit
-
-
gbazin authored
-
- 08 Feb, 2005 1 commit
-
-
Laurent Aimar authored
-
- 27 Jan, 2005 1 commit
-
-
gbazin authored
* modules/demux/ts.c: fixed typo for DVB subtitles descriptor parsing (only affects multiple tracks streams).
-
- 21 Jan, 2005 1 commit
-
-
Laurent Aimar authored
-
- 07 Jan, 2005 1 commit
-
-
Christophe Massiot authored
- Rewrote QPSK frontend tuning functions, after reading the doc - it should hopefully fix the infamous "Operation not permitted" problem. - Permanently monitor the frontend status, and reinit it if it crashes. - New --dvb-high-voltage option for very long cables. - Moved all EN 50 221-related code from ts.c to en50221.c. We no longer need the --ts-capmt-sysid option because the sysid is determined automatically from the CAM. - Also changed the way we send the CAPMTs to the CAM, hoping to fix a bug with Aston professional CAMs which all of sudden stop descrambling a program after a few days.
-
- 21 Dec, 2004 1 commit
-
-
Christophe Massiot authored
of a given system provider (this is apparently needed for SCM Cryptoworks CAM). * modules/access/dvb/dvb.h: Allow up to 256 demux slots. * modules/access/dvb/en50221.c: Do not send the CAPMT too often (apparently bad for some CAM).
-
- 16 Dec, 2004 1 commit
-
-
zorglub authored
-
- 11 Dec, 2004 1 commit
-
-
zorglub authored
* Each module can declare a "human-readable short name" with set_name * Modules are sorted by category (set_category, set_subcategory). Modules configs can be separated by set_section() * Separated audio-filter and audio-visual * Separated extraintf and control * New command and widget : add_module_list() for comma-separated modules * Vfilters now use "," as separator
-
- 07 Nov, 2004 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Nov, 2004 1 commit
-
-
hartman authored
-
- 29 Oct, 2004 1 commit
-
-
hartman authored
- 0x56 Systems B EBU Teletext - 0x45 VBI Data - 0x46 VBI Teletext
-
- 22 Oct, 2004 1 commit
-
-
Christophe Massiot authored
native support for CAM modules (without using an external program). When used in conjunction with --programs, it also allows to descramble several services with one professional CAM.
-
- 19 Oct, 2004 1 commit
-
-
gbazin authored
-