]> git.sesse.net Git - vlc/history - modules/stream_out/transcode.c
Merge branch 1.0-bugfix
[vlc] / modules / stream_out / transcode.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-18 Laurent AimarUsed picture_IsReferenced in transcode.
2009-05-18 Laurent AimarRemoved picture ring buffer for filter/decoder in trans...
2009-05-18 Laurent AimarUsed picture_* functions when applicable.
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarAdded and used VLC_CODEC_MP3 when applicable.
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2009-05-05 Rémi Denis-Courmonttranscode {a,s,v}enc are module parameters
2009-02-17 Aurélien NephtaliFix crash when transcoding from mpeg2
2009-02-12 Laurent AimarFixed audio transcoding when channel mixing or resampli...
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-19 Rémi DuraffortTest pointers against NULL instead of 0.
2009-01-19 Rémi Denis-Courmontsout_EncoderCreate: create an encoder module
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
2008-12-09 Laurent AimarAllow decoder/packetizer to output meta data.
2008-12-09 Rémi Denis-CourmontFactorize a condition
2008-12-09 Rémi Denis-CourmontFix type
2008-12-09 Rémi Denis-CourmontUse config_ChainDestroy
2008-12-09 Rémi Denis-CourmontUse sout_StreamId* wrappers
2008-11-05 David FlynnFix allocation of picture_t without full initialization
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-24 Laurent AimarFixed SSA subtitles pause.
2008-09-21 Laurent AimarRemoved spu_Create/DestroySubpicture in favor of subpic...
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-17 Laurent AimarFixed spu_RenderSubpictures prototype.
2008-09-13 Laurent AimarRender subtitles (without osd) before taking a snapshot...
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-09-04 Antoine CellerierRemove useless argument to pf_video_blend
2008-09-03 Antoine CellerierProperly malloc(), memcpy() and free() the quantizer...
2008-09-02 Antoine CellerierEncoders are allowed to change the input format. Hence...
2008-09-02 Ilkka OllakkaRevert "transcode: try to fix audio resampling (fix...
2008-08-30 Ilkka OllakkaSet i_aspect after vfilter in transcode
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-25 Antoine CellerierFix "Crash when removing filters after a video encoder...
2008-08-23 Antoine CellerierFix forced audio filter2 usage in transcode (when using...
2008-08-23 Antoine CellerierAdd debug message and quit if channel or rate conversio...
2008-08-16 Rémi Denis-Courmonttranscode: try to fix audio resampling (fix #1862)
2008-08-13 Rémi DuraffortFix potential memleak and check malloc return value.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-10 Laurent AimarFixed segfault when using sfilter in transocde (close...
2008-07-09 Rémi Denis-CourmontRevert remnants of ddac67aaf2bde4179f695bb26033488e8e7c35cc
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-23 Eric PetitFixes a leftover in [eb691987575a7fd877da56d5c8c1219795...
2008-06-23 Eric PetitSet i_visible_width/height, some video filters need...
2008-06-23 Eric PetitFixes the input format for the video user filter chain
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
2008-06-22 Antoine CellerierFinish fixing audio rate changes.
2008-06-22 Antoine CellerierRevert "Special case for fourcc samr and sawb in transc...
2008-06-22 Antoine CellerierRemove dead code.
2008-06-22 Antoine CellerierRemove duplicate function.
2008-06-22 Antoine CellerierHandle image size changes in the video filter chain...
2008-06-18 Antoine CellerierFix uninitialized pointer use.
2008-06-04 Antoine CellerierThis should fix audio transcoding. (unfortunately I...
2008-06-04 Antoine CellerierFix segfault in transcode (audio).
2008-06-04 Antoine CellerierUse filter chain in transcode (audio filter2 and video...
2008-06-02 Antoine CellerierSimplify scale and chroma conversion code a lot. Remove...
2008-06-02 Antoine CellerierAdapt transcode to use the new croppadd video filter...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Jean-Paul SamanRemoved check for p_sys->b_osd because it is not necessary.
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-24 Pierre d'Herbemonttranscode: If no module is explicitely selected, print...
2008-05-24 Pierre d'Herbemonttranscode: When failing also print the fourcc we were...
2008-05-24 Pierre d'Herbemonttranscode: Put more details in error messages.
2008-05-23 Pierre d'Herbemonttranscode: One more occurence of pf_encode_video()...
2008-05-23 Pierre d'Herbemonttranscode: Measure the time taken to encode one audio...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-17 Jean-Paul SamanUse the same default values for i_frame_rate everywhere.
2008-05-17 Pierre d'Herbemonttranscode: Fix a typo about scale.
2008-05-12 Rafaël CarréAsserts the return value of pf_audio_filter()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Jean-Paul SamanPut filter count to zero after releasing all audio...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-30 Ilkka Ollakkasmall adjustment on decoder/encoder fmt_in/out for...
2008-03-12 Jean-Paul SamanRemove trailing whitespace.
2008-03-12 Jean-Paul SamanRefactor video_filters in modules/stream_out/transcode...
2008-03-12 Rémi DuraffortAnother time "Remove useless test ..."
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-02 Jean-Paul SamanRestore resizing functionality with ffmpeg swscale...
2008-01-29 Rafaël Carréstream_out: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-02 Jean-Paul SamanRevert [19071] because it is broken. It doesn't allow...
2008-01-02 Jean-Paul SamanSpecial case for fourcc samr and sawb in transcode_audi...
2008-01-02 Jean-Paul SamanUse id->p_decoder->fmt_out as input for id->p_encoder...
2008-01-02 Jean-Paul SamanRevert [23694] because the fix was bad.
2007-12-18 Jean-Paul SamanFix compiler warning about comparison of signed and...
next