]> git.sesse.net Git - vlc/history - modules/codec/avcodec/encoder.c
Simplify FLAC extradata (streaminfo) parsing
[vlc] / modules / codec / avcodec / encoder.c
2013-06-23 Rafaël CarréSimplify FLAC extradata (streaminfo) parsing
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-06 Rafaël Carréavcodec: support private options
2013-06-04 Rafaël Carréavcodec encoder: disable multithreading
2013-05-25 Rémi Denis-Courmontavodec: unused variable
2013-05-23 Ilkka Ollakkaavcodec: handle leftover samples properly
2013-05-05 Ilkka Ollakkaavcodec: check if we need to padd last frame
2013-05-03 Tristan Matthewsavcodec: avoid division by zero
2013-04-29 Rafaël Carrésout avcodec: simplify OpenEncoder retry
2013-04-15 Ilkka Ollakkaavcodec: make clearer that i_quality is setted only...
2013-04-01 Ilkka Ollakkaavcodec: check if we can feed variable size frames...
2013-04-01 Ilkka Ollakkaavcodec: cleanup encodeAudio
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-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: replace gone CODEC_ID_* with AV_CODEC_ID_*
2013-03-09 Rémi Denis-Courmontavcodec: remove support for old versions
2013-01-25 Rafaël CarréUse precise version check for FFmpeg/libav
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-04 Rémi Denis-Courmontavcodec: split TestFfmpegChroma() in two functions
2013-01-04 Rémi Denis-Courmontavcodec: cleanup chroma helper prototypes
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: set encoding sample format correctly and don...
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...
next