]> git.sesse.net Git - vlc/shortlog
vlc
2009-04-28 Laurent AimarMade sure that packetizer_Header will parse everything...
2009-04-28 Laurent AimarAdded a debug message on first entry point in VC1 packe...
2009-04-28 Laurent AimarAdded and used a packetizer_Header for packetizers.
2009-04-28 Laurent AimarMoved and fixed all common code from video packetizers...
2009-04-28 Laurent AimarFixed extra data parsing with some VC1 streams.
2009-04-28 Laurent AimarFixed VC1 EOS value.
2009-04-28 Laurent AimarFixed asprint checks in mod demuxer.
2009-04-28 Laurent AimarFixed coding style in mod demuxer.
2009-04-28 Laurent AimarFixed decoder spacing mode selection.
2009-04-28 Laurent AimarFixed record DelEs function.
2009-04-28 Laurent AimarFixed b_out_pace_control value when using record.
2009-04-28 Laurent AimarPrevent a 0 division when invalid frequency step is...
2009-04-28 Pierre YnardContribs: fix installation of live555
2009-04-28 Rémi Duraffortqt4: fix a memleak.
2009-04-28 basos gCLEAN QT4 fix some memory leaks. Reorgazine code
2009-04-28 Rémi Duraffortqt4: fix memleak.
2009-04-28 Rémi Duraffortqt4: typo + untranslated string.
2009-04-28 Nicolas Chauvet... Fix opencv module compilation - missing vlc_vout.h
2009-04-28 Rémi DuraffortFix playlist sort when using the flag "SORT_TITLE_NUMER...
2009-04-28 Rémi DuraffortFix a bug in input_item_GetTitleFbName (fix #2701)
2009-04-28 Éric Lassaugel10n: French update
2009-04-27 Jean-Baptiste... Qt: Show Encoded By in the GUI
2009-04-27 Jean-Baptiste... Mod: reindent.
2009-04-27 Konstanty BialkowskiExtra meta data from mod files
2009-04-27 Dylan YudakenAdd bounds checking to crop
2009-04-27 Jean-Baptiste... Qt4: Open dialog, various changes on DVB opening on...
2009-04-27 Jean-Baptiste... Qt4: DVB-T and DVB-C should be in Hz on Windows.
2009-04-27 Jean-Baptiste... Qt4: get 10 recents items (was 8)
2009-04-27 Rémi Denis... Win32: watch for bugs in vlc_cond_(timed)?wait
2009-04-27 Rémi Denis... Remove dead code (only a buggy getopt could reach this)
2009-04-27 Geoffroy CouprieWin32: generate crashdumps everytime except if a debugg...
2009-04-26 Rémi Denis... GnuTLS: add larger SHAs
2009-04-26 Jean-Baptiste... Qt4: FSC: increase the top of it for better grabation.
2009-04-26 Rémi Denis... Check xcb-xv version
2009-04-26 Jean-Baptiste... Qt: FSC, don't move if you clicked on a button (and...
2009-04-26 Derk-Jan Hartmanconfigure: fix linking of libvlc on Mac OS X.
2009-04-26 Rémi Duraffortremove unneeded tests.
2009-04-26 Rémi Denis... *Ahem*
2009-04-26 Rémi Denis... Explicitly add formerly implicit submodule shortcuts
2009-04-26 Rémi Denis... Force plugins cache rebuild due to previous commit
2009-04-26 Rémi Denis... Submodules do not inherit shortcuts anymore (fix: ...
2009-04-26 Rémi Denis... Dummy: vlc is only a valid shortcut for access/demux
2009-04-26 Rémi DuraffortAdd a function to get the Title and fallback to the...
2009-04-26 Rémi Denis... module_GetModulesNamesByCapability: (partially) fix...
2009-04-26 Rémi Denis... XCB: handle planar YVU (YV12) properly (untested)
2009-04-26 Rémi Denis... XCB: allocate UV planes, fallback to HW scaling + SW...
2009-04-26 Rémi Denis... XCB: develop picture core initialization
2009-04-26 Rémi Denis... XCB: also set RGB masks in video_format_t
2009-04-26 Rémi Denis... Simplify context
2009-04-26 KonstantyAdds a few more types of MOD files
2009-04-26 Laurent AimarA really small optim (art fetcher).
2009-04-26 Laurent AimarComplete input/decoder.c review to use VLC_TS_INVALID.
2009-04-26 Laurent AimarFixed opencv video filter wrapper compilation.
2009-04-26 Ludovic Fauvetinvmem: fix a pts issue causing the output to stays...
2009-04-26 Ludovic FauvetInvmem: fix a crash when allocating pictures memory...
2009-04-26 Jean-Baptiste... Qt4: force destruction of PopupMenu when Vout Changes.
2009-04-26 Laurent AimarReplaced playlist_internal.h by libvlc.h in control...
2009-04-26 Laurent AimarDo not include vout_control.h in mediacontrol_audio_video.c
2009-04-26 Laurent AimarReplaced ReduceHeight by GCD (vout).
2009-04-26 Jean-Baptiste... Portaudio: kills warnings.
2009-04-26 Jean-Baptiste... BDA: remove unneeded variable.
2009-04-26 Jean-Baptiste... Win32: fix compile of BDA.
2009-04-26 Tero PelanderFinnish translation update
2009-04-26 Rémi Denis... Yum, abusing private headers
2009-04-25 Rémi Denis... Use libvlccore C flags for libvlccore
2009-04-25 Rémi Denis... XCB: preliminary XVideo plugin
2009-04-25 Rémi Denis... Remove no-op combination.
2009-04-25 Rémi Denis... Allow buggy glibc if Native Language Support _and_...
2009-04-25 Laurent AimarComplete review of clock.c to use VLC_TS_INVALID.
2009-04-25 Laurent AimarRenamed BLOCK_TS_INVALID to VLC_TS_INVALID and put...
2009-04-25 Rémi Denis... XCB: develop resize handling
2009-04-25 Rémi Denis... XCB: Factor picture allocation
2009-04-25 Rémi Denis... XCB: factor some code
2009-04-25 Rémi Denis... RAOP needs gpg-error as it calls gpg_strerror()
2009-04-25 Rémi Denis... Separate libvlccore and libvlc flags, fix pthread linki...
2009-04-25 Rémi Duraffortplaylist_sort: sort using the title and fallback to...
2009-04-25 Rémi Duraffortuse var_Get(Bool|Integer|...) when possible.
2009-04-25 Rémi Duraffortaccess: compile warnings.
2009-04-25 Rémi Duraffortinclude config.h before any other include.
2009-04-25 Laurent AimarAdded BLOCK_TS_INVALID define to check against unset...
2009-04-25 Rémi Denis... Make drawable-xid a config item, so VLC can be embedded...
2009-04-25 Anthony Loiseaudeinterlace: Tag this option as safe
2009-04-25 Laurent AimarFixed direct3d open error handling.
2009-04-24 Jean-Baptiste... Qt4: fix a rare crash...
2009-04-24 Laurent AimarAuto probe BDA tuner when using dvb://
2009-04-24 Laurent AimarUse the same frequency range for DVB-T/C than our linux...
2009-04-24 Laurent AimarForce TS demuxer when using BDA access.
2009-04-24 Laurent AimarCleaned up the way BDA store data from the sample grabber.
2009-04-24 Laurent AimarFixed BDA sample grabber connection.
2009-04-24 Laurent AimarFixed segafult when stopping BDA.
2009-04-24 Jean-Baptiste... Qt: fullscreen controller first position.
2009-04-24 Jean-Baptiste... Qt: fix some parsing of SOut options.
2009-04-24 Jean-Baptiste... Qt: fix behaviour in F11 mode.
2009-04-24 Jean-Baptiste... Libass: set more debug messages.
2009-04-24 Jean-Baptiste... Merge branch 'master' of git@git.videolan.org:vlc
2009-04-24 Jean-Baptiste... Qt4: make the cdda-track option work from the GUI.
2009-04-24 Anthony LoiseauFFmpeg is now available at *.ffmpeg.org
2009-04-23 Jean-Baptiste... Contrib: bump schro to 1.0.7, since 1.0.6 had many...
2009-04-22 Vincenzo Realel10n: Italian update
2009-04-22 Laurent AimarUsed a better audio output frame size in avcodec depend...
next