]> git.sesse.net Git - vlc/history - modules/demux
Grammar correction.
[vlc] / modules / demux /
2003-12-16 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c, modules/demux/ogg...
2003-12-15 Gildas Bazin* modules/demux/ogg.c: a couple of fixes for flac strea...
2003-12-15 Gildas Bazin* modules/packetizer/mpeg4audio.c: fixed raw mpeg4...
2003-12-07 Rocky BernsteinMarginally better.
2003-12-06 Rocky BernsteinRecognize Philips Overlay Graphics (OGT) and Chaoji...
2003-12-04 Gildas Bazin* modules/codec/flac.c: several fixes to the flac decod...
2003-12-04 Gildas Bazin* modules/demux/livedotcom.cpp: compilation fix.
2003-12-04 Sam Hocevar * include/vlc_common.h:
2003-12-03 Rocky BernsteinAdd a few more fields in the stream info.
2003-12-02 Gildas Bazin* ALL: more MSVC compilation fixes.
2003-12-02 Gildas Bazin* modules/demux/mp4/mp4.c: find out aspect ratio from...
2003-12-02 Rocky BernsteinAdd secstotimestr and msecstotimestr to convert (milli...
2003-12-01 Gildas Bazin* ALL: fixed DTS audio support.
2003-11-30 Laurent Aimar * all: added dx50 fourcc (just mpeg4 video).
2003-11-29 Laurent Aimar * mp4: another fix for another buggy file.
2003-11-28 Laurent Aimar * mkv: fixed a buffer overflow.
2003-11-28 Derk-Jan Hartman* Fix text subtitles which were missing their last...
2003-11-28 Laurent Aimar * avi: fix end of file...
2003-11-27 Laurent Aimar * mp4: ported to stream_*
2003-11-27 Laurent Aimar * mp4: converted to es_out* and partialy to stream_*
2003-11-27 Laurent Aimar * livedotcom.cpp: added call to input_InitStream.
2003-11-27 Laurent Aimar * all: implement more es_out_* control, audio-channel...
2003-11-26 Laurent Aimar * system: change some msg_Err to msg_Warn.
2003-11-26 Gildas Bazin* ALL: fixed memory leaks.
2003-11-25 Laurent Aimar * all: fixed a lot of small memory leaks.
2003-11-24 Laurent Aimar * rawdv.c: ported to es_out_* and stream_*.
2003-11-24 Laurent Aimar * m4v: ported to es_out*, stream_* and use the mp4v...
2003-11-24 Gildas Bazin* modules/gui/wxwindows/menus.cpp: small fix.
2003-11-24 Laurent Aimar * all: do not export input_NullPacket
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-23 Gildas Bazin* modules/demux/*: some containers don't carry any...
2003-11-22 Laurent Aimar * stream_output.h, transrate.c : do not use SOUT_BUFFE...
2003-11-22 Laurent Aimar * avi: more check on b_die (when building index).
2003-11-22 Gildas Bazin* src/input/input.c: don't free the ES twice.
2003-11-21 Gildas Bazin* modules/codec/flac.c: added a FLAC encoder.
2003-11-21 Laurent Aimar * mpga: fixed. (using es_out_Send with PES)
2003-11-21 Laurent Aimar * asf: pes -> block
2003-11-21 Laurent Aimar * avi: use block instead of PES every where.
2003-11-21 Gildas Bazin* modules/demux/flac.c, modules/codec/flac.c: couple...
2003-11-21 Laurent Aimar * livedotcom: added return value for sdp:// Open.
2003-11-21 Gildas Bazin* modules/codec/flac.c: complete rewrite of the flac...
2003-11-21 Gildas Bazin* include/vlc_common.h: include stdlib.h
2003-11-20 Sigmund Augdal Helbergmodules/misc/sap.c:
2003-11-20 Laurent Aimar include/vlc_es.h: defines es_format_t, audio_format_t...
2003-11-18 Gildas Bazin* modules/demux/ogg.c: call ogg_sync_reset() after...
2003-11-17 Gildas Bazin* modules/demux/ogg.c: support for FLAC in Ogg.
2003-11-16 Gildas Bazin* ALL: moved i_bitrate out of audio_format_t into es_fo...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-16 Eric Petit avi.c: compile fix
2003-11-16 Laurent Aimar * fixed a segfault with avi without index.
2003-11-13 Laurent Aimar * input: handle also SPU in es_out_Add (and fix a...
2003-11-13 Laurent Aimar * src/input/input.c: es_out_Add automatically add...
2003-11-13 Laurent Aimar * avi: little clean up, and ported to es_format_t.
2003-11-11 Laurent Aimar * wav: es_format_t
2003-11-11 Laurent Aimar * mkv: ues es_format_t.
2003-11-11 Laurent Aimar * all: use es_format_t and es_out_*. (Not well tested...
2003-11-08 Laurent Aimar * useless.
2003-11-08 Laurent Aimar * livedotcom.cpp:
2003-11-07 Gildas Bazin* configure.aci, modules/demux/livedotcom.cpp: win32...
2003-11-07 Laurent Aimar * lalala added livedotcom
2003-11-07 Christophe Massiot* modules/stream_out/transrate: New transrating module...
2003-11-07 Laurent Aimar * livedotcom.cpp:
2003-11-07 Laurent Aimar * livedotcom.cpp: - better pts handling but still...
2003-11-07 Laurent Aimar * more tolerant sdp check when using rtsp://. (SDP...
2003-11-06 Laurent Aimar * livedotcom.cpp: use live.com library to read rtsp...
2003-11-06 Gildas Bazin* modules/demux/mpeg/ts.c: compilation fix for old...
2003-11-06 Damien Lucasdvbsub.c: DVB subtitles decoder (ETSI EN 300 743)....
2003-11-06 Christophe Massiot* New (experimental and incomplete) demuxstream module...
2003-11-05 Gildas Bazin* src/input/input.c: honor the --demux config option...
2003-11-05 Gildas Bazin* include/configuration.h: some small re-work of the...
2003-11-05 Derk-Jan HartmanPlease test if this has any regressions
2003-11-04 Eric Petit + configure.ac:
2003-11-04 Laurent Aimar * input: fixed position-offset, time and time-offset.
2003-11-03 Gildas Bazin* modules/demux/mpeg/*: added support for ISO/IEC 13818...
2003-11-02 Gildas Bazin* modules/demux/util/id3.c, modules/demux/util/id3tag...
2003-11-02 Sigmund Augdal Helbergmodules/demux/mkv.cpp:
2003-11-02 Sigmund Augdal Helbergmodules/demux/mkv.cpp:
2003-11-02 Derk-Jan Hartman* Fixed bugs in parsing SSA lines. Turns out we are...
2003-10-31 Derk-Jan Hartman* starting support for external vobsubs.
2003-10-31 Derk-Jan Hartman* modules/demux/mkv.cpp: Set English as the default...
2003-10-30 Sigmund Augdal Helbergmodules/demux/mkv.cpp:
2003-10-29 Sigmund Augdal Helbergmodules/demux/mkv.cpp:
2003-10-29 Clément Stenac* src/playlist/* && Makefile.am
2003-10-27 Rocky BernsteinDon't assume when Activate is called that i_tell is...
2003-10-27 Damien Lucas. in PMT decoder, fix the iso639-2B language code decod...
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-10-24 Laurent Aimar * avi: fix for playing avi file from ffserver.
2003-10-23 Gildas Bazin* modules/demux/ogg.c: arrggg... I shouldn't be allowed...
2003-10-22 Gildas Bazin* configure.ac, modules/codec/Modules.am, modules/codec...
2003-10-22 Laurent Aimar * added support for S_SSA and S_ASS old way (fix 1373).
2003-10-20 Gildas Bazin* modules/demux/avi/libavi.c: multiline strings are...
2003-10-20 Derk-Jan Hartman* even less duplicate entries by id3tags. Dupes are...
2003-10-20 Derk-Jan Hartman* Added a "demuxed-id3" variable to input.c so id3tags...
2003-10-19 Gildas Bazin* modules/demux/ogg.c: fixed endless loop when trying...
2003-10-19 Derk-Jan Hartman* modules/demux/avi/*
2003-10-18 Derk-Jan Hartman* id3tag fills the psz_name and psz_author field of...
2003-10-18 Derk-Jan Hartman* The SAMI parses did case sensitive tag parsing. Howev...
2003-10-12 Derk-Jan Hartman* added a "auto" mode to sub-type. This is because...
2003-10-11 Derk-Jan Hartman* src/input/subtitles.c: made the autodetection fuzzine...
2003-10-11 Derk-Jan Hartman* src/misc/charset.c: Fixed a segfault and removed...
next