]> git.sesse.net Git - vlc/history - modules/codec/avcodec
Avcodec: use the already computed size
[vlc] / modules / codec / avcodec /
2013-11-30 Jean-Baptiste KempfAvcodec: use the already computed size
2013-11-30 Ilkka Ollakkaavcodec: set dummy time base value in probing
2013-11-30 Ilkka Ollakkaavcodec: define 1/2 second buffer size by default
2013-11-09 Daniel VerkampSort avcodec mapping table by AVCodecID enum
2013-11-07 Rémi Denis-Courmontavcodec: add ARGB mapping
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 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-23 Luca Barbatoavcodec: Always use av_malloc to alloc extradata
2013-10-21 Luca BarbatoFix DxVA2 crash on Error path
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é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-12 Edward Wangavcodec: fix discrepancy between documentation and...
2013-09-29 Ilkka Ollakkaavcodec: check/update buffered_time earlier, so we...
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 Rémi Denis-Courmontavcodec: specify which encoder failed to initialize...
2013-09-16 David Fuhrmannvda: user ref buffer mode
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-05 Rémi Denis-Courmontavcodec: align dimensions only for software decoding
2013-09-01 Rémi Denis-Courmontavcodec: pass aligned picture dimensions to video output
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...
2013-08-08 Rémi Denis-Courmontavcodec: avoid forward declaration
2013-08-08 Rémi Denis-Courmontaout: rework aout_Interleave()
2013-08-08 Jean-Baptiste KempfMap Voxware MetaSound Codec IDs
2013-08-07 Jean-Baptiste KempfAvcodec: correctly #ifdef VOXWARE CODEC_ID
2013-08-06 Rémi Denis-Courmontavcodec: fix sign warning
2013-08-06 Rémi Denis-Courmonthwdummy: update to latest libavcodec
2013-07-26 Rémi Denis-Courmontavcodec: do not allocate unused output buffers
2013-07-25 Rémi Denis-Courmontavcodec: rationalize hwaccel copy/extract callback...
2013-07-25 Rémi Denis-Courmontavcodec: rationalize hwaccel surface allocation callback
2013-07-25 Rémi Denis-Courmontavcodec: pass data pointer to hwaccel release callbacks...
2013-07-25 Rafaël Carréavcodec audio: update block pointer on realloc
2013-07-24 Sebastien Zwickertvda: reset correctly the coded frame size.
2013-07-24 Rémi Denis-Courmontavcodec: pass AVFrame.opaque to hwaccel release callback
2013-07-24 Rémi Denis-Courmontavcodec: remove va parameter from hwaccel release callback
2013-07-24 Rémi Denis-Courmonthwdummy: remove no-op
2013-07-24 Rémi Denis-Courmontvaapi: avoid usage of vlc_va_t * from the release callback
2013-07-24 Rémi Denis-Courmontvaapi: use AVFrame.opaque to store per-picture state...
2013-07-24 Rémi Denis-Courmontdxva2: use AVFrame.opaque to store internal per-picture...
2013-07-24 Rémi Denis-Courmontavcodec. remove redundant code
2013-07-24 Rémi Denis-Courmontavcodec: log why picture is unsuitable for direct rendering
2013-07-24 Rémi Denis-Courmontavcodec: add assertion after vlc_va_Get() + cosmetics
2013-07-24 Rémi Denis-Courmontavcodec: factor frame initialization code
2013-07-24 Rémi Denis-Courmontavcodec: remove debug code
2013-07-23 Rémi Denis-Courmontavcodec: fix sign of codec ID
2013-07-23 Rémi Denis-Courmontavcodec: use reference counting for video decoder
2013-07-23 Rémi Denis-Courmonthwdummy: improve assertions
2013-07-23 Rémi Denis-Courmontavcodec: fix warning
2013-07-21 Francois Cartegnieavcodec: fix av_pix_fmt_desc_get() with ffmpeg
2013-07-20 Rémi Denis-Courmontvaapi: protect potentially concurrent access to the...
2013-07-20 Rémi Denis-Courmontavcodec: split out and document vlc_va_t
2013-07-20 Rémi Denis-Courmontvaapi: cosmetic
2013-07-20 Jean-Baptiste KempfAvcodec: fix FTBFS with older libav/FFmpeg
2013-07-19 Rémi Denis-Courmontavcodec: simplify thread support checks
2013-07-19 Rémi Denis-Courmontavcodec: list all pixel formats, then try hardware...
2013-07-19 Rémi Denis-Courmontavcodec: fix potential multiple free of hwaccel module
2013-07-18 Rémi Denis-Courmontavcodec: autodetect hardware acceleration by default
2013-07-18 Rémi Denis-Courmontdxva2: drop priority to zero for the time being
2013-07-18 Rémi Denis-Courmontvaapi: drop priority to zero
2013-07-18 Rémi Denis-Courmontvda: drop priority to zero (refs #8927)
2013-07-18 Rémi Denis-Courmontavcodec: allow frame threading with hardware acceleration
2013-07-18 Rémi Denis-Courmontavcodec: pass coded dimensions to hardware decoder
2013-07-16 Vittorio Giovarafix video playback when width and height differ from...
2013-07-10 Rémi Denis-Courmontavcodec: allow codec NONE in the table (refs #8887)
2013-07-09 Rémi Denis-Courmonthwdummy: add some useful debug
2013-07-07 Rémi Denis-Courmontavcodec: remove old VDPAU hardware decoder
2013-07-07 Rémi Denis-Courmontavcodec: add dummy hardware decoding plugin
2013-07-03 Felix Paul Kühnevda: fix potential crash on empty buffer
2013-07-03 Rémi Denis-Courmontavcodec: fix deadlock when flusing (fixes #8901)
2013-07-02 Timo RothenpielerMake vaapi decoder compatible with latest libva changes
next