]> git.sesse.net Git - vlc/history - modules/stream_out/transcode.c
Revert remnants of ddac67aaf2bde4179f695bb26033488e8e7c35cc
[vlc] / modules / stream_out / transcode.c
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...
2006-09-02 Antoine Celleriersubpicture_t now has a b_pausable attribute. When set...
2006-08-28 Jean-Paul SamanTry to reopen the audio encoder when channels dimension...
2006-08-20 Jean-Paul SamanDon't force s16l as fourcc but let that depend on the...
2006-08-17 Gildas Bazin* modules/stream_out/transcode.c: couple of small fixes.
2006-08-06 Jean-Paul Samanenabled check for p_sys->i_channels>2 again for mp3...
2006-08-06 Jean-Paul SamanImplement afilter transcode filters and renamed vfilter...
2006-08-04 Jean-Paul SamanSome cleanup of whitespace
2006-07-09 Antoine Cellerier#transcode{vfilter=...} only works with video filter2...
2006-07-08 Clément StenacFix some crashes
2006-07-04 Sam Hocevar * modules/stream_out/transcode.c: improve error messa...
2006-03-25 Clément StenacStrings review in stream_out (Refs:#438). Please review...
2006-03-19 Christophe Mutricystream_out/*: String review (refs #438)
2006-03-18 Clément StenacTranscode cropping/padding patch by Udo Richter < udo...
2006-02-11 Clément Stenaconly round width and scale height accordingly
2006-02-11 Clément StenacRound scaled sizes to 16 (Closes:#524)
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-01-23 Clément StenacGather some sout stats (Refs:#473)
2006-01-16 Jean-Paul SamanWhitespace cleanup
2006-01-12 Antoine CellerierFSF address change.
2005-10-31 Gildas Bazin* modules/stream_out/transcode.c: fixed small memleak.
2005-08-31 Gildas Bazin* modules/stream_out/transcode.c, src/input/decoder...
next