2005-12-04 |
Rémi Denis-Courmont | implement net_ConnectUDP() (yet to be used) to create... |
tree | commitdiff |
2005-12-01 |
Derk-Jan Hartman | * Introduce 'spdb' the big endian variant of 'spdi... |
tree | commitdiff |
2005-11-29 |
Clément Stenac | Remove SLP (Closes:#434) |
tree | commitdiff |
2005-11-29 |
Antoine Cellerier | add aspect ratio, crop and deinterlace hotkeys. fixes... |
tree | commitdiff |
2005-11-26 |
Antoine Cellerier | * : make jump hotkeys time interval user configurable |
tree | commitdiff |
2005-11-23 |
Antoine Cellerier | Put licensing terms instead of description in about... |
tree | commitdiff |
2005-11-12 |
Sam Hocevar | * src/vlc.c: do not exit the program with an error... |
tree | commitdiff |
2005-11-09 |
Clément Stenac | Add a input_Read function that reads a stream in blocki... |
tree | commitdiff |
2005-11-02 |
Gildas Bazin | * ALL: changed VOUT_SET_ZOOM into VOUT_SET_SIZE and... |
tree | commitdiff |
2005-11-02 |
Clément Stenac | p( vlc.getInterfaces().getInterface( "wxwidgets" )... |
tree | commitdiff |
2005-10-31 |
Marian Durkovic | VOUT_SET_ZOOM can't be relative, since it doesn't work... |
tree | commitdiff |
2005-10-30 |
Gildas Bazin | * src/video_output/video_output.c, src/input/decoder... |
tree | commitdiff |
2005-10-29 |
Marian Durkovic | removed i_seqno from block_t ; RTP access now stores... |
tree | commitdiff |
2005-10-28 |
Gildas Bazin | * src/video_output/*, include/video_output.h: support... |
tree | commitdiff |
2005-10-28 |
Derk-Jan Hartman | * hotkey: Go to DVD menu (ctrl-M) |
tree | commitdiff |
2005-10-24 |
Marian Durkovic | modifications for RTP reordering: |
tree | commitdiff |
2005-10-23 |
Clément Stenac | Export URI from RTP module . Closes:#403 |
tree | commitdiff |
2005-10-20 |
Marian Durkovic | send proper info in m= line of SAP announcements: |
tree | commitdiff |
2005-10-20 |
Marian Durkovic | our address needs to be fetched via getsockname() |
tree | commitdiff |
2005-10-17 |
Derk-Jan Hartman | * Renamed "Advanced" subcat of "Input / Codecs" into... |
tree | commitdiff |
2005-10-16 |
Derk-Jan Hartman | * Fix BeOS breakage due to [12863] |
tree | commitdiff |
2005-10-16 |
Rémi Denis-Courmont | Rewrite base64 encoder |
tree | commitdiff |
2005-10-16 |
Rémi Denis-Courmont | - Support for glibc IDN |
tree | commitdiff |
2005-10-15 |
Sigmund Augdal Helberg | all: updated my name and e-mail address |
tree | commitdiff |
2005-10-11 |
Clément Stenac | Fix a bunch of preferences errors |
tree | commitdiff |
2005-10-10 |
Jean-Paul Saman | Guard against multiple inclusions |
tree | commitdiff |
2005-10-02 |
Rémi Denis-Courmont | Missed that file |
tree | commitdiff |
2005-10-02 |
Rémi Denis-Courmont | Add const qualifier |
tree | commitdiff |
2005-10-02 |
Rémi Denis-Courmont | UTF32 to UTF8 conversion |
tree | commitdiff |
2005-09-22 |
Gildas Bazin | * ALL: WinCE EVC compilation fixes. |
tree | commitdiff |
2005-09-22 |
Gildas Bazin | * include/vlc_common.h: why on earth was off_t not... |
tree | commitdiff |
2005-09-18 |
Jean-Paul Saman | Forward port of revision 12566: Ignore menu select... |
tree | commitdiff |
2005-09-15 |
Clément Stenac | Sort-by-album patch by Pierre Marc Dumuid |
tree | commitdiff |
2005-09-14 |
Rémi Denis-Courmont | Clean up |
tree | commitdiff |
2005-09-03 |
Steve Lhomme | * prevent crashes when a stream is not opened correctly |
tree | commitdiff |
2005-09-03 |
Gildas Bazin | * include/vlc/vlc.h, include/vlc/control.h, src/control... |
tree | commitdiff |
2005-08-31 |
Christophe Massiot | * ALL: Do no longer assume a default DVD drive. If... |
tree | commitdiff |
2005-08-29 |
Christophe Massiot | * ALL: New p_vlc->psz_userdir. This is different from... |
tree | commitdiff |
2005-08-28 |
Derk-Jan Hartman | * Define a couple of dummy 4cc's for vorbis in avi... |
tree | commitdiff |
2005-08-27 |
Jean-Paul Saman | Merged OSD functionality on the same core functions... |
tree | commitdiff |
2005-08-26 |
Christophe Massiot | * src/extras/libc.c: Implemented a wrapper around... |
tree | commitdiff |
2005-08-25 |
Jean-Paul Saman | Fix build breakage of revision12392 |
tree | commitdiff |
2005-08-24 |
Eric Petit | vlc_keys.h: fixed ACTIONID_JUMP_BACKWARD_1MIN |
tree | commitdiff |
2005-08-24 |
Gildas Bazin | * include/network.h: fixed compilation with c++ files. |
tree | commitdiff |
2005-08-23 |
Christophe Massiot | * toolbox: Removed compilation information from versio... |
tree | commitdiff |
2005-08-22 |
Christophe Massiot | * src/extras/libc.c: Compilation fix for non-Win32... |
tree | commitdiff |
2005-08-22 |
Christophe Massiot | * src/extras/libc.c: Implemented a vlc_readdir_wrapper... |
tree | commitdiff |
2005-08-21 |
Rémi Denis-Courmont | Get rid of the symbols structure and use the OS linker |
tree | commitdiff |
2005-08-20 |
Antoine Cellerier | remove 2 evil tabs |
tree | commitdiff |
2005-08-20 |
Antoine Cellerier | change file name in comment |
tree | commitdiff |
2005-08-20 |
Antoine Cellerier | add new playlist_PreparseEnqueueItem function which... |
tree | commitdiff |
2005-08-18 |
Rémi Denis-Courmont | Add const |
tree | commitdiff |
2005-08-17 |
Christophe Massiot | * Makefile.am: New file version.c, generated at each... |
tree | commitdiff |
2005-08-15 |
Clément Stenac | Fix a few warnings |
tree | commitdiff |
2005-08-14 |
Eric Petit | ALL: compile fixes |
tree | commitdiff |
2005-08-13 |
Jean-Paul Saman | API changed |
tree | commitdiff |
2005-08-13 |
Jean-Paul Saman | Reworked OSD Volume handling and display of volumebar... |
tree | commitdiff |
2005-08-13 |
Christophe Massiot | * modules/access/http.c: Do not use vlc_UrlEncode... |
tree | commitdiff |
2005-08-12 |
Rémi Denis-Courmont | and ampersand and question mark. Got them all this... |
tree | commitdiff |
2005-08-12 |
Rémi Denis-Courmont | Forgot @ -- thanks thedj |
tree | commitdiff |
2005-08-12 |
Rémi Denis-Courmont | Don't URL encode ./:[] because they are to be found... |
tree | commitdiff |
2005-08-11 |
Jean-Paul Saman | Fix revision 12116 which broke other transcode options... |
tree | commitdiff |
2005-08-11 |
Christophe Massiot | * modules/codec/ffmpeg: ffmpeg's av_log() messages... |
tree | commitdiff |
2005-08-11 |
Christophe Massiot | * include/network.h:vlc_UrlEncode() : though RFC 1738... |
tree | commitdiff |
2005-08-10 |
Jean-Paul Saman | Forward port of branches/0.8.1-jpsaman-thedj revision... |
tree | commitdiff |
2005-08-10 |
Jean-Paul Saman | cosmetic fix |
tree | commitdiff |
2005-08-10 |
Rémi Denis-Courmont | Also update IsEncoded |
tree | commitdiff |
2005-08-10 |
Rémi Denis-Courmont | Stricter RFC1788 obeying UrlEncode |
tree | commitdiff |
2005-08-09 |
Jean-Paul Saman | Made es_format_t member i_bitrate unsigned int, because... |
tree | commitdiff |
2005-08-09 |
Jean-Paul Saman | Fix typo and updating copyright |
tree | commitdiff |
2005-08-09 |
Jean-Paul Saman | use proper type for struct subpicture_t.b_absolute |
tree | commitdiff |
2005-08-09 |
Jean-Paul Saman | some explanation |
tree | commitdiff |
2005-08-09 |
Jean-Paul Saman | Added new hotkeys (key-intf-hide, key-jump-3sec, key... |
tree | commitdiff |
2005-08-06 |
Cyril Deguet | * vlc_common.c: forward declaration of dirent for... |
tree | commitdiff |
2005-08-06 |
Christophe Massiot | * src/extras/libc.c: Fixed compilation on systems... |
tree | commitdiff |
2005-08-06 |
Christophe Massiot | * include/vlc_common.h: VLC_EXPORT macros can't span... |
tree | commitdiff |
2005-08-05 |
Christophe Massiot | * src/extras/libc.c: Added an implementation of scandi... |
tree | commitdiff |
2005-08-04 |
Christophe Massiot | * src/misc/charset.c: New function vlc_fix_readdir_cha... |
tree | commitdiff |
2005-08-04 |
Christophe Massiot | * include/network.h: Fixed vlc_UrlEncode with non... |
tree | commitdiff |
2005-08-04 |
Rémi Denis-Courmont | Don't call vlc_current_charset and vlc_iconv_open at... |
tree | commitdiff |
2005-08-04 |
Rémi Denis-Courmont | * modules/control/http.c : specify UTF-8 as charset... |
tree | commitdiff |
2005-08-03 |
Rémi Denis-Courmont | Use UTF-8 internally (closes #16 and introduces lots... |
tree | commitdiff |
2005-08-02 |
Rémi Denis-Courmont | - When both IPv4 and IPv6 plugins return a socket,... |
tree | commitdiff |
2005-08-01 |
Christophe Massiot | * src/misc/image.c: New image_Filter call to apply... |
tree | commitdiff |
2005-07-31 |
Rémi Denis-Courmont | Add const |
tree | commitdiff |
2005-07-30 |
Gildas Bazin | * include/network.h, modules/access/mms/mmstu.c, src... |
tree | commitdiff |
2005-07-29 |
Rémi Denis-Courmont | - Add httpd_ServerIP() to obtain HTTP server's IP used... |
tree | commitdiff |
2005-07-29 |
Rémi Denis-Courmont | Don't require a vlc_object_t in net_Get(Sock|Peer)Address |
tree | commitdiff |
2005-07-29 |
Christophe Massiot | * include/network.h: VLC should now compile. |
tree | commitdiff |
2005-07-29 |
Rémi Denis-Courmont | Inline net_GetAddress |
tree | commitdiff |
2005-07-28 |
Rémi Denis-Courmont | inet_pton() replacement |
tree | commitdiff |
2005-07-27 |
Rémi Denis-Courmont | - Fix segfault when doing RTSP DESCRIBE (trunk-only... |
tree | commitdiff |
2005-07-27 |
Rémi Denis-Courmont | Remove FIXME that doesn't need to be fixed |
tree | commitdiff |
2005-07-27 |
Rémi Denis-Courmont | Err, IPv4 multicast starts at 224.0.0.0 not 225.0.0.0 |
tree | commitdiff |
2005-07-27 |
Rémi Denis-Courmont | - takes scope into account for NI_MAXNUMERICHOST |
tree | commitdiff |
2005-07-27 |
Rémi Denis-Courmont | Put correct owner address in SAP-generated SDP |
tree | commitdiff |
2005-07-27 |
Rémi Denis-Courmont | Add const where appropriate |
tree | commitdiff |
2005-07-26 |
Rémi Denis-Courmont | Add const |
tree | commitdiff |
2005-07-24 |
Antoine Cellerier | VLC update checker in the wxWidgets interface (in help... |
tree | commitdiff |
2005-07-24 |
Jérome Decoodt | Fix user:pass parsing if protocol is not given. |
tree | commitdiff |
next |