]> git.sesse.net Git - vlc/log
vlc
19 years ago * add a mutex so the callbacks don't change anything while the filter is
Antoine Cellerier [Mon, 7 Mar 2005 20:50:13 +0000 (20:50 +0000)]
 * add a mutex so the callbacks don't change anything while the filter is
   doing something

19 years ago* modules/misc/freetype.c: replaced pi_gamma with an (almost) equivalent that doesn...
Gildas Bazin [Mon, 7 Mar 2005 20:36:18 +0000 (20:36 +0000)]
* modules/misc/freetype.c: replaced pi_gamma with an (almost) equivalent that doesn't use floats.

19 years agoFixes a compiler warning
Rémi Denis-Courmont [Mon, 7 Mar 2005 20:21:24 +0000 (20:21 +0000)]
Fixes a compiler warning

19 years agomake the previous-chapter "intelligent" seek more general, remove DEMUX_GET_SEEKPOINT...
Steve Lhomme [Mon, 7 Mar 2005 20:16:52 +0000 (20:16 +0000)]
make the previous-chapter "intelligent" seek more general, remove DEMUX_GET_SEEKPOINT_TIME

19 years agoaudio.c: fix a compiler portability issue
Steve Lhomme [Mon, 7 Mar 2005 20:13:56 +0000 (20:13 +0000)]
audio.c: fix a compiler portability issue

19 years ago- Don't crash when transcoding is enabled
Rémi Denis-Courmont [Mon, 7 Mar 2005 19:59:38 +0000 (19:59 +0000)]
- Don't crash when transcoding is enabled
- Some cleanup

19 years ago* modules/gui/wince/interface.cpp: compilation fix.
Gildas Bazin [Mon, 7 Mar 2005 19:41:34 +0000 (19:41 +0000)]
* modules/gui/wince/interface.cpp: compilation fix.

19 years ago* modules/misc/freetype.c: removed debug messages.
Gildas Bazin [Mon, 7 Mar 2005 19:35:11 +0000 (19:35 +0000)]
* modules/misc/freetype.c: removed debug messages.

19 years ago* src/video_output/vout_subpictures.c: New function spu_MakeRegion which
Christophe Massiot [Mon, 7 Mar 2005 19:28:52 +0000 (19:28 +0000)]
* src/video_output/vout_subpictures.c: New function spu_MakeRegion which
  reuses a given picture_t without allocating a new one.
* modules/video_output/picture.c: New --picture-height and width options
  to do the scaling in the vout thread. Misc bug corrections.
* modules/video_filter/mosaic.c: Less overhead.
* modules/codec/ffmpeg/video_filter.c: Do the scaling before the conversion
  in case the original size is bigger than the destination.

19 years ago* modules/codec/ffmpeg/video.c: assume (M)JPEG YUV420 is the same as I420 (we could...
Gildas Bazin [Mon, 7 Mar 2005 18:34:21 +0000 (18:34 +0000)]
* modules/codec/ffmpeg/video.c: assume (M)JPEG YUV420 is the same as I420 (we could convert to have the exact chroma but that would be slower).

19 years ago* configure.ac: fixed typo.
Gildas Bazin [Mon, 7 Mar 2005 18:04:24 +0000 (18:04 +0000)]
* configure.ac: fixed typo.

19 years ago* modules/codec/ffmpeg/ffmpeg.c, src/video_output/vout_pictures.c: fixed JPEG encoding.
Gildas Bazin [Mon, 7 Mar 2005 17:52:05 +0000 (17:52 +0000)]
* modules/codec/ffmpeg/ffmpeg.c, src/video_output/vout_pictures.c: fixed JPEG encoding.

19 years ago* modules/access/dshow: flush the capture pin's buffers when the capture filter is...
Gildas Bazin [Mon, 7 Mar 2005 16:33:56 +0000 (16:33 +0000)]
* modules/access/dshow: flush the capture pin's buffers when the capture filter is stopped (instead of doing it in the pin's destructor).

19 years agopropset
Rémi Denis-Courmont [Mon, 7 Mar 2005 15:04:53 +0000 (15:04 +0000)]
propset

19 years agoAllow seeking
Rémi Denis-Courmont [Mon, 7 Mar 2005 15:02:33 +0000 (15:02 +0000)]
Allow seeking

19 years ago* modules/gui/wince: fixed bunch of bugs and memory leaks.
Gildas Bazin [Mon, 7 Mar 2005 14:37:39 +0000 (14:37 +0000)]
* modules/gui/wince: fixed bunch of bugs and memory leaks.

19 years agotypo fix
Rémi Denis-Courmont [Mon, 7 Mar 2005 13:28:08 +0000 (13:28 +0000)]
typo fix

19 years agoCosmetic cleanup (pointed out by fenrir)
Rémi Denis-Courmont [Mon, 7 Mar 2005 13:26:33 +0000 (13:26 +0000)]
Cosmetic cleanup (pointed out by fenrir)

19 years agoFix email address
Rémi Denis-Courmont [Mon, 7 Mar 2005 13:12:51 +0000 (13:12 +0000)]
Fix email address

19 years agoForgotten new file from previous commit
Rémi Denis-Courmont [Mon, 7 Mar 2005 13:10:29 +0000 (13:10 +0000)]
Forgotten new file from previous commit

19 years ago- XA file demux
Rémi Denis-Courmont [Mon, 7 Mar 2005 13:05:06 +0000 (13:05 +0000)]
- XA file demux
- EA ADPCM decoder (Maxis games)
(- corner case memleak in adpcm decoder)

19 years ago* configure.ac: Link against dependent static libraries successfully on
Andre Pang [Mon, 7 Mar 2005 13:00:48 +0000 (13:00 +0000)]
* configure.ac: Link against dependent static libraries successfully on
  Mac OS X

19 years ago- activate (make visible) as soon as embedded into a container, no longer wait for...
Damien Fouilleul [Mon, 7 Mar 2005 10:40:23 +0000 (10:40 +0000)]
- activate (make visible) as soon as embedded into a container, no longer wait for container to do the activation

This fixes an annoying Internet Explorer optimization which would make the activex control invisible till a user moves the mouse over it

19 years agoFix mpeg ps time output, making it seekable. There may still be an error in there...
Mark Moriarty [Mon, 7 Mar 2005 02:52:05 +0000 (02:52 +0000)]
Fix mpeg ps time output, making it seekable.  There may still be an error in there -- a test file reports 11:57 on VLC, 15:42 minutes on WMP, though it plays OK on both, seekable to the end.

19 years ago misc/freetype.c: compile fix
Eric Petit [Mon, 7 Mar 2005 00:54:26 +0000 (00:54 +0000)]
 misc/freetype.c: compile fix

19 years ago* modules/codec/ffmpeg/audio.c: fix for ALAC support.
Gildas Bazin [Sun, 6 Mar 2005 19:37:26 +0000 (19:37 +0000)]
* modules/codec/ffmpeg/audio.c: fix for ALAC support.

19 years ago* modules/codec/flac.c, configure.ac: FLAC packetizer doesn't depend on libflac anymore.
Gildas Bazin [Sun, 6 Mar 2005 18:46:43 +0000 (18:46 +0000)]
* modules/codec/flac.c, configure.ac: FLAC packetizer doesn't depend on libflac anymore.

19 years agoremove useless --rc-extend option in favor of the longhelp command
Antoine Cellerier [Sun, 6 Mar 2005 18:10:51 +0000 (18:10 +0000)]
remove useless --rc-extend option in favor of the longhelp command

19 years ago* modules/codec/ffmpeg: support for libavcodec's flac decoder.
Gildas Bazin [Sun, 6 Mar 2005 17:54:34 +0000 (17:54 +0000)]
* modules/codec/ffmpeg: support for libavcodec's flac decoder.

19 years ago* src/input/es_out.c: ES_OUT_SET_FMT restarts the decoder.
Gildas Bazin [Sun, 6 Mar 2005 17:53:49 +0000 (17:53 +0000)]
* src/input/es_out.c: ES_OUT_SET_FMT restarts the decoder.

19 years ago * mosaic call back help
Antoine Cellerier [Sun, 6 Mar 2005 16:39:27 +0000 (16:39 +0000)]
 * mosaic call back help

19 years agoenable rc logo-file on the fly
Mark Moriarty [Sun, 6 Mar 2005 16:27:35 +0000 (16:27 +0000)]
enable rc logo-file on the fly

19 years ago* modules/demux/mp4, modules/codec/ffmpeg: support for Apple Lossless Audio Codec.
Gildas Bazin [Sun, 6 Mar 2005 16:25:02 +0000 (16:25 +0000)]
* modules/demux/mp4, modules/codec/ffmpeg: support for Apple Lossless Audio Codec.

19 years agotranscode -- prevent user error, limit mp3 channels to max of 2
Mark Moriarty [Sun, 6 Mar 2005 14:48:14 +0000 (14:48 +0000)]
transcode -- prevent user error, limit mp3 channels to max of 2

19 years ago* src/video_output/video_output.c: revert commit 10160 which breaks direct-rendering.
Gildas Bazin [Sun, 6 Mar 2005 13:55:48 +0000 (13:55 +0000)]
* src/video_output/video_output.c: revert commit 10160 which breaks direct-rendering.

19 years agovideo_output.c: use the visible dimensions and not the pixel dimensions
Steve Lhomme [Sun, 6 Mar 2005 13:44:17 +0000 (13:44 +0000)]
video_output.c: use the visible dimensions and not the pixel dimensions

if this create some memory leaks, it should be corrected elsewhere
this solves the HDTV grey line bug

19 years agoFixes segfault
Rémi Denis-Courmont [Sun, 6 Mar 2005 11:07:41 +0000 (11:07 +0000)]
Fixes segfault

19 years ago* added statistics, blue/green wall filter and goom effect video filter to the TODO...
Derk-Jan Hartman [Sun, 6 Mar 2005 10:53:18 +0000 (10:53 +0000)]
* added statistics, blue/green wall filter and goom effect video filter to the TODO list

19 years agomkv.cpp: support aspect ratio for video tracks
Steve Lhomme [Sun, 6 Mar 2005 10:36:49 +0000 (10:36 +0000)]
mkv.cpp: support aspect ratio for video tracks

19 years ago- support for client certificate verification from SSL server
Rémi Denis-Courmont [Sun, 6 Mar 2005 09:06:09 +0000 (09:06 +0000)]
- support for client certificate verification from SSL server
  (= sort of server-side support for secure VoD)
- fixes global mutex name

19 years ago* modules/video_output/wingdi.c, include/video_output.h: disable GAPI when the video...
Gildas Bazin [Sat, 5 Mar 2005 18:07:49 +0000 (18:07 +0000)]
* modules/video_output/wingdi.c, include/video_output.h: disable GAPI when the video window looses the focus.

19 years ago* modules/gui/wince/*: improvements to the WinCE interface.
Gildas Bazin [Sat, 5 Mar 2005 18:05:42 +0000 (18:05 +0000)]
* modules/gui/wince/*: improvements to the WinCE interface.

19 years ago* src/input/stream.c: check return value of malloc/realloc.
Gildas Bazin [Sat, 5 Mar 2005 18:02:56 +0000 (18:02 +0000)]
* src/input/stream.c: check return value of malloc/realloc.

19 years agoMemleak fixed
Rémi Denis-Courmont [Sat, 5 Mar 2005 18:01:05 +0000 (18:01 +0000)]
Memleak fixed

19 years ago* modules/demux/*: removed useless probing messages.
Gildas Bazin [Sat, 5 Mar 2005 17:54:19 +0000 (17:54 +0000)]
* modules/demux/*: removed useless probing messages.

19 years agofreetype.c: fix rendering with X11 vout. Do not ask me why this is
Sigmund Augdal Helberg [Sat, 5 Mar 2005 17:49:33 +0000 (17:49 +0000)]
freetype.c: fix rendering with X11 vout. Do not ask me why this is
necessary, and even less ask me why the vout used make a difference

19 years ago- TLS API cleanup
Rémi Denis-Courmont [Sat, 5 Mar 2005 17:46:10 +0000 (17:46 +0000)]
- TLS API cleanup
- some minor fixes as well

19 years ago* ALL: a few fixes.
Gildas Bazin [Sat, 5 Mar 2005 17:18:30 +0000 (17:18 +0000)]
* ALL: a few fixes.

19 years ago* modules/gui/wxwindows/timer.cpp: release input when interface is exiting.
Gildas Bazin [Sat, 5 Mar 2005 17:06:35 +0000 (17:06 +0000)]
* modules/gui/wxwindows/timer.cpp: release input when interface is exiting.

19 years ago* include/video_output.h, ALL: changed api for vout_Request()/vout_Create() to be...
Gildas Bazin [Sat, 5 Mar 2005 16:49:15 +0000 (16:49 +0000)]
* include/video_output.h, ALL: changed api for vout_Request()/vout_Create() to be more flexible.

19 years agodvdread.c: fix the title duration & time reports
Steve Lhomme [Sat, 5 Mar 2005 14:02:39 +0000 (14:02 +0000)]
dvdread.c: fix the title duration & time reports

19 years agoAll: change of text-renderer api. Now pf_render_text takes a subpicture and
Sigmund Augdal Helberg [Sat, 5 Mar 2005 13:42:09 +0000 (13:42 +0000)]
All: change of text-renderer api. Now pf_render_text takes a subpicture and
a subpicture region, and returns a new region in the given subpicture.
freetype.c: additional cleanup (coding style, cosmetics)

19 years agoinput.c, vlc_demux.h: allow seeking back in the same chapter
Steve Lhomme [Sat, 5 Mar 2005 12:55:02 +0000 (12:55 +0000)]
input.c, vlc_demux.h: allow seeking back in the same chapter
mkv.cpp: handle the new DEMUX_GET_SEEKPOINT_TIME

19 years agoUnbreak streaming wizard in Unicode compile
Rémi Denis-Courmont [Sat, 5 Mar 2005 11:06:26 +0000 (11:06 +0000)]
Unbreak streaming wizard in Unicode compile
(DO NOT use c_str() !!!)

19 years agoUTF8 fixes
Rémi Denis-Courmont [Sat, 5 Mar 2005 10:55:32 +0000 (10:55 +0000)]
UTF8 fixes

19 years agoFixed memleak
Rémi Denis-Courmont [Fri, 4 Mar 2005 18:19:33 +0000 (18:19 +0000)]
Fixed memleak

19 years agomkv.cpp: chapters are visible by default
Steve Lhomme [Fri, 4 Mar 2005 18:01:39 +0000 (18:01 +0000)]
mkv.cpp: chapters are visible by default

19 years agoTLS session resumption support
Rémi Denis-Courmont [Fri, 4 Mar 2005 16:51:51 +0000 (16:51 +0000)]
TLS session resumption support

19 years agoFixes translation of encryption
Rémi Denis-Courmont [Fri, 4 Mar 2005 15:20:03 +0000 (15:20 +0000)]
Fixes translation of encryption

19 years agoAdd HTTP/SSL
Rémi Denis-Courmont [Fri, 4 Mar 2005 13:26:14 +0000 (13:26 +0000)]
Add HTTP/SSL

19 years ago* update VLM help about inputdel
Yoann Peronneau [Fri, 4 Mar 2005 12:55:48 +0000 (12:55 +0000)]
* update VLM help about inputdel

19 years ago- check for gnutls rewritten : now works with mingw32
Rémi Denis-Courmont [Fri, 4 Mar 2005 12:44:14 +0000 (12:44 +0000)]
- check for gnutls rewritten : now works with mingw32

Precompiled static libraries for gnutls can be found there :
ftp://ftp.gnutls.org/pub/gnutls/win32

19 years ago* modules/control/http.c: elements are now one level more recursive (if needed)
Yoann Peronneau [Fri, 4 Mar 2005 12:28:18 +0000 (12:28 +0000)]
* modules/control/http.c: elements are now one level more recursive (if needed)
* share/http/vlm/index.html: we now display the state of media instances

19 years agoMake logo-x, logo-y operate relative to upper left corner. logo-x/-y/-position/...
Mark Moriarty [Fri, 4 Mar 2005 12:12:11 +0000 (12:12 +0000)]
Make logo-x, logo-y operate relative to upper left corner.  logo-x/-y/-position/-transparency accessible via rc

19 years ago* modules/gui/wxwindows/timer.cpp: don't forget to yield/release the input otherwise...
Gildas Bazin [Fri, 4 Mar 2005 12:08:43 +0000 (12:08 +0000)]
* modules/gui/wxwindows/timer.cpp: don't forget to yield/release the input otherwise you're bound to access an invalid pointer later on.

19 years ago* ../include/vlc_spu.h: fixed typo that was triggering a segfault with --enable-memor...
Gildas Bazin [Fri, 4 Mar 2005 11:13:42 +0000 (11:13 +0000)]
* ../include/vlc_spu.h: fixed typo that was triggering a segfault with --enable-memory-optimize.

19 years agotime/marq -- correct positioning so that x-y are always referenced to upper left...
Mark Moriarty [Fri, 4 Mar 2005 01:57:52 +0000 (01:57 +0000)]
time/marq -- correct positioning so that x-y are always referenced to upper left corner

19 years ago* modules/gui/wxwindows: portability fixes by Erik Simko (erik dot simko at gmail...
Gildas Bazin [Thu, 3 Mar 2005 22:55:34 +0000 (22:55 +0000)]
* modules/gui/wxwindows: portability fixes by Erik Simko (erik dot simko at gmail dot com).

19 years agomkv.cpp: fix stuttering issue on timestamp (could be cleaner)
Steve Lhomme [Thu, 3 Mar 2005 21:58:46 +0000 (21:58 +0000)]
mkv.cpp: fix stuttering issue on timestamp (could be cleaner)

19 years ago- Specify a charset (according to locale) for HTML pages in Content-Type
Rémi Denis-Courmont [Thu, 3 Mar 2005 21:56:04 +0000 (21:56 +0000)]
- Specify a charset (according to locale) for HTML pages in Content-Type
  (needed when some playlist items name are not ASCII)
- Remove unused variable

19 years agoTODO: Update with recent work.
Sigmund Augdal Helberg [Thu, 3 Mar 2005 20:07:50 +0000 (20:07 +0000)]
TODO: Update with recent work.

19 years agoHandle module variables in sout options parser
Clément Stenac [Thu, 3 Mar 2005 18:30:07 +0000 (18:30 +0000)]
Handle module variables in sout options parser

19 years agoCompile fix
Clément Stenac [Thu, 3 Mar 2005 17:35:26 +0000 (17:35 +0000)]
Compile fix

19 years agoFixes invalid memory access in case of TLS handshake failure
Rémi Denis-Courmont [Thu, 3 Mar 2005 15:19:30 +0000 (15:19 +0000)]
Fixes invalid memory access in case of TLS handshake failure

19 years ago* modules/video_output/directx/directx.c: compilation fix.
Gildas Bazin [Thu, 3 Mar 2005 14:45:52 +0000 (14:45 +0000)]
* modules/video_output/directx/directx.c: compilation fix.

19 years ago* modules/access/dshow/filter.cpp: re-enabled code to properly do the cleanup on...
Gildas Bazin [Thu, 3 Mar 2005 14:15:48 +0000 (14:15 +0000)]
* modules/access/dshow/filter.cpp: re-enabled code to properly do the cleanup on close.

19 years ago* modules/codec/x264.c: compilation fix for new libx264.
Gildas Bazin [Thu, 3 Mar 2005 13:19:26 +0000 (13:19 +0000)]
*  modules/codec/x264.c: compilation fix for new libx264.

19 years ago* modules/gui/wince: try to save up a bit on memory usage.
Gildas Bazin [Thu, 3 Mar 2005 08:34:15 +0000 (08:34 +0000)]
* modules/gui/wince: try to save up a bit on memory usage.

19 years ago* configure.ac: new --enable-optimize-memory option.
Gildas Bazin [Thu, 3 Mar 2005 08:24:14 +0000 (08:24 +0000)]
* configure.ac: new --enable-optimize-memory option.

19 years ago* src/input/stream.c: use less memory for the stream cache when OPTIMIZE_MEMORY is...
Gildas Bazin [Thu, 3 Mar 2005 08:14:23 +0000 (08:14 +0000)]
* src/input/stream.c: use less memory for the stream cache when OPTIMIZE_MEMORY is defined.

19 years ago* include/vlc_config.h: removed unused stuff + allocate less VOUT pictures when OPTIM...
Gildas Bazin [Thu, 3 Mar 2005 08:13:30 +0000 (08:13 +0000)]
* include/vlc_config.h: removed unused stuff + allocate less VOUT pictures when OPTIMIZE_MEMORY is defined.

19 years ago- Fixed a typo. Skins2 wouldn't compile
Rémi Denis-Courmont [Thu, 3 Mar 2005 08:11:31 +0000 (08:11 +0000)]
- Fixed a typo. Skins2 wouldn't compile

19 years agoPreferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com>
Clément Stenac [Thu, 3 Mar 2005 06:58:04 +0000 (06:58 +0000)]
Preferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com>

+ put access and demux in the right place

19 years ago video_filter/mosaic.c: compile fix
Eric Petit [Thu, 3 Mar 2005 05:22:01 +0000 (05:22 +0000)]
 video_filter/mosaic.c: compile fix

19 years ago* include/vlc_config.h: removed deprecated stuff.
Gildas Bazin [Wed, 2 Mar 2005 23:05:08 +0000 (23:05 +0000)]
* include/vlc_config.h: removed deprecated stuff.

19 years ago* configure.ac: remove unnecessary modules from WinCE build.
Gildas Bazin [Wed, 2 Mar 2005 23:04:05 +0000 (23:04 +0000)]
* configure.ac: remove unnecessary modules from WinCE build.

19 years ago* configure.ac: vlc-config has to be generated by configure.
Gildas Bazin [Wed, 2 Mar 2005 23:01:22 +0000 (23:01 +0000)]
* configure.ac: vlc-config has to be generated by configure.

19 years agomkv.cpp: update the seekpoint location after a manual seek
Steve Lhomme [Wed, 2 Mar 2005 21:08:18 +0000 (21:08 +0000)]
mkv.cpp: update the seekpoint location after a manual seek

19 years agomkv.cpp: handle EOF correctly for ordered chapters
Steve Lhomme [Wed, 2 Mar 2005 20:58:24 +0000 (20:58 +0000)]
mkv.cpp: handle EOF correctly for ordered chapters

19 years ago- Add dependency of update-includes on vlc-config
Rémi Denis-Courmont [Wed, 2 Mar 2005 19:45:39 +0000 (19:45 +0000)]
- Add dependency of update-includes on vlc-config
- TODO: SSL on Windows

19 years agoremove debug messages, correct automatic positioning when an mosaic-order
Antoine Cellerier [Wed, 2 Mar 2005 17:57:22 +0000 (17:57 +0000)]
remove debug messages, correct automatic positioning when an mosaic-order
is specified

19 years agomkv.cpp: fix a gcc compilation error
Steve Lhomme [Wed, 2 Mar 2005 16:53:16 +0000 (16:53 +0000)]
mkv.cpp: fix a gcc compilation error

19 years agoAvoid \r\n problems between platforms
Steve Lhomme [Wed, 2 Mar 2005 16:47:31 +0000 (16:47 +0000)]
Avoid \r\n problems between platforms

19 years agomkv.cpp: ordered chapters now functional !
Steve Lhomme [Wed, 2 Mar 2005 16:19:56 +0000 (16:19 +0000)]
mkv.cpp: ordered chapters now functional !

19 years agovideo.c: don't display pre-rolled pictures
Steve Lhomme [Wed, 2 Mar 2005 16:16:56 +0000 (16:16 +0000)]
video.c: don't display pre-rolled pictures
es_out.c: handle the pre-roll earlier

19 years ago- install axvlc.dll within the VLC directory, rather than WINDOWS
Damien Fouilleul [Wed, 2 Mar 2005 13:45:45 +0000 (13:45 +0000)]
- install axvlc.dll within the VLC directory, rather than WINDOWS
- DllRegisterServer modified to use current DLL path when registering control

19 years ago* modules/codec/theora.c: sanity check for invalid theora header.
Gildas Bazin [Wed, 2 Mar 2005 11:00:16 +0000 (11:00 +0000)]
* modules/codec/theora.c: sanity check for invalid theora header.

19 years agomkv.cpp: correct use of the default chapter edition
Steve Lhomme [Wed, 2 Mar 2005 10:34:01 +0000 (10:34 +0000)]
mkv.cpp: correct use of the default chapter edition

19 years agoUnbreak make vlc from subdir
Rémi Denis-Courmont [Wed, 2 Mar 2005 10:27:35 +0000 (10:27 +0000)]
Unbreak make vlc from subdir

19 years ago* modules/stream_out/transcode.c: added a missing vlc_object_destroy().
Gildas Bazin [Wed, 2 Mar 2005 10:01:39 +0000 (10:01 +0000)]
* modules/stream_out/transcode.c: added a missing vlc_object_destroy().