]> git.sesse.net Git - vlc/shortlog
vlc
2013-10-26 David Fuhrmannmacosx: enable native fullscreen by default on mavericks
2013-10-26 David Fuhrmannmacosx: disable macosx-black by default
2013-10-26 Rémi Denis... help: missing #include
2013-10-26 Felix Paul... src/darwin: fix compilation for iOS
2013-10-25 David Fuhrmannmacosx: fix visual fullscreen glitch when exiting VLC...
2013-10-25 Rémi Denis... help: simplify output function calls
2013-10-25 Rémi Denis... help: print UTF-8 BOM in vlc-help.txt on Windows
2013-10-25 Rémi Denis... help: wrap Unicode text correctly (fixes #5417)
2013-10-25 Rémi Denis... help: cleanup listing modules
2013-10-25 Rémi Denis... help: cleanup printing configuration items
2013-10-25 Rémi Denis... help: use direct ioctl() rather than spawning stty...
2013-10-25 Rémi Denis... main: add missing subcategory
2013-10-25 Rémi Denis... help: print module name also for main
2013-10-25 Rémi Denis... plugin: remove non-existent subcategory hint items...
2013-10-25 Rémi Denis... help: remove hacks for non-existent "help" module
2013-10-25 Rafaël Carréxiph_SplitHeaders: do not malloc+memcpy headers
2013-10-25 David Fuhrmannmacosx: do not start fullscreen when splitter is activated
2013-10-25 Rafaël CarréFix LUAC check if CONTRIB_DIR is not set
2013-10-25 Rafaël Carrédbus inhibit: gnome >= 3.6 and < 3.10 is not supported
2013-10-25 David Fuhrmannmacosx: fix handling of video-on-top (close #9615)
2013-10-25 Jean-Baptiste... Contribs: update libass to 0.10.2
2013-10-25 Jean-Baptiste... Contribs: update taglib to 1.9.1
2013-10-25 Rafaël CarréWindows store: don't call read() before poll() on netwo...
2013-10-25 Rafaël Carrédirac: remove references to blocks already output to...
2013-10-25 Edward Wangspeex: fix pkg-config file generation
2013-10-25 Francois Cartegniedemux: ogg: missing initializers
2013-10-25 Francois CartegnieQt: profiles: handle editable qcombobox values (fix...
2013-10-24 Felix Paul... macosx/CAS: add missing Cancel button (close #9728)
2013-10-24 Rémi Denis... transform: add I422/J422 (fixes #9714)
2013-10-24 Rémi Denis... tansform: separate transform callback for each picture...
2013-10-23 Rémi Denis... pulse: allow setting volume while not connected
2013-10-23 Rémi Denis... pulse: keep track of base volume of each sink
2013-10-23 Rémi Denis... pulse: robustify volume initialization
2013-10-23 Rémi Denis... pulse: remove useless double upconversion
2013-10-23 Rémi Denis... pulse: redundant initialization
2013-10-23 Martin Storsjöomxil: Correct the i_line_chroma_div value for OMX_TI_C...
2013-10-23 Luca Barbatoavcodec: Always use av_malloc to alloc extradata
2013-10-23 Francois Cartegniedemux: ogg: eos workaround for seeking (fix #9601)
2013-10-22 Mirsal Ennaimedbus: Fix copy-paste error
2013-10-22 Denis CharmetAdd HEVC support in MP4
2013-10-22 David Fuhrmannmacosx: skip useless resize when starting video from...
2013-10-22 Josh WatzmanRevert "macosx: fixed compilation warning and potential...
2013-10-22 Rémi Denis... hotkeys: show intended rather than current mute status
2013-10-22 Tristan Matthewsaraw: remove duplicate line
2013-10-22 Francois Cartegniedemux: ogg: don't use arbitrary granule as lower search...
2013-10-22 Francois Cartegniedemux: ogg: add skeleton index seeking
2013-10-22 Jean-Baptiste... Be more precise in libavcodec/libavformat/libavutil...
2013-10-22 Jean-Baptiste... Remove outdated comment
2013-10-21 Luca BarbatoFix DxVA2 crash on Error path
2013-10-20 Rafaël Carréshine: use external library
2013-10-20 Rafaël Carrélibvpx/WebM decoder: lower priority below avcodec
2013-10-20 Rafaël Carréavformat needs avcodec.h
2013-10-20 Rafaël Carrélibvpx decoder
2013-10-20 Jean-Baptiste... Avcodec: map the VP9 ID with version checks
2013-10-20 Denis CharmetAdd VP9 support in mkv
2013-10-20 Jean-Baptiste... Avcodec: move h265 mapping further down in the list
2013-10-20 Ilkka Ollakkaavcodec: release block on flushing if we are not using it
2013-10-20 Rémi Duraffortzip: fix memory leak (cid #1062581)
2013-10-20 Rémi DuraffortCosmetics (and help static analyzers)
2013-10-20 Rémi Duraffortavi: remove dead code (cid #1100855)
2013-10-20 Rémi DuraffortLua: Fix memory leak (cid #1100856)
2013-10-20 Rémi DuraffortFix use of unitialized value
2013-10-20 Rémi DuraffortGLSpectrum: fix memory leak (cid #1100858)
2013-10-19 Denis CharmetTemporarily fix build until a better way is found
2013-10-19 Denis CharmetAdd HEVC support in MKV
2013-10-19 Ilkka Ollakkaavcodec: missed AV_NOPTS_VALUE check
2013-10-19 Rafaël CarréWin32 threads: remove functions forbidden on Windows...
2013-10-18 Frode TennebøProvide extradata also if the video is not palettized...
2013-10-18 Luca Barbatoavcommon: Move the libavutil check where it belongs
2013-10-18 Rafaël Carréavcodec: transmit palette to libavcodec >= 54
2013-10-18 Rafaël Carréavformat: set bits per pixel for video codecs
2013-10-18 Rafaël Carrécontrib: speex: fix build with recent automake
2013-10-17 Erwan Tulouskins2: add support for subtitle drag'n'drop
2013-10-16 David Fuhrmannmacosx: also use toggleMute for apple-script action
2013-10-16 David Fuhrmannauhal: do not change volume when muted
2013-10-16 David Fuhrmannmacosx: fix behaviour of mute menu items (close #9685)
2013-10-15 Rafaël Carrétheora: fix memleak in case of error or discontinuity
2013-10-15 Rafaël CarréRevert "contrib: vpx: update to 1.2.0"
2013-10-15 Rafaël Carréavcodec: remove AV_NOPTS_VALUE cast
2013-10-14 Ilkka Ollakkahttplive: small simplification
2013-10-14 Ilkka Ollakkaavcodec: map AV_NOPTS_VALUE and VLC_TS_INVALID
2013-10-14 Ilkka Ollakkaavcodec: on audio encode, sync timestamps more often...
2013-10-14 Rafaël Carréflac packetizer: use the largest possible frame size
2013-10-14 Rafaël Carrécontrib: vpx: update to 1.2.0
2013-10-14 Rafaël Carréx265: initialize picture and set picture type
2013-10-14 Rafaël Carréx265: detect X265_BUILD
2013-10-13 Denis CharmetAvoid double free in case of corrupted files
2013-10-13 Francois Cartegniecodecs: theora: add decoder post processing level ...
2013-10-13 Francois Cartegniedemux: ogg: fix probing duration (fix #9591, #9649)
2013-10-13 Francois Cartegniedemux: ogg: seek to keyframes (fix #3417, #9284)
2013-10-13 Francois Cartegniedemux: ogg: fix integer overflow
2013-10-13 Rafaël Carrédecklink access: turn 10 bits off by default
2013-10-12 Jean-Baptiste... Wav: Reject invalid files leading to FPE
2013-10-12 Gal VinogradAdding "save to playlist" menu item in submenu Recents.
2013-10-12 Reka InovanResolving XML special chars on xml based format
2013-10-12 Reka InovanRewrites asx file support using vlc_xml API
2013-10-12 Edward WangQt: add rename directory option
2013-10-12 Edward Wangavcodec: fix discrepancy between documentation and...
2013-10-12 Rémi Denis... vdpau: uniformize plugin descriptions
2013-10-12 David Robisoninput: improved buffering accuracy and no rebuffering...
next