]> git.sesse.net Git - vlc/history - modules/codec
video_output: remove makefile recursion
[vlc] / modules / codec /
2014-10-02 Rémi Denis-Courmontavcodec: fix pointer aliasing
2014-10-02 Rémi Denis-Courmontavcodec: avcodec_alloc_frame() requires avcodec_free_fr...
2014-10-01 Thomas Guillemomxil-dr: reorient video
2014-10-01 Thomas Guillemomxil: split iomx_hwbuffer.cpp
2014-09-30 Ilkka Ollakkaavcodec: use VLC_CODEC_
2014-09-30 Tristan Matthewstwolame: fix chain deallocation
2014-09-30 Tristan Matthewsflac: reset decoder on end of stream (fixes #9298)
2014-09-30 Tristan Matthewstwolame: avoid buffer overflow
2014-09-30 Tristan Matthewstwolame: add error checking
2014-09-27 Tristan Matthewstheora: cleanup
2014-09-26 Tristan Matthewsdaala: encoder: add support for 444
2014-09-26 Tristan Matthewsdaala: encoder: fix stride
2014-09-24 Francois Cartegniefourcc: add EIA608
2014-09-21 Tristan Matthewsdaala: add encoder
2014-09-21 Ilkka Ollakkause CLOCK_FREQ
2014-09-20 Carola Nitzfix ee961d8fa4e9f2f6909b3d77269bc0de562649d9
2014-09-17 Hannes Domanizvbi: return actual last visible row
2014-09-14 Tristan Matthewsavcodec: fix missing include
2014-09-14 Rémi Denis-Courmontlibmpeg2: eliminate dead code and factor
2014-09-14 Rémi Denis-Courmontlibmpeg2: reduce variable scope
2014-09-13 Rémi Denis-Courmontvda: cleanup
2014-09-13 Rémi Denis-Courmontavcodec: close acceleration back-end after the context
2014-09-13 Rémi Denis-Courmontvda: remove write-only parameter
2014-09-13 Rémi Denis-Courmontavcodec: pass AVCodecContext to VA setup callback
2014-09-13 Rémi Denis-Courmontavcodec: pass AVCodecContext to VA destroy callback
2014-09-13 Rémi Denis-Courmontavcodec: free extradata after closing the context
2014-09-13 Rémi Denis-Courmontavcodec: move debug message to correct place
2014-09-13 Rémi Denis-Courmontavcodec/encoder: fix alloc/free of context
2014-09-13 Rémi Denis-Courmontavcodec: use avcodec_free_context() where applicable
2014-09-13 Rémi Denis-Courmontvaapi: inline init and deinit functions
2014-09-13 Rémi Denis-Courmontvaapi: reorder to avoid forward declarations, no functi...
2014-09-11 Rémi Denis-Courmontavcodec: remove no-op
2014-09-11 Rémi Denis-Courmontavcodec: remove redundant codec_id parameter
2014-09-11 Rémi Denis-Courmontavcodec: remove redundant codec name parameter
2014-09-11 Rémi Denis-Courmontavcodec: constify decoder_sys_t.p_codec
2014-09-11 Rémi Denis-Courmontavcodec: remove indirection
2014-09-11 Rémi Denis-Courmontavcodec: do not overwrite libavcodec internal AVCodec...
2014-09-11 Rémi Denis-Courmontavcodec: remove redundant decoder_sys_t.i_cat
2014-09-11 Rémi Denis-Courmontavcodec: remove write-only decoder_sys_t.i_skip_idct
2014-09-11 Rémi Denis-Courmontavcodec: remove deprecated motion vector visualization...
2014-09-11 Rémi Denis-Courmontavcodec: remove useless indirection to The Context
2014-09-11 Rémi Denis-Courmontavcodec: make decoder callbacks static
2014-09-11 Rémi Denis-Courmontavcodec: move audio-specific code to audio.c
2014-09-11 Rémi Denis-Courmontavcodec: move video-specific code to video.c
2014-09-11 Rémi Denis-Courmonthwdummy: remove no longer useful plugin
2014-09-09 Rafaël CarréOpus: remove obsolete TODO
2014-09-02 Hannes Domaniavcodec: fix memory leaks of frame side-data
2014-09-02 Hannes Domaniflac: check block allocation
2014-09-02 Hannes Domaniflac: fix memory leak
2014-09-01 Julian Scheelmmal: Move codec plugin into hw/mmal module
2014-08-28 Hannes Domaniavcodec: fix memory leak
2014-08-28 Tristan Matthewsdaala: add decoder support
2014-08-25 Felix Abecassisavcodec: disable frame multithreading with dxva2
2014-08-18 Rémi Denis-Courmontzvbi: dead code
2014-08-18 Rémi Denis-Courmonttheora: tautology
2014-08-18 Rémi Denis-Courmontspeek: fix potential NULL dereference
2014-08-16 Naohiro KORIYAMAadd rpath to LDFLAGS to build plugin properly
2014-08-15 Jean-Baptiste KempfFix compilation when libARIB is missing
2014-08-15 Naohiro KORIYAMAcodecs: add support for ARIB subtitles
2014-08-13 Jean-Baptiste KempfMediacodec: support WMV3 decoder
2014-08-13 Jean-Baptiste KempfMediacodec: support VP9
2014-08-13 Rémi Denis-Courmontavcodec: avoid double upconversion
2014-08-13 Rémi Denis-Courmonttwolame: avoid double upconversion
2014-08-13 Rémi Denis-Courmonttheora: avoid simple->double->simple precision
2014-08-12 Francois Cartegniecodec: dvbsub: don't read unused variables
2014-08-10 Tristan Matthewsvorbis: fix dereference after null check (cid #403019)
2014-08-04 Tristan Matthewsavcodec: missing initializer (cid #1191736)
2014-08-01 Felix Abecassismft: add missing dependency on h264_nal.{c,h}
2014-08-01 Felix Abecassish264_nal: add header guard
2014-08-01 Felix Abecassish264_nal: add a source file to separate declaration...
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 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-25 Martin Storsjöomxil: Change the default for the omxil-dr flag to...
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-17 Thomas Guillemomxil: add debug logs for buffer allocation.
2014-07-17 Thomas Guillemomxil: get rid of debug ifdefs
2014-07-16 Tristan Matthewsavcodec: Fix dereference after NULL check (cid #1048740)
2014-07-15 Ilkka Ollakkaavcodec: use VLC_TS_INVALID and CLOCK_FREQ on encoding
2014-07-11 Thomas Guillemomxil: move input handling into DecodeVideoInput
2014-07-11 Thomas Guillemomxil: improve performance
2014-07-11 Thomas Guillemomxil: move output handling into DecodeVideoOutput
2014-07-11 Rémi Denis-CourmontFluidSynth: handle discontinuities
2014-07-05 Tristan Matthewsavcodec: don't guess size when encoding video
2014-07-04 Jean-Baptiste KempfMediacodec: display the FourCC correctly in the logs
2014-07-03 Thomas Guillemiomx: fix mediaserver crash with QCOM devices.
2014-07-01 Tristan Matthewskate: use CLOCK_FREQ
2014-07-01 Tristan Matthewsschroedinger: use CLOCK_FREQ
2014-06-30 Martin Storsjöomxil: vout: Factorize fifo init/destroy
2014-06-30 Thomas Guillemomxil: factorize FreeBuffers and AllocateBuffers
2014-06-29 Thomas Guillemomxil: factorize OMX_FIFO init/destroy
next