]> git.sesse.net Git - vlc/history - src/input/es_out.c
Check asprintf return value and fix a potential memleak.
[vlc] / src / input / es_out.c
2008-07-15 Rémi DuraffortCheck asprintf return value and fix a potential memleak.
2008-07-13 Laurent AimarAdded input "teletext-es" variable to ease teletext...
2008-06-14 Pierre d'Herbemontinput: Remove p_playlist gc signaling now that the...
2008-06-14 Pierre d'Herbemontinput: Send vlc_InputSelectedStreamChanged.
2008-06-14 Rémi Denis-CourmontMake the playlist a generic object
2008-06-04 Rémi Denis-CourmontSimplify
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-31 Jean-Paul SamanFix CID 103: resource leak in EsOutAdd and check malloc...
2008-05-27 Rémi Denis-CourmontSpare a few relocs
2008-05-26 Pierre d'Herbemontlibvlccore: Rename iso_lang.h to vlc_iso_lang.h because...
2008-05-23 Antoine CellerierDon't do pts changes to telx blocks if we're not runing...
2008-05-04 Rémi Denis-CourmontAdd long overdue private libvlc object pointer...
2008-05-01 Rémi Denis-CourmontRemnants of I64F.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-31 Pierre d'Herbemontinput: Don't assume the playlist always exists.
2008-03-29 Pierre d'Herbemontes_out: is not a vlc_object_t.
2008-03-29 Pierre d'Herbemontes_out: Put a msg_Dbg in input_EsOutDelete.
2008-03-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
2008-01-29 Rafaël CarréEsIsSelected() input_ClockSetRate() input_ClockInit...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-11 Laurent AimarDo not use p_input->p->i_rate directly (no functionnali...
2007-11-21 Christophe Massiot * sec/input/es_out.c: Add suport for keyword 'any...
2007-10-18 Laurent AimarFixed closed captions channel >= 2
2007-10-17 Laurent Aimar Added closed captions decoding/extracting from ES...
2007-10-08 Laurent Aimar Es out now takes care of settings the audio replay...
2007-10-01 Laurent AimarClean up.
2007-10-01 Laurent AimarClean up/Factorize.
2007-09-30 Laurent AimarAdded a INPUT_GET_VIDEO_FPS (get the fps of the main...
2007-09-16 Rémi Denis-Courmontnew API
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...
next