- 19 Jan, 2004 1 commit
-
-
Laurent Aimar authored
-
- 18 Jan, 2004 4 commits
-
-
gbazin authored
* modules/demux/dvdnav.c: restart the decoders on VTS change only, not CELL change. * src/input/input_dec.c: fixed the pictures leak work-around. Wasn't working before because there always is at least one READY_PICTURE which is the last/currently displayed picture.
-
Laurent Aimar authored
-
Laurent Aimar authored
Now vlc can read a TS with multiple programs and streams them as indepandant output (well you need the new TS demuxer so ...) (It is not well tested) Example: (lines are wrapped) ./vlc -I rc --sout-all /ts2:/home/fenrir/test.ts \ --sout '#duplicate{dst="std{access=udp,mux=ts,url=239.255.13.13}", \ select="program=8501",\ dst="std{access=udp,mux=ts,url=239.255.13.14}", \ select="program=8506"}'
-
Laurent Aimar authored
hack because of the way input_SetProgram works).
-
- 17 Jan, 2004 2 commits
-
-
Laurent Aimar authored
-
gbazin authored
* src/input/demux.c: fixed small mem leak.
-
- 16 Jan, 2004 1 commit
-
-
Laurent Aimar authored
-
- 15 Jan, 2004 1 commit
-
-
gbazin authored
* src/input/input.c: fixed memleaks. * src/input/input_info.c: small bug fix. * modules/stream_out/standard.c: fixed memleaks.
-
- 10 Jan, 2004 1 commit
-
-
sigmunau authored
* removed unused variable
-
- 07 Jan, 2004 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
apply to the selected program.
-
- 06 Jan, 2004 2 commits
- 05 Jan, 2004 2 commits
-
-
zorglub authored
modules/demux/avi/avi.c modules/demux/asf/asf.c src/input/es_out.c - Fill the playlist info structures
-
zorglub authored
* src/playlist/item.c src/playlist/info.c src/playlist/item-ext.c src/playlist/group.c src/playlist/sort.c src/playlist/loadsave.c include/vlc_playlist.h - New playlist_info structures and accessors It works pretty like the old input_info (with categories) It provides modularity to the playlist - Removed ppsz_options and i_options from playlist_item (we use the special category Options) - Added a unique id to each playlist_item to be able to track the items accross playlist reorders - Simplified adding of items. - playlist_AddExt is removed - playlist_AddItem is still here and exported but should not be used - use playlist_Add( p_playlist, uri, name, duration, mode, pos ) and use the accessors for all other things - Added setters for fields of the playlist_item structure - Introduced "item-change" and "playlist-current" playlist variables to give more flexibility than only intf-change At the moment, duration is still in the structure (easier to use, IMHO) * src/input/input.c src/libvlc.c : playlist item options parsing changed * include/vlc_common.h : added playlist_info structures
-
- 04 Jan, 2004 1 commit
-
-
Laurent Aimar authored
* es_out.c: ES_OUT_SET_PCR works now with microsecond. * configure.ac, Modules.am: enable demux2, nsv, real. * demux2.c: increased priority.
-
- 03 Jan, 2004 1 commit
-
-
gbazin authored
* modules/demux/mpeg/mpga.c, src/input/stream.c: fixed mem leaks.
-
- 24 Dec, 2003 1 commit
-
-
gbazin authored
* include/vlc_block.h: added a temporary i_rate field to block_t. * modules/codec/libmpeg2.c: synchro uses p_block->i_rate again. * src/input/*: do not decode audio when i_rate != DEFAULT_RATE.
-
- 22 Dec, 2003 2 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
+ 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.
-
- 08 Dec, 2003 1 commit
-
-
gbazin authored
* modules/misc/dummy/*: new --dummy-save-es option to specify if we want the dummy decoder to save the raw codec data to a file. This is disabled by default (while it was always on before). * src/input/es_out.c: bug fix for ES autoselection.
-
- 07 Dec, 2003 1 commit
-
-
gbazin authored
* src/input/es_out.c: cosmetic changes.
-
- 04 Dec, 2003 1 commit
-
-
Sam Hocevar authored
+ Removed evil ^Ms from the file. * modules/video_output/caca.c: + Support for new dithering modes (libcaca HEAD only). * modules/* src/*: + Grammar and spelling fixes. + Coding style fixes. * po/fr.po: + Spelling fixes. + Updated a few translations. * po/en_GB.po: + Updated a few translations.
-
- 03 Dec, 2003 3 commits
-
-
sigmunau authored
* fill in the duration field of the playlist item when starting playback of a file, if the demuxer supports it.
-
Rocky Bernstein authored
Use MSTRTIME_MAX_SIZE instead.
-
Rocky Bernstein authored
-
- 02 Dec, 2003 1 commit
-
-
gbazin authored
-
- 30 Nov, 2003 2 commits
-
-
Laurent Aimar authored
* demux: added demux2_New/Delete.
-
Laurent Aimar authored
packetizers running in the input thread. (Usefull with sout)
-
- 29 Nov, 2003 2 commits
-
-
Christophe Massiot authored
CR_AVERAGE #define in input_clock.c (useful for PVR input) * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c : fixes for older version of ffmpeg * modules/stream_out/transrate/transrate.c : misc optimizations
-
Laurent Aimar authored
- now vout are checked for release every 300ms - when *-es are triggered, all same es are unselect not only the last selected. (more intuitive) The only problems are that it's not possible to select again all ES, and the checkbox can show only one selected ES.
-
- 28 Nov, 2003 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 27 Nov, 2003 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
demuxer using es_out_* ie everyone but TS and PS).
-
Laurent Aimar authored
implemented.
-
- 26 Nov, 2003 2 commits
-
-
gbazin authored
* src/input/input.c: fixed a whole load of mem leaks when the input is closed before the initialisation is complete (inexistant input, etc...).
-
gbazin authored
* ALL: fixed memory leaks. * modules/demux/mp4/libmp4.c: fixed parsing of the "wave" tag (I'm sure there's a better fix but this one works). * modules/demux/ogg.c: another seeking fix (We also need to flush the per stream buffer with ogg_stream_reset()).
-
- 25 Nov, 2003 1 commit
-
-
Laurent Aimar authored
-