]> git.sesse.net Git - vlc/history - modules/codec/avcodec
mediacodec: Handle VC1
[vlc] / modules / codec / avcodec /
2013-01-25 Jean-Baptiste KempfAvcodec, restore the threads count to auto
2013-01-25 Rafaël CarréUse precise version check for FFmpeg/libav
2013-01-25 Rafaël CarréAdd LIBAVUTIL_VERSION_CHECK (based on LIBAVCODEC_VERSIO...
2013-01-25 Rafaël CarréFFmpeg doesn't use the same version numbers than Libav
2013-01-22 Ilkka Ollakkaavcodec: reuse AVFrames so no need to allocate/free...
2013-01-15 Rémi Denis-Courmontavcodec: fix warnings
2013-01-14 Jean-Baptiste KempfDxVA2: fix GetProcAddress usage under UNICODE
2013-01-13 Rémi Denis-Courmontvdpau: use ctz()
2013-01-13 Rémi Denis-Courmontvdpau: VDPAU hardware decoding with avcodec
2013-01-10 Rafaël Carréavcodec audio decoder: remove SplitBuffer()
2013-01-10 Rafaël Carréavcodec audio decoder: use VLC_TS_INVALID
2013-01-10 Rafaël Carréavcodec audio: factorize error case
2013-01-10 Rémi Denis-Courmontavcodec: allow hardware acceleration plugin to use...
2013-01-04 Rémi Denis-Courmontavcodec: split TestFfmpegChroma() in two functions
2013-01-04 Rémi Denis-Courmontavcodec: look up pix fmt only once during deinterlace...
2013-01-04 Rémi Denis-Courmontavcodec: cleanup chroma helper prototypes
2013-01-04 Rémi Denis-Courmontavcodec: print picture format name when unsupported...
2013-01-01 Timo Rothenpielervaapi: Use vaDeriveImage instead of vaGetImage if available
2012-12-30 Ilkka Ollakkaavcodec: try to find packet sample format for encoding
2012-12-30 Ilkka Ollakkaavcodec: deinterleave samples if input format for codec...
2012-12-30 Ilkka Ollakkaavcodec: split encoding chunks to frame_size portions
2012-12-30 Ilkka Ollakkaavcodec: set EncodeAudio/Video at the end
2012-12-30 Ilkka Ollakkaavcodec: fix codec mapping array size check
2012-12-30 Ilkka Ollakkaavcodec: set encoding sample format correctly and don...
2012-12-30 Ilkka Ollakkaavcodec: handle planar samples from libavcodec
2012-12-30 Ilkka Ollakkaavcodec: aout_BitsPerSample uses vlc_fourcc_GetCodec...
2012-12-27 Felix Paul Kühneavcodec/vda: add shortcut for non-ambigous referencing
2012-12-21 Rémi Denis-Courmontavcodec: simplify audio sample format mapping
2012-12-21 Jean-Baptiste KempfFix DxVA2 decoding on HD2000/3000
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-28 Rafaël CarréMove libavutil define to avcommon.h
2012-10-28 Rafaël Carréavcodec: AV_CPU_FLAG_MMX2 was removed
2012-10-27 Jean-Baptiste KempfAvcodec: support G.723.1 decoding
2012-10-25 Jean-Baptiste KempfFix code indentation
2012-10-24 Ilkka Ollakkaavcodec: only set min/maxrate if rc-buffer-size is set
2012-10-24 Ilkka Ollakkaavcodec: use av_freep in encode_audio2 case too
2012-10-24 Ilkka Ollakkaavcodec: flush buffer and use encode_audio2() on audio
2012-10-24 Jean-Baptiste KempfUpdate required version of libavcodec to 53.34
2012-10-24 Ilkka Ollakkaavcodec: use av_freep instead of avcodec_free_frame
2012-10-24 Ilkka Ollakkaavcodec: settings pts doesn't segfault with mp4v
2012-10-24 Ilkka Ollakkaavcodec: allocate frame properly and free it after use
2012-10-24 Ilkka Ollakkaavcodec: remove pts workaround
2012-10-24 Ilkka Ollakkaavcodec: p_buffer_out was unused
2012-10-19 Ilkka Ollakkatranscode: send NULL packet to audio encoder when closing
2012-10-16 Rémi Denis-Courmontavcodec: probe acceleration module only once
2012-10-13 Rémi Denis-Courmontavcodec: avoid duplicate vlc_CPU() call
2012-10-13 Rémi Denis-Courmontavcodec: clobber XMM registers correctly (fixes #5268)
2012-10-13 Rémi Denis-Courmontavcodec: split generic YV12/NV12 copy out of SSE2 functions
2012-10-13 Rémi Denis-Courmontavcodec: fix SSE 4.1 check optimization
2012-10-12 Rémi Denis-Courmontdxva2: compilation fix
2012-10-12 Rémi Denis-Courmontavcodec: move hardware decoding into dedicated plugins...
2012-10-12 Rémi Denis-Courmontavcodec: make vlc_va_t a VLC object
2012-10-12 Rémi Denis-Courmontavcodec: use automake conditionals for hardware acceler...
2012-10-12 Rémi Denis-Courmontavcodec: unify interface for video acceleration
2012-10-12 Rémi Denis-Courmontavcodec: reduce indentation, fix spelling
2012-10-12 Rémi Denis-Courmontavcodec: remove dead code
2012-10-12 Rémi Denis-Courmontavcodec: useless #include
2012-10-12 Rémi Denis-Courmontavcodec: move xlib check to vaapi.c
2012-10-12 Rémi Denis-Courmontavcodec: use av_get_pix_fmt_name(), fix potential out...
2012-10-12 Rémi Denis-Courmontavcodec: fix spelling
2012-10-12 Rémi Denis-Courmontavcodec: fix unaligned USWC copy (fixes #6333)
2012-10-09 Jean-Baptiste KempfFix compilation on older versions of libavutil
2012-10-09 Jean-Baptiste KempfAvformat: set the dsp mask too
2012-10-09 Jean-Baptiste KempfAv* move GetVlcDspMask from avcodec.h to avcommon.h
2012-10-09 Jean-Baptiste KempfAvcodec: set the Dsp flags for the encoders too
2012-10-09 Jean-Baptiste KempfKill a deprecation warning
2012-10-08 Jean-Baptiste KempfAvcodec: kill a warning on non-SSE2 compilations
2012-10-06 Ilkka OllakkaRevert "avcodec: set libmpeg2mmx idct in use if we...
2012-10-04 Jean-Baptiste KempfAvcodec: set the cpu flags/mask in modern version of...
2012-10-03 Jean-Baptiste KempfAvcodec: avoid miscompilation with older libavutil...
2012-10-03 Rafaël Carréavcodec-hw: fix crash on some CPUs
2012-10-01 Jean-Baptiste KempfAvcodec: set the dsp_mask for NEON too
2012-10-01 Jean-Baptiste KempfAvcodec: fix typo for SSSE3
2012-09-18 Rémi Denis-Courmontavcodec: disable threading by default
2012-09-13 Jean-Baptiste KempfFix build of avcodec
2012-09-13 Jean-Baptiste KempfMap MSS2 to avcodec
2012-09-10 Rafaël Carrédxva2: include needed headers
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/codec/avcodec/
2012-09-06 Jean-Baptiste Kempfs/FFmpeg/libavcodec where applicable
2012-09-06 Rémi Denis-CourmontRemove empty *_DEPENDENCIES in makefiles
2012-08-16 Konstantin PavlovExplicitely include libavutil/mem.h where needed.
2012-08-16 Jean-Baptiste KempfAvcodec: require avutil 49.5.0
2012-08-16 Jean-Baptiste KempfAvcodec: we already require 52.25.0
2012-08-16 Jean-Baptiste KempfAvcodec: use the standard includes
2012-08-16 Sebastien Zwickertavcodec: use VDA in synchronous mode.
2012-08-16 Jean-Baptiste KempfDxVA2: do not fail without Shell. Close #6322
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-08-14 Ilkka Ollakkaavcodec: fix language
2012-08-14 Ilkka Ollakkaavcodec: fix helptest for aac-profile
2012-08-14 Ilkka Ollakkaavcodec: add aac-profile strings for he-aac and he...
2012-08-14 Ilkka Ollakkaavcodec: move version check to avcodec.h
2012-08-14 Felix Paul Kühneavcodec: enable 'avcodec-hw' by default on OS X
2012-08-04 Rémi Denis-Courmontavcodec: add AVX, XOP, FMA4
2012-08-04 Rémi Denis-Courmontavcodec: factor CPU detection code
2012-08-04 Rémi Denis-CourmontCheck for 3D Now! at build time
2012-08-04 Rémi Denis-CourmontCheck for SSE4 at build time where possible
2012-08-04 Rémi Denis-CourmontCheck for SSSE3 at build time if possible
2012-08-04 Rémi Denis-CourmontCheck for SSE3 at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for SSE2 at build-time if possible
next