]> git.sesse.net Git - vlc/history - modules
create a medialist on JVLC creation
[vlc] / modules /
2008-03-20 André WeberFix the handling of string variable - store them as...
2008-03-20 Sam HocevarIgnore Qt generated files.
2008-03-20 Sam HocevarMerge branch 'master' of git@git.videolan.org:vlc
2008-03-20 Rémi Denis-CourmontDon't use strcpy() on overlapping memory buffers -...
2008-03-20 Ilkka Ollakkaset rc_method = X264_RC_CQP if qp is set
2008-03-19 Jean-Baptiste KempfSmall size adjustement.
2008-03-19 Jean-Baptiste KempfFix "Remove security-policy UI" [2db278fa3a9a53f1ab026a...
2008-03-19 Rémi Denis-CourmontUse NDEBUG
2008-03-19 Rémi Denis-CourmontSAP: m= subtype is not supposed to be a number in with...
2008-03-19 Rémi Denis-Courmontfile access: Remove expand path, spare one dummy duplic...
2008-03-19 Rémi Denis-CourmontFactorize the localtime_r replacement
2008-03-19 Pavlov KonstantinFix Array Indexing Vulnerability in sdpplin_parse(...
2008-03-19 Pierre d'Herbemontauhal: Fix kAudioDevicePropertyDeviceIsAlive check...
2008-03-19 Pierre d'Herbemontauhal: Replace deprecated Add/RemoveProc calls by Creat...
2008-03-19 Pierre d'Herbemontauhal: Make sure gettimeofday is defined.
2008-03-19 Pierre d'Herbemontqt4: Fix open_panels.cpp compilation.
2008-03-19 Jean-Baptiste KempfAdd "" around subtitles name. Fix #1528
2008-03-18 Rémi Denis-CourmontProper vlc: URL
2008-03-18 Rémi Denis-CourmontRemove security-policy UI
2008-03-18 Rémi Denis-Courmontshout discovery: don't try to set non-existent option
2008-03-17 Rafaël CarréFix #1487
2008-03-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-03-17 Rémi Denis-CourmontSet the proper flags for item options
2008-03-17 Rafaël CarréRe-enable m3u parsing
2008-03-17 Ilkka OllakkaTell that dst-parameter overrides new bind/path parameters.
2008-03-17 Ilkka OllakkaAdd bind and path aliases for standard streamoutput...
2008-03-17 Jean-Baptiste KempfFix warning in rawvid demxuer.
2008-03-17 Jean-Baptiste KempfREmove uninitialised variable.
2008-03-17 Jean-Baptiste KempfUpdate the list of objects after a VLM import. Patch...
2008-03-17 Jean-Baptiste KempfRemove debug.
2008-03-16 Rémi Denis-CourmontHandle all memory errors in MP4 esds
2008-03-16 Rémi Denis-CourmontHandle memory errors in MP4 ctts - refs #1508
2008-03-16 Rémi Denis-CourmontCleanup MP4 ftyp
2008-03-16 Rémi Denis-CourmontHandle memory errors in MP4 stts - fixes #1502
2008-03-16 Rémi DuraffortRemove useless test before a delete.
2008-03-16 Rafaël CarréRemove debug
2008-03-16 Rafaël CarréBetter stats box in ncurses
2008-03-15 Rémi DuraffortRemove useless test before free and delete.
2008-03-15 Jean-Baptiste KempfFix DShow capture names with spaces, spotted by Andre...
2008-03-15 Jean-Baptiste KempfForce to fix the size of GotoDialog.
2008-03-15 Richard HoskingCosmetic - changed negative test.
2008-03-15 Richard HoskingFix very minor memory leak when using OSS for audio.
2008-03-15 Jean-Baptiste KempfVery slight fixes in Open Dialog too.
2008-03-15 Jean-Baptiste KempfVery very Slight modification of Open dialog
2008-03-15 Jean-Baptiste KempfFix layout in VLM dialog.
2008-03-15 Jean-Baptiste KempfFix the dialogs problem on Mac.
2008-03-15 Jean-Baptiste KempfAssoDialog is not available on Mac.
2008-03-14 Rafaël CarréFix aac decoding when muxed with ADTS headers + AudioSp...
2008-03-14 André WeberStringListConfigControl finish -> deal with empty ppsz_...
2008-03-14 Rafaël CarréDisplay live stats in ncurses interface.
2008-03-14 Rafaël Carréfix [0cd7064a1b656cd87e61af14b74ec6c80c341fe6] : lower...
2008-03-14 Rafaël CarréFix AAC muxing into TS
2008-03-14 Jean-Baptiste KempfCompile fix for L4MERS on Qt4.2 :D
2008-03-14 Jean-Baptiste KempfChange button layout and behaviour in the open dialog...
2008-03-14 Jean-Baptiste KempfRemove unnecessary function that doesn't do what we...
2008-03-13 Rémi DuraffortForgiven in the previous commit (useless test)
2008-03-13 Rémi DuraffortOne more removing session. (useless test before a free())
2008-03-13 Rémi DuraffortUseless test before a free()
2008-03-13 Jean-Baptiste KempfSmaller margins.
2008-03-13 Jean-Baptiste KempfFix a layout issue, and adds space left of reset button.
2008-03-13 Rémi DuraffortRevert some errors in 859436564cd0b85e76b888a88205424ed...
2008-03-13 Rafaël Carrém4a packetizer: remove (comment) unused parameter
2008-03-13 Rafaël Carréfix ts demuxing AAC with ADTS headers
2008-03-13 Jean-Paul SamanProperly fix use of SWSCALE_* defines in zvbi.
2008-03-13 Jean-Baptiste KempfShut a warning.
2008-03-13 Jean-Baptiste KempfShut a warning.
2008-03-13 Jean-Baptiste KempfPreferences: Modify the reset button according to the...
2008-03-12 Jean-Paul SamanRemove trailing whitespace.
2008-03-12 Jean-Paul SamanRefactor video_filters in modules/stream_out/transcode...
2008-03-12 Jean-Paul SamanSmall indentation fix.
2008-03-12 Jean-Paul SamanFix compiler warning about unused variables.
2008-03-12 Jean-Paul SamanFix regression on zvbi.c introduced by recent ffmpeg...
2008-03-12 Rafaël CarréImprovements to syslog logger - by Hans Lambermont
2008-03-12 Rafaël CarréChange a description msg
2008-03-12 Rafaël CarréFix adts packetizer
2008-03-12 Rafaël Carréverify asprintf() return value, fix indentation
2008-03-12 Felix Paul Kühnedon't reset the controls when awaking from nib, but...
2008-03-12 Felix Paul KühneImplemented the hotkey section of the Simple Preferences
2008-03-12 Rémi DuraffortThe last but not the least commit about these useless...
2008-03-12 Rémi DuraffortOne more time removing of some useless tests.
2008-03-12 Rémi DuraffortAnother bunch of useless test.
2008-03-12 Rémi DuraffortAnother time "Remove useless test ..."
2008-03-12 Rémi DuraffortRemove useless test before a free().
2008-03-12 Rémi DuraffortFix a stupid compilation warning
2008-03-12 Rémi DuraffortAnother time "Remove useless test before a free".
2008-03-12 Jean-Baptiste KempfMissing include.
2008-03-12 Jean-Baptiste KempfKill a warning in mingww32
2008-03-12 Jean-Baptiste KempfInclude fix for Win32
2008-03-12 Jean-Baptiste KempfChange int to size_t when needed. Kills a warning.
2008-03-11 Felix Paul Kühnemacosx: show an end-user visible warning in case that...
2008-03-11 Rémi DuraffortUse VLC_ENOMEM instead of VLC_EGENERIC.
2008-03-11 Rémi DuraffortRemove useless test before a free()
2008-03-11 Rémi DuraffortAnother time : remove useless test before free().
2008-03-11 Rémi DuraffortRemove useless test before a free (again).
2008-03-11 Rémi DuraffortCheck malloc return value.
2008-03-11 Rémi DuraffortCheck malloc return value and fix a memory leak.
2008-03-11 Rafaël CarréDon't print an error if we are using ffmpeg's ts muxer
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-03-11 Jean-Paul SamanFix building AAC profile selection for outdated ffmpeg...
2008-03-11 Jean-Paul SamanCleanup of AAC profile selection.
next