]> git.sesse.net Git - vlc/history - modules/access
Enable --v4l2-audio-method even if ALSA isn't available (makes it possible to disable...
[vlc] / modules / access /
2008-01-05 Antoine CellerierEnable --v4l2-audio-method even if ALSA isn't available...
2008-01-05 Richard Hoskingv4l2: Fixed audio init & close. Added some comments...
2008-01-05 Antoine CellerierIf the v4l2 driver supports the extended controls API...
2008-01-04 Pierre d'Herbemontinput/input.c: Define DEMUX_CAN_SEEK and correctly...
2008-01-02 Antoine CellerierStart splitting the ALSA and OSS code. The --v4l2-adev...
2008-01-01 Antoine Cellerierv4l2: Factorize code, fix the video controls init,...
2007-12-28 Rémi Denis-CourmontBe on the safe side of memory protection for now: use...
2007-12-28 Rémi Denis-Courmontblock_mmap_Alloc: commoditize block allocation from...
2007-12-28 Rémi Denis-CourmontFix stack overflow in debug code: use heap for large...
2007-12-27 Rémi Denis-CourmontRevert [23889]. Don't enable debug if you don't want it.
2007-12-27 Jean-Paul SamanSilence debug message.
2007-12-25 Felix Paul Kühne* mmap is broken on Darwin. Disabled it for now to...
2007-12-24 Richard Hoskingv4l2.c: Patch by Dennis Lou to add MPEG2 support....
2007-12-23 Pierre d'Herbemontmodules/access/directory.c: Fix an input_item memleak.
2007-12-23 Pierre d'Herbemontmodules/access/cdda.c: Fix an input_item memleak.
2007-12-22 Rémi Denis-CourmontPut debug/test code for mmap
2007-12-22 Rémi Denis-Courmont - Parse seek offsets as unsigned (why they were signed...
2007-12-21 Rafaël Carréfix [23367]
2007-12-21 Rafaël Carréfile: do not declare mmapBlock() if it won't be defined
2007-12-21 Rémi Denis-Courmont - Fix error handling
2007-12-21 Rémi Denis-CourmontUse ssize_t
2007-12-17 Jean-Baptiste KempfDShow, partial fix due to changes in [23667]
2007-12-16 Dennis van Amerongen* modules/access/v4l.c and dc1394.c: typo openened...
2007-12-14 Antoine Cellerier[PATCH] Extend pvr support to non-ivtv v4l2 cards ...
2007-12-13 Richard Hoskingv4l2: ALSA error handling.
2007-12-09 Felix Paul Kühne* fix [23509]
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-12-09 Antoine CellerierAdd option to reset controls to their default value...
2007-12-08 Antoine CellerierOoops, this wasn't supposed to be here anymore.
2007-12-08 Antoine CellerierRework the v4l2 control handling. Variables correspondi...
2007-12-08 Gildas Bazin* modules/access/mms/mmsh.c: fixed changeset 23489...
2007-12-08 Jean-Paul SamanLittle cleanup.
2007-12-08 Jean-Paul SamanRemove dead code (and commented out fprintf's).
2007-12-08 Jean-Paul SamanCheck malloc return value and cleanup.
2007-12-08 Jean-Paul SamanGuard headerfiles in modules/access/mms/*.h against...
2007-12-07 Antoine CellerierChange the v4l2-chroma long help string.
2007-12-07 Antoine CellerierAdd MJPEG support to the v4l2 access (and simplify...
2007-12-05 Richard Hoskingv4l2: Workaround misbehaving devices (2 DVB cards in...
2007-12-02 Richard Hoskingv4l2: Progress with Alsa. Sounds much better :-)
2007-12-02 Richard Hoskingv4l2: Fixed Gamma.
2007-12-02 Antoine CellerierFix menu control value display code.
2007-12-02 Antoine CellerierAdd "videocontrol" command variable to issue controls...
2007-12-02 Antoine CellerierAdd v4l2-gamma control. Also print control details...
2007-12-02 Richard Hoskingv4l2: Fixed dynamic video metric updates. Better handl...
2007-12-02 Richard Hoskingv4l2: Fixed VideoControlList.
2007-12-01 Antoine CellerierDon't fail launching the video device if a video contro...
2007-12-01 Antoine CellerierFactorise the Video Control code. List all available...
2007-12-01 Antoine CellerierDon't compile any of the alsa audio input code if HAVE_...
2007-11-29 Richard Hoskingv4l2: Experimental ALSA input support. Currently non...
2007-11-28 Rémi Denis-CourmontCompile fix
2007-11-27 Rémi Denis-Courmonttypo
2007-11-27 Rémi Denis-CourmontBetter error handling
2007-11-27 Rémi Denis-CourmontDon't use MAP_POPULATE
2007-11-27 Rémi Denis-CourmontFix EOF check and remove fprintf
2007-11-27 Richard Hoskingv4l2: Support for setting brightness, contrast, saturat...
2007-11-27 Ilkka Ollakkaoneliner to fix i_pos updating. works for me.
2007-11-27 Richard Hoskingv4l2: Cosmetics.
2007-11-27 Richard HoskingFixed warnings.
2007-11-26 Rémi Denis-CourmontDon't bother seeking when using mmap
2007-11-26 Rémi Denis-CourmontFix file position update
2007-11-26 Rémi Denis-Courmonttypo
2007-11-26 Rémi Denis-CourmontMemory mapped file input
2007-11-26 Rémi Denis-CourmontCleanup custom block allocation
2007-11-26 Rémi Denis-CourmontRemove block_t->p_sys, which is not really needed either.
2007-11-26 Rémi Denis-CourmontRemove the unused manager from block_t
2007-11-24 Antoine Cellerierv4l2: Since the frame size and frame intervals ioctls...
2007-11-24 Antoine Cellerierv4l2: Display supported frame interval (inverse frame...
2007-11-24 Antoine Cellerierv4l2: Display supported framesizes in debug.
2007-11-24 Richard HoskingDQ buffers using correct io method for mmap.
2007-11-21 Christophe Massiot * modules/access/fake.c: Fixed an integer overflow.
2007-11-20 Jean-Paul SamanPatch by Richard Hosking: Allow users specified width...
2007-11-18 Jean-Paul SamanPatch by Richard Hosking: Honor user specified chroma...
2007-11-17 Jean-Paul SamanPatch by Richard Hosking: v4l2 minor patch to fix silly...
2007-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-11-04 Rafaël Carréuse correct return type
2007-10-31 Jean-Paul SamanImprove error message for v4l2.
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-12 Jean-Paul SamanPatch by Richard Hosking: Userptr IO buffers need to...
2007-10-09 Rafaël Carrév4l2: fix mmap method
2007-10-08 Rafaël Carrév4l2: replaces bad malloc( sizeof(x) * i )/memset(...
2007-10-08 Laurent AimarFixed 2 missing "%s" -> "%m"
2007-10-06 Christophe Mutricyv4l2: Remove already included headers
2007-10-06 Jean-Paul SamanPatch for v4l2 support by Richard Hosking <richard...
2007-10-04 Christophe MutricyRemove noop
2007-10-03 Rémi Denis-CourmontFix messed up cast that breaks gcc 4
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-10-02 Rémi Denis-CourmontDon't reinvent free()
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-27 Rémi Denis-CourmontDetect EOF for datagram connection
2007-09-19 Rémi Denis-CourmontFix RTP prebufferring regression
2007-09-18 Rémi Denis-CourmontRemove last occurences - fixes #1297
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-17 Rémi Denis-CourmontAttempt to fix today's RTP access changes
2007-09-17 Rémi Denis-CourmontIgnore muxed RTCP packets for AVP profile
2007-09-17 Rémi Denis-Courmont- Restore RTP pre-buffering broken in previous commit.
2007-09-17 Rémi Denis-CourmontDo not use BlockChoose when the access is explicitly...
2007-09-17 Rémi Denis-CourmontRemove useless #define
2007-09-16 Rémi Denis-CourmontFix HTTP DVB ACL
2007-09-16 Rémi Denis-CourmontMemory error handling
2007-09-16 Rémi Denis-CourmontGetNonEmptyString simplification
next