]> git.sesse.net Git - vlc/shortlog
vlc
2010-09-27 Steinar GundersonRevert the DVD LPCM header description changes; will...
2010-09-27 Steinar GundersonProtected encoder_sys_t definition with ENABLE_SOUT.
2010-09-26 Steinar GundersonMerge branch 'master' into lpcm_encoder
2010-09-26 Steinar GundersonFix a race on b_first_frame.
2010-09-26 Steinar GundersonDon't leak unused audio and video blocks when closing.
2010-09-26 Steinar GundersonDon't leak references to card when we have more than...
2010-09-26 Steinar GundersonYet more free troubles.
2010-09-26 Steinar GundersonRelease the display mode when we are done with it.
2010-09-26 Steinar GundersonRemove extra braces.
2010-09-26 Steinar GundersonPah; we cannot free these variables, since they are...
2010-09-26 Steinar GundersonRemember to free the mode name.
2010-09-26 Steinar GundersonFix a missing path for p_config->Release().
2010-09-26 Steinar GundersonWe need to free the model name.
2010-09-26 Steinar GundersonRemove an extra set of braces.
2010-09-26 Steinar GundersonMerge branch 'master' into lpcm_encoder
2010-09-26 Steinar GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-09-26 Rémi Duraffortlua_extension: factorize.
2010-09-26 Rémi Duraffortlua_demux: fix a potential read of uninitialized value...
2010-09-26 Rémi DuraffortAttach the sap object to libvlc.
2010-09-26 Steinar GundersonAdjust the LPCM bitrate for header length.
2010-09-26 Steinar GundersonProtect a few LPCM functions with ENABLE_SOUT.
2010-09-26 Steinar Gundersonblock_ChainLastAppend is just weird; a simple pointer...
2010-09-26 Steinar GundersonFix the output pts; the code for doing so is smaller...
2010-09-26 Steinar GundersonMinor comment cleanup.
2010-09-25 Steinar GundersonMerge branch 'master' into lpcm_encoder
2010-09-25 Steinar GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-09-25 Steinar GundersonSend one buffer per packet/frame.
2010-09-25 Steinar GundersonStart a DVD LPCM encoder.
2010-09-25 Pierre d'Herbemontpthread: Use pthread_cond_timedwait_relative_np() on...
2010-09-25 Pierre d'Herbemontmtime: Avoid overflow when using mach_absolute_time().
2010-09-25 Pierre d'HerbemontVLCKit: Protect against file that takes forever to...
2010-09-25 Pierre d'HerbemontVLCKit: Import MobileVLCKit.
2010-09-25 Francois CartegnieQt: messages dialog: new verbosity spinbox
2010-09-25 Steinar GundersonOn DEMUX_GET_TIME, return the last pts as opposed to...
2010-09-25 Steinar GundersonUse C comments consistently.
2010-09-25 Steinar GundersonImplement semi-proper AddRef and Release.
2010-09-25 Steinar GundersonFix the worst memory leaks. I hope.
2010-09-25 Steinar GundersonSupport multiple SDI cards.
2010-09-25 Steinar GundersonAdd an autoconf check for the BlackMagic SDK.
2010-09-25 Steinar GundersonVideo bitrate should be in bits/sec, not bytes/sec.
2010-09-24 Steinar GundersonMore coding style changes.
2010-09-24 Steinar GundersonAdd video connection selection.
2010-09-24 Steinar GundersonAdd audio connection selection.
2010-09-24 Steinar GundersonFix a typo.
2010-09-24 Steinar GundersonUse msg_Dbg's varargs support instead of mucking around...
2010-09-24 Steinar GundersonSet i_dts, just to be nice.
2010-09-24 Steinar GundersonChange SDI default aspect ratio to square pixels, and...
2010-09-24 Steinar GundersonSet field dominance correctly.
2010-09-24 Steinar GundersonFix compile error in SDI module.
2010-09-24 Steinar GundersonParametrize SDI audio rate and channels.
2010-09-24 Steinar GundersonEnable SDI video mode selection on the command line.
2010-09-24 Francois CartegnieQt: errors dialog: use standard buttons. pack controls.
2010-09-24 Francois CartegnieQt: v4l2 control: drop v4l2.ui. auto-detect instance.
2010-09-24 Francois CartegnieQt: make extended dialog use standard buttons
2010-09-24 Francois CartegnieQt: make help dialog use standard buttons
2010-09-24 Francois CartegnieQt: rebase update dialog on QtCreator
2010-09-24 Francois CartegnieQt: rebase about dialog on Qtcreator
2010-09-24 Steinar GundersonEnumerate all modes from the card, and print them out.
2010-09-24 Steinar GundersonSet i_flags correctly in the video frames.
2010-09-24 Steinar GundersonAdd audio input support to the sdi driver.
2010-09-24 Steinar GundersonMore coding style fixes.
2010-09-24 Steinar GundersonReplace hardcoded memcpy with a more correct, parametri...
2010-09-24 Steinar GundersonDo a more proper fix (with symbolic constants) for...
2010-09-24 Steinar GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-09-24 Felix Paul... contribs: updated live patch
2010-09-24 Gildas Bazinvideo_output/xcb: fix description strings for --xvideo...
2010-09-24 Steinar GundersonSet i_pts to frame end instead of frame start, to avoid...
2010-09-24 Steinar GundersonSet frame rate (locked to 25fps for now).
2010-09-24 Steinar GundersonRemove some debugging messages.
2010-09-24 Steinar GundersonChange default aspect to 16:9.
2010-09-24 Steinar GundersonSlightly clearer code.
2010-09-24 Steinar GundersonChange the busy-waiting to a proper thread condition.
2010-09-23 Steinar GundersonReduce our usleep hack time from 50ms to 10ms (a frame...
2010-09-23 Steinar GundersonCorrect the VLC output format to what the drivers actua...
2010-09-23 Steinar GundersonAdjustments to better match VLC coding style.
2010-09-23 Steinar GundersonActually receive frame data and send it on.
2010-09-23 Steinar GundersonEnable video input and receive frames.
2010-09-23 Steinar GundersonInclude the DeckLink API and try to open the card on...
2010-09-23 Steinar GundersonMove the sdi plugin to C++.
2010-09-23 Steinar GundersonAdd missing option sdi-caching.
2010-09-23 Gildas Bazinvideo_output/xcb: add --xvideo-format-id config option
2010-09-23 Gildas Bazindemux/mkv: extract framerate info for RealVideo
2010-09-23 Gildas BazinFix playback of RealVideo with B frames (pts were not...
2010-09-23 Steinar GundersonMake sdi.c actually compile.
2010-09-23 Steinar GundersonMake configure.ac compile the sdi plugin.
2010-09-23 Steinar H.... Add dummy, probably-not-even-compiling sdi.c.
2010-09-23 Rémi Duraffortvlm: remove dead code (AFAIK a relative seek does exact...
2010-09-22 Francois CartegnieQt: sprefs_audio fix layout
2010-09-22 Francois Cartegniebroken avi dialog: notify the effective changes
2010-09-22 Ilkka Ollakkatranscode: destroy spu on transcode_spu_close
2010-09-21 Jean-Baptiste... Qt4: compressor and Spatializer widget margin shouldn...
2010-09-21 Jean-Baptiste... Qt: equalizer, fix the "too much space between preamp...
2010-09-21 Jean-Baptiste... Adjust: code cosmetics
2010-09-21 Jean-Baptiste... Qt4: rework on the video effect dialog
2010-09-21 Jean-Baptiste... Contribs: add libbluray
2010-09-21 Jean-Baptiste... Basic support for Blu-Ray using libbluray
2010-09-19 Jean-Baptiste... Qt: sprefs, cleaning of input/codecs part
2010-09-19 Jean-Baptiste... Qt Sprefs: remove mpeg2 skip-frames
2010-09-19 Jean-Baptiste... Qt sprefs, cleaning of Audio and Interface parts
2010-09-19 Jean-Baptiste... Qt: sprefs, simplification
next