]> git.sesse.net Git - vlc/history - modules/access
A bit of vlc/libvlc cleanup:
[vlc] / modules / access /
2006-11-30 Derk-Jan Hartman* Fix YUV422, YUY2, YUYV mappings in V4L.
2006-11-29 Derk-Jan Hartman* const and a few other casting fixes
2006-11-29 Derk-Jan Hartman* cdda: update due to input_GetItem
2006-11-28 Rémi Denis-CourmontAvoid duplicate memory allocation
2006-11-28 Rafaël CarréUses file:// MRL only files, don't bug when recursively...
2006-11-28 Rafaël CarréFixes buffer overflow introduced in [18129]
2006-11-28 Rafaël CarréUses file:// MRLs for items added by directory access
2006-11-27 Jean-Paul SamanDigital Cameras (firewire/1394) support by Andreas...
2006-11-26 Clément StenacNicer commits, faster breaking time and better-looking...
2006-11-26 Clément StenacDid I loose the count ?
2006-11-26 Clément Stenac« En essayant continuellement on finit par réussir...
2006-11-26 Clément StenacRound 3 :)
2006-11-26 Clément StenacRound 2
2006-11-26 Clément StenacCompile fixes, round 1
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-22 Rémi Denis-CourmontMove encoding and language stuff to their own directory
2006-11-21 Rémi Denis-CourmontAdd missing header
2006-11-19 Derk-Jan Hartman* Fix CDDA module after playlist API updates
2006-11-19 Clément StenacInput options inheritance in directory access (Closes...
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-16 Derk-Jan Hartman* Forgot to commit the paranoia changes in the cddax...
2006-11-14 Derk-Jan Hartman* Use utf8_open for the .bin vcdimage file
2006-11-14 Jean-Paul SamanAdd DivX as supported filter to DShow interface.
2006-11-13 Rémi Denis-CourmontReally fix the stat warning (tested on Mingw32)
2006-11-12 Rémi Denis-CourmontRemove debug message
2006-11-12 Rémi Denis-CourmontDon't use void * for utf8_(l)?stat() as it hinders...
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-11 Damien Fouilleul- access/file.c: fixed stat on win32, make sure the...
2006-11-10 Rémi Denis-CourmontAdd more debug
2006-11-10 Rémi Denis-CourmontSwitch the directory to the UTF-8 wrappers
2006-11-10 Rémi Denis-CourmontCosmetic changes
2006-11-10 Rémi Denis-CourmontCode factorization and some warning fixes
2006-11-09 Rémi Denis-CourmontMissing(?) header
2006-11-08 Derk-Jan Hartman* forwardport [17538] : Real RTSP selection fix. refs...
2006-11-06 Rémi Denis-CourmontCosmetic fix
2006-11-06 Antoine CellerierSimplify
2006-11-06 Rémi Denis-CourmontFix boundary checks on file seek
2006-11-06 Rémi Denis-CourmontDV can't (fast)seek; it does not even have a Seek callback.
2006-11-05 Rémi Denis-CourmontExport and use ListenUDP
2006-11-04 Rémi Denis-CourmontUse utf8_open
2006-11-04 Rémi Denis-CourmontFix warning
2006-11-04 Rémi Denis-CourmontFix warning
2006-11-01 Rémi Denis-CourmontSupport filenames outside the ANSI Code Page
2006-11-01 Rémi Denis-CourmontGet rid of broken file-cat option (closes #807)
2006-11-01 Rémi Denis-Courmont- Revert [17394] which reintroduced TOCTOU issues
2006-11-01 Rafaël CarréRemoves useless sanity checks
2006-11-01 Rafaël CarréMakes file plugin fail to access directories
2006-10-31 Rémi Denis-Courmontfix Windows build
2006-10-31 Rémi Denis-CourmontRewrite of the file access
2006-10-31 Rémi Denis-CourmontSuppress some useless variable
2006-10-31 Rafaël CarréFixes double free()
2006-10-30 Jean-Paul SamanRemove excess empty lines
2006-10-29 Rémi Denis-Courmont- Fix TOCTOU problem (utf8_stat -> fstat)
2006-10-29 Rémi Denis-CourmontMinor simplification
2006-10-29 Rémi Denis-CourmontCosmetic fix
2006-10-29 Rémi Denis-CourmontAllow seeking of character devices with non-zero size
2006-10-26 Rémi Denis-CourmontCharacter devices are not seekable.
2006-10-22 Damien Fouilleul- apply proper const casting since C++ has become more...
2006-10-21 Rémi Denis-CourmontAttempt to fix dshow build
2006-10-10 Christophe MutricyForward port [17015] + a few more i18n fix
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-04 Damien Fouilleul- directshow: added fps in debug info
2006-10-01 Antoine CellerierFix a bunch of gcc warnings
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-17 Clément StenacDon't use find for the playlist
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-14 Clément StenacFix a number of problems with interaction dialogs
2006-09-12 Rémi Denis-CourmontWarnings
2006-09-09 Rémi Denis-CourmontFix segfault. FTP access output is now somehow "tested"
2006-09-09 Rémi Denis-CourmontMore fixes
2006-09-09 Rémi Denis-CourmontOSX compile fix
2006-09-09 Rémi Denis-CourmontOups
2006-09-09 Rémi Denis-CourmontUntested FTP access output (closes #605)
2006-09-09 Rémi Denis-CourmontMore cosmetic
2006-09-09 Rémi Denis-CourmontCosmetic fixes
2006-09-09 Rémi Denis-CourmontDon't use someone's else domain in our default values
2006-09-07 Derk-Jan Hartman* Reset access->info.b_eof when we search. After you...
2006-09-03 Clément StenacFix possible crash
2006-09-02 Rémi Denis-CourmontMerge [PATCH] http chunked encoding fix
2006-09-02 Dennis van Amerongen* more ouput -> output typos
2006-09-02 Dennis van Amerongen* typo ouput -> output
2006-08-31 Derk-Jan Hartman* Include vlc_input.h so we don't bug out with shared vlc
2006-08-29 Jean-Paul SamanFix compiler warnings related to wrong datatypes.
2006-08-29 Jean-Paul SamanUse correct formatting for message size_t
2006-08-27 Benjamin Pracht* Some more probing
2006-08-24 Benjamin Pracht* Some more debug
2006-08-23 Benjamin Pracht* Very first beginning of a v4l2 access-demux
2006-08-23 Felix Paul Kühne* compilation fix
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-08 Derk-Jan Hartman* Fix an #ifdef hidden error in cddax
2006-08-06 Jean-Paul SamanCoding Style fixes
2006-08-03 Gildas Bazin* modules/access/file.c, directory.c: bug and memory...
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-07-19 Clément StenacMove v4l and pvr into the main access directory.
2006-07-19 Clément StenacSome more demux and access code factorization
2006-07-11 Benjamin Pracht* Patch to add ATSC support by Dennis Lou
2006-06-29 Sigmund Augdal HelbergFix a regression in r15404 causing people to experience...
2006-06-29 Derk-Jan Hartman* HTTP 1.0 is not seekable
2006-06-27 Sigmund Augdal HelbergAttempt to support international charsets in mmi menus...
2006-06-12 Clément StenacSimplify the CDDA module. Split more between parse...
next