]> git.sesse.net Git - vlc/history - modules/codec
Remove aout_Packet API from WaveOut
[vlc] / modules / codec /
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
2012-10-11 Rafaël CarréCC: simplify Eia608TextUtf8()
2012-10-11 Rafaël CarréCC: use c99, removed dummy Eia608Exit
2012-10-10 Jean-Baptiste KempfSubsdec: various fixes for broken subtitles
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 Kempfh264_nal: include limits.h for INT_MAX
2012-10-08 Jean-Baptiste KempfAvcodec: kill a warning on non-SSE2 compilations
2012-10-08 Ilkka Ollakkax264: in crf mode, set stream bitrate to be maxrate...
2012-10-08 Jean-Baptiste KempfH264_nal: kill a warning
2012-10-08 Martin StorsjöAdd support for the new Android JellyBean MediaCodec API
2012-10-08 Martin Storsjöomxil: Move code for in-buffer conversion of H264 to...
2012-10-07 Martin Storsjöiomx: Always build this module if building for android
2012-10-06 Ilkka OllakkaRevert "avcodec: set libmpeg2mmx idct in use if we...
2012-10-06 Ilkka Ollakkax264: check that string has content before apply it...
2012-10-04 Jean-Baptiste KempfAvcodec: set the cpu flags/mask in modern version of...
2012-10-03 Rémi Denis-CourmontWim32: use CoInitializeEx() instead of CoInitialize()
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 Rémi Denis-CourmontWin32: use CoInitializeEx() instead of CoInitialize()
next