]> git.sesse.net Git - vlc/history - modules
Set field dominance correctly.
[vlc] / modules /
2010-09-24 Steinar GundersonSet field dominance correctly.
2010-09-24 Steinar GundersonFix compile error in SDI module.
2010-09-24 Steinar GundersonParametrize SDI audio rate and channels.
2010-09-24 Steinar GundersonEnable SDI video mode selection on the command line.
2010-09-24 Steinar GundersonEnumerate all modes from the card, and print them out.
2010-09-24 Steinar GundersonSet i_flags correctly in the video frames.
2010-09-24 Steinar GundersonAdd audio input support to the sdi driver.
2010-09-24 Steinar GundersonMore coding style fixes.
2010-09-24 Steinar GundersonReplace hardcoded memcpy with a more correct, parametri...
2010-09-24 Steinar GundersonDo a more proper fix (with symbolic constants) for...
2010-09-24 Steinar GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-09-24 Gildas Bazinvideo_output/xcb: fix description strings for --xvideo...
2010-09-24 Steinar GundersonSet i_pts to frame end instead of frame start, to avoid...
2010-09-24 Steinar GundersonSet frame rate (locked to 25fps for now).
2010-09-24 Steinar GundersonRemove some debugging messages.
2010-09-24 Steinar GundersonChange default aspect to 16:9.
2010-09-24 Steinar GundersonSlightly clearer code.
2010-09-24 Steinar GundersonChange the busy-waiting to a proper thread condition.
2010-09-23 Steinar GundersonReduce our usleep hack time from 50ms to 10ms (a frame...
2010-09-23 Steinar GundersonCorrect the VLC output format to what the drivers actua...
2010-09-23 Steinar GundersonAdjustments to better match VLC coding style.
2010-09-23 Steinar GundersonActually receive frame data and send it on.
2010-09-23 Steinar GundersonEnable video input and receive frames.
2010-09-23 Steinar GundersonInclude the DeckLink API and try to open the card on...
2010-09-23 Steinar GundersonMove the sdi plugin to C++.
2010-09-23 Steinar GundersonAdd missing option sdi-caching.
2010-09-23 Gildas Bazinvideo_output/xcb: add --xvideo-format-id config option
2010-09-23 Gildas Bazindemux/mkv: extract framerate info for RealVideo
2010-09-23 Gildas BazinFix playback of RealVideo with B frames (pts were not...
2010-09-23 Steinar GundersonMake sdi.c actually compile.
2010-09-23 Steinar H. GundersonAdd dummy, probably-not-even-compiling sdi.c.
2010-09-22 Francois CartegnieQt: sprefs_audio fix layout
2010-09-22 Francois Cartegniebroken avi dialog: notify the effective changes
2010-09-22 Ilkka Ollakkatranscode: destroy spu on transcode_spu_close
2010-09-21 Jean-Baptiste KempfQt4: compressor and Spatializer widget margin shouldn...
2010-09-21 Jean-Baptiste KempfQt: equalizer, fix the "too much space between preamp...
2010-09-21 Jean-Baptiste KempfAdjust: code cosmetics
2010-09-21 Jean-Baptiste KempfQt4: rework on the video effect dialog
2010-09-21 Jean-Baptiste KempfBasic support for Blu-Ray using libbluray
2010-09-19 Jean-Baptiste KempfQt: sprefs, cleaning of input/codecs part
2010-09-19 Jean-Baptiste KempfQt Sprefs: remove mpeg2 skip-frames
2010-09-19 Jean-Baptiste KempfQt sprefs, cleaning of Audio and Interface parts
2010-09-19 Jean-Baptiste KempfQt: sprefs, simplification
2010-09-19 Jean-Baptiste KempfQt: Simple preferences simplifications
2010-09-19 Ilkka Ollakkalivehttp: add missing , to EXTINF after duration
2010-09-17 Francois Cartegniebroken avi dialog: don't confuse user by asking a binar...
2010-09-17 Rémi Denis-CourmontTS: prioritize normal audio tracks over special ones
2010-09-17 Rémi Denis-CourmontMark http-user-agent private
2010-09-17 Rémi Denis-CourmontRestore LibVLC/VERSION at the end of the HTTP user...
2010-09-16 Jean-Baptiste KempfMacOS: fix equalizer 170Hz issue
2010-09-16 Branko KokanovicAdding posterize filter to effects dialog
2010-09-16 Erwan Tulouskins2: small optimisation
2010-09-16 Branko Kokanovicadding posterize video filter
2010-09-16 Jean-Baptiste KempfOgg: no tabs in source-code
2010-09-15 Jean-Baptiste KempfNEWS, po and modules/LIST for AudioQueue
2010-09-15 Romain GoyetiOS: audio output module (Based on the AudioQueue API)
2010-09-15 Jean-Baptiste KempfQt, selector: cleanup
2010-09-14 Ilkka OllakkaRevert "Qt4: don't reset rate when input changes"
2010-09-14 Rémi Duraffortaccess_http: use the user agent provided by the user...
2010-09-14 Fargier SylvainFix out of range memory access when APIC frame type...
2010-09-13 Rémi Duraffortlua: remove "bla ? true : false"
2010-09-13 Rémi Duraffortlua: use msg_Err instead of fprintf (remaining debug).
2010-09-13 Rémi Duraffortlua: also implement timer:getoverrun()
2010-09-12 Ilkka OllakkaQt4: don't reset rate when input changes
2010-09-12 Rémi Duraffortlua: implement timers in vlc.misc
2010-09-12 Rémi Duraffortlua: cosmetics (use the exact pointer typer not just...
2010-09-12 Felix Paul Kühnei420->yuv2 converter: disabled altivec usage if video...
2010-09-10 Rémi Denis-CourmontRevert "skins2(X11): add missing <limits.h>"
2010-09-10 Rémi Denis-CourmontRevert "skins: use readdir_r() instead of readdir()"
2010-09-09 Rémi Duraffortskins2: fix compiler warnings (missing ())
2010-09-09 Rémi DuraffortChange %d into %PRId64
2010-09-09 Rémi Duraffortlua_intf: also provide the --rc-host option for backwar...
2010-09-08 Rémi Duraffortlua_sd: warn in cas descriptor function is missing.
2010-09-07 Jean-Baptiste KempfBuild: move subtitles codecs to m/codec/ instead of...
2010-09-07 Francois CartegnieQt: simplifiy/rebase messages on QtCreator. Fix Ui...
2010-09-07 Francois CartegnieQt: use dyn layout for messages
2010-09-07 Francois CartegnieQt4: Only scroll messages if required
2010-09-07 Rémi DuraffortLIST: fix module accounting
2010-09-07 Rémi DuraffortUpdate LIST.
2010-09-07 Jean-Paul Samanvideo_filter: colorthres.c: check return value of GetPa...
2010-09-07 Francois CartegnieTypos s/hidding/hiding/g
2010-09-07 Jean-Baptiste KempfQt: be able to recompute the minimalWidth at anytime
2010-09-07 Jean-Baptiste KempfQt: document MinimalView functions
2010-09-07 Jean-Baptiste KempfQt: do not allow activation of DxVA2 in SPrefs on XP
2010-09-07 Tobias GüntnerAdded support for VDR recordings
2010-09-07 Jean-Paul Samanmodules/video_filter/deinterlace.c: make unused paramet...
2010-09-07 Jean-Paul Samanmodules/video_filter/colorthres.c: set default values
2010-09-06 Rémi Denis-CourmontQt4: module help may be NULL - fix #4144
2010-09-04 Mirsal Ennaimemodules/list.sh: Fix grep usage
2010-09-04 Mirsal Ennaimemodules/list.sh: Remove useless use of cat
2010-09-04 Jean-Baptiste KempfQt: correctly handle Unicode in Win7 jump lists
2010-09-04 Kaarlo RaihaAssociate .flac to raw muxer
2010-09-04 Jean-Baptiste KempfQt/Sout: pass the ttl from the UI to the MRL
2010-09-04 Jean-Baptiste KempfQt/Sout: avoid a possible crash
2010-09-04 Rémi Denis-CourmontDo not use obsolescent ctime(_r)
2010-09-03 Jean-Baptiste KempfQt4: put gradfun in the UI
2010-09-03 Jean-Baptiste KempfQt: extended panels, remove last tab and simplify code
2010-09-03 Jean-Baptiste KempfQt extended panels: do not spam about options about...
2010-09-03 Jean-Baptiste KempfQt: extended panels, code simplification and spatialize...
2010-09-03 Jean-Baptiste KempfQt: compressor UI, foolproofing the controls values
next