]> git.sesse.net Git - vlc/history - modules/access
Set VLC_MMX and VLC_SSE where needed while testing the CPU features
[vlc] / modules / access /
2011-11-21 Kaarlo RaihaFix typo
2011-11-20 Rémi Denis-CourmontDTV: add ISDB-C (ITU J.83 Annex C) untested support
2011-11-19 Rafaël Carréfix crash with directory access
2011-11-19 Rafaël CarréRevert "directory access: avoid useless strdup"
2011-11-19 Sam LadeBluray: fix issue when libbluray couldn't parse the...
2011-11-19 Jean-Baptiste KempfBluray access: relicense to LGPLv2.1+
2011-11-13 Rafaël Carrédirectory access: avoid useless strdup
2011-11-11 Rémi Duraffortvdr: check array index before using it.
2011-11-10 Rémi Denis-CourmontDTV: poll signal strength and noise ratio every so...
2011-11-09 Rafaël CarréblurayOpen(): factorize error case
2011-11-05 Rémi Denis-Courmontv4l2: fix typo
2011-11-04 Rémi Denis-CourmontRTP: print an explanatory error in case of dynamic...
2011-11-04 Rémi Denis-CourmontRTP: cosmetic fixes
2011-11-04 Rémi Denis-CourmontFix punctuation ". (%m)" -> "(%m) ."
2011-11-04 Michael Feursteinqtsound: added audio capture functionality for MAC...
2011-11-03 Laurent AimarEnabled HTTP seek support when Accept-Ranges is present...
2011-11-03 Rémi Denis-CourmontBDA: work around unimplemented dvb_enum_systems()
2011-11-01 Rémi Denis-CourmontDTV: remove misleading/outdated comment
2011-11-01 Rémi Denis-CourmontMark dvb-adapter as safe (fix #5503)
2011-10-31 Rémi Denis-Courmontv4l2: fix step-wise and continuous frame sizes enumeration
2011-10-30 Jean-Baptiste KempfDVDread: comment out dead code
2011-10-30 Jean-Baptiste KempfDV: check return of vlc_clone
2011-10-23 Rémi Denis-CourmontV4L2: remove exposure control, this is for still cameras
2011-10-23 Rémi Denis-CourmontV4L2: hack compatibility with kernel headers 2.6.32...
2011-10-20 KO Myung-HunImplement cdrom tools to access audio/video CD on OS/2
2011-10-18 Hugo Beauzée-Luyssendshow: Removing useless const_cast
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-10-12 Janne Kujanpäävdr access: trivial Open() fix
2011-10-11 Rafaël Carréavio out: fix memleak in error path
2011-10-11 Rafaël Carréavio output: fix coding style
2011-10-11 Rémi Denis-CourmontOverride PulseAudio input buffer attributes and watch...
2011-10-10 Laurent AimarLet vdr access return true for CAN_FASTSEEK.
2011-10-10 KO Myung-HunImplement IsRemote() for OS/2
2011-10-10 KO Myung-HunOS/2 uses the same path style as Win32
2011-10-08 Rémi Denis-CourmontSwitch PulseAudio input and common code to LGPL
2011-10-08 Rémi Denis-CourmontOpen a specific PulseAudio source if specified
2011-10-08 Rémi Denis-CourmontNegotiate input sample rate with PulseAudio
2011-10-08 Rémi Denis-CourmontNegotiate input sample format with PulseAudio
2011-10-08 Rémi Denis-CourmontRevert back to one PulseAudio mainloop per context...
2011-10-08 Rémi Denis-CourmontRudimentary PulseAudio input
2011-10-05 Keary GriffinAdded AVIO(libavformat) url output
2011-10-04 Jean-Baptiste KempfModules: correct LGPL header
2011-10-03 Rémi Denis-CourmontUse ifndef for V4L2 hacks
2011-10-03 Rémi Denis-CourmontWork-around V4L2 headers version 2.6.32-2.6.34
2011-10-03 Rémi Denis-CourmontAdd undocumented automatic brightness and band-stop...
2011-10-03 Rémi Denis-CourmontV4L2_CTRL_FLAG_VOLATILE is in Linux 3.2, not 3.1
2011-10-02 Rémi Denis-CourmontRemove old deprecated aliases and replace new one with...
2011-10-02 Rémi Denis-CourmontRemove 0.9.x deprecated aliases, add deprecation versio...
2011-10-02 Rémi Denis-CourmontV4L2: also replace commas with underscores (fix #4273)
2011-10-02 Rémi Denis-CourmontAdd V4L2 string type controls (fix #5302)
2011-10-02 Rémi Denis-CourmontRetrieve current value of V4L2 64-bits control
2011-10-02 Rémi Denis-CourmontFix unlikely memory leak
2011-10-02 Rémi Denis-CourmontAvoid V4L2 enum as they depend on header versions
2011-10-02 Pierre YnardFix V4L2 compilation with some GCC versions
2011-10-01 Pierre YnardV4L2: build fix
2011-10-01 Rémi Denis-CourmontUpdate the list of standard user-class V4L2 controls
2011-10-01 Rémi Denis-CourmontSimplify V4L2 config item strings
2011-10-01 Rémi Denis-CourmontV4L2: mark do-white-balance as obsolete
2011-10-01 Rémi Denis-CourmontV4L2: mark black-level obsolete (also kernel 2.6.26)
2011-10-01 Rémi Denis-CourmontV4L2: mark horizontal and vertical center controls...
2011-10-01 Rémi Denis-CourmontV4L2: make loudness, horizontal flip and vertical flip...
2011-10-01 Rémi Denis-CourmontV4L2: provide sane choices for auto-gain and auto-white...
2011-10-01 Rémi Denis-CourmontAdd V4L2 64-bits integer controls (refs #5302)
2011-10-01 Rémi Denis-CourmontOnly reset V4L2 integers, booleans and menus with the...
2011-10-01 Rémi Denis-CourmontV4L2: add bitmask controls (refs #5302)
2011-10-01 Rémi Denis-CourmontRewrite V4L2 controls to keep a list of them (fix ...
2011-09-29 Tobias GüntnerSkip redundant chapters
2011-09-29 Rémi Denis-CourmontTry to correct (lack of) ISDB-S with Linux DVB 5.0
2011-09-29 Rémi Denis-CourmontProperly disable ISDB-T code with Linux DVB 5.0
2011-09-20 Jean-Baptiste KempfFix typo: Hidding -> Hiding
2011-09-17 Pierre Ynardaccess_http: support comments (parentheses) in user...
2011-09-16 Jean-Baptiste KempfAccept mdf and dvd as extension for DVD iso
2011-09-07 Rémi Denis-CourmontMissing #include
2011-09-06 Rémi Denis-CourmontEnumerate V4L2 frame intervals once fewer
2011-09-06 Rémi Denis-CourmontFix V4L2 typo
2011-09-06 Rémi Denis-CourmontEnumerate V4L2 frame sizes only once
2011-09-06 Rémi Denis-CourmontRemove memory copy in V4L2 demux in read/write mode
2011-09-06 Rémi Denis-CourmontPartially segregate access_demux V4L2 code
2011-09-06 Rémi Denis-CourmontSegregate access-specific V4L2 code
2011-09-06 Rémi Denis-CourmontUnused variable
2011-09-05 Rémi Denis-CourmontFix a few debug messages
2011-09-05 Rémi Denis-CourmontOnly open video device once
2011-09-05 Rémi Denis-CourmontSmall code factorization
2011-09-05 Rémi Denis-CourmontSimplify V4L2 configure checks
2011-09-05 Pierre Ynardfile: fix file/network caching detection for windows
2011-09-05 Pierre YnardWinCE: remove stray comment
2011-09-04 Rémi Denis-CourmontV4L2: merge two switches
2011-09-04 Rémi Denis-CourmontV4L2: only keep codecs data during initialization
2011-09-04 Rémi Denis-CourmontV4L2: move variables out of p_sys
2011-09-03 Rémi Denis-CourmontInline V4L2 device probing into device initialization
2011-09-03 Jean-Paul Samanaccess/alsa.c: Simplify demux loop.
2011-09-03 Jean-Paul Samanaccess/alsa.c: Cleanup
2011-09-03 Jean-Paul Samanaccess/alsa.c: Todays capture cards support more than...
2011-09-03 Jean-Paul Samanaccess/alsa.c: simplify error recovery when capturing
2011-09-03 Jean-Paul Samanaccess/alsa.c: Read first before using snd_pcm_wait...
2011-09-03 Pierre YnardV4L2: distribute missing header file
2011-09-01 Rémi Denis-CourmontUseless includes
2011-09-01 Rémi Denis-CourmontSplit V4L2 plug-in in multiple files
2011-09-01 Rémi Denis-CourmontTypo
2011-09-01 Rémi Denis-CourmontPVR: remove V4L1
next