]> git.sesse.net Git - vlc/history - modules
Avformat: don't warn about AVCODEC_ID_NONE tracks
[vlc] / modules /
2014-08-09 Jean-Baptiste KempfAvformat: don't warn about AVCODEC_ID_NONE tracks
2014-08-09 Francois Cartegniedemux: mp4: fix rmda/rmra box restrictions
2014-08-09 Francois Cartegniedemux: mp4: add few nondefault box check
2014-08-08 Francois CartegnieQt: remove pointer from inputChanged signal (fix #11886...
2014-08-08 Jean-Baptiste KempfPS: Support H264 from evob
2014-08-08 Jean-Baptiste KempfPS: Update comments about evobs
2014-08-08 Jean-Baptiste KempfPS: add alternative StreamID for VC-1 in evob
2014-08-05 Naohiro KORIYAMAtext_style/text_renderer: add support for halfwidth...
2014-08-04 Tristan Matthewsavcodec: missing initializer (cid #1191736)
2014-08-04 Francois Cartegniedemux: ts: reorder switch cases
2014-08-04 Francois Cartegniedemux: ts: handle eit tags with case
2014-08-04 Francois Cartegniedemux: ts: add pid type debug info
2014-08-01 Tristan Matthewshds: fix memory leak and buffer probing
2014-08-01 Felix Abecassismft: add missing dependency on h264_nal.{c,h}
2014-08-01 Felix Abecassish264: refactor emulation prevention byte handling
2014-08-01 Felix Abecassish264: refactor Exp-Golomb reading functions with existi...
2014-08-01 Felix Abecassish264_nal: add header guard
2014-08-01 Felix Abecassish264_nal: add a source file to separate declaration...
2014-08-01 Tristan Matthewshds: use else if where appropriate
2014-08-01 Tristan Matthewshds: fix redundant NULL check (cid #1224540)
2014-08-01 Tristan Matthewshds: fix dereference after NULL check (cid #1224532)
2014-08-01 Tristan Matthewshds: fix out of bounds access (cid #1224531)
2014-08-01 Francois Cartegniedemux: rar: set NO_INTERACT flags for probing
2014-08-01 Francois Cartegnieaccess: archive: set NO_INTERACT flag
2014-08-01 Francois Cartegniemisc: acoustid: set NO_INTERACT
2014-07-31 Jean-Baptiste KempfFix MODULES_LIST
2014-07-31 Antti Ajankihds: Base URL should not include a possible query
2014-07-31 Rafaël Carrétranscode: fix video filters
2014-07-31 Francois Cartegnieaccess: archive: add multiple volume support
2014-07-31 Francois Cartegnieaccess: archive: implicitely call close
2014-07-30 Rémi Denis-Courmontasx: fix use-after-free
2014-07-30 David Fuhrmannauhal: rework locking and avoid potential deadlock
2014-07-30 David Fuhrmannauhal: Added more debug logs and removed invalid memory...
2014-07-30 Rémi Denis-Courmontavformat: initialize probe data (fixes #11851)
2014-07-30 Adrien MagloAvformat mux: fix a memory leak
2014-07-30 David Fuhrmannmacosx: remove outdated and unneeded bookmarks table...
2014-07-30 David Fuhrmannmacosx: use input changed event to update bookmarks...
2014-07-30 David Fuhrmannmacosx: add input changed event and reset shown crop...
2014-07-30 David Fuhrmannmacosx: video effects: add brightness-threshold to...
2014-07-30 Rafaël CarréQt: use QX11Info on Qt5 when present
2014-07-30 Rafaël Carréqt4: fix embedding on unix
2014-07-30 Francois Cartegnieaccess: rar: guess scheme from volume count
2014-07-29 Denis CharmetCast read size to signed before the substraction.
2014-07-29 Rémi Denis-Courmontvdpau/chroma: set up device and mixer from the init...
2014-07-29 Rémi Denis-Courmontvdpau/chroma: string factor
2014-07-29 Francois Cartegniezipstream: remove 2 strings
2014-07-29 Francois Cartegnieaccess/stream_filter: add libarchive
2014-07-28 Rémi Denis-Courmontfilter_chain: introduce dedicated filter_chain_NewVideo...
2014-07-28 Rémi Denis-Courmontfilter: separate owner structure from the filter itself
2014-07-28 Rémi Denis-Courmontfilter: use filter_DeleteSubpicture
2014-07-28 Rémi Denis-Courmontdynamicoverlay: use filter_NewSubpicture()
2014-07-28 Rémi Denis-Courmonttranscode: remove useless callback
2014-07-28 Rémi Denis-Courmontlogo: missing initializer
2014-07-28 Martin Storsjöiomx: Support building for honeycomb with ANDROID_API...
2014-07-28 Martin Storsjöiomx: Override the hal format for qcom decoders on...
2014-07-28 Martin Storsjöiomx: Adjust ANDROID_API ifdefs to work with honeycomb...
2014-07-28 Martin Storsjöiomx: Move hal_format overriding into iomx_hwbuffer
2014-07-26 Rafaël Carrédirectsound: missing header
2014-07-26 Martin Storsjöomxil: Retry getting an output buffer while waiting...
2014-07-26 Thomas Guillemiomx-dr: split IOMXHWBuffer_Setup function
2014-07-26 Thomas Guillemiomx-dr: don't always lock buffers from dequeue
2014-07-26 Thomas Guillemomxil: force hal_format for omap3 decoders
2014-07-26 Thomas Guillemiomx: make it work with honeycomb (api 11)
2014-07-26 Rémi Denis-Courmontvdpau: add support for 4:4:4 chroma sampling
2014-07-26 Antti Ajankiaccess/http: Improved cookie handling
2014-07-26 Rémi Denis-Courmontpostproc: fix cut-and-paste goof
2014-07-25 Ron Wrightequalizer: Fix bug in preset loading
2014-07-25 Martin Storsjöomxil: Change the default for the omxil-dr flag to...
2014-07-25 Tristan Matthewshds: fix memory leak (cid #1224537)
2014-07-25 Tristan Matthewshds: drop macro
2014-07-25 Francois Cartegniedemux: avi: missing unseekable method fallback
2014-07-24 Rémi Denis-Courmontpostproc: reduce lock contention in callback
2014-07-24 Rémi Denis-Courmontpostproc: factor common code
2014-07-24 Rémi Denis-Courmontpostproc: remove redundant check
2014-07-24 Thomas Guillemomxil: add android hw buffers support (zero copy)
2014-07-24 Thomas Guillemiomx: add android GraphicBuffers functions.
2014-07-24 Thomas Guillemiomx: add iomx_hwbuffer
2014-07-24 Thomas Guillemiomx: implement OMX_UseBuffer
2014-07-24 Tristan Matthewsdemux: vc1: use CLOCK_FREQ
2014-07-24 Anatoliy Anischovichtaglib: do not ignore mpeg ape tags
2014-07-24 Anatoliy Anischovichtaglib: cosmetics (fix typo)
2014-07-24 Anatoliy Anischovichtaglib: init attachments before reading special tags
2014-07-24 Anatoliy Anischovichtaglib: use iterator-based approach for APE's tag proce...
2014-07-24 Anatoliy Anischovichtaglib: properly handle APE's cover art
2014-07-23 Boy van AmstelSupport changing 'audio desync' via AppleScript on OSX
2014-07-23 Francois Cartegniestream_filters: rar/zip shift up minimal priority
2014-07-23 Francois Cartegniedemux: rar: change msg level
2014-07-23 Francois Cartegniedemux: avi: don't probe end if not seekable
2014-07-23 Francois Cartegniedemux: avi: fix interleaved/seekable confusion
2014-07-23 Francois Cartegnieqt/macos: add missing addons intf and meta categories
2014-07-23 Francois Cartegnieaddons: add missing intf and meta categories
2014-07-23 Francois Cartegniestream_filter: rar: reject if rar is compressed
2014-07-23 Francois Cartegniedemux: avi: use VLC_TS0 for offset
2014-07-23 Francois Cartegniedemux: avi: use CLOCK_FREQ
2014-07-23 Francois Cartegniedemux: avi: don't allow SET_TIME on non seekable
2014-07-22 Rafaël CarréTS demux: remove unused defines
2014-07-20 Jean-Baptiste KempfPS: simplify and document type/id for PS parsing
2014-07-20 Jean-Baptiste KempfPS: add rarer type-id
2014-07-20 Jean-Baptiste KempfPS: assign demux callbacks after possible fail
2014-07-20 Jean-Baptiste KempfPS: display the length in seconds
next