]> git.sesse.net Git - vlc/shortlog
vlc
2009-09-27 Rémi Denis... aout_filter_t.(in|out)put -> aout_filter_t.fmt_(in...
2009-09-27 Rémi Denis... block_Alloc: use posix_memalign()
2009-09-27 Rémi Denis... Document that visualizations only work inside audio...
2009-09-27 Rémi Denis... Privatize aout_request_vout_t
2009-09-27 Rémi Denis... XCB: don't bother X server with drawing requests if...
2009-09-27 Rémi Denis... XCB: constify
2009-09-27 Rémi Denis... Remove legacy alloca checks
2009-09-27 Rémi Denis... Qt4: remove bogus vlc_vout.h dependencies
2009-09-27 Rémi Denis... Qt4: remove bogus vlc_aout.h dependencies
2009-09-27 Rémi Denis... Rationalize filter_t (save 8 pointers)
2009-09-27 Rémi Denis... normvol: do not handle impossible error
2009-09-27 Rémi Denis... param_eq: constify
2009-09-27 Laurent AimarMade vout_display_t::manage() optional.
2009-09-27 Laurent AimarAllowed vout display events to be issued from anywhere.
2009-09-26 Laurent AimarUpdated vou display module after vout_display_SendEvent...
2009-09-26 Laurent AimarChanged the prototype of vout_display_SendEventDisplaySize.
2009-09-26 Felix Paul... macosx: fixed broken MMS streaming
2009-09-26 Rémi Denis... Qt4: stop spamming the console
2009-09-26 Rémi Denis... XCB-XVideo: print adaptor name in the debug
2009-09-26 Rémi Denis... XCB: print server version infos in the debug
2009-09-26 Laurent AimarUpdated after direct rendering support in vout_FilterDi...
2009-09-26 Laurent AimarUsed direct rendering for chroma conversion in "vout...
2009-09-26 Laurent AimarCentralized mouse event handling.
2009-09-26 Laurent AimarFactorized and added missing vout_SendEventMouseVisible...
2009-09-26 Rémi Denis... OMAP framebuffer: remove Maemo screen blanking code
2009-09-26 Rémi Denis... OMAP framebuffer: let the window manage key presses...
2009-09-26 Rémi Denis... OMAP framebuffer: let vout window handle fullscreen...
2009-09-26 Rémi Denis... OMAPFB: config -> var
2009-09-26 Rémi Denis... OMAPFB: no need to destroy windows right before XCloseD...
2009-09-26 Rémi Denis... revision: work around JVLC tag pollution
2009-09-26 Filippo Carone[maven-release-plugin] prepare for next development...
2009-09-26 Filippo Carone[maven-release-plugin] prepare release jvlc-parent...
2009-09-26 Filippo Caronejvlc: samples pom fixed
2009-09-26 Filippo Caronejvlc: Playlist class removed
2009-09-26 Filippo Caronejvlc: LibVlc class updated and code aligned to current...
2009-09-26 Filippo Caronejvlc: pom version set to 1.0.1-SNAPSHOT
2009-09-25 Rémi Denis... Use doubly linked list for filter chaining
2009-09-25 Antoine CellerierRockbox FM radio presets parser script
2009-09-25 Antoine CellerierAdd some extra debug. Fix compilation.
2009-09-25 Antoine Cellerierv4l2 fixes
2009-09-25 Hugo Beauzee... Don't store the picture_t inside of the decoder_sys_t
2009-09-25 Hugo Beauzee... Adding a invmem-chroma option
2009-09-25 Francois CartegnieQt: hide live555 module options when disabled
2009-09-25 Simon HailesRenamed p_display to display, and made it a structure...
2009-09-25 Christopher Keyconfigure: fix --with-dvbpsi=PATH
2009-09-25 Marian Ďurkovičen50221: Increase max PDU size to 4 kB
2009-09-25 Pierre Ynardt140: fill in missing PTS/DTS information
2009-09-25 Pierre Ynardcontrib: update live555 patch
2009-09-24 Christophe... Add more file xith translatable strings
2009-09-24 Christophe... Add a i18n'able name.
2009-09-24 Alexis BallierFix build without fontconfig nor optimizations.
2009-09-24 Rémi Denis... XCB Window: ugly hack to get focus with Matchbox window...
2009-09-24 Felix Paul... macosx: updated ub script for the really fat binary
2009-09-24 Rémi Denis... Add and use LIBVLC_FORMAT_ARG for gettext functions
2009-09-24 Rémi Denis... vlc_objects.h: add LIBVLC_MALLOC and LIBVLC_USED
2009-09-24 Rémi Denis... Add LIBVLC_MALLOC function attribute
2009-09-24 Rémi Denis... Woops, object leak in previous commits
2009-09-24 Rémi Denis... Simplification
2009-09-24 Rémi Denis... Dead code
2009-09-24 Rémi Denis... vars command needs the variable lock
2009-09-24 Rémi Denis... Remove useless object linked-list
2009-09-24 Rémi Denis... XCB window: fix set_ascii_prop()
2009-09-24 Rémi Denis... XCB window: set Window Manager hints
2009-09-24 Rafaël CarréDeleteInner() : remove deleted items from current items...
2009-09-24 Felix Paul... contribs: updated binary package for OS X
2009-09-24 Ilkka Ollakkamove format.c definition to correct modules.am-file
2009-09-24 Ilkka Ollakkaavcodec: add codec_id/type to subtitles also
2009-09-23 Rafaël Carréfaad: fix a typo of [38c08789]
2009-09-23 Rafaël Carréx264: mention >=0.76 requirement
2009-09-23 Daniel MierswaError if XvMC is requested while libmpeg2 unavailable
2009-09-23 Rémi Denis... audio_format belongs in audio_filter/converter
2009-09-23 Rémi Denis... Make aout_buffer_t an alias for block_t
2009-09-23 Rémi Denis... Cosmetic change
2009-09-23 Laurent AimarCompilation fix (speex)
2009-09-23 Laurent AimarCompilation fix (mpgatofixed32).
2009-09-23 Srikanth RajuSql Core
2009-09-23 Rémi Denis... i_nb_bytes -> i_buffer
2009-09-23 Rémi Denis... aout_buffer_t: store length instead of end timestamp
2009-09-23 Rémi Denis... aout_buffer_t.b_disconuity -> aout_buffert.i_flags
2009-09-23 Rémi Denis... block_t.i_samples -> block_t.i_nb_samples (as aout_buff...
2009-09-23 Olivier Aubertpython-ctypes: first shot at generating java JNA glue...
2009-09-23 Ilkka OllakkaNEWS: x264-version requirement
2009-09-23 Ilkka Ollakkax264: add myself as one of the authors
2009-09-23 Ilkka Ollakkax264: set requirement to >= 0.76 for libx264
2009-09-23 Ilkka Ollakkaavcodec: set codec_id and codec_type in context also
2009-09-23 Pierre YnardRemove duplicate T140 codec definition
2009-09-23 Filippo Caronejvlc: libvlc synchronization: some missing audio functi...
2009-09-23 Marian ĎurkovičConvert EIT-coded CR/LFs to '\n'.
2009-09-22 Jean-Baptiste... NEWS synchronisation between branches.
2009-09-22 Jean-Baptiste... SSE3 detection (runtime)
2009-09-22 Rémi Denis... aout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-22 Laurent AimarAlways defined CPU_CAPABILITY_*
2009-09-22 Rémi Denis... Remove aout_buffer_t.b_alloc (it's always true)
2009-09-22 Rémi Denis... aout_BufferAlloc: don't copy timestamps from original...
2009-09-22 Laurent AimarFixed offline EPG state.
2009-09-22 Laurent AimarRevert "INPUT: Properly remove SDT and EPG entries...
2009-09-22 Laurent AimarStored vlc_epg_t array inside input_item_t.
2009-09-22 Laurent AimarMoved out epg functions from vlc_epg.h and es_out.c...
2009-09-22 Jean-Baptiste... Put all SS(S)E* checks under --enable-sse
2009-09-22 Rémi Denis... Use <vlc_cpu.h>
next