]> git.sesse.net Git - vlc/log
vlc
19 years ago* Makefile.am: small change to the package-win32-base-exe target.
Gildas Bazin [Wed, 8 Jun 2005 13:17:48 +0000 (13:17 +0000)]
* Makefile.am: small change to the package-win32-base-exe target.

19 years ago* modules/stream_out/transcode.c: fixed crash with multithread encoding.
Gildas Bazin [Wed, 8 Jun 2005 12:06:06 +0000 (12:06 +0000)]
* modules/stream_out/transcode.c: fixed crash with multithread encoding.

19 years ago* modules/codec/ffmpeg/ffmpeg.c, modules/packetizer/mpeg4video.c: added support for...
Gildas Bazin [Wed, 8 Jun 2005 07:33:35 +0000 (07:33 +0000)]
* modules/codec/ffmpeg/ffmpeg.c, modules/packetizer/mpeg4video.c: added support for MP4V fourcc.

19 years ago* modules/demux/mkv.cpp: don't forget to release the input object.
Gildas Bazin [Wed, 8 Jun 2005 07:30:57 +0000 (07:30 +0000)]
* modules/demux/mkv.cpp: don't forget to release the input object.
  adapted new "menu-palette" changes. This needs to be fixed by getting the CLUT.

19 years agoForward port of revision #11345: Correctly display the initial highlight area in...
Jean-Paul Saman [Tue, 7 Jun 2005 21:05:00 +0000 (21:05 +0000)]
Forward port of revision #11345: Correctly display the initial highlight area in the DVD menu.

19 years ago * modules/codec/ffmpeg: More sensible values for --sout-ffmpeg-strict-rc
Christophe Massiot [Tue, 7 Jun 2005 16:42:20 +0000 (16:42 +0000)]
 * modules/codec/ffmpeg: More sensible values for --sout-ffmpeg-strict-rc
   (default values borrowed from ffmpeg).

19 years ago * modules/access_output/udp.c: More verbosity when the mux itself is late.
Christophe Massiot [Tue, 7 Jun 2005 16:40:12 +0000 (16:40 +0000)]
 * modules/access_output/udp.c: More verbosity when the mux itself is late.

19 years ago * modules/stream_out/bridge.c: Miscellaneous fixes to avoid late packets.
Christophe Massiot [Tue, 7 Jun 2005 16:39:32 +0000 (16:39 +0000)]
 * modules/stream_out/bridge.c: Miscellaneous fixes to avoid late packets.

19 years ago * modules/stream_out/mosaic_bridge.c: Avoid accessing a deallocated object.
Christophe Massiot [Tue, 7 Jun 2005 16:39:00 +0000 (16:39 +0000)]
 * modules/stream_out/mosaic_bridge.c: Avoid accessing a deallocated object.

19 years ago * modules/stream_out/transcode.c: Fixed a segfault introduced in the last
Christophe Massiot [Tue, 7 Jun 2005 16:37:42 +0000 (16:37 +0000)]
 * modules/stream_out/transcode.c: Fixed a segfault introduced in the last
   changeset.

19 years ago * modules/audio_output/auhal.c: Added property svn:keyword.
Christophe Massiot [Tue, 7 Jun 2005 15:58:40 +0000 (15:58 +0000)]
 * modules/audio_output/auhal.c: Added property svn:keyword.

19 years ago* modules/audio_output/directx.c: audio device selection based on a patch from Matthe...
Gildas Bazin [Tue, 7 Jun 2005 15:00:55 +0000 (15:00 +0000)]
* modules/audio_output/directx.c: audio device selection based on a patch from Matthew Armsby (uberground at gmail dot com) + config option to disable float32 output.

19 years agoUpdate copyright date
Christophe Mutricy [Tue, 7 Jun 2005 13:34:07 +0000 (13:34 +0000)]
Update copyright date

19 years ago* modules/codec/x264.c: proper calculation of PTS/DTS for streams with B frames.
Gildas Bazin [Tue, 7 Jun 2005 12:32:56 +0000 (12:32 +0000)]
* modules/codec/x264.c: proper calculation of PTS/DTS for streams with B frames.

19 years ago* modules/stream_out/transcode.c: better picture heap leaking detection when encoding...
Gildas Bazin [Tue, 7 Jun 2005 10:28:09 +0000 (10:28 +0000)]
* modules/stream_out/transcode.c: better picture heap leaking detection when encoding in multithreaded mode (needed if the encoder doesn't remove the pictures as fast as the decoder put them).

19 years agoyet some more copyright date updates ... (2002 was quite old)
Antoine Cellerier [Tue, 7 Jun 2005 00:00:03 +0000 (00:00 +0000)]
yet some more copyright date updates ... (2002 was quite old)

19 years agoupdate VLC moz plugin copyright date
Antoine Cellerier [Mon, 6 Jun 2005 23:56:06 +0000 (23:56 +0000)]
update VLC moz plugin copyright date

19 years ago* modules/codec/x264.c: support for multi-threaded encoding.
Gildas Bazin [Mon, 6 Jun 2005 17:40:08 +0000 (17:40 +0000)]
* modules/codec/x264.c: support for multi-threaded encoding.

19 years agolibvlc.c: Print --no-X in help to not confuse users. --noX and --no-X are still parse...
Christophe Mutricy [Mon, 6 Jun 2005 17:11:13 +0000 (17:11 +0000)]
libvlc.c: Print --no-X in help to not confuse users. --noX and --no-X are still parsed and give the same results.

19 years ago * modules/stream_out/transcode.c: Bail out when no audio filter is available.
Christophe Massiot [Mon, 6 Jun 2005 17:08:48 +0000 (17:08 +0000)]
 * modules/stream_out/transcode.c: Bail out when no audio filter is available.

19 years ago* modules/codec/ffmpeg/encoder.c: don't enable CODEC_FLAG_QSCALE when not requested.
Gildas Bazin [Mon, 6 Jun 2005 17:08:03 +0000 (17:08 +0000)]
* modules/codec/ffmpeg/encoder.c: don't enable CODEC_FLAG_QSCALE when not requested.

19 years agofix mozilla and mozilla firefox plugin install on win32
Antoine Cellerier [Mon, 6 Jun 2005 00:21:29 +0000 (00:21 +0000)]
fix mozilla and mozilla firefox plugin install on win32
(closes #172)

mozilla devs should really fix bugs ...

19 years ago* Fix for if only several channels are not set.
Derk-Jan Hartman [Sun, 5 Jun 2005 23:46:42 +0000 (23:46 +0000)]
* Fix for if only several channels are not set.

19 years ago* Disable the coreaudio resampler
Derk-Jan Hartman [Sun, 5 Jun 2005 21:38:57 +0000 (21:38 +0000)]
* Disable the coreaudio resampler

19 years ago* Fix the issues with changing inNumberFrames when resampling
Derk-Jan Hartman [Sun, 5 Jun 2005 21:37:45 +0000 (21:37 +0000)]
* Fix the issues with changing inNumberFrames when resampling
* Update NEWS and README with info on the new module.

19 years ago* modules/access/dvdnav.c,dvdread.c: don't crash if the DVD can't be decrypted/read.
Gildas Bazin [Sun, 5 Jun 2005 18:07:08 +0000 (18:07 +0000)]
* modules/access/dvdnav.c,dvdread.c: don't crash if the DVD can't be decrypted/read.

19 years ago* modules/access/dvdnav.c: RESET_PCR on DVDNAV_WAIT event to have menu loopback worki...
Gildas Bazin [Sun, 5 Jun 2005 17:30:36 +0000 (17:30 +0000)]
* modules/access/dvdnav.c: RESET_PCR on DVDNAV_WAIT event to have menu loopback working correctly.

19 years ago* modules/access/dvdnav.c, src/video_output/vout_subpictures.c: Use the proper palett...
Gildas Bazin [Sun, 5 Jun 2005 17:03:02 +0000 (17:03 +0000)]
* modules/access/dvdnav.c, src/video_output/vout_subpictures.c: Use the proper palette for DVD menus.

19 years ago* modules/audio_output/auhal.c: Make speaker config assumptions if the speaker layout...
Derk-Jan Hartman [Sun, 5 Jun 2005 11:26:27 +0000 (11:26 +0000)]
* modules/audio_output/auhal.c: Make speaker config assumptions if the speaker layout is not set.

19 years ago* modules/access/dvdread.c: fixed bug that made some DVDs unplayable.
Gildas Bazin [Sun, 5 Jun 2005 02:25:44 +0000 (02:25 +0000)]
* modules/access/dvdread.c: fixed bug that made some DVDs unplayable.

19 years ago* stop listening for mouse events before the view is NULL'ified
Derk-Jan Hartman [Sun, 5 Jun 2005 00:47:14 +0000 (00:47 +0000)]
* stop listening for mouse events before the view is NULL'ified

19 years ago* fix a locking issue in the window destruction. (thx for fixing all of this titer)
Derk-Jan Hartman [Sat, 4 Jun 2005 21:12:41 +0000 (21:12 +0000)]
* fix a locking issue in the window destruction. (thx for fixing all of this titer)

19 years agoforwardport [11292]
Antoine Cellerier [Sat, 4 Jun 2005 21:00:16 +0000 (21:00 +0000)]
forwardport [11292]

19 years ago Ooops, forgot to remove debug
Eric Petit [Sat, 4 Jun 2005 20:08:43 +0000 (20:08 +0000)]
 Ooops, forgot to remove debug

19 years ago beos/: finished fixing Preferences
Eric Petit [Sat, 4 Jun 2005 20:03:09 +0000 (20:03 +0000)]
 beos/: finished fixing Preferences

19 years ago playlist/view.c: sanity check (closes #176)
Eric Petit [Sat, 4 Jun 2005 17:57:38 +0000 (17:57 +0000)]
 playlist/view.c: sanity check (closes #176)

19 years agoAttempt to fix a crash in src/misc/httpd.c
Rémi Denis-Courmont [Sat, 4 Jun 2005 15:57:14 +0000 (15:57 +0000)]
Attempt to fix a crash in src/misc/httpd.c

19 years ago *control*: BeOS compile fixes
Eric Petit [Sat, 4 Jun 2005 15:49:11 +0000 (15:49 +0000)]
 *control*: BeOS compile fixes

19 years ago macosx/vout*: also destroy the window and attach/detach the view on the
Eric Petit [Sat, 4 Jun 2005 15:07:03 +0000 (15:07 +0000)]
 macosx/vout*: also destroy the window and attach/detach the view on the
  main thread (one more step to hopefully fix #45)
 macosx/controls.m: fixed a tiny memleak

19 years agoDon't remove vlc_symbols.h
Rémi Denis-Courmont [Sat, 4 Jun 2005 12:55:23 +0000 (12:55 +0000)]
Don't remove vlc_symbols.h

19 years ago* include/vlc_config.h: VOUT_BOGUS_DELAY was way too low, which triggered continuous...
Gildas Bazin [Sat, 4 Jun 2005 11:55:40 +0000 (11:55 +0000)]
* include/vlc_config.h: VOUT_BOGUS_DELAY was way too low, which triggered continuous trashing of early pictures when seeking in some asf files.

19 years ago control.h: Tiger/gcc-4 compile fix
Eric Petit [Fri, 3 Jun 2005 20:51:41 +0000 (20:51 +0000)]
 control.h: Tiger/gcc-4 compile fix

19 years ago* backport of [11257] to trunk
Felix Paul Kühne [Fri, 3 Jun 2005 19:32:11 +0000 (19:32 +0000)]
* backport of [11257] to trunk

19 years ago contrib: build fix for people using case-sensitive HFS+
Eric Petit [Fri, 3 Jun 2005 17:37:09 +0000 (17:37 +0000)]
 contrib: build fix for people using case-sensitive HFS+

19 years ago* no-deco patch for X11. Courtesy of Dermot McGahon
Derk-Jan Hartman [Fri, 3 Jun 2005 15:07:08 +0000 (15:07 +0000)]
* no-deco patch for X11. Courtesy of Dermot McGahon

19 years ago* backport of [11270] to trunk
Felix Paul Kühne [Fri, 3 Jun 2005 14:58:33 +0000 (14:58 +0000)]
* backport of [11270] to trunk

19 years ago* Retrieve proper duration of DVD length
Derk-Jan Hartman [Fri, 3 Jun 2005 13:17:04 +0000 (13:17 +0000)]
* Retrieve proper duration of DVD length
* GET_TIME is inaccurate, because it is based on average block duration.
* In case skipping to DVD_MENU_Title fails try DVD_MENU_Root. Otherwise we might go directly to the movie instead of the menu, which I find less desirable then viewing the FBI warnings.

19 years ago* modules/demux/mp4/mp4.c: fixed timestamping (PTS) bug.
Gildas Bazin [Fri, 3 Jun 2005 13:03:36 +0000 (13:03 +0000)]
* modules/demux/mp4/mp4.c: fixed timestamping (PTS) bug.

19 years ago * modules/access_output/udp.c: Do not use malloc() and free() in a high
Christophe Massiot [Fri, 3 Jun 2005 10:16:19 +0000 (10:16 +0000)]
 * modules/access_output/udp.c: Do not use malloc() and free() in a high
   priority thread, since these functions use an internal mutex and may
   delay the thread for up to 100 ms under heavy loads (experienced with
   the mosaic). Instead we now recycle the UDP buffers, which is
   incidentally faster than malloc()/free(). It should avoid "late
   buffer sent" messages. Also removed the --sout-udp-late option because
   "better late than never" (I changed my mind on this).

19 years ago * modules/stream_out/transcode.c: New --sout-transcode-vfilter option.
Christophe Massiot [Fri, 3 Jun 2005 10:11:58 +0000 (10:11 +0000)]
 * modules/stream_out/transcode.c: New --sout-transcode-vfilter option.
   Allows to run video filter2 modules just before the encoding (and
   after the SPU rendering). New --sout-transcode-high-priority option
   to run the optional encoder thread at the same priority as the output.

19 years agoFix declaration of sout_AnnounceSessionCreate
Rémi Denis-Courmont [Fri, 3 Jun 2005 09:22:25 +0000 (09:22 +0000)]
Fix declaration of sout_AnnounceSessionCreate

19 years ago* modules/gui/skins2/*: a few portability fixes.
Gildas Bazin [Fri, 3 Jun 2005 09:21:43 +0000 (09:21 +0000)]
* modules/gui/skins2/*: a few portability fixes.

19 years agoFix precompiler warning
Rémi Denis-Courmont [Thu, 2 Jun 2005 19:20:21 +0000 (19:20 +0000)]
Fix precompiler warning

19 years ago* backport of [11256] to trunk
Felix Paul Kühne [Thu, 2 Jun 2005 17:14:52 +0000 (17:14 +0000)]
* backport of [11256] to trunk

19 years ago* use a new liblivemedia (2005.05.26a) on BeOS and OSX, refs #165
Felix Paul Kühne [Thu, 2 Jun 2005 15:59:58 +0000 (15:59 +0000)]
* use a new liblivemedia (2005.05.26a) on BeOS and OSX, refs #165

19 years ago* Tell the auhal which channel ordering VLC uses. 7 and 8 channel configs are not...
Derk-Jan Hartman [Thu, 2 Jun 2005 15:02:12 +0000 (15:02 +0000)]
* Tell the auhal which channel ordering VLC uses. 7 and 8 channel configs are not supported because VLC uses the channel ordering L R Lm Rm Lr Rr C LFE which isn't a normal ITU, DVD, MPEG, AAC or WAV standard and therefore not supported by default by OS X.

19 years agosame in trunk ...
Antoine Cellerier [Thu, 2 Jun 2005 13:22:17 +0000 (13:22 +0000)]
same in trunk ...

19 years agoComplete rewrite of vlc_symbols.h generation (closes #155)
Rémi Denis-Courmont [Thu, 2 Jun 2005 12:47:30 +0000 (12:47 +0000)]
Complete rewrite of vlc_symbols.h generation (closes #155)

New VLC_EXPORTs are now added at the end of module_symbols_t so that
offsets of other function pointers are preserved.

Deleted VLC_EXPORTs are replaced with dummy pointers for padding.

Of course, it doesn't solve the problem with changing shared structures
format :/ and it may cause SVN conflicts when multiple people changes
VLC_EXPORT. I doubt it can be avoided though.

19 years agoFix previous buggy commit
Rémi Denis-Courmont [Thu, 2 Jun 2005 12:37:56 +0000 (12:37 +0000)]
Fix previous buggy commit

19 years agoDigest => DigestMD5
Rémi Denis-Courmont [Thu, 2 Jun 2005 12:30:30 +0000 (12:30 +0000)]
Digest => DigestMD5

19 years agoTypo
Christophe Mutricy [Thu, 2 Jun 2005 09:40:30 +0000 (09:40 +0000)]
Typo

19 years ago* Fix several problems with the auhal module. only the problem with the changing...
Derk-Jan Hartman [Wed, 1 Jun 2005 22:38:37 +0000 (22:38 +0000)]
* Fix several problems with the auhal module. only the problem with the changing inNumberFrames should be left. We need to add a buffer system to take care of this issue...

19 years ago* Revert the coreaudio resampler to it's simpler variant again. the builtin resampler...
Derk-Jan Hartman [Wed, 1 Jun 2005 22:37:20 +0000 (22:37 +0000)]
* Revert the coreaudio resampler to it's simpler variant again. the builtin resampler of the new auhal module takes care of the special case in which this resampler wasn't working. It would be better to really fix it, but i cannot find the problem.

19 years agoMerge bindings to trunk
Clément Stenac [Wed, 1 Jun 2005 22:19:03 +0000 (22:19 +0000)]
Merge bindings to trunk

19 years agoMerge mediacontrol to trunk
Clément Stenac [Wed, 1 Jun 2005 21:58:13 +0000 (21:58 +0000)]
Merge mediacontrol to trunk

19 years ago* src/misc/modules.c: missing free().
Gildas Bazin [Wed, 1 Jun 2005 20:05:02 +0000 (20:05 +0000)]
* src/misc/modules.c: missing free().

19 years ago* modules/access/http.c: getenv() can return NULL.
Gildas Bazin [Wed, 1 Jun 2005 19:56:28 +0000 (19:56 +0000)]
* modules/access/http.c: getenv() can return NULL.

19 years agoAdd handler for enter in search textbox should close #87
Rémi Denis-Courmont [Wed, 1 Jun 2005 19:51:55 +0000 (19:51 +0000)]
Add handler for enter in search textbox should close #87

19 years agoStupid kludge - I don't understand the bug though
Rémi Denis-Courmont [Wed, 1 Jun 2005 18:37:03 +0000 (18:37 +0000)]
Stupid kludge - I don't understand the bug though

19 years ago* src/misc/block.c: fixed block_Realloc()
Gildas Bazin [Wed, 1 Jun 2005 18:29:13 +0000 (18:29 +0000)]
* src/misc/block.c: fixed block_Realloc()

19 years agoNo longer run vlc-config times and times at each make run
Rémi Denis-Courmont [Wed, 1 Jun 2005 18:09:42 +0000 (18:09 +0000)]
No longer run vlc-config times and times at each make run

19 years ago* modules/demux/mp4/mp4.c: we don't need to re-packetize h264 data into annexe B...
Gildas Bazin [Wed, 1 Jun 2005 17:57:50 +0000 (17:57 +0000)]
* modules/demux/mp4/mp4.c: we don't need to re-packetize h264 data into annexe B bytestream anymore since new versions of ffmpeg deal with it properly.

19 years ago* configuration.[ch]: treat the deleted options with add_suppressed_[bool,string...
Christophe Mutricy [Wed, 1 Jun 2005 17:08:59 +0000 (17:08 +0000)]
* configuration.[ch]: treat the deleted options with add_suppressed_[bool,string,...]
* standard.c: sap-ipv6 is no more used

19 years ago* Do not link twice to avcodec for builtin avcodec based module. closes #170
Derk-Jan Hartman [Wed, 1 Jun 2005 16:10:33 +0000 (16:10 +0000)]
* Do not link twice to avcodec for builtin avcodec based module. closes #170

19 years ago* modules/mux/mpeg/*: add the mpeg4 video VOL data inside EStoPES so it can be used...
Gildas Bazin [Wed, 1 Jun 2005 14:25:45 +0000 (14:25 +0000)]
* modules/mux/mpeg/*: add the mpeg4 video VOL data inside EStoPES so it can be used by the PS muxer as well.

19 years ago* modules/packetizer/mpeg4video.c: work-around for buggy streams.
Gildas Bazin [Wed, 1 Jun 2005 14:14:35 +0000 (14:14 +0000)]
*  modules/packetizer/mpeg4video.c: work-around for buggy streams.

19 years ago* modules/demux/ps.h: bug fix in PSM parsing.
Gildas Bazin [Wed, 1 Jun 2005 13:31:41 +0000 (13:31 +0000)]
* modules/demux/ps.h: bug fix in PSM parsing.

19 years agozsh.cpp: fix a potential segfault
Christophe Mutricy [Wed, 1 Jun 2005 13:16:18 +0000 (13:16 +0000)]
zsh.cpp: fix a potential segfault
 skip deprecated options

19 years ago* modules/mux/mpeg/ts.c: proper muxing of ISO/IEC 14496-2 (aka mpeg 4 video) as speci...
Gildas Bazin [Wed, 1 Jun 2005 11:06:08 +0000 (11:06 +0000)]
* modules/mux/mpeg/ts.c: proper muxing of ISO/IEC 14496-2 (aka mpeg 4 video) as specified in ISO/IEC 13818-1

19 years ago* modules/packetizer/mpeg4video.c: remove the VOL from the packetized stream and...
Gildas Bazin [Wed, 1 Jun 2005 10:59:51 +0000 (10:59 +0000)]
* modules/packetizer/mpeg4video.c: remove the VOL from the packetized stream and put it in fmt.p_extra instead.

19 years ago* modules/codec/ffmpeg/video.c: codec extra data is sometimes not available before...
Gildas Bazin [Wed, 1 Jun 2005 10:57:21 +0000 (10:57 +0000)]
* modules/codec/ffmpeg/video.c: codec extra data is sometimes not available before the 1 frame is fed to the decoder.

19 years ago* src/input/decoder.c: check for codec extra data changes when a packetizer is insert...
Gildas Bazin [Wed, 1 Jun 2005 10:55:11 +0000 (10:55 +0000)]
* src/input/decoder.c: check for codec extra data changes when a packetizer is inserted before the decoder.

19 years agoRemoved debug message
Rémi Denis-Courmont [Tue, 31 May 2005 20:46:50 +0000 (20:46 +0000)]
Removed debug message

19 years agoCleanup
Rémi Denis-Courmont [Tue, 31 May 2005 20:33:35 +0000 (20:33 +0000)]
Cleanup

19 years agoKludge to remove square brackets and scopes from addresses in SAP announces
Rémi Denis-Courmont [Tue, 31 May 2005 20:32:49 +0000 (20:32 +0000)]
Kludge to remove square brackets and scopes from addresses in SAP announces

19 years agoFix EINVAL
Rémi Denis-Courmont [Tue, 31 May 2005 20:03:25 +0000 (20:03 +0000)]
Fix EINVAL

19 years ago- hopefuly fix sending of SAP announces over IPv6
Rémi Denis-Courmont [Tue, 31 May 2005 19:48:21 +0000 (19:48 +0000)]
- hopefuly fix sending of SAP announces over IPv6
- automatically select SAP multicast address (closes #141)
- some clean up

19 years agoPort [11207] to trunk
Christophe Mutricy [Tue, 31 May 2005 17:45:30 +0000 (17:45 +0000)]
Port [11207] to trunk

19 years agoFixed a typo
Rémi Denis-Courmont [Tue, 31 May 2005 16:31:21 +0000 (16:31 +0000)]
Fixed a typo

19 years ago * modules/stream_out/mosaic_bridge.c: Use a smaller picture heap since we
Christophe Massiot [Tue, 31 May 2005 15:36:01 +0000 (15:36 +0000)]
 * modules/stream_out/mosaic_bridge.c: Use a smaller picture heap since we
   are not multithreaded.

19 years ago * modules/codec/libmpeg2.c: We do not want to force the maintainer to use
Christophe Massiot [Tue, 31 May 2005 15:31:10 +0000 (15:31 +0000)]
 * modules/codec/libmpeg2.c: We do not want to force the maintainer to use
   libmpeg2 cvs HEAD.

19 years ago * modules/codec/libmpeg2.c: Handle STATE_SEQUENCE_MODIFIED to retrieve
Christophe Massiot [Tue, 31 May 2005 15:26:01 +0000 (15:26 +0000)]
 * modules/codec/libmpeg2.c: Handle STATE_SEQUENCE_MODIFIED to retrieve
   a change of aspect ratio. Factorized aspect ratio code. A change of
   aspect ratio is only supported in the mosaic_bridge module, not in
   transcode.

19 years ago * modules/mux/mpeg/ts.c: Set fallback value for --sout-ts-pcr to 70 ms.
Christophe Massiot [Tue, 31 May 2005 15:24:04 +0000 (15:24 +0000)]
 * modules/mux/mpeg/ts.c: Set fallback value for --sout-ts-pcr to 70 ms.

19 years ago * modules/packetizer/mpegvideo.c: Do not set aspect ratio : in case we're
Christophe Massiot [Tue, 31 May 2005 15:22:09 +0000 (15:22 +0000)]
 * modules/packetizer/mpegvideo.c: Do not set aspect ratio : in case we're
   transcoding, transcode will take our fmt_out as a fmt_in to libmpeg2.
   libmpeg2.c will then believe that the user has requested a specific
   aspect ratio, which she hasn't. Thus in case of aspect ratio change,
   we're screwed.

19 years ago * modules/access/fake.c: Fixed an implicit cast which apparently was
Christophe Massiot [Tue, 31 May 2005 15:20:35 +0000 (15:20 +0000)]
 * modules/access/fake.c: Fixed an implicit cast which apparently was
   causing problem with some compiler versions.

19 years ago * modules/stream_out/switcher.c: Explicitly set the pixel format (this is
Christophe Massiot [Tue, 31 May 2005 15:19:33 +0000 (15:19 +0000)]
 * modules/stream_out/switcher.c: Explicitly set the pixel format (this is
   due to a recent change of the default value in ffmpeg which used to be
   YUV 420P). Forward i_rate in case a transcode or display operation
   takes place after switcher.

19 years ago * modules/stream_out/mosaic_bridge.c: Added a --sout-mosaic-bridge-sar
Christophe Massiot [Tue, 31 May 2005 15:17:38 +0000 (15:17 +0000)]
 * modules/stream_out/mosaic_bridge.c: Added a --sout-mosaic-bridge-sar
   parameter to specify the sample aspect ratio of the destination
   background. In this case, one of {width, height} can be omitted (set
   to 0) and it will be calculated based on the PAR of the source and
   the SAR of the background.

19 years ago * modules/demux/ts.c: Removed an unneeded deselection of unwanted PMT PIDs,
Christophe Massiot [Tue, 31 May 2005 15:15:11 +0000 (15:15 +0000)]
 * modules/demux/ts.c: Removed an unneeded deselection of unwanted PMT PIDs,
   which caused problems in case an identical PID carried the PMTs of two
   programs, one selected and the other not.

19 years ago * src/input/input.c: Put less picky fallback values for pts_delay and
Christophe Massiot [Tue, 31 May 2005 15:10:02 +0000 (15:10 +0000)]
 * src/input/input.c: Put less picky fallback values for pts_delay and
   cr_average.

19 years agoMinor clean up
Rémi Denis-Courmont [Tue, 31 May 2005 14:51:13 +0000 (14:51 +0000)]
Minor clean up