]> git.sesse.net Git - vlc/history - modules/codec
Sort avcodec mapping table by AVCodecID enum
[vlc] / modules / codec /
2013-11-09 Daniel VerkampSort avcodec mapping table by AVCodecID enum
2013-11-09 Daniel VerkampFix Duck DK3/DK4 ADPCM mappings
2013-11-07 Rémi Denis-CourmontXwd: fix 32-bits RGB chroma
2013-11-07 Rémi Denis-Courmontavcodec: add ARGB mapping
2013-11-07 Rémi Denis-Courmontfourcc: add ARGB for 32-bits RGBA with X11/BD component...
2013-11-06 Tristan Matthewsavcodec: remove unused variable
2013-11-05 Tristan Matthewsavcodec: reuse DEFAULT_ALIGN
2013-11-05 Tristan Matthewsavcodec: ensure valid buffer size for avcodec_fill_audi...
2013-11-04 Martin Storsjömediacodec: Simplify the GetOutput function
2013-11-04 Felix Abecassismediacodec: try to return an output frame if we failed...
2013-11-04 Felix AbecassisMediaCodec: use SSE copy function from the avcodec...
2013-11-04 Felix AbecassisMove copy.{c,h} from module avcodec to module video_chroma.
2013-11-03 Ilkka Ollakkaavcodec: give right buffer size not the smallest one
2013-11-03 Ilkka Ollakkaavcodec: increment frame->nb_samples, just in case
2013-11-03 Ilkka Ollakkaavcodec: refactor audio encoding
2013-11-03 Ilkka Ollakkaavcodec: refactor delay buffer handling from EncodeAudio
2013-11-03 Ilkka Ollakkaavcodec: check i_samples_delay before rewinding date
2013-11-03 Jean-Baptiste KempfAVcodec: use the proper version number for HEVC
2013-10-26 David FuhrmannRevert "vda: user ref buffer mode"
2013-10-25 Rafaël Carréxiph_SplitHeaders: do not malloc+memcpy headers
2013-10-23 Martin Storsjöomxil: Correct the i_line_chroma_div value for OMX_TI_C...
2013-10-23 Luca Barbatoavcodec: Always use av_malloc to alloc extradata
2013-10-22 Tristan Matthewsaraw: remove duplicate line
2013-10-21 Luca BarbatoFix DxVA2 crash on Error path
2013-10-20 Rafaël Carréshine: use external library
2013-10-20 Rafaël Carrélibvpx/WebM decoder: lower priority below avcodec
2013-10-20 Rafaël Carrélibvpx decoder
2013-10-20 Jean-Baptiste KempfAvcodec: map the VP9 ID with version checks
2013-10-20 Denis CharmetAdd VP9 support in mkv
2013-10-20 Jean-Baptiste KempfAvcodec: move h265 mapping further down in the list
2013-10-20 Ilkka Ollakkaavcodec: release block on flushing if we are not using it
2013-10-19 Denis CharmetTemporarily fix build until a better way is found
2013-10-19 Denis CharmetAdd HEVC support in MKV
2013-10-19 Ilkka Ollakkaavcodec: missed AV_NOPTS_VALUE check
2013-10-18 Luca Barbatoavcommon: Move the libavutil check where it belongs
2013-10-18 Rafaël Carréavcodec: transmit palette to libavcodec >= 54
2013-10-15 Rafaël Carrétheora: fix memleak in case of error or discontinuity
2013-10-15 Rafaël Carréavcodec: remove AV_NOPTS_VALUE cast
2013-10-14 Ilkka Ollakkaavcodec: map AV_NOPTS_VALUE and VLC_TS_INVALID
2013-10-14 Ilkka Ollakkaavcodec: on audio encode, sync timestamps more often...
2013-10-14 Rafaël Carréx265: initialize picture and set picture type
2013-10-13 Francois Cartegniecodecs: theora: add decoder post processing level ...
2013-10-12 Edward Wangavcodec: fix discrepancy between documentation and...
2013-10-10 Jean-Baptiste KempfOpus: add necessary include
2013-09-30 Tristan Matthewsopus: add encoder
2013-09-29 Ilkka Ollakkaavcodec: check/update buffered_time earlier, so we...
2013-09-28 Rafaël Carrézvbi: remove unused enum
2013-09-26 Julian Scheelomxil: bcm: h264: Don't wait for error free frame.
2013-09-22 Martin Storsjömediacodec: Support playing back VP8 as well
2013-09-22 Martin Storsjöomxil: Add a new qualcomm specific custom pixel format
2013-09-22 Martin Storsjömediacodec: Don't return frames before the output forma...
2013-09-22 Ilkka Ollakkaavcodec: use correct buffer size in fill_audio_frame
2013-09-22 Ilkka Ollakkaavcodec: use context->channels in audio encoding
2013-09-22 Ilkka Ollakkafaad: try to guess channel count if we can, and don...
2013-09-22 Rémi Denis-Courmontavcodec: specify which encoder failed to initialize...
2013-09-22 David Fuhrmannvda: fix linking
2013-09-17 Rafaël Carréx265 encoder
2013-09-16 Jean-Baptiste KempfUnbreak libtwolame compilation
2013-09-16 David Fuhrmannvda: user ref buffer mode
2013-09-16 Jean-Baptiste KempfFix quicktime module link
2013-09-16 Jean-Baptiste KempfFix libass linking that always need freetype
2013-09-16 Rémi Denis-Courmontxcb: simplify build rules
2013-09-16 Rémi Denis-Courmontmodules: fix Windows build
2013-09-16 Rémi Denis-Courmontdemux: remove makefile recursion
2013-09-16 Rémi Denis-Courmontcodec: remove makefile recursion
2013-09-16 Rémi Denis-Courmontcodec: avoid genmf
2013-09-16 Rémi Denis-Courmontmodules: remove VLC-specific AM_LIBADD, simplify
2013-09-16 Rémi Denis-Courmontmodules: simplify CPPFLAGS & CFLAGS
2013-09-16 Rémi Denis-Courmontmodules: use different directory prefixes for each...
2013-09-15 Rémi Denis-Courmontmash: remove plugin
2013-09-14 Rémi Denis-Courmontdts: compile header helpers only once (refs #9367)
2013-09-14 Rémi Denis-Courmontcodec: avoid genmf for simple audio codecs
2013-09-14 Rémi Denis-Courmontmodules: factor Makefile statement
2013-09-14 Rémi Denis-Courmontavcodec: move more build logic to Makefile
2013-09-13 Ilkka Ollakkax262: add new x262 MPEG-2 encoding module based on...
2013-09-11 Pierre YnardFix grammar in comments
2013-09-11 Jean-Baptiste Kempfs/informations/information
2013-09-09 Rafaël Carréuse i_visible_ dimensions to initialize encoders
2013-09-07 Felix Paul Kühnezvbi: fix teletext decoding broken in b3c35a765 (close...
2013-09-06 Julian Scheelomxil: rpi: Fetch pixel aspect ratio from decoder.
2013-09-05 Julian Scheelomxil: vout: Handle dynamic aspect changes.
2013-09-05 Rémi Denis-CourmontAdd subdir-objects automake option where appropriate
2013-09-05 Rémi Denis-Courmontavcodec: align dimensions only for software decoding
2013-09-02 Timothy B. TerriberryFix a memory leak in ParseVorbisComments().
2013-09-01 Rémi Denis-Courmontavcodec: pass aligned picture dimensions to video output
2013-08-29 Martin Storsjöomxil: Use pts instead of dts by default
2013-08-29 Martin Storsjöomxil: Include timestamps in the omx debug messages
2013-08-29 Rémi DuraffortFix memory leak (cid #1048910)
2013-08-21 Julian Scheelomxil: Release picture in direct rendering mode.
2013-08-21 Julian Scheelomxil: Activate mpeg2 on broadcom omx.
2013-08-20 Rafaël Carréflac encoders: use the long format extradata
2013-08-19 Jean-Baptiste KempfRevert "avio: differentiate between avio-options and...
2013-08-19 Edward Wangavio: differentiate between avio-options and sout-avio...
2013-08-19 Edward Wangavcodec: no period after option short name
2013-08-16 Ilkka Ollakkaavcodec: set frame samples to 0 if frame fill fails...
2013-08-16 Rafaël Carréavcodec encoder: remove 10 years old non sense
2013-08-16 Rafaël Carréavcodec: rate limit messages about direct rendering
2013-08-09 Vittorio Giovararevert 062b886122287d8ad3ec93b3faa59808d2b1e9c7
2013-08-08 Rémi Denis-Courmontavcodec: use reference counting for audio decoding
2013-08-08 Rémi Denis-Courmontavcodec: refer to AVFrame as a pointer, non-functional...
next