]> git.sesse.net Git - vlc/history - modules/codec/avcodec/encoder.c
avcodec: don't guess size when encoding video
[vlc] / modules / codec / avcodec / encoder.c
2014-07-05 Tristan Matthewsavcodec: don't guess size when encoding video
2014-06-14 Jean-Baptiste KempfUpgrade requirements for libavcodec and libavutil
2014-06-11 Hugo Beauzée-Luyssenavcodec: encoder: Fix rounding issue
2014-06-09 Jean-Baptiste KempfAvcodec: remove trailing space
2014-06-09 Jean-Baptiste KempfAvcodec: use av_malloc/av_free for buffers
2014-04-27 Jean-Baptiste KempfUse RGB for TIFF encoding
2014-04-07 Brian Schmidtavcodec: Fix memory leak in EncodeVideo
2014-04-02 Tristan Matthewsavcodec encoder: get bytes per pixel from context if...
2014-03-10 Rafaël Carréavcodec: use PRIx64 to print uint64_t
2014-03-06 Ilkka Ollakkaavcodec:multichannel encoding support
2014-02-27 Rémi Denis-Courmontavcodec: remove the VLC DSP mask (except on Android...
2014-02-22 Rémi Denis-Courmontavutil: vector and serialize CPU flags initialization
2014-02-19 Rafaël Carréavcodec encoder: add more aac profiles
2014-02-19 Rafaël Carréavcodec encoder: aac ssr profile is supported
2014-02-19 Rafaël Carréavcodec audio encoder: set frame size
2014-01-10 Ilkka Ollakkadifferentiate mpga (layer 2) and mp3 (layer 3) codecs
2013-12-19 Rafaël Carrélibavutil: set verbosity based on VLC own verbosity
2013-12-03 Ilkka Ollakkaavcodec: just set timestamp at beginning of block
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-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-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-10-20 Ilkka Ollakkaavcodec: release block on flushing if we are not using it
2013-10-19 Ilkka Ollakkaavcodec: missed AV_NOPTS_VALUE check
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-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-09 Rafaël Carréuse i_visible_ dimensions to initialize encoders
2013-08-20 Rafaël Carréflac encoders: use the long format extradata
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-07-23 Rémi Denis-Courmontavcodec: fix sign of codec ID
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
next