]> git.sesse.net Git - vlc/history - modules/codec
decoder: do not mix and match condidition variable and mutex pairings
[vlc] / modules / codec /
2014-10-25 Thomas Guillemiomx-dr: fix crash if anwpriv.connect fails
2014-10-24 Hugo Beauzée-Luyssenmft: Provide the library that contains some of the...
2014-10-24 Hugo Beauzée-Luyssenmodules: Remove use of gcc specific conditionals with...
2014-10-24 Thomas Guillemmediacodec: fix crash when color-format is invalid
2014-10-24 Thomas Guillemomxil: fix crash if OMX_AllocateBuffer fails (debug...
2014-10-24 Thomas Guillemmediacodec: cleanly abort DecodeVideo if GetOutput...
2014-10-21 Jean-Baptiste KempfVDA: silence a warning
2014-10-21 Jean-Baptiste KempfVDA: fix typo
2014-10-20 Rémi Denis-Courmontrawvideo: remove negative video height, signed overflow
2014-10-16 Rémi Denis-Courmontvout: remove unimplemented GET_OPENGL controls
2014-10-16 Rémi Denis-Courmontavcodec: fix double free on error
2014-10-14 Thomas Guillemmediacodec: exception in getCapabilitiesForType is...
2014-10-14 Thomas Guillemmediacodec: fix jni leak
2014-10-14 Thomas Guillemmediacodec: fix comparison between signed and unsigned...
2014-10-14 Thomas Guillemandroid/jni: use a libvlcjni function to attach/detach...
2014-10-14 Thomas Guillemmediacodec: fix unused variable warning
2014-10-13 Thomas Guillemomxil: add VP8 and VP9 in format_table
2014-10-11 Rémi Denis-Courmontmft: fix format string
2014-10-11 Tristan Matthewspng: encoder: encode visible lines, but use pitch for...
2014-10-11 Tristan Matthewspng: encoder: really fix row offset calculation
2014-10-10 Julian Scheelcodec/zvbi: Do not follow dead color-links
2014-10-10 Julian Scheelcodec/zvbi: Only reset subpicture in text mode
2014-10-06 Thomas Guillemomxil: use convert_hevc_nal_units for hevc
2014-10-06 Thomas Guillemmediacodec: use convert_hevc_nal_units for hevc
2014-10-06 Thomas Guillemadd convert_hevc_nal_units in hevc_nal.c
2014-10-06 Thomas Guillemmediacodec: add hevc mimetype
2014-10-06 Thomas Guillemomxil: add hevc in format_table
2014-10-03 Rémi Denis-Courmontavcodec: map AV_CODEC_ID_NONE
2014-10-02 Rémi Denis-Courmontavcodec: fix double free
2014-10-02 David Fuhrmanncodec: libass: show dialog for fontconfig cache recreat...
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...
next