]> git.sesse.net Git - vlc/history - modules/codec/avcodec/encoder.c
avcodec: aout_BitsPerSample uses vlc_fourcc_GetCodec itself, so no need to call...
[vlc] / modules / codec / avcodec / encoder.c
2012-12-30 Ilkka Ollakkaavcodec: aout_BitsPerSample uses vlc_fourcc_GetCodec...
2012-12-21 Rémi Denis-Courmontavcodec: simplify audio sample format mapping
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-25 Jean-Baptiste KempfFix code indentation
2012-10-24 Ilkka Ollakkaavcodec: only set min/maxrate if rc-buffer-size is set
2012-10-24 Ilkka Ollakkaavcodec: use av_freep in encode_audio2 case too
2012-10-24 Ilkka Ollakkaavcodec: flush buffer and use encode_audio2() on audio
2012-10-24 Jean-Baptiste KempfUpdate required version of libavcodec to 53.34
2012-10-24 Ilkka Ollakkaavcodec: use av_freep instead of avcodec_free_frame
2012-10-24 Ilkka Ollakkaavcodec: settings pts doesn't segfault with mp4v
2012-10-24 Ilkka Ollakkaavcodec: allocate frame properly and free it after use
2012-10-24 Ilkka Ollakkaavcodec: remove pts workaround
2012-10-24 Ilkka Ollakkaavcodec: p_buffer_out was unused
2012-10-19 Ilkka Ollakkatranscode: send NULL packet to audio encoder when closing
2012-10-09 Jean-Baptiste KempfAvcodec: set the Dsp flags for the encoders too
2012-10-06 Ilkka OllakkaRevert "avcodec: set libmpeg2mmx idct in use if we...
2012-09-06 Jean-Baptiste Kempfs/FFmpeg/libavcodec where applicable
2012-08-16 Jean-Baptiste KempfAvcodec: use the standard includes
2012-08-14 Ilkka Ollakkaavcodec: add aac-profile strings for he-aac and he...
2012-08-04 Rémi Denis-Courmontavcodec: factor CPU detection code
2012-08-04 Rémi Denis-CourmontCheck for 3D Now! at build time
2012-08-04 Rémi Denis-CourmontCheck for SSE4 at build time where possible
2012-08-04 Rémi Denis-CourmontCheck for SSSE3 at build time if possible
2012-08-04 Rémi Denis-CourmontCheck for SSE3 at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for SSE2 at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMXEXT and SSE at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMX at build-time if possible
2012-08-01 Rémi Denis-Courmontcpu: do not define capabilities on platforms that do...
2012-07-29 Jean-Baptiste KempfAvcodec: fix a sign warning
2012-06-08 Jean-Baptiste Kempfavcodec: fix mpeg-1 encoding
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-04-20 Rafaël CarréRevert "Fix AAC encoding with ffaac"
2012-04-17 Rafaël CarréSanitize FFmpeg modules options
2012-04-15 Rafaël Carrélibav*: move avformat/avcodec init to a single header...
2012-04-01 Jean-Baptiste KempfFix AAC encoding with ffaac
2012-03-29 Aurelien NephtaliFix --sout-ffmpeg-codec
2012-03-04 Rémi Duraffortcosmetics (unused variable).
2012-02-25 Ilkka Ollakkaavcodec: Allow encoding standard stricted to be from...
2012-02-13 Ilkka Ollakkaavcodec: avoid unneeded memcpy in EncodeVideo/Audio
2012-01-29 Rafaël Carréavcodec: update to libavcodec 54
2012-01-27 Martin Storsjöavcodec: Set time_base for audio encoders, too
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-11-14 Rafaël Carréffmpeg: add ffmpeg-codec and sout-ffmpeg-codec
2011-11-01 Laurent AimarAllowed to use mp2/mp3 to specify layer 2/3 for mpeg...
2011-10-05 Laurent AimarUsed the nearest available frame rate in avcodec encoder.
2011-09-04 Ilkka Ollakkaavcodec: set libmpeg2mmx idct in use if we encode to...
2011-07-10 Rafaël Carréavcodec EncodeVideo(): reduce indentation level
2011-04-19 Konstantin PavlovUpdate av* code to use new APIs after Libav Big Bump.
2011-03-16 Jean-Baptiste KempfFFmpeg: remove support for misplaced headers
2010-11-02 Laurent AimarFixed potential NULL deference when flushing in avcodec...
2010-07-29 Hugo Beauzée-Luyssenavcodec: encoder: Check memory allocations.
2010-07-27 Hugo Beauzée-Luyssenavcodec: encoder: Don't assume a maximum BPP of 24
2010-06-13 Ilkka Ollakkaavcodec: don't play rc-max/min for vp8, doesn't seem...
2010-06-05 Ilkka Ollakkaavcodec: fix vp8 default to check height for 720p
2010-06-05 Ilkka Ollakkaavcodec: default gop=120 for vp80
2010-06-05 Ilkka Ollakkaavcodec: fix typo
2010-06-01 Ilkka Ollakkaavcodec: adjust encoders vp8 defaults littlebit
2010-05-29 Ilkka Ollakkaavcodec: blacklist WMV2 also, missed that codec previously
2010-05-26 Ilkka Ollakkaavcodec: disable vp8-encoder options until it's in...
2010-05-26 Ilkka Ollakkaavcodec: change version-check to 52.69.1 for libvpx...
2010-05-26 Ilkka Ollakkaavcodec: add littlebit options that are adjusted for VP8
2010-05-26 Ilkka Ollakkaavcodec: check p_pict for NULL before using it
2010-05-26 Ilkka Ollakkaavcodec: set some hopefully reasonable defaults to...
2010-05-16 Ilkka Ollakkaavcodec: blacklist some codecs for multithreading
2010-05-04 Ilkka Ollakkaavcodec: use vlc_GetCPUCount() to set thread count...
2010-05-01 Laurent AimarFixed avcodec audio encoder wrapper.
2010-05-01 Laurent AimarFixed potential segfault (on failures) with avcodec...
2010-04-29 Ilkka Ollakkatranscoding video, sends NULL when ending. Should fix...
2010-04-29 Ilkka Ollakkaavcodec: default to 2 threads on encoding
2010-04-16 Jean-Baptiste KempfAvcodec: bump required version to 52.2.0
2009-12-30 Rémi Denis-Courmontlavc: kill config_Get
2009-12-21 Rafaël CarréIncrease avcodec encoding output buffer size
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-11-09 Rémi Duraffortavcodec: add missing variable.
2009-11-08 Ilkka Ollakkaavcodec: drop own threading code and just let ffmpeg...
2009-10-18 Rafaël Carréavcodec encoder: sets last-metadata-block for FLAC...
2009-10-10 Rémi Duraffortcodec: use var_Get(Integer|Float|String) when applicable.
2009-09-23 Ilkka Ollakkaavcodec: set codec_id and codec_type in context also
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-14 Pierre Ynardavcodec: disable subtitle encoding
2009-09-03 Rémi Duraffortavcodec: use AV_VERSION_INT.
2009-08-05 Jean-Baptiste KempfAVcodec version needed for 1.1 is 51.48.0 so far.
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
2009-06-19 Rémi DuraffortRemove dead initialization.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
next