]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg/encoder.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / modules / codec / ffmpeg / encoder.c
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-08 Rafaël CarréWhen specifying --sout-transcode-samplerate and --sout...
2008-03-25 Jean-Paul SamanSet rc_qsquish=1 in AVContext when b_strict is used...
2008-03-12 Rémi DuraffortThe last but not the least commit about these useless...
2008-03-11 Rémi DuraffortAnother time : remove useless test before free().
2008-03-11 Jean-Paul SamanFix building AAC profile selection for outdated ffmpeg...
2008-03-11 Jean-Paul SamanCleanup of AAC profile selection.
2008-03-11 Jean-Paul SamanAdd option to encode aac low, main, sbr or ltp profiles.
2008-02-29 Faustino OsunaLet's try this again. Detect older and new versions...
2008-02-29 Faustino OsunaToo many problems with new ffmpeg detection, reverting...
2008-02-29 Faustino OsunaDetect and allow older versions of ffmpeg to be used...
2008-02-28 Faustino OsunaUpdate references to ffmpeg header files to match new...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-29 Ilkka Ollakkaset qmin=3 in ffmpeg encode when bitrate is set and...
2008-01-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-29 Ilkka Ollakka- fix qmax/qmin if statements
2008-01-25 Ilkka Ollakka- set rc_min_rate = rc_max_rate when strict-rc is set
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-09-09 Ilkka OllakkaPatch from Alex Antropoff, put block_align in use....
2007-08-16 Rémi Denis-Courmontffmpeg: use var_GetGlobalMutex
2007-08-04 Rémi Denis-CourmontFix previous commit
2007-08-04 Rémi Denis-CourmontRemove code from module descriptor.
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-02-11 Antoine Cellerier * Fix ffmpeg muxer. (flv muxing now works with ./vlc...
2007-01-14 Damien Fouilleul- ffmpeg/encoder.c: more int64_t fixes
2007-01-11 Christophe MutricyRemove the warning. thanks to Quovodis
2007-01-11 Christophe MutricyBetter a compile warning than a bug. Thanks to Robert...
2007-01-11 Damien Fouilleul- ffmpeg/encoder.c: force AV_NOPTS_VALUE to int64_t...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-24 Christophe MutricyUse LOW_DELAY only with MPEG1/2. Closes #864
2006-11-18 Derk-Jan Hartman* Don't use deprecated functions if libswscaler is...
2006-11-08 Christophe Massiot * modules/codec/ffmpeg/encoder.c: MPEG compliance...
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-29 Derk-Jan Hartman* fix stupid mistake in [16427]
2006-08-29 Derk-Jan Hartman* set the proper buffer size when encoding with ffmpeg...
2006-08-29 Jean-Paul SamanFix compiler warnings (mismatch in datatypes)
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-09 Jean-Paul SamanFix comments
2006-05-29 Jean-Paul SamanThis patch removes the usage of FFMPEG's internal ff_mp...
2006-01-12 Antoine CellerierFSF address change.
2005-10-31 Gildas Bazin* modules/codec/ffmpeg/encoder.c: fmt_out.p_extra needs...
2005-09-19 Felix Paul Kühne* fixed some 'comparison between signed and unsigned...
2005-09-18 Steve Lhommemisc possible buffer/resource misuse & tidy compilation
2005-08-11 Christophe Massiot * modules/codec/ffmpeg: ffmpeg's av_log() messages...
2005-08-03 Christophe Massiot * modules/codec/ffmpeg/encoder.c: Avoid a useless...
2005-08-02 Christophe Massiot * modules/codec/ffmpeg: More locking around avcodec_op...
2005-08-01 Christophe Massiot * modules/codec/twolame.c, modules/codec/ffmpeg/encode...
2005-07-27 Christophe Massiot * modules/codec/ffmpeg: New --no-sout-ffmpeg-interlace...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-01 Sigmund Augdal Helbergcompile fix
2005-06-10 Christophe Massiot * modules/codec/ffmpeg: New options to fine-tune advan...
2005-06-07 Christophe Massiot * modules/codec/ffmpeg: More sensible values for ...
2005-06-06 Gildas Bazin* modules/codec/ffmpeg/encoder.c: don't enable CODEC_FL...
2005-05-20 Christophe Massiot * modules/codec/ffmpeg/encoder.c: If qmin == qmax...
2005-05-10 Gildas Bazin* modules/codec/ffmpeg/*, modules/stream_out/switcher...
2005-03-17 Gildas Bazin* modules/codec/ffmpeg/encoder.c: reverted commit 10351...
2005-03-15 Christophe Massiot* modules/codec/ffmpeg/encoder.c: Fixed aspect ratio...
2005-03-11 Gildas Bazin* modules/codec/ffmpeg/encoder.c, modules/stream_out...
2005-02-07 Gildas Bazin* include/vlc_common.h, include/modules_inner.h, module...
2004-12-22 Derk-Jan Hartman* ffmpeg/encoder.c: if p_codec->pix_ftms is not yet...
2004-12-20 Gildas Bazin* modules/codec/ffmpeg/encoder.c: use pix_fmt specified...
2004-12-14 Gildas Bazin* modules/codec/ffmpeg/encoder.c: typo for strict-rc...
2004-11-05 Gildas Bazin* modules/codec/ffmpeg/*: fix interlaced encoding ...
2004-11-05 Gildas Bazin* modules/codec/ffmpeg/encoder.c: hmm better be safe...
2004-11-05 Gildas Bazin* modules/codec/ffmpeg/encoder.c: stupid rounding error...
2004-10-30 Gildas Bazin* modules/codec/ffmpeg/encoder.c: compilation fix for...
2004-10-27 Gildas Bazin* modules/codec/ffmpeg/encoder.c: work around stupid...
2004-10-24 Gildas Bazin* modules/codec/ffmpeg/encoder.c: sanity check for...
2004-09-26 Gildas Bazin* modules/codec/ffmpeg/*: new --ffmpeg-lowres option...
2004-07-28 Gildas Bazin* modules/codec/ffmpeg/*:
2004-07-10 Laurent Aimar all: sout_ParseCfg -> sout_CfgParse.
2004-04-26 Gildas Bazin* modules/codec/ffmpeg/encoder.c: win32 compilation fix
2004-04-26 Gildas Bazin* modules/codec/ffmpeg/encoder.c: fixed aspect ratio.
2004-04-26 Gildas Bazin* modules/codec/ffmpeg/encoder.c: some option names...
2004-04-25 Gildas Bazin* src/stream_output/stream_output.c: small sout_cfg_par...
2004-04-23 Gildas Bazin* modules/stream_out/transcode.c: fixed mem leak +...
2004-04-23 Gildas Bazin* modules/codec/ffmpeg/encoder.c: fixed memory leak.
2004-04-13 Gildas Bazin* modules/codec/ffmpeg/encoder.c: ffmpeg doesn't segfau...
2004-04-05 Gildas Bazin* modules/stream_out/transcode.c: hack to work around...
2004-03-23 Gildas Bazin* modules/codec/ffmpeg/encoder.c: removed unused stuff.
2004-03-06 Gildas Bazin* modules/codec/ffmpeg/encoder.c:
2004-03-03 Christophe Massiot* modules/codec/ffmpeg/encoder.c:
2004-02-21 Gildas Bazin* modules/codec/ffmpeg/encoder.c: make it ffmpeg-0...
2004-02-20 Christophe Massiot* modules/codec/ffmpeg/encoder.c, modules/stream_out...
2004-01-04 Laurent Aimar * encoder.c: corrected required LIBAVCODEC_BUILD
2003-12-14 Gildas Bazin* modules/gui/wxwindows/*: Added the video scale option...
2003-12-07 Gildas Bazin* include/vlc_block_helper.h: small bugfix to block_Fin...
2003-12-04 Gildas Bazin* modules/codec/ffmpeg/encoder.c, modules/codec/speex...
2003-11-29 Christophe Massiot* input: new cr-average option, allowing to configure the
2003-11-29 Laurent Aimar * all: - increased avcodec version needed to 4680...
2003-11-29 Laurent Aimar * all: - fixed non I420 input
2003-11-29 Laurent Aimar * encoder: added a memset.
2003-11-29 Gildas Bazin* modules/codec/ffmpeg/encoder.c: fixed compilation...
2003-11-28 Gildas Bazin* modules/codec/ffmpeg/*: fixed the code to disable...
2003-11-28 Christophe MassiotForgot that yesterday...
next