]> git.sesse.net Git - vlc/history - modules/codec/avcodec/video.c
avcodec: remove no-op
[vlc] / modules / codec / avcodec / video.c
2014-09-11 Rémi Denis-Courmontavcodec: remove no-op
2014-09-11 Rémi Denis-Courmontavcodec: remove redundant codec_id parameter
2014-09-11 Rémi Denis-Courmontavcodec: remove redundant codec name parameter
2014-09-11 Rémi Denis-Courmontavcodec: constify decoder_sys_t.p_codec
2014-09-11 Rémi Denis-Courmontavcodec: remove indirection
2014-09-11 Rémi Denis-Courmontavcodec: do not overwrite libavcodec internal AVCodec...
2014-09-11 Rémi Denis-Courmontavcodec: remove write-only decoder_sys_t.i_skip_idct
2014-09-11 Rémi Denis-Courmontavcodec: remove deprecated motion vector visualization...
2014-09-11 Rémi Denis-Courmontavcodec: remove useless indirection to The Context
2014-09-11 Rémi Denis-Courmontavcodec: make decoder callbacks static
2014-09-11 Rémi Denis-Courmontavcodec: move video-specific code to video.c
2014-09-02 Hannes Domaniavcodec: fix memory leaks of frame side-data
2014-08-28 Hannes Domaniavcodec: fix memory leak
2014-08-25 Felix Abecassisavcodec: disable frame multithreading with dxva2
2014-06-28 Tristan Matthewsavcodec: video: use CLOCK_FREQ
2014-06-20 Jean-Baptiste KempfAvcodec: Fix potential dereference before null check
2014-06-15 Daniel Verkampavcodec: copy frame-based palette
2014-06-14 Jean-Baptiste KempfUpgrade requirements for libavcodec and libavutil
2014-04-27 Luca Barbatoavcodec: Extend the check for impossible dimensions
2014-03-21 Alex WoodsFix glitching at start of stream playback
2014-03-04 Rémi Denis-Courmontva: pass AVCodecContext rather than only the codec...
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 Denis CharmetDon't silently drop late frames
2014-02-12 Ilkka Ollakkaavcodec: make sure visible_width/height is defined
2014-02-07 Matthias Keiseravcodec: copy video orientation to output format
2014-01-13 Rafaël Carréavcodec video decoder: returns delayed frames at end...
2013-12-28 Luca Barbatoavcodec: Always output frames
2013-10-23 Luca Barbatoavcodec: Always use av_malloc to alloc extradata
2013-10-18 Rafaël Carréavcodec: transmit palette to libavcodec >= 54
2013-10-12 Edward Wangavcodec: fix discrepancy between documentation and...
2013-09-11 Pierre YnardFix grammar in comments
2013-09-11 Jean-Baptiste Kempfs/informations/information
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-16 Rafaël Carréavcodec: rate limit messages about direct rendering
2013-08-09 Vittorio Giovararevert 062b886122287d8ad3ec93b3faa59808d2b1e9c7
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-24 Rémi Denis-Courmontavcodec: pass AVFrame.opaque to hwaccel release callback
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: use reference counting for video decoder
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-Courmontavcodec: split out and document vlc_va_t
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: 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-03 Rémi Denis-Courmontavcodec: fix deadlock when flusing (fixes #8901)
2013-06-24 Rémi Denis-Courmontavcodec: mark get_buffer thread safe
2013-06-20 Rémi Denis-Courmontavcodec: disable threading when decoding in hardware...
2013-06-20 Jean-Paul Samanavcodec/video.c: correct error message when vlc_va_Get...
2013-06-18 Jean-Baptiste KempfAvcodec: disable multi-threading for MPEG-4 Video
2013-06-15 Rémi Denis-Courmontavcodec: option name is avcodec-hw
2013-06-11 Rémi Denis-Courmontavcodec: adjust MT contention scope
2013-06-11 Rémi Denis-Courmontavcodec: unused variable
2013-06-04 Rafaël Carréavcodec: set pkt_pts in old libavcodec versions
2013-06-04 Rafaël Carréavcodec video dec: remove useless assignement in destructor
2013-06-04 Rafaël Carréffmpeg_GetFrameBuf: split out some direct rendering...
2013-06-04 Rafaël Carréffmpeg_GetFrameBuf: simplify
2013-06-04 Rafaël Carréffmpeg_GetFrameBuf: split out va code
2013-06-04 Rafaël Carréffmpeg_GetFrameBuf: simplify
2013-06-04 Rafaël Carréffmpeg_ReleaseFrameBuf: simplify
2013-06-04 Rafaël Carréffmpeg_GetFormat: deindent
2013-04-29 Rémi Denis-Courmontavcodec: H.263 can be accelerated too
2013-04-28 Rafaël Carréavcodec: do not use deprecated reordered_opaque
2013-04-27 Rémi Denis-Courmontavcodec: pass profile and level to hardware acceleration
2013-03-27 Janne Grunauavcodec: hw accel with frame multithreading works since...
2013-03-27 Jean-Baptiste KempfAvcodec: Fix double FPS display
2013-03-25 Jean-Baptiste KempfRestore compatibility with some version of FFmpeg
2013-03-12 Jean-Baptiste KempfPartial revert of "avcodec: remove support for old...
2013-03-09 Rémi Denis-Courmontavcodec: drop deprecated qstride / qscale_table
2013-03-09 Rémi Denis-Courmontavcodec: drop deprecated qscale_type
2013-03-09 Rémi Denis-Courmontavcodec: replace gone CODEC_ID_* with AV_CODEC_ID_*
2013-03-09 Rémi Denis-Courmontavcodec: remove support for old versions
2013-03-06 Felix Paul Kühneavcodec: remove 'lowres' option since it is ignored...
2013-02-11 Vittorio GiovaraAdd gui option one libav/ffmpeg flag2 parameter
2013-01-15 Rémi Denis-Courmontavcodec: fix warnings
2013-01-10 Rémi Denis-Courmontavcodec: allow hardware acceleration plugin to use...
2013-01-04 Rémi Denis-Courmontavcodec: split TestFfmpegChroma() in two functions
2013-01-04 Rémi Denis-Courmontavcodec: print picture format name when unsupported...
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-24 Jean-Baptiste KempfUpdate required version of libavcodec to 53.34
2012-10-16 Rémi Denis-Courmontavcodec: probe acceleration module only once
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: unify interface for video acceleration
2012-10-12 Rémi Denis-Courmontavcodec: reduce indentation, fix spelling
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-09-06 Jean-Baptiste Kempfs/FFmpeg/libavcodec where applicable
next