]> git.sesse.net Git - vlc/history - modules
Another time : remove useless test before free().
[vlc] / modules /
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.
2008-03-11 Jean-Paul SamanAdd option to encode aac low, main, sbr or ltp profiles.
2008-03-11 Rafaël Carréremove useless msg_Err() , use memset() for simplicity
2008-03-11 Rafaël Carréexplicit control queries unsupported
2008-03-11 Jean-Baptiste KempfFix preferences in Qt. Add a lot of comments. Close...
2008-03-11 Jean-Baptiste KempfSet the correct ToolTip on the play/pause button.
2008-03-11 Jean-Baptiste KempfAdditional checks on malloc output in data reader.
2008-03-11 Jean-Baptiste KempfCheck after calloc to avoid null dereference.
2008-03-10 Christophe MutricyAvoid integer overflow. Patch by Drew Yao.
2008-03-10 Rafaël CarréFix FontBuiler object destruction
2008-03-10 Rémi DuraffortFix a race condition : the user progress dialog wasn...
2008-03-09 André WeberSaveing Window Positions useing the QT defined methods...
2008-03-09 Adrien Grand- layout correction on WMII
2008-03-09 Rafaël Carrédon't send twice the signal when an item is added or...
2008-03-09 Mirsal EnnaimeD-Bus control module
2008-03-09 Rafaël CarréFix directory detection with broken filesystems on...
2008-03-08 Antoine CellerierAdd a new croppadd video filter. It currently isn't...
2008-03-08 Rémi DuraffortMove the track id from the last column to the first...
2008-03-08 Rémi DuraffortRemove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead...
2008-03-08 Rémi DuraffortUse PLAYLIST_PLAY instead of PLAYLIST_AUTOPLAY.
2008-03-08 Rafaël Carréfix xvmc video_output compilation
2008-03-08 Antoine CellerierFix issues with the VLC rawvid demux and bump it's...
2008-03-08 Antoine CellerierAdd a function to get the current playlist item in...
2008-03-08 Rafaël Carrécheck qt4 version at runtime
2008-03-08 Rafaël CarréWe want to check QT4 version at runtime rather than...
2008-03-08 Rafaël Carréthanks for Trolltech fixing their mess, after a bug...
2008-03-08 Rafaël Carréuse mtrace() only with glibc
2008-03-08 Jean-Baptiste KempfKill a warning with an explicit cast for windows.
2008-03-08 Jean-Baptiste KempfDon't reinvent max/min for the nth time.
2008-03-08 Jean-Baptiste KempfKill a warning.
2008-03-07 Jean-Baptiste KempfQt4 - track destroying of VLM dialog because vlm object...
2008-03-07 Ilkka Ollakkacode refactoring
2008-03-07 Rémi DuraffortRemove useless addclabacks() in PLModel::PLModel()
2008-03-07 Rémi DuraffortWarning fix (my fault)
2008-03-07 Rémi DuraffortCompile fix for packaged ffmpeg on debian etch.
2008-03-06 Jean-François MassolAdded import of configuration file support
2008-03-06 André Weberaccess violation fixed, config_GetPsz from p_intf inste...
2008-03-06 Jean-Baptiste KempfModules List update
2008-03-05 Gildas Bazin* modules/video_output/x11/*: manually paint the xv...
2008-03-05 Jean-Paul SamanFix BGR <-> RGB endianess problem with PNG's loading...
2008-03-05 Ilkka OllakkaRTMP access patch from Miguel Angel Cabrera <macabrera...
2008-03-05 Rafaël CarréRevert 2 parts of 9d349e1ce5812e1d6e7a754368d240d00efe0...
2008-03-04 Rémi Denis-Courmontfile: Be consistent with the rest of the world. Do...
2008-03-04 Rémi DuraffortRemove the Rating column from the inteface because...
2008-03-04 Rémi Denis-CourmontFix port release logic in case there are multiple channels.
2008-03-04 Rémi DuraffortLast patch to close #1479 (add a column with the track id)
2008-03-04 Rémi Denis-CourmontAdd const qualifier
2008-03-04 Rémi Denis-Courmontrtpfmt.c: fix file description
2008-03-04 Rémi Denis-CourmontUse ephemeral default ports for RTP, instead of clashin...
2008-03-04 Rafaël Carréfix #1404 (asf demuxer)
2008-03-04 Jean-Paul SamanCheck malloc return values and small cleanup.
2008-03-04 Rémi DuraffortUse the correct meta data to sort the playlist.
2008-03-04 Pavlov KonstantinWe're on git now, so show Git commit instead of svn...
2008-03-03 André WeberEnable the last parameter of the macros change_integer_...
2008-03-03 Rémi Denis-CourmontFix a bunch of format string injection in the Real...
2008-03-03 Rémi Denis-CourmontDetect division by zero before it happens
2008-03-03 Rémi Denis-CourmontUse calloc() instead of malloc() - fixes integer overfl...
2008-03-03 Rémi Denis-CourmontUse 443 rather than 80 as the implicit Host: port when...
2008-03-03 Rémi DuraffortAnother check for malloc.
2008-03-03 Rémi DuraffortCheck the return value of services_discovery_GetService...
2008-03-03 Jean-Baptiste KempfQt4: Small fix and speedup
2008-03-03 Ilkka Ollakkaset i_start_time with AV_TIME_BASE, fixes streaming...
2008-03-02 Pierre d'HerbemontMore Id and permission fixes.
2008-03-02 Rémi Denis-CourmontSet the DCCP service code(s) from RTP stream output
2008-03-02 Rémi Denis-CourmontSet the DCCP service code properly.
2008-03-02 André WeberMerge branch 'master' of git@git.videolan.org:vlc
2008-03-02 André WeberBugfix for #492: Audio output on Windows useing SPDIF...
2008-03-02 Jean-Paul SamanRemove useless error messages when allocation of struct...
2008-03-02 Jean-Paul SamanDon't leak memory when filling in p_stream->p_decoder_s...
2008-03-02 André WeberRevert "#492 bugfix, for SPDIF audio ouput of AC3 and...
2008-03-02 André Weber#492 bugfix, for SPDIF audio ouput of AC3 and DTS sound...
2008-03-02 Rémi DuraffortAvoid a segfault when services_discovery_GetServicesNam...
2008-03-02 Rémi Denis-CourmontAttach the RTP access output grabber object.
2008-03-02 Rémi Denis-CourmontRemove the mmap debugging for now.
2008-03-02 Rémi Denis-CourmontUse a single --sout-rtp-proto string rather than multip...
2008-03-02 Rémi Denis-CourmontFix (trunk-only) integer underflow in MP4 0xa9xxx box
2008-03-02 Rémi Denis-CourmontFix integer overflow in MP4 RDRF boxes
2008-03-02 Rémi Denis-CourmontFix memory leak in case of corrupt MP4 box
2008-03-02 Rémi Denis-CourmontInitial .gitignore
2008-03-02 Christophe Mutricyuse proper error svn-trunk
2008-03-01 Rémi Denis-CourmontSimplify.
2008-03-01 Rémi Denis-CourmontFix buffer overflow.
2008-03-01 Rémi Denis-CourmontFix calloc usage
2008-03-01 Rémi Denis-CourmontAnother malloc check
2008-03-01 Rémi Denis-CourmontCheck some malloc() failures - yes it can happen when...
2008-03-01 Rémi Denis-CourmontFix some brain-damaged calloc use
2008-03-01 Rémi Denis-CourmontMark the callback list as const
2008-03-01 Rémi Denis-CourmontFix a few warnings
2008-02-29 Pierre d'Herbemontffmpeg: Add AC-3 Audio (Dolby Digital) to ffmpeg module...
2008-02-29 Faustino OsunaFix previous commit.
2008-02-29 Faustino OsunaLet's try this again. Detect older and new versions...
2008-02-29 Jean-Paul Samansmall cleanup
2008-02-29 Jean-Paul Samancheck for malloc return value
next