]> git.sesse.net Git - vlc/history - src/input/es_out.c
FSF address change.
[vlc] / src / input / es_out.c
2006-01-12 Antoine CellerierFSF address change.
2005-12-19 Christophe Massiot * src/input/es_out.c: New --no-spu and --no-sout-spu...
2005-12-19 Christophe Massiot * src/input/es_out.c: New --audio-track-id and --sub...
2005-08-22 Gildas Bazin* src/input/es_out.c: when removing an active track...
2005-08-12 Christophe Massiot * src/input/es_out.c: Fixed a breakage of about everyt...
2005-08-12 Jean-Paul SamanFix seek breakage introduced in r12113
2005-08-10 Jean-Paul SamanFlagging BLOCK_FLAG_DISCONTINUITY for every PID in...
2005-07-13 Rémi Denis-CourmontForgot these files
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-16 Gildas Bazin* src/input/es_out.c: reduce the frame rate rational...
2005-04-28 Laurent Aimar * es_out: oops, make EsOutProgramDel returning an...
2005-04-28 Laurent Aimar es_out*: added ES_OUT_DEL_GROUP
2005-04-27 Gildas Bazin* src/input/es_out.c: reverted previous patch since...
2005-04-27 Gildas Bazin* src/input/es_out.c: cleanup empty programs.
2005-04-26 Laurent Aimar * control: added INPUT_DEL_INFO.
2005-04-04 Sigmund Augdal Helberges_out.c: add frame rate to stream and media info dialo...
2005-03-25 Laurent Aimar * vlc_meta.h: added a few const
2005-03-11 Clément StenacReduce the global verbosity
2005-03-08 Gildas Bazin* src/input/es_out.c: fixed another small mem leak.
2005-03-08 Gildas Bazin* src/input/es_out.c: fixed small mem leak.
2005-03-06 Gildas Bazin* src/input/es_out.c: ES_OUT_SET_FMT restarts the decoder.
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2005-03-02 Steve Lhommevideo.c: don't display pre-rolled pictures
2005-02-21 Laurent Aimar * block: added
2005-02-15 Derk-Jan Hartman* renamed --spu-track to --sub-track
2005-02-15 Derk-Jan Hartman* renamed audio-channel to audio-track so ppl don't...
2005-02-08 Laurent Aimar * all: added a --audio-language and --spu-language...
2005-01-25 Laurent Aimar * es_out: fix program change on the fly.
2005-01-20 Christophe Massiot* src/input/es_out.c: Improved the kludge for teletext...
2005-01-13 Christophe Massiot* src/input/es_out.c: EN 300 472 allows the PTS of...
2004-11-04 Derk-Jan Hartman* src/input/es_out.c:
2004-10-29 Gildas Bazin* src/input/es_out.c, include/vlc_es_out.h: added an...
2004-10-22 Christophe Massiot * src/input: Added a --programs configuration option...
2004-10-01 Gildas Bazin* src/*: bunch of portability fixes.
2004-08-30 Eric Petit compile fix
2004-08-30 Gildas Bazin* src/input/es_out.c: really fixed ES_OUT_SET_FMT this...
2004-08-29 Gildas Bazin* src/input/es_out.c: fixed ES_OUT_SET_FMT control.
2004-08-29 Laurent Aimar * es_out: msg_Err -> msg_Warn for Program empty. But...
2004-08-29 Eric Petit src/input/es_out.c: gcc < 3 fix
2004-08-28 Gildas Bazin* include/vlc_es_out.h, src/input/es_out.c: added an...
2004-06-28 Laurent Aimar * es_out: re-enabled meta infos about ES.
2004-06-25 Laurent Aimar * sub ->subtitle : converted sub.c to a 'real' demux2.
2004-06-23 Gildas Bazin* src/input: update ES object vars when an ES is remove...
2004-06-23 Laurent Aimar * es_out: fixed a bug preventing re-selecting an ES.
2004-06-23 Laurent Aimar* all: - added a boolean "seekable" object variable...
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-01 Laurent Aimar es_out: clean up.
2004-05-29 Laurent Aimar * all: begin to introduce access_t (nothing working...
2004-05-23 Laurent Aimar * es_out: avoid null dts/pts after *9/100 (with non...
2004-05-15 Laurent Aimar * es_out; round up PCR (avoid non null PCR -> null).
2004-05-05 Gildas Bazin* src/input/es_out.c: remove deprecated hack.
2004-04-23 Gildas Bazin* src/input/es_out.c: fix for ES_OUT_RESET_PCR.
2004-04-18 Gildas Bazin* src/input/*: fixed some deadlock issues.
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-07 Gildas Bazin* include/vlc_es.h: added b_packetized field to es_form...
2004-01-31 Laurent Aimar * es_out: reorder meta infos.
2004-01-31 Laurent Aimar * es_out: Set Language.
2004-01-30 Laurent Aimar * all: sout have now access to psz_language.
2004-01-30 Laurent Aimar * es_out: now es_format_t.psz_language could be a...
2004-01-25 Clément Stenac* String review, round one
2004-01-22 Laurent Aimar * es_out: Handle --program (not tested) and create...
2004-01-19 Laurent Aimar * all: added a i_id field in es_format_t.
2004-01-18 Laurent Aimar * es_out: give a fourcc to the dummy pmt es_descriptor_t.
2004-01-18 Laurent Aimar * es_out.c: better support for multiple program. ...
2004-01-17 Laurent Aimar * es_out: select es from current program only.
2004-01-07 Laurent Aimar * rename ES_OUT_SET_PCR into ES_OUT_SET_GROUP_PCR...
2004-01-06 Clément StenacUpdated copyrights in libvlc
2004-01-05 Clément Stenac modules/demux/util/id3tag.c
2004-01-04 Laurent Aimar * encoder.c: corrected required LIBAVCODEC_BUILD
2003-12-24 Gildas Bazin* include/vlc_block.h: added a temporary i_rate field...
2003-12-22 Sam Hocevar * toolbox:
2003-12-08 Gildas Bazin* modules/misc/dummy/*: new --dummy-save-es option...
2003-12-07 Gildas Bazin* src/input/es_out.c: cosmetic changes.
2003-12-03 Rocky BernsteinAdd a few more fields in the stream info.
2003-12-02 Gildas BazinALL: MSVC compilation fixes to libvlc.
2003-11-30 Laurent Aimar * es_out: implement ES_OUT_SET_PCR and reset but don...
2003-11-27 Laurent Aimar * bug fixes.
2003-11-27 Laurent Aimar * all: added an sout-all option to stream all es ...
2003-11-27 Laurent Aimar * all: implement more es_out_* control, audio-channel...
2003-11-24 Laurent Aimar * moved EsOut* to es_out.c and introduced internal...