]> git.sesse.net Git - vlc/history - modules
DShow: fix compilation after change on caching
[vlc] / modules /
2011-08-30 Jean-Baptiste KempfDShow: fix compilation after change on caching
2011-08-30 Rémi Denis-CourmontHack to fix Windows build
2011-08-30 Christopher MuellerXml: added empty element detection
2011-08-30 Rémi Denis-CourmontMove libs/srtp/* to modules/access/rtp/
2011-08-30 Rémi Denis-CourmontMove libs/loader to modules/codec/loader
2011-08-30 Rémi Denis-CourmontMove libs/unzip to modules/access/zip/unzip
2011-08-30 Rémi Denis-CourmontGenerate Makefile.am in directories with Modules.am
2011-08-30 Rémi Denis-CourmontUpdate user interface for caching unification
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2011-08-30 Akash MehrotraLUA: EQ Preset setter
2011-08-30 Akash MehrotraLUA: Enable/Disable EQ, fix EQ input validation, and...
2011-08-29 Jean-Baptiste KempfQt: don't add empty groupbox in preferences
2011-08-29 Jean-Baptiste KempfGoom: specify the speed integer range
2011-08-29 Jean-Baptiste KempfWin32 Waveout: reorder options
2011-08-29 Jean-Baptiste KempfFile Aout: reorder options
2011-08-29 Jean-Baptiste KempfFile audio output: limit the number of channels
2011-08-29 Rémi Denis-CourmontCosmetic
2011-08-29 Rémi Denis-CourmontFix tuning DVB-T/T2 and ATSC
2011-08-29 Rémi Denis-CourmontCreate 4 common caching parameters (file, capture,...
2011-08-29 Rémi Denis-CourmontCast or convert <ctype.h> functions it parameters to...
2011-08-29 Rémi Denis-Courmontdirac: use block_Init() and block_Release() as appropriate
2011-08-29 Rémi Denis-CourmontRemove write-only dirac_block_encap_t.pf_blk_release
2011-08-29 Rémi Denis-Courmontdirac: use xcalloc() rather than assert()
2011-08-29 Rémi Denis-Courmontdirac: remove useless if
2011-08-29 Ilkka Ollakkafile-access (+vdr,mtp): give error message also in...
2011-08-29 Jean-Baptiste KempfFFmpeg => AVformat
2011-08-29 Rafaël CarréBuild plugins statically if --disable-shared is used
2011-08-28 Jean-Baptiste KempfMP4: support udta.name for track description
2011-08-28 Jean-Baptiste KempfMP4: shut a warning
2011-08-28 Jean-Baptiste KempfMP4: Use defines instead of VLC_FOURCC
2011-08-28 Jean-Baptiste KempfMP4: FOURCC_* => ATOM_*
2011-08-28 Jean-Baptiste KempfMP4: code factorization and cleaning
2011-08-28 Jean-Baptiste KempfDefine GUID only once, in vlc_codecs.h
2011-08-28 Jean-Baptiste KempfXSPF: kill a warning
2011-08-28 Jean-Baptiste KempfZPL: use URL and Publisher
2011-08-28 Jean-Baptiste Kempflive555: remove unused variable
2011-08-28 Jean-Baptiste KempfGuid: rename fields to better match Microsoft usage
2011-08-28 Jean-Baptiste KempfASF Muxer: use the GUID definitions from the asf demuxer
2011-08-28 Jean-Baptiste KempfMMS: use the GUID definitions from the asf demuxer
2011-08-28 Jean-Baptiste KempfASF: split GUID in a separate header file
2011-08-28 Jean-Baptiste KempfASF: cleaning
2011-08-28 Jean-Baptiste KempfASF: more GUID
2011-08-28 Jean-Baptiste KempfASF: rename a GUID according to spec
2011-08-28 Jean-Baptiste KempfASF: copyright update
2011-08-26 Rafaël Carréncurses: cosmetics
2011-08-25 Rémi Denis-CourmontRemove unused/unusable decoder_DeleteAudioBuffer()
2011-08-25 Rémi Denis-CourmontRemove write-only block_t.i_rate
2011-08-25 Rémi Denis-Courmonttranscode: set audio.i_format for filters (fix #5244)
2011-08-25 Rémi Denis-Courmontblock_t ** parameter is never NULL for audio decoding
2011-08-25 Rémi Denis-CourmontRemove ugly function casts in combined audio decoder...
2011-08-25 Jean-Baptiste KempfVorbis: don't add empty tags to codec details
2011-08-25 Jean-Baptiste Kempfmp4: correct support for name atom
2011-08-24 Jean-Baptiste Kempfmp4: support iods atom
2011-08-24 Jean-Baptiste Kempfmp4: improve debug and clean
2011-08-24 Jean-Baptiste Kempfmp4: reduce space in debug-tree
2011-08-24 Jean-Baptiste Kempfmp4: Macro => static inline
2011-08-24 Jean-Baptiste Kempfmp4: code alignment
2011-08-24 Jean-Baptiste Kempfmp4: ifdef debug under MP4_VERBOSE
2011-08-24 Jean-Baptiste Kempfmp4: remove duplicated declaration
2011-08-24 Jean-Baptiste Kempfmp4: don't use the VERBOSE mode by default
2011-08-24 Jean-Baptiste KempfQt: restore audio volume save
2011-08-24 Jean-Baptiste KempfQt: Improve preferences layout for module list
2011-08-24 Jean-Baptiste KempfQt: put modules list in 2 columns
2011-08-24 Jean-Baptiste KempfQt: fix column size in complete preferences
2011-08-24 Jean-Baptiste KempfQt: save random/loop/repeat on quit
2011-08-24 Jean-Baptiste KempfQt: correctly init loop button state
2011-08-23 Akash MehrotraQt: Keep video filter values in range
2011-08-23 Akash MehrotraLUA:Expose aout
2011-08-23 Akash MehrotraLUA:Expose vout
2011-08-23 Felix Paul Kühnemacosx: store index of eq set in the menuitems' tags...
2011-08-23 Jean-Baptiste Kempfomxil: ONX -> OMX
2011-08-23 Rémi Denis-CourmontUse WNetAddConnection2 directly
2011-08-23 Felix Paul Kühnemacosx: remove 'macosx-eq-keep', since it is a useless...
2011-08-23 Rémi Denis-CourmontRemove old checks for dlfcn.h and sys/dl.h
2011-08-23 Rémi Denis-CourmontOMX IL assumes dlfcn.h, remove redumdant ifdefs
2011-08-23 Rémi Denis-CourmontUseless #include
2011-08-23 Jean-Baptiste KempfTS: fix linking on win32
2011-08-23 Jean-Baptiste KempfTS demux: remove unneeded header and add comment
2011-08-23 Jean-Baptiste KempfCorrect WVP2 fourcc and map to avcodec
2011-08-23 Jean-Baptiste KempfAvcodec: playback of WMVP
2011-08-22 Pierre Ynardadjust: fix typo
2011-08-22 Pierre Ynardadjust: distribute header file
2011-08-22 Tobias GüntnerMerge if conditions
2011-08-22 Jean-Baptiste Kempfadjust: remove unnecessary header
2011-08-22 Martin BrizaSplit adjust filter in two source files
2011-08-22 Rémi Denis-CourmontUpdate build rules for the plugins cache in build tree
2011-08-22 Rémi Denis-CourmontObsolete confusing --miface-addr option and rework...
2011-08-22 Felix Paul Kühnemacosx: removed 'erase logo' from the video effects...
2011-08-22 Felix Paul Kühnemacosx: don't update the sidebar too often
2011-08-22 Rémi Denis-CourmontRemove redumdant family parameter to net_OpenDgram()
2011-08-22 Jean-Baptiste KempfSmem: don't divide by 0
2011-08-22 Grigori Goronzylibass: match font attachments based on extension
2011-08-22 Grigori Goronzylibass: add message callback
2011-08-22 Rafaël CarréReally fix linking with libv4l2
2011-08-21 Felix Paul Kühnemacosx: added an option to disable the native fullscree...
2011-08-21 Felix Paul Kühnemacosx: adopt courmisch's feedback, thx
2011-08-21 Felix Paul Kühnemacosx: fixed compilation against the updated msg API
2011-08-21 Rémi Denis-CourmontUse standard putc_unlocked() instead of fputc_unlocked()
2011-08-20 Rémi Denis-Courmontlogger: dispatch message directly to the correct functi...
2011-08-20 Rémi Denis-CourmontPush log message formatting to subscribers
next