]> git.sesse.net Git - vlc/history - modules/stream_out/transcode.c
Remove most stray semi-colons in module descriptions
[vlc] / modules / stream_out / transcode.c
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...
2007-12-17 Jean-Paul SamanFix breakage in transcode_audio_new().
2007-12-16 Rémi Denis-Courmontuse add_module_list
2007-11-26 Rémi Denis-CourmontCompile fix
2007-10-20 Laurent Aimar Added sout_UpdateStatistic and fixed transcode module...
2007-10-20 Felix Paul Kühne* disabled stats updater as internal libvlc headers...
2007-10-17 Laurent Aimar Added closed captions decoding/extracting from ES...
2007-10-15 Jean-Paul SamanRemove excess whiteline.
2007-10-04 Rémi Denis-Courmonttranscode: Don't force a default audio bit rate.
2007-09-20 Jean-Paul SamanFix return values for spu_Create() and spu_Init().
2007-09-18 Jean-Paul SamanLast bit of cleanup in transcode_osd_new()
2007-09-18 Jean-Paul SamanSimplify handling of osdmenu streaming
2007-09-18 Jean-Paul SamanCheck malloc returns value
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-04 Rémi Denis-CourmontFix some cast warnings
2007-08-24 Rémi Denis-CourmontFix strcasestr warning
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-06-18 Jean-Paul SamanProperly cleanup afilters and vfilters on Close()....
2007-06-05 Laurent AimarFixed uninitialized field (aout_buffer_t.b_discontinuity).
2007-05-19 Rémi Denis-CourmontForgot this file
2007-04-26 Jean-Paul SamanSmall codingstyle cleanup
2007-04-16 Antoine CellerierTranscode: We want to be strict when calling module_Nee...
2007-04-15 Antoine CellerierRemove trailing spaces.
2007-02-28 Jean-Paul SamanPatch by xxcv: Don't change fmt_last.audio.i_rate when...
2006-12-31 Sigmund Augdal Helbergtranscode.c: reset pointer and size info for extradata...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-10 Clément StenacFix typo
2006-09-06 Clément StenacUse the "video filter2" capability for transcode's...
next