]> git.sesse.net Git - vlc/history - modules/access
Fix a typo.
[vlc] / modules / access /
2010-09-24 Steinar GundersonFix a typo.
2010-09-24 Steinar GundersonUse msg_Dbg's varargs support instead of mucking around...
2010-09-24 Steinar GundersonSet i_dts, just to be nice.
2010-09-24 Steinar GundersonChange SDI default aspect ratio to square pixels, and...
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 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 Steinar GundersonMake sdi.c actually compile.
2010-09-23 Steinar H. GundersonAdd dummy, probably-not-even-compiling sdi.c.
2010-09-21 Jean-Baptiste KempfBasic support for Blu-Ray using libbluray
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-14 Rémi Duraffortaccess_http: use the user agent provided by the user...
2010-09-07 Tobias GüntnerAdded support for VDR recordings
2010-08-22 Rémi Denis-CourmontFix/improve some strings
2010-08-17 Rémi DuraffortUse var_Inherit* when applicable.
2010-08-17 Rémi Duraffortaccess_udp: remove obsolete shortcuts.
2010-08-17 Rémi DuraffortUse pkg-config to check for dvdread (the .pc file exist...
2010-08-13 Rémi Duraffortdvb_scan: fix memleak.
2010-08-11 Laurent AimarExport title length in dvdnav access_demux.
2010-08-11 Laurent AimarReplaced a %d with PRId64 in dvb access.
2010-08-11 Manol Manolovdshow: cosmetics replace "dshow-" with CFG_PREFIX in...
2010-08-09 Rémi Duraffortdvdnav: fix memory leak.
2010-08-09 Rémi Duraffortdvdread: fix typo (does not have any impact).
2010-08-09 Jean-Baptiste KempfDShow: small fixes and cosmetics
2010-08-09 Jean-Baptiste KempfDShow: small fixes on error paths
2010-08-09 Jean-Baptiste KempfDShow: update Copyright years
2010-08-09 Manol ManolovAdd frequency and video standard options in dshow
2010-08-09 Jean-Baptiste KempfWin32: prepare for Dshow freq and video standard options
2010-08-09 Rémi Duraffortdvdread: fix memory leak.
2010-08-08 Rémi Denis-Courmontdvdnav: ps_pkt_size() requires at least 6 bytes (fixes...
2010-08-05 David KaplanDVB channel search dialog now shows ETA
2010-08-05 David KaplanDVB-S scanning support
2010-08-05 David KaplanDVB access module format improvements
2010-08-05 David KaplanDVB: Increased signal timeout times
2010-08-03 Rémi DuraffortFix compiler warnings.
2010-08-03 Rémi Denis-CourmontFTP: directories cannot be sought
2010-08-03 Rémi Denis-CourmontFTP: fix small memory leak in directory case
2010-08-03 Rémi Denis-CourmontFTP: fix directory support
2010-08-03 Rémi Denis-CourmontRemove useless <dirent.h> check
2010-08-02 Rémi Denis-CourmontFTP: fix relative file paths (fix #3984)
2010-08-02 Rémi Denis-CourmontRevert "access_http: use only the provided user agent."
2010-07-28 Rémi Duraffortaccess_http: use only the provided user agent.
2010-07-28 Rémi Durafforts/informations/information/
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-25 Rémi Denis-CourmontRemove support for V4L version 1
2010-07-22 Rémi Denis-CourmontXCB/screen: fix misleading comments
2010-07-22 Manol ManolovAdd Clear QAM to BDA
2010-07-22 Manol ManolovRemove Wrong BDA shortcuts
2010-07-22 Manol ManolovImprove BDA for Windows 7 and Vista
2010-07-22 Manol ManolovCosmetics in BDA module
2010-07-17 Rémi Denis-CourmontFix implicit switch case cast
2010-07-17 Rémi Denis-CourmontMove most alsa-lib logic to Makefiles
2010-07-11 Rémi Denis-CourmontXCB: use var_Inherit*()
2010-07-11 Kamil Klimeksupport for stream size in imem access module
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-07-08 Rémi Denis-Courmonthttp-user-agent needs restart
2010-07-08 Ilkka Ollakkadvdnav: don't decode_URI for psz_file
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-07-07 Rémi Denis-Courmontmake_URI: add scheme parameter
2010-07-04 Rémi Duraffortrar: fix possible use of un undefined value (due to...
2010-07-01 Jean-Baptiste KempfFix rar compilation on broken OSes
2010-07-01 Laurent AimarAdded support for multiple files in RAR archives.
2010-06-28 Ilkka Ollakkadshow: add aspect-ratio optio to video-capture
2010-06-26 Rafaël Carréfix fd:// broken by [370b6cbb300]
2010-06-22 Joseph S. Atkinsonfile.c: Typo fix
2010-06-20 Adam HokaV4L2 on NetBSD
2010-06-20 Rémi Denis-CourmontUse fstatvfs where usable (BSD) - fixes #3762
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-06 Rémi Denis-Courmontvar_InheritInteger -> var_InheritBool
2010-06-05 Rémi Denis-CourmontSpelling
2010-06-05 Rémi Denis-CourmontTypos
2010-06-02 Jean-Philippe AndréRevert "Zip filter: skip .vlt & .wsz (skins)"
2010-05-31 Jean-Philippe AndréZip filter: skip .vlt & .wsz (skins)
2010-05-29 Rémi Denis-CourmontHTTP: add LibVLC version to User-Agent correctly
2010-05-29 Rémi Denis-CourmontPartially fix previous commit: allow forward slash
2010-05-29 Rémi Denis-CourmontHTTP access: validate user agent string
2010-05-29 Rémi Denis-CourmontHTTP access: fix User-Agent syntax
next