]> git.sesse.net Git - vlc/history - src/input/es_out.c
Removes trailing spaces. Removes tabs.
[vlc] / src / input / es_out.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-10 Bernie PurcellSelect subtitle stream from the mkv container automatically
2007-09-01 Rémi Denis-CourmontFix a few warnings
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-13 Pierre d'Herbemontinclude/vlc_meta.h: Use the vlc_dictionary to store...
2007-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
2007-06-07 Laurent Aimarclock: clean up/simplify + remove 1/90000 reference.
2007-06-07 Rémi Denis-CourmontUse %u instead of %d
2007-06-03 Laurent Aimar- Added support for embeded cover. Demuxer just need...
2007-05-30 Laurent Aimares_out: do not flush decoder fifo when unwanted (fix...
2007-05-27 Laurent AimarFlush ES before deleting it (improves a bit a few mms...
2007-03-23 Laurent AimarPartial implementation of EPG support (Converted to...
2007-01-23 Christophe Massiot * modules/demux/ts.c: Fixed stream output mode detection.
2006-12-23 Clément Stenac* Ensure garbage collector is called when disabling...
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-22 Rémi Denis-CourmontMove encoding and language stuff to their own directory
2006-10-21 Rémi Denis-CourmontFix a bunch of warning.
2006-10-13 Derk-Jan HartmanDon't add MPEG-TS program data for programs that don...
2006-09-15 Clément StenacMove stats stuff to the per-instance object
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-06-28 Clément StenacCompile fix
2006-06-28 Clément StenacGra. Fix most of TS meta
2006-06-28 Clément StenacForgot that for Qt
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-15 Cyril Deguet* all: added a new skin text variable "$S" to get the...
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-03-18 Clément StenacDon't use %f in es_out (Closes:#587)
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-03 Sigmund Augdal Helbergfix --no-stats in a few cases (there are more remaining)
2006-02-02 Sigmund Augdal Helberges_out.c: fixed a slight memleak in "now playing" handling.
2006-01-15 Clément StenacShow stats in interface (Refs:#473)
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...
next