]> git.sesse.net Git - vlc/history - modules/codec/avcodec
Lua: extension: simplify command dequeuing
[vlc] / modules / codec / avcodec /
2013-06-15 Rémi Denis-Courmontavcodec: option name is avcodec-hw
2013-06-12 Rémi Denis-Courmontavcodec: simplification
2013-06-12 Rémi Denis-Courmontavcodec: fix end-of-stream handling (fixes #8792) and...
2013-06-12 Rémi Denis-Courmontavcodec: missing error handling (refs #8792)
2013-06-11 Rémi Denis-Courmontvdpau: fallback to NV12 if YV12 is unsupported (fixes...
2013-06-11 Rémi Denis-Courmontavcodec: adjust MT contention scope
2013-06-11 Rémi Denis-Courmontavcodec: unused variable
2013-06-11 Jean-Baptiste KempfAvcodec: Map G2M4 FourCC
2013-06-06 Rafaël Carréavcodec: support private options
2013-06-04 Rafaël Carréavcodec encoder: disable multithreading
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éavcodec: remove dummy EndSubtitleDec
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-05-25 Rémi Denis-Courmontavodec: unused variable
2013-05-23 Ilkka Ollakkaavcodec: handle leftover samples properly
2013-05-18 Jean-Baptiste KempfAvcodec: map ICOD
2013-05-06 Rafaël Carréavformat demux: allow to demux bluray pcm
2013-05-05 Felix Paul Kühnevda: remove useless debug
2013-05-05 Ilkka Ollakkaavcodec: check if we need to padd last frame
2013-05-03 Tristan Matthewsavcodec: avoid division by zero
2013-05-02 Felix Paul Kühnevda: minor cleanup
2013-05-02 Christoph MiebachRemove more unused msgid defines and de-duplication
2013-05-02 Felix Paul Kühnevda: fix major memory leak which killed decoding shortl...
2013-04-30 Felix Paul KühneRevert "avcodec/vda: add shortcut for non-ambigous...
2013-04-30 Nicolas Bertrandavcodec: Add XYZ colorspace
2013-04-29 Rémi Denis-Courmontavcodec: H.263 can be accelerated too
2013-04-29 Rafaël Carrésout avcodec: simplify OpenEncoder retry
2013-04-28 Rafaël Carréavcodec: do not use deprecated reordered_opaque
2013-04-27 Rémi Denis-Courmontavcodec: ignore audio output buffer padding (fixes...
2013-04-27 Rémi Denis-Courmontvdpau: determine correct decoder profile and level...
2013-04-27 Rémi Denis-Courmontavcodec: pass profile and level to hardware acceleration
2013-04-27 Rémi Denis-Courmontvdpau: check decoder profile support (refs #8400)
2013-04-27 Rémi Denis-Courmontvdpau: check video surface capabilities (fixes #8494)
2013-04-25 Felix Paul Kühnevda: add debug messages (refs #8440)
2013-04-24 Rafaël Carréavcodec audio decoder: stricter PTS output
2013-04-15 Ilkka Ollakkaavcodec: make clearer that i_quality is setted only...
2013-04-15 Ilkka Ollakkaavcodec: use rd instead simple as defaul mb_decision...
2013-04-14 Felix Paul Kühneavcodec/vda: fixed compilation and warnings
2013-04-01 Ilkka Ollakkaavcodec: check if we can feed variable size frames...
2013-04-01 Ilkka Ollakkaavcodec: cleanup encodeAudio
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-25 Zoran Turalijaavcodec: Correct macro definition in LIBAVUTIL_VERSION_...
2013-03-25 Zoran Turalijaavcodec: Compile again with FFmpeg libavcodec library.
2013-03-24 Ilkka Ollakkaavcodec: set default channel layout on encoding
2013-03-24 Ilkka Ollakkaavcodec: on encoding, try to match vlc and avcodec...
2013-03-17 Ilkka Ollakkaavcodec: flag blocks as corrupted if avpacket tells...
2013-03-17 Ilkka Ollakkaavcodec: mark SP/SI/BI pictures
2013-03-14 Ilkka Ollakkaavcodec: use encode_video2 if available
2013-03-12 Jean-Baptiste KempfPartial revert of "avcodec: remove support for old...
2013-03-12 Jean-Baptiste KempfAvcodec: create replacements for older versions of...
2013-03-12 Jean-Baptiste Kempflibav*: create a new avcommon_compat.h file for backwar...
2013-03-09 Rémi Denis-Courmontavcodec: elim thresholds are only in libavcodec < 55...
2013-03-09 Rémi Denis-Courmontavcodec: fix pointer conversion warning
2013-03-09 Rémi Denis-Courmontavcodec: drop deprecated deinterlacing filter
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-09 Rémi Denis-Courmontavcodec: remove obsolete compatibility stuff
2013-03-09 Rémi Denis-CourmontRemove unsupported SONIC codec
2013-03-09 Rémi Denis-Courmontavcodec: zero copy audio decoding
2013-03-09 Rémi Denis-Courmontavcodec: cosmetics
2013-03-09 Rémi Denis-Courmontavcodec: update to audio4 decoding API
2013-03-08 Rémi Denis-CourmontDrop aborted SNOW codec
2013-03-06 Felix Paul Kühneavcodec: remove 'lowres' option since it is ignored...
2013-03-02 Rafaël Carréavcodec audio decoder: bump arbitrary decoded frame...
2013-03-01 Francois Cartegniechroma: add avutil version check for YUV422P9LE/BE...
2013-02-18 Rémi Denis-Courmontavformat: add non-native float audio (fixes #8191)
2013-02-11 Vittorio GiovaraAdd gui option one libav/ffmpeg flag2 parameter
2013-01-25 Jean-Baptiste KempfAvcodec, restore the threads count to auto
2013-01-25 Rafaël CarréUse precise version check for FFmpeg/libav
2013-01-25 Rafaël CarréAdd LIBAVUTIL_VERSION_CHECK (based on LIBAVCODEC_VERSIO...
2013-01-25 Rafaël CarréFFmpeg doesn't use the same version numbers than Libav
2013-01-22 Ilkka Ollakkaavcodec: reuse AVFrames so no need to allocate/free...
2013-01-15 Rémi Denis-Courmontavcodec: fix warnings
2013-01-14 Jean-Baptiste KempfDxVA2: fix GetProcAddress usage under UNICODE
2013-01-13 Rémi Denis-Courmontvdpau: use ctz()
2013-01-13 Rémi Denis-Courmontvdpau: VDPAU hardware decoding with avcodec
2013-01-10 Rafaël Carréavcodec audio decoder: remove SplitBuffer()
2013-01-10 Rafaël Carréavcodec audio decoder: use VLC_TS_INVALID
2013-01-10 Rafaël Carréavcodec audio: factorize error case
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: look up pix fmt only once during deinterlace...
2013-01-04 Rémi Denis-Courmontavcodec: cleanup chroma helper prototypes
2013-01-04 Rémi Denis-Courmontavcodec: print picture format name when unsupported...
2013-01-01 Timo Rothenpielervaapi: Use vaDeriveImage instead of vaGetImage if available
2012-12-30 Ilkka Ollakkaavcodec: try to find packet sample format for encoding
2012-12-30 Ilkka Ollakkaavcodec: deinterleave samples if input format for codec...
2012-12-30 Ilkka Ollakkaavcodec: split encoding chunks to frame_size portions
2012-12-30 Ilkka Ollakkaavcodec: set EncodeAudio/Video at the end
2012-12-30 Ilkka Ollakkaavcodec: fix codec mapping array size check
next