]> git.sesse.net Git - vlc/history - modules/codec/avcodec
fdkaac: prefer fdkaac over avcodec for mp4a encoding
[vlc] / modules / codec / avcodec /
2014-02-08 Jean-Baptiste KempfMap FIC fourcc to libavcodec
2014-02-07 Matthias Keiseravcodec: copy video orientation to output format
2014-02-03 David Fuhrmannvda: use the ffmpeg api to avoid memleaks.
2014-01-17 Rafaël Carréavcodec: map OPUS codec
2014-01-13 Rafaël Carréavcodec video decoder: returns delayed frames at end...
2014-01-12 Daniel Verkampavcodec: map Auravision AURA
2014-01-12 Daniel Verkampavcodec: map Canopus Lossless (CLLC)
2014-01-12 Daniel Verkampavcodec: map KGV1 (Kega Game Video)
2014-01-11 Daniel Verkampavcodec: map Escape 124 video
2014-01-11 Daniel Verkampavcodec: map PCX
2014-01-11 Daniel Verkampavcodec: map RenderWare TXD
2014-01-11 Daniel Verkampavcodec: map GameCube THP video and audio
2014-01-11 Daniel Verkampavcodec: map LCL MSZH and ZLIB
2014-01-11 Daniel Verkampavcodec: map Wing commander IV Xxan video
2014-01-10 Ilkka Ollakkadifferentiate mpga (layer 2) and mp3 (layer 3) codecs
2014-01-09 Jean-Baptiste KempfMap Bink Audio and Video codecs
2014-01-09 Jean-Baptiste KempfAdd Atrac3+ decoder mapping
2013-12-29 Jean-Baptiste KempfAvcodec chroma: use a more resistant ifdef for 0BGR
2013-12-28 Luca Barbatoavcodec: Always output frames
2013-12-28 Jean-Baptiste KempfFix FFv1 output with FFmpeg
2013-12-28 Jean-Baptiste KempfDo not activate YUVA422P in FFmpeg until 51.74.100
2013-12-19 Rafaël Carrélibavutil: set verbosity based on VLC own verbosity
2013-12-19 Rafaël Carréavcommon.h: move code around
2013-12-16 Jean-Baptiste KempfAvcodec: fix FTBFS with FFmpeg because of YUVA422P...
2013-12-10 Rafaël Carréavcodec: handle codecs outputting YUVA 4:2:0 and 4:2:2
2013-12-06 Rafaël Carréavcodec: decode dvbs
2013-12-03 Ilkka Ollakkaavcodec: just set timestamp at beginning of block
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
next