]> git.sesse.net Git - vlc/history - src/video_output/video_output.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / src / video_output / video_output.c
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-30 Pierre d'Herbemontvideo_output: Don't keep the input around for a long...
2008-03-29 Rafaël CarréDo not crash in vout destruction when exiting
2008-03-29 Pierre d'Herbemontinput: DestroyThread()'s content should happen in the...
2008-03-26 Pierre d'Herbemontvideo_output.c: Don't rely on the playlist to store...
2008-03-26 Pierre d'Herbemontvout: Proper vout destruction via the object destructor.
2008-03-13 Rémi DuraffortRevert some errors in 859436564cd0b85e76b888a88205424ed...
2008-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-03-01 Mark MoriartyPermit counter stat update per frame (appears to have...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-06 Antoine CellerierUse module_Need in strict mode if loading a "video...
2007-12-20 Jean-Paul SamanRemove excess/trailing whitespace
2007-10-21 Rafaël Carrévideo_output: fix 4 bytes too short memory allocation
2007-10-02 Jean-Paul Samanfix indentation
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-18 Damien Fouilleulthreads: win32, make sure only object owning a thread...
2007-08-16 Rémi Denis-CourmontHide thread ID out of VLC_COMMON_MEMBERS
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-06-12 Jean-Paul SamanDisplay video title when video output is reused.
2007-06-12 Jean-Paul SamanShow title on video output based on users preferences...
2007-06-09 Jean-Paul SamanDisplay media title for 15 seconds right at the start...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-15 Antoine Cellerier * Switch b_strict to true in module_Need calls (we...
2007-04-14 Rémi Denis-CourmontInclude modules.h whenever needed
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-03-25 Antoine CellerierRemove last call to strchr( , ':' ) and fix a small...
2007-03-25 Antoine CellerierSmall fix.
2007-03-25 Antoine CellerierAllow using the config chain syntax for vout filters...
2007-02-26 Laurent AimarImproved vout_Request when using a vout attached to...
2006-12-25 Antoine CellerierAdd missing *
2006-12-25 Antoine Cellerier* add some locking the the video filter2 handling code...
2006-12-21 Sigmund Augdal Helbergsrc/video_output/video_output.c: Fixed double free...
2006-11-29 Derk-Jan Hartman* const and a few other casting fixes
2006-11-26 Clément StenacCompile fixes, round 1
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-01 Derk-Jan Hartman* Don't do intf-show after the last p_vout closes on...
2006-10-01 Antoine Cellerieruse config chain for the --sub-filter option.
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-15 Clément StenacOups
2006-09-15 Clément StenacRemove vlc_object_find for playlist from the core
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-09-02 Antoine CellerierFix refcount issues and only vlc_object_find when needed
2006-09-02 Antoine Celleriersubpicture_t now has a b_pausable attribute. When set...
2006-07-22 Antoine CellerierSome more vfilter2 stuff
2006-07-17 Felix Paul Kühne* adapted the extended panel to the latest video filter...
2006-07-16 Antoine CellerierMake "video filter2" filters selectable on the vout...
2006-07-02 Clément Stenacmake sure that we don't use deleted objects
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-06-12 Gildas Bazin* src/video_output/video_output.c: avoid calling config...
2006-04-23 Sam Hocevar * src/video_output/video_output.c: 4th (and good...
2006-04-23 Sam Hocevar * src/video_output/video_output.c: Fixed RGB mask...
2006-03-25 Clément Stenac*EXPERIMENTAL* Default to disabling vout_synchro, but...
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-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-12 Antoine CellerierFSF address change.
2006-01-08 Clément StenacSome more stats preliminary work
2006-01-02 Sam Hocevar * src/video_output/video_output.c: do not drop late...
2005-10-30 Gildas Bazin* src/video_output/video_output.c, src/input/decoder...
2005-10-28 Gildas Bazin* src/video_output/*: re-implemented InitWindowSize...
2005-10-28 Marian Durkoviccall vlc_ureduce to simplify sar
2005-10-28 Marian Durkovicfix for HDTV-1080 format: window size now correct ...
2005-10-28 Gildas Bazin* src/video_output/*, include/video_output.h: support...
2005-10-23 Gildas Bazin* src/video_output/video_output.c: get rid of hack...
2005-10-22 Gildas Bazin* src/video_output/video_output.c: revert #12904 which...
2005-10-20 Derk-Jan Hartman* I think this should fix the width & height params...
2005-10-18 Marian Durkovicuse display dimensions when creating vouts - solves...
2005-08-11 Antoine Cellerierchange name to --monitor-aspect-ratio so its consistent...
2005-08-11 Antoine Cellerieradd --screen-aspect-ratio option (user support at its...
2005-07-13 Rémi Denis-CourmontForgot these files
2005-07-11 Sam Hocevar * Fixed a bunch of coding errors here and there.
2005-07-10 Benjamin PrachtAdd the "X" deinterlace mode to the list displayed...
2005-07-10 Rémi Denis-CourmontAll signedness fixes
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-23 Derk-Jan Hartman* backported [11134] to HEAD
2005-05-11 Gildas Bazin* src/*, modules/gui/wxwindows/*: audio/video/sub-filte...
2005-05-01 Benjamin Pracht* Hopefully fixes --aspect-ratio computation when givin...
2005-04-26 Gildas Bazin* include/vlc_playlist.h, src/playlist/playlist.c,...
2005-03-28 Derk-Jan Hartman* Changed video-fiter to vout-filter, because video...
2005-03-14 Derk-Jan Hartman* Renamed --filter to --video-filter for reasons of...
2005-03-06 Gildas Bazin* src/video_output/video_output.c: revert commit 10160...
2005-03-06 Steve Lhommevideo_output.c: use the visible dimensions and not...
2005-03-05 Gildas Bazin* include/video_output.h, ALL: changed api for vout_Req...
2005-01-27 Derk-Jan Hartman* src/video_output/video_output.c: Fixed the SuxorThrea...
2004-12-21 Gildas Bazin* src/video_output/vout_intf.c: implemented vout_Contro...
2004-12-11 Clément StenacImprovements to preferences
2004-11-01 Gildas Bazin* src/video_output/video_output.c: portability fix.
2004-10-14 Gildas Bazin* src/video_output/video_output.c: another fix for...
2004-10-14 Gildas Bazin* src/video_output/video_output.c: a couple of fixes.
2004-10-14 Gildas Bazin* src/video_output/video_output.c: fixed video filter...
2004-10-12 Gildas Bazin* src/video_output/video_output.c: even uglier fix...
2004-10-11 Gildas Bazin* src/video_output/video_output.c: nasty fix for on...
2004-10-01 Gildas Bazin* src/*: bunch of portability fixes.
2004-09-17 Gildas Bazin* src/video_output/vout_subpictures.c: support for...
next