]> git.sesse.net Git - vlc/history - modules/codec
audiobargraph_a: cosmetics
[vlc] / modules / codec /
2014-04-13 Rémi Denis-Courmontspudec: fix potential buffer underflow
2014-04-12 Francois Cartegniecodecs: lpcm: add WiDi LPCM
2014-04-07 Brian Schmidtavcodec: Fix memory leak in EncodeVideo
2014-04-06 Jean-Baptiste Kempfavcodec: map VP7 decoder
2014-04-05 Rafaël Carréx265: repeat headers on keyframes
2014-04-05 Rafaël Carréx265: default to 25fps if frame rate is not set
2014-04-05 Rafaël Carréx265_encoder_headers: account for 0.9 API changes
2014-04-03 Rémi Denis-Courmontrawvideo: avoid casting function pointers
2014-04-03 Rémi Denis-Courmontrawvideo: fix vflipped bitmap packetization
2014-04-03 Francois Cartegniecodec: tx3g: missing braces
2014-04-03 John Stebbinssubstx3g: Allow multiple simultanious face styles
2014-04-03 Francois Cartegniedemux: mp4: handle in sample text encoding (fix #11137)
2014-04-03 Francois Cartegniecodec: tx3g: handle utf8 (fix #11138)
2014-04-03 Rémi Denis-Courmonthwaccel: uniformize plugin descriptions
2014-04-03 Felix Abecassismediacodec: check exceptions after getCapabilitiesForType()
2014-04-03 Felix Abecassisomxil: do not use iomx (Android) for audio decoding
2014-04-03 Francois CartegnieRevert "zvbi: set text format as default" (fix #11133)
2014-04-02 Tristan Matthewsavcodec encoder: get bytes per pixel from context if...
2014-03-26 Francois Cartegniecodec: substext: process asprintf returnval
2014-03-25 Francois Cartegniecodec: add tx3g spu
2014-03-25 Tristan Matthewslpcm bd: fix 24 bit stereo decoding
2014-03-22 Rémi Denis-Courmontva: make the description pointer const
2014-03-22 Rémi Denis-Courmontvaapi: use driver name (rather than VA-API ABI version...
2014-03-22 Rémi Denis-CourmontDxVA2: remove vlc_object_t back pointer
2014-03-22 Rémi Denis-Courmontvaapi: add support for DRM backend
2014-03-22 Rémi Denis-Courmontvaapi: do not retain version numbers
2014-03-22 Rémi Denis-Courmontvaapi: fix some memory leaks
2014-03-22 Jean-Baptiste KempfAdd version guards on avutil for AV_PIX_FMT_GBRP
2014-03-21 Ilkka Ollakkafdkaac: set i_nb_samples for output blocks
2014-03-21 Ilkka Ollakkafdkaac: output length is constant and doesn't vary...
2014-03-21 Alex WoodsFix glitching at start of stream playback
2014-03-20 Rémi Denis-Courmontrawvideo: fix handling of zero dimensions
2014-03-20 Jean-Baptiste KempfRawvideo: we can have a 0 visible_*, since we copy...
2014-03-20 Jean-Baptiste KempfFix planar GBR H264 samples
2014-03-18 Tristan Matthewspng: set visible_ width/height
2014-03-18 Ilkka Ollakkajpeg: set visible_ width/height
2014-03-18 Tristan Matthewsjpeg: encoder: set pts and dts
2014-03-18 Tristan Matthewspng: encoder: set pts and dts
2014-03-13 Felix Abecassismediacodec: use a circular buffer of timestamps as...
2014-03-13 Felix Abecassismediacodec: cosmetics
2014-03-12 Francois Cartegniecodec: vorbix: max channels is 8
2014-03-12 Francois Cartegniecodec: opus: don't support more than 8 channels
2014-03-11 Rémi Denis-Courmontrawvideo: use chroma desc, follow dimensions set by...
2014-03-10 Rafaël Carréavcodec: use PRIx64 to print uint64_t
2014-03-07 Felix Abecassisdxva2: fix typo
2014-03-07 Rafaël Carréx265: update for API 6
2014-03-06 Felix Paul KühneAdd basic iOS dialog provider
2014-03-06 Ilkka Ollakkaavcodec:multichannel encoding support
2014-03-06 Felix Abecassisavcodec: allocate one additional hardware surface for...
2014-03-05 Rémi Denis-Courmontvdpau: remove dead code
2014-03-05 Rafaël Carréx265: set pts at encoder input
2014-03-05 Felix Abecassisavcodec: allocate more hardware surfaces for threaded...
2014-03-05 Rafaël Carréav_vdpau_alloc_context replacement for FFmpeg
2014-03-05 Felix Paul Kühneavcodec/vda: cosmetics
2014-03-04 Rémi Denis-Courmonthwdummy: update to libavcodec 55.26.0
2014-03-04 Rémi Denis-Courmontva: pass AVCodecContext pointer (inner part)
2014-03-04 Rémi Denis-Courmontva: pass AVCodecContext rather than only the codec...
2014-03-04 Felix Abecassisdxva2: check number of surfaces to allocate is not...
2014-03-04 Felix Abecassisdxva2: remove useless variable
2014-03-04 Felix Abecassisdxva2: fix incorrect return value
2014-03-04 Felix Abecassismediacodec: move timeout from dequeueInputBuffer to...
2014-03-04 Jean-Baptiste KempfSTL: correctly align at the bottom
2014-03-04 Jean-Baptiste KempfSTL: fix support of line breaks
2014-03-04 Felix Abecassismediacodec: disable direct rendering if VideoPlayerActi...
2014-02-28 Rafaël Carréavutil: Remove (broken) CPU detection on android
2014-02-27 Rémi Denis-Courmonthwdummy: remove development versions support
2014-02-27 Rémi Denis-Courmontavcodec: remove the VLC DSP mask (except on Android...
2014-02-26 Ilkka Ollakkazvbi: fix duration on text subtitle
2014-02-22 Rémi Denis-Courmontavutil: put the CPU flags in the VLC debug log
2014-02-22 Rémi Denis-Courmontavutil: vector and serialize CPU flags initialization
2014-02-20 Tristan Matthewspng: split up assignment and comparison
2014-02-20 Tristan Matthewspng: add encoder
2014-02-19 Rafaël Carréavcodec encoder: add more aac profiles
2014-02-19 Rafaël Carréavcodec encoder: aac ssr profile is supported
2014-02-19 Felix Abecassismediacodec: add more safety checks when trying to get...
2014-02-19 Felix Abecassismediacodec: do not accept codecs declaring no capabilities
2014-02-19 Rafaël Carréavcodec audio encoder: set frame size
2014-02-19 Felix Abecassismediacodec: fix style
2014-02-19 Zhang RuiMediaCodec: correct field signature
2014-02-19 Rafaël Carréavio: initialize avformat network support explicitely
2014-02-19 Sergio AmmirataEnhance dmo to support new dlls. This adds support...
2014-02-18 Felix Abecassismediacodec: handle MediaCodec exceptions while decoding
2014-02-18 Felix Abecassismediacodec: add missing exception handling code after...
2014-02-18 Jean-Baptiste KempfAvutil: Map 4:4:4 16bit chroma
2014-02-15 Jean-Paul SamanRevert "input core: add status field per elementary...
2014-02-15 Jean-Paul Samaninput core: add status field per elementary stream
2014-02-15 Ilkka Ollakkadifferentiate mp1v from mp2v and default mpgv to mp2v
2014-02-15 Denis CharmetDon't silently drop late frames
2014-02-14 Felix Abecassismediacodec: add a NULL pointer check after getting...
2014-02-13 Jean-Baptiste KempfBump DVBsub priority above avcodec
2014-02-12 Ilkka Ollakkaavcodec: make sure visible_width/height is defined
2014-02-11 Felix Abecassismediacodec: check if the codec can handle the H264...
2014-02-11 Felix Abecassisomxil: add conversion functions from OMX H264 profile...
2014-02-10 Rafaël Carrépicture_Setup: set visible dimensions correctly
2014-02-10 Rafaël Carrévideo_format_Setup: set visible dimensions
2014-02-09 Felix Abecassismediacodec: disable HW acceleration for profiles Hi10P...
2014-02-09 Felix Abecassisomxil: move code to parse profile and level of H264...
2014-02-09 Felix Abecassismediacodec: unlock the surface if configuring MediaCode...
2014-02-09 Felix Abecassismediacodec: disambiguate error message (same as below)
2014-02-09 Ilkka Ollakkaopus: support setting bitrate
next