{5} Assigned, Active Tickets by Owner (Full Description) (29 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

courmisch

Ticket Summary Component Milestone Type Severity Created
Description
#279 RTSP client polling Stream output 0.9.1-features task major 07/29/05

When clients of our RTSP server forcefully die, our server keeps sending information to them. This causes a DoS attack. http://forum.videolan.org/viewtopic.php?t=11035


#297 External plugin build support Build system Features paradize enhancement normal 08/05/05

It is currently fairly tricky to compile plugins for VLC outside of the main source tree. We have to:

  • install every possibly needed headers in $(includedir)/vlc/
  • provide vlc-config (or something else) to easily find the right preprocessor, compiler and linker's flags,
  • make sure installed headers do not depend on something not installed,
  • in particular, headers should not depend on config.h - that's difficult to fix,
  • a pkgconfig file and/or a .m4 set of macros to automatically find "vlc-devel" stuff from custom configure.ac.

Ideally, one should be able to build and install plugin with only the headers and without the source tree.


#441 RTSP/2.0 support Stream output Features paradize enhancement normal 11/28/05

The new version fixes a lot of ambiguity, compatibility and other issues. Backward compatible is explicitly out-of-scope (yeah! rid the RTSP/1.0 mess).


#1017 Encrypted transmission Video output core Features paradize task normal 01/25/07

Encrypted transmission between:

VLC -> VLC VLC -> VLC Web plugin

When the transmission is encrypted the user that create the transmission must write a secret word. The user that use the application that receive the stream must write the word in a window that come up when the application detect that the stream is encrypted.


#1645 RTP timestamp wrap Network 0.9.0 bugs defect normal 06/26/08

The new RTP demux causes a clock warp when the RTP timestamp wraps. This breaks non-TS payloads (on average every 2**32/freq = 13 hours).


#1667 snapshot assertion crash in playlist/control.c Playlist 0.9.0-test2 defect normal 07/04/08

NB vlc-0.9.0-test2-20080702-1913-win32.zip. Use of snapshot function results in assertion failed:

playlist/control.c
line:48
p_this->i_object_type != VLC_OBJECT_VOUT

Could be related to ticket #1650 with mentioning of playlist issues with VOUT similar to deinterlace problem in that ticket.


#321 SRTP support Stream output 0.9.1-features enhancement normal 08/20/05

Information about spec and implementations of the Secure RTP protocol is here:


#66 Better NAT support Network Features paradize enhancement normal 05/08/05

Find a way to deal with clients behind a NAT. RTSP work 'poorly' in these setups. STUN or other UDP hole punching techniques could be used. ProtocolRollover? can be a solution for a lot of these issues (see also #65).


dionoea

Ticket Summary Component Milestone Type Severity Created
Description
#203 Remote control / telnet interface rewrite Interfaces Features paradize enhancement normal 06/11/05

We need to completely re-think and merge the remote control and telnet interfaces.

(See previous discussion here http://www.via.ecp.fr/via/ml/vlc-devel/2005-04/msg00070.html)

Basically, this new interface would need to :

  • make it possible to control both the playlist and the vlm items
  • make it possible to browse through the different items (demux, access, filters, vout ...) in a tree like manner (see mailing list archive for more info)
  • enable access to exported module callbacks as explained in ticket #202
  • ... (feel free to add requirements)

#443 Windows IR Remote Control support Interfaces Features paradize enhancement normal 11/29/05

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwmt/html/remote_control.asp?frame=true

i just need to find where to catch all those remote control messages ...


#213 Wall filter breaks when rows and cols aren't aspect ratio compliant Filters Bugs paradize defect minor 06/17/05

try something like :

vlc --vout-filter wall --wall-rows 3 --wall-cols 1 --wall-element-aspect "4:3" video.mpg

(where video.mpg is a normal size video)

The vouts don't work well since the filter is trying to fit a 4:3 video on 3 4:3 vouts ... (which isn't possible unless at least one of these 3 vouts is empty ... simple math)

if you change --wall-element-aspect to "10:3" ... it'll work well.


fkuehne

Ticket Summary Component Milestone Type Severity Created
Description
#350 GUI for Subpicture filters Mac OS X interface 0.9.1-features enhancement normal 09/13/05

It would be nice to have a GUI to access the subpicture filters (logo, time, marquee, mosaic).

There should be a button in the extended controls panel (Video filters section) and an entry in the Video-menu to show this to-be-created panel. Perhaps it can also be re-used for the wizard, so certain settings can be applied to the MRL of a certain stream only. We should be able to use the same panel for that. One could add a button to the "Transcode 1"-page to open it as a sheet.

The RC-interface's code by markfm and dionoea can be used as a manual for the implementation.


#770 Add EyeTV support Access 0.9.1-features enhancement normal 10/08/06

Add EyeTV support, so we can access their MPEG-TS streams and transcode/stream them to clients. A first step is probably adding basic local playback support to get a feeling for the channel selection, etc.

We need both a custom plugin to add to the EyeTV application bundle and an access plugin to feed the actual data to VLC's core facilities. For the first one, the public domain demo plugin provided as part of their SDK appears to be really handy. Since their API is Carbon-like, the plugins will need to be written in pure C.


#1122 Restoring speed to normal Mac OS X interface 0.9.1-features enhancement minor 03/19/07

After having sped up or slowed down playback of a video, I often want to restore it to its normal speed. The only way right now is hitting the 'slow down' or 'speed up' button the correct number of times, which is annoying. A single button that resets the video's speed to default would be nice (similar to mplayer's backspace button).


#435 Playlist source selector Mac OS X interface 0.9.1-features enhancement normal 11/27/05

A-la itunes / amarok / rhythmbox


#58 Re-write of the AppleScript bindings Mac OS X interface Features paradize defect minor 05/07/05

The AppleScript? bindings need to be completely re-written. The current design is not that strong. We need a more object oriented one, which can be easily enhanced. Have a look at the implementation in Fire for example. It makes use of key-value-based codings, etc., is really nice to maintain and rather easy to understand.


ivoire

Ticket Summary Component Milestone Type Severity Created
Description
#69 SDL vout cleaning Video output core Features paradize defect minor 05/08/05

The SDL vout hasn't been updated for a long while.

It needs some cleaning up

  • New hotkeys support
  • better resizing
  • alignment
  • ...

Even though SDL isn't used much, this vout shouldn't disappear, because it is a crossplatform API.


jb

Ticket Summary Component Milestone Type Severity Created
Description
#697 enable avisynth support Decoders 0.9.1-features enhancement normal 07/09/06

Avisynth support is now in ffmpeg. Enable this when compiling VLC on windows

http://www.nurs.or.jp/~calcium/3gpp/sources/AVSredirect002.zip

This was coded to add avisynth support to ffmpeg/mplayer. VLC could quite easily add it as well, but who is gonna do it?


#1144 snap interface to corners of desktop and to other parts of interface Qt interface Features paradize enhancement normal 04/01/07

Ok, I figured that I might as well make this into a ticket as I was recommended to do so by j-b: http://forum.videolan.org/viewtopic.php?p=104044#104044

I wanted to know if it’s possible to make the QT4 interface snap to the corners of a desktop, like the “default” skin for VLC version 0.8.6. And also the ability to snap to other parts of the interface, like a detached playlist or EQ window.

Apparently I had a little trouble explaining what I meant, so Spellcoder did a better job of it: http://forum.videolan.org/viewtopic.php?p=104036#104036

I hope that explained it, thanks.


#1575 QT4 open dialog creates bad MRLs Qt interface Bugs paradize defect normal 11/30/07

When using the Stream dialog, QT4 generates a wrong MRL for the input

responsible code is FileOpenPanel::updateMRL() in components/open_panels.cpp

    QString mrl = "";
    foreach( QString file, dialogBox->selectedFiles() ) {
         mrl += "\"" + file + "\" ";
    }

"file " is not valid "file1 ""file 2 " is not valid either

I'm not aware that we can open 2 files in one mrl. If this is effectively not possible, this code must go away and opening of multiple items must be forbidden.


#1538 open dialog resize in Windows version of Qt Qt interface 0.9.0 bugs defect normal 03/24/08

When the new Qt4 open dialog is resized, the contents are not resized.


#1542 UI : Lost of focus under windows. Qt interface Bugs paradize defect normal 03/30/08

When VLC windows is open and we put it over buttons (for example on the left of main screen not in full screen over sound bargraph), when video come to the end, VLC go over screens coordinates. So we lost focus and we should close it with right click on task bar. Easier to reproduce in normal use with HD formats, when doing something else in the same time.

Better to use windows coordinate to restore VLC.


#1641 Regression: redock the playlist in Qt interface Qt interface 0.9.0-test2 defect normal 06/26/08

$title


#128 muxer/access matrix Qt interface Features paradize task minor 05/20/05

Implement completly the muxer/access matrix in the stream out panel.

It's already done for udp => TS.


#1094 Phonon backend for KDE4 Bindings 0.9.1-features enhancement major 03/08/07

KDE4 is gonna use an "abstraction" API to allow you to choose your preferred media playback backend. It's called phonon. We should really build such a KDE4 phonon backend, if we don't want to loose too much ground with the KDE folks. They already have xine and gstreamer backends.

Qt is going to use that backend also. Vir is interested.


#83 Export the parameters of an input Interfaces Features paradize enhancement normal 05/08/05

Export the Media Info of a file/source to a standard xml file for use by other applications. Possibly combine with file "probe'ing".

  • AR
  • size
  • bitrate
  • resolution
  • codecs
  • etc

njh

Ticket Summary Component Milestone Type Severity Created
Description
#1554 libmpg123 plugin Decoders Features paradize enhancement normal 04/12/08

Create a plugin for decoding of MPEG Audio using libmpg123 (as an alternative to libmad).

libmpg123 has assembler optimisations for a number of processors.


tonsofpcs

Ticket Summary Component Milestone Type Severity Created
Description
#1214 Strings review Interfaces 0.9.0-test2 task normal 05/31/07

To Do:

  • Review all strings in all files prior to the 0.9.0 release.
  • Ensure that the strings are proper English.
  • Ensure that the meaning can be grasped as easily as possible.

Secondary objective:

  • Ensure that the strings can be translated easily to other languages.


Note: Difficulty is easy, but this will take a great deal of time with multiple people working.


xtophe

Ticket Summary Component Milestone Type Severity Created
Description
#178 possible issue with the filebrowser for dbox neutrino's ? HTTP Interface Features paradize defect minor 06/04/05

http://forum.videolan.org/viewtopic.php?t=9657

We need to confirm/deny this issue :D


Note: See TracReports for help on using and creating reports.