]> git.sesse.net Git - vlc/history - modules
Use var_InheritString for --decklink-video-connection.
[vlc] / modules /
2010-10-02 Steinar H. GundersonUse var_InheritString for --decklink-video-connection.
2010-10-02 Steinar H. GundersonAdd a predefined string list for --decklink-video-conne...
2010-10-02 Steinar H. GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-10-02 Tony Vankrunkelsvendecode an RTP/H264 elementary stream without using SDP
2010-10-02 Steinar H. GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-10-02 Steinar H. GundersonDon't create decklink-caching, just inherit it and...
2010-10-02 Steinar H. GundersonSimpler aspect parsing.
2010-10-02 Steinar H. GundersonUse var_CreateGetNonEmptyString for decklink-mode.
2010-10-02 Steinar H. GundersonAdd a check for i_card_index < 0.
2010-10-02 Steinar H. GundersonSimplify error handling by making VLC_EGENERIC the...
2010-10-02 Steinar H. GundersonRemove useless cast.
2010-10-02 Steinar H. GundersonFix trailing whitespace.
2010-10-02 Steinar H. GundersonMove a function to the class definition.
2010-10-01 Steinar H. GundersonMove most of the parameters out of p_sys.
2010-10-01 Steinar H. GundersonRemove a bunch of unneeded includes.
2010-10-01 Steinar H. GundersonRemove INT64_C hack.
2010-10-01 Steinar H. GundersonAssign copyright to myself.
2010-10-01 Steinar H. GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-10-01 Jean-Baptiste Kempfh264 packet: Remove trailing spaces
2010-10-01 Steinar H. GundersonSupport H.264 SEI recovery points.
2010-09-30 Steinar H. GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-09-30 Rémi Duraffortfreetype: use var_Inherit.
2010-09-30 Denis Charmetfix freetype compilation for WIN32 without HAVE_FONTCONFIG
2010-09-29 Steinar H. GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-09-29 Francois CartegnieQt: CaptureOpenPanel: fix layout
2010-09-29 Francois CartegnieQt: CaptureOpenPanel: check and prefill with usual...
2010-09-29 Francois CartegnieQt: NetOpenPanel: add drop-down list
2010-09-29 Rémi Duraffortlua: factorize the right way.
2010-09-29 Steinar H. GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-09-29 Rémi DuraffortRevert "lua_extension: factorize."
2010-09-29 Rémi Duraffortlua: fix fonction prototype (should return a boolean).
2010-09-29 Rémi Duraffortlua_meta: factorize.
2010-09-29 Rémi Duraffortlua_extension: remove dummy variable (we want to run...
2010-09-29 Steinar H. GundersonFix DVD LPCM format description in comments.
2010-09-29 Sébastien EscudierUse live555 asynchronous calls.
2010-09-28 Steinar H. GundersonUpdate LGPL license blurb, choosing v2.1+.
2010-09-28 Steinar H. GundersonAdd LGPL blurb.
2010-09-27 Steinar H. Gundersons/SDI/DeckLink/ for capital letters too.
2010-09-27 Steinar H. GundersonRename the sdi module to decklink.
2010-09-27 Steinar H. GundersonUse var_Inherit* instead of var_CreateGet*.
2010-09-27 Steinar H. GundersonMake the StartStreams() error message more informative.
2010-09-27 Steinar H. GundersonRework error handling, with a fixed deallocation block...
2010-09-27 Steinar H. GundersonMake AddRef() and Release() atomic.
2010-09-27 Steinar H. GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-09-27 Francois CartegnieQt: standardbuttons are bad for win32 and translation...
2010-09-27 Steinar GundersonRemove trailing whitespace.
2010-09-27 Steinar GundersonSeemingly, Blackmagic is without capital M.
2010-09-27 Steinar GundersonIf the audio frame allocation fails, avoid leaking...
2010-09-27 Steinar GundersonInclude the BlackMagic SDK stuff with <>.
2010-09-27 Steinar GundersonAdd the sdi module to modules/LIST.
2010-09-27 Ludovic Fauvetqt4: attempt to work around a design flaw in the toolba...
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 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-25 Steinar GundersonMerge branch 'master' of git://git.videolan.org/vlc
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 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 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.
next