]> git.sesse.net Git - vlc/history - modules/codec
Qt: Compressor: create base class for factorization
[vlc] / modules / codec /
2013-01-03 Nicolas ChauvetFix build with unreleased FLAC 1.3.x
2013-01-02 Devin HeitmuellerAdd support for monospace font in HTML renderer
2013-01-01 Timo Rothenpielervaapi: Use vaDeriveImage instead of vaGetImage if available
2012-12-31 Rafaël CarréCC: remove tabs
2012-12-31 Rafaël Carrésubsdec: avoid segfaults
2012-12-31 Devin HeitmuellerAdd ability to render the subpicture region, but not...
2012-12-31 Devin HeitmuellerAdd support for font height as a percentage of the...
2012-12-30 Devin HeitmuellerMake sure font color attribute is quoted.
2012-12-30 Devin HeitmuellerIncrease the size of the buffer for CC text
2012-12-30 Devin HeitmuellerFix rendering of HTML reserved characters
2012-12-30 Devin HeitmuellerConvert leading whitespace characters to non-breaking...
2012-12-30 Devin HeitmuellerFix positioning so that the EIA-608 field is properly...
2012-12-30 Devin HeitmuellerRender all rows, even blank ones
2012-12-30 Devin HeitmuellerEnable HTML renderer for closed captions
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-20 Rémi Denis-Courmontwamfixed: output S32N rather than FI32
2012-12-20 Rémi Denis-Courmonttremor: decode to S32N
2012-12-20 Rémi Denis-Courmontvorbis: fix cast warnings
2012-12-20 Rémi Denis-Courmontaraw: make float/double decoder/encoder conform to...
2012-12-20 Rémi Denis-CourmontAdd codecs for S24 in 4 bytes
2012-12-20 Rémi Denis-CourmontFLAC: keep signed 32-bits output format and simplify
2012-12-19 Rémi Denis-CourmontAES3: decode to S32N rather than S24 and simplify a...
2012-12-19 Rémi Denis-CourmontLPCM: decode to S16N or S32N
2012-12-19 Rémi Denis-CourmontLPCM: encode from S16N rather than S16B
2012-12-19 Rémi Denis-CourmontLPCM: buffer overflow (encoder)
2012-12-19 Rémi Denis-Courmontaraw: decode/encode 24-bits PCM to/from S32N
2012-12-19 Rémi Denis-Courmontaraw: add non-native float encoding and decode float...
2012-12-19 Rémi Denis-Courmontaraw: add U32 support and decode S32I to S32N
2012-12-19 Rémi Denis-Courmontaraw: fix U8 and S16N dummy encoding
2012-12-19 Jean-Baptiste KempfZVBI: remove the wrong warning about GPL
2012-12-18 Rémi Denis-Courmontaraw: decode/encode U16 and S16I to/from S16N
2012-12-18 Rémi Denis-Courmontaraw: decode/encode S8 to/from U8
2012-12-18 Rémi Denis-Courmontaraw: cosmetics
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-12-13 Rémi Denis-Courmontaraw: remove G.711 and fix leak of p_enc->p_sys
2012-12-13 Rémi Denis-Courmontg711: separate codec from araw
2012-12-13 Rafaël Carrérawvideo: I422_10L/B support
2012-12-12 Laurent AimarFixed scte27.c win32 compilation.
2012-12-12 Laurent AimarAdded SCTE-27 decoder.
2012-11-25 Rémi Denis-CourmontXWD decoder
2012-11-22 Rémi Denis-CourmontAES3: decode to native endian
2012-11-21 Rémi Denis-Courmontaraw: revector to check all supported formats just...
2012-11-20 Rémi Denis-Courmontfile out: make time formatting optional (fixes #7768)
2012-11-20 Rémi Denis-Courmontaes3: use lookup table to speed up bit order inversion
2012-11-17 Rémi Denis-Courmontsubsdec: really fix buffer overflows
2012-11-17 Rémi Denis-Courmontsubsdec: close <font> correctly
2012-11-13 Jean-Baptiste KempfLGPL
2012-11-12 Jean-Baptiste KempfDTS: fix Win32 compilation
2012-11-12 Jean-Baptiste KempfDTS in wav: use DTS helper
2012-11-12 Jean-Baptiste KempfDTS: split some parsing headers functions
2012-11-11 Rémi Denis-CourmontShrink channel reordering tables to 9-10 bytes (from...
2012-11-11 Rémi Denis-Courmontaout_CheckChannelReorder: remove redundant parameter
2012-11-05 KO Myung-Hunsubsdec: check UTF-8 autodetection if encoding is not...
2012-11-01 Rémi Denis-Courmontaraw: add 8.1 support (fixes #4896)
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-26 Sergio AmmirataAdd a new aac audio encoder module based on the fdkaac...
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-14 Edward Wangpng: Check length before read
2012-10-14 Martin Storsjömediacodec: Check for exceptions after MediaCodec.start()
2012-10-14 Rafaël Carrévaapi: fix build
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-11 Rafaël CarréCC: remove unused sys_t member
next