]> git.sesse.net Git - vlc/history - src
* modules/access/v4l/v4l.c: in v4l, RGB24 really is BGR24. Changed aspect ratio to...
[vlc] / src /
2004-08-30 Gildas Bazin* ALL: use rgb mask members in video_format_t.
2004-08-30 Damien Fouilleuli've modified the following functions to properly skip...
2004-08-30 Gildas Bazin* src/input/es_out.c: really fixed ES_OUT_SET_FMT this...
2004-08-29 Gildas Bazin* src/input/es_out.c: fixed ES_OUT_SET_FMT control.
2004-08-29 Gildas Bazin* src/video_output/vout_pictures.c: RV24 is really...
2004-08-29 Clément StenacFix memleaks
2004-08-29 Laurent Aimar * es_out: msg_Err -> msg_Warn for Program empty. But...
2004-08-29 Eric Petit src/input/es_out.c: gcc < 3 fix
2004-08-28 Gildas Bazin* src/video_output/vout_pictures.c: oups, inverted...
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-08-28 Laurent Aimar * stream.c: oops another bug with SET_ID...
2004-08-28 Sam Hocevar * Spelling fixes.
2004-08-28 Gildas Bazin* include/vlc_es_out.h, src/input/es_out.c: added an...
2004-08-27 Sam Hocevar * include/vlc_common.h:
2004-08-26 Gildas Bazin* modules/codec/ffmpeg/video_filter.c, include/vlc_filt...
2004-08-26 Gildas Bazin* src/input/decoder.c: forward the p_block->i_rate...
2004-08-26 Eric Petit + input/decoder.c: detach decoder after vout_Request...
2004-08-25 Laurent Aimar * input: send DEMUX_SET_GROUP.
2004-08-24 Jon Lech Johansen * ./src/libvlc.c: initialize dvd/vcd/cd-audio values...
2004-08-23 Gildas Bazin* src/video_output/vout_subpictures.c, video_output...
2004-08-22 Gildas Bazin* src/input/decoder.c: don't forget that packetizers...
2004-08-21 Cyril Deguet * alsa.c: compute next_date with snd_pcm_delay() if...
2004-08-21 Cyril Deguet * src/audio_output/output.c: check if start_date is...
2004-08-21 Olivier TeulièreRemoved the default skin for the skins1 module
2004-08-21 Gildas Bazin* src/input/input.c: changed MRL syntax again: URL...
2004-08-21 Gildas Bazin* src/libvlc.h: updated useage.
2004-08-20 Gildas Bazin* src/input/*, include/vlc_input.h: the MRL is now...
2004-08-20 Sam Hocevar * src/input/control.c: minor typo in a comment.
2004-08-20 Gildas Bazin* src/input/*: update position on title change.
2004-08-20 Gildas Bazin* src/input/input.c: re-enabled the --bookmarks option.
2004-08-17 Eric Petit + src/libvlc.h: use KEY_SPACE instead of ' '
2004-08-16 Eric Petit ALL: BeOS fixes
2004-08-15 Gildas Bazin* src/video_output/vout_subpictures.c: fixed a deadlock...
2004-08-13 Gildas Bazin* src/input/decoder.c: spu_new_buffer() now tries a...
2004-08-13 Gildas Bazin* modules/codec/spudec/*: automatic cropping of fullscr...
2004-08-13 Gildas Bazin* modules/video_output/opengl.c: forward mouse events...
2004-08-13 Gildas Bazin* src/misc/block.c: fixed memory alignment in block_New...
2004-08-10 Derk-Jan Hartman* include/stream_output.h: add a ip_version field to...
2004-08-08 Gildas Bazin* modules/stream_out/transcode.c: added support for...
2004-08-08 Laurent Aimar * demux: another way to break your config file, or...
2004-08-05 Gildas Bazin* src/video_output/*: optimized/simplified vout_RenderP...
2004-08-05 Gildas Bazin* src/input/control.c: bookmarks support is back (will...
2004-08-04 Laurent Aimar * stream_output: sout_CfgParse will accept a special...
2004-08-04 Derk-Jan Hartman* Fixed the udp SDPs. More spec compliant now.
2004-08-04 Gildas Bazin* src/misc/modules.c: don't forget to save callbacks...
2004-08-04 Gildas Bazin* modules/access/dvdnav.c: very basic probing that...
2004-08-03 Laurent Aimar * input.c: fixed total length in playlist.
2004-08-03 Gildas Bazin* src/video_output/vout_subpictures.c: fixed OSD alignment
2004-08-03 Gildas Bazin* ALL: Major rework of the subpictures architecture.
2004-08-01 Laurent Aimar * stream.c: increase precache for stream without title...
2004-08-01 Laurent Aimar * input.c: mmh better fix for slow/fast (I hope).
2004-08-01 Laurent Aimar * input: fixed slower/faster rate.
2004-08-01 Laurent Aimar * stream.c: call Seek if stream_Read( s, NULL, skip );
2004-07-31 Derk-Jan Hartman* print a debug message when our buffer gets it's first...
2004-07-30 Sam Hocevar * src/video_output/video_output.c:
2004-07-29 Gildas Bazin* src/input/decoder.c: don't let the decoder/packetizer...
2004-07-27 Derk-Jan Hartman-
2004-07-27 Derk-Jan Hartman* ( p_vout->p_module && p_vout->p_module ) how pointless
2004-07-27 Gildas Bazin* src/libvlc.h: cleanup in the hotkeys definitions.
2004-07-24 Gildas Bazin* src/misc/net.c, modules/control/rc.c: win32 fixes.
2004-07-24 Gildas Bazin* src/misc/net.c, include/network.h: added net_vaPrintf...
2004-07-24 Rémi Denis-CourmontFixed typo
2004-07-24 Rémi Denis-Courmont- really iterate through getaddrinfo(),
2004-07-23 Gildas Bazin* src/video_output/vout_intf.c: small kludge for opengl...
2004-07-22 Gildas Bazin* src/misc/objects.c: hmmm, did I say vlc_opengl.h...
2004-07-22 Eric Petit BeOS doesn't know about PF_INET
2004-07-21 Cyril Deguet * all: created a new module type "opengl provider...
2004-07-20 Gildas Bazin* src/misc/httpd.c: fixed non-initialized variable...
2004-07-19 Laurent Aimar * stream.c: fixed seeking near the end of a stream.
2004-07-19 Gildas Bazin* src/misc/httpd.c: ipv6 win32 fix.
2004-07-18 Laurent Aimar stream.c: do not drop empty line.
2004-07-17 Rémi Denis-CourmontFix socket errors handling.
2004-07-17 Rémi Denis-CourmontIPv6 support for HTTPd
2004-07-16 Derk-Jan Hartman* it's information, not informations (grep -r)
2004-07-14 Gildas Bazin* src/misc/threads.c: fixed long standing win32 thread...
2004-07-12 Cyril Deguet * all: skeleton of a coming-soon OpenGL visualization...
2004-07-12 Clément StenacAllow on the fly change of equalizer config. Only resta...
2004-07-12 Clément StenacFix refcount problem when creation fails
2004-07-11 Derk-Jan Hartman* Fix audio subtitle track changer hotkey on OSX.
2004-07-10 Gildas Bazin* src/misc/mtime.c, include/mtime.h: new common "date...
2004-07-10 Laurent Aimar * all: lot of cosmetics, and added a MUX_GET_MIME...
2004-07-09 Gildas Bazin* modules/demux/playlist, src/input/stream.c: fixed...
2004-07-08 Gildas Bazin* src/input/decoder.c: better pictures leakage detection.
2004-07-08 Gildas Bazin* src/playlist/playlist.c: another autodelete fix.
2004-07-07 Laurent Aimar * demux: stream_DemuxControl: emulate seek.
2004-07-07 Sigmund Augdal Helberghadded keys to cycle audio track and subtitle track
2004-07-07 Gildas Bazin* src/audio_output/input.c: ability to switch between...
2004-07-06 Gildas Bazin* src/stream_output/stream_output.c: don't forget to...
2004-07-05 Laurent Aimar * block.*: faster block_* and removed unused features.
2004-07-05 Rémi Denis-Courmont* configure.ac: check for struct sockaddr_storage
2004-07-05 Gildas Bazin* src/misc/block.c: win32 race condition fix.
2004-07-05 Derk-Jan Hartman* OSX lowlevel work
2004-07-02 Gildas Bazin* include/video_output.h, include/vlc_video.h, src...
2004-07-01 Gildas Bazin* src/playlist/playlist.c: fixed recent playlist f...
2004-07-01 Sigmund Augdal HelbergDoxygenized some functions in vout_pictures.c. Prepared...
2004-07-01 Sigmund Augdal Helbergquit fast when sorting a playlist with 1 or less entrie...
2004-07-01 Gildas Bazin* src/libvlc.c:
2004-06-30 Derk-Jan Hartman* src/libvlc.c:
2004-06-30 Cyril Deguet * src/playlist/playlist.c: check "prevent-skip" to...
2004-06-30 Derk-Jan Hartman* first stab at vlc daemon mode (-d, --daemon )
next