Changeset dfedddf334a773c8576756395af4864d435c84dc

Show
Ignore:
Timestamp:
15/12/05 15:36:49 (3 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1134657409 +0000
git-parent:

[dae0444f7c000f9056a8ce6f2735c7f12d58b4a7]

git-author:
Clément Stenac <zorglub@videolan.org> 1134657409 +0000
Message:

Who said I'm bored ?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • MAINTAINERS

    rd4b1caf rdfedddf  
    99# contributions should be directed to her. 
    1010 
    11 * MISC VLC ARCHITECTURE 
     11* CORE VLC ARCHITECTURE 
    1212 
    13   - Makefiles & autoconf : [sam] & [meuuh] 
     13  - Makefiles & autoconf : [sam] [meuuh] [courmisch] 
    1414  - configuration & command-line options : [gibalou] 
    1515  - modules, detection, dynamic loading : [sam] 
     
    2020  - Altivec optimizations : [meuuh] ([jlj]) 
    2121 
     22* PLAYLIST  
     23 
     24  - core support [zorglub] 
     25 
    2226* PORTS 
    2327 
     
    2630  - BeOS : Eric Petit (Stephan Assmus) 
    2731  - Windows : [gibalou] 
    28   - Mac OS X : [thedj]) 
     32  - Mac OS X : [thedj] 
    2933  - QNX RTOS : [jlj] 
    3034  - Solaris : [meuuh] 
    3135  - *BSD : [meuuh] 
    3236  - GNU/Hurd : [sam] 
    33   - iPAQ Familiar Linux : [saman] & [marcari] ([meuuh]) 
     37  - iPAQ Familiar Linux : [jpsaman] 
    3438  - YOPY/Linupy : [marcari] 
    3539  - BSD/OS : Steven M. Schultz 
     
    3741* INTERFACE 
    3842 
    39   - interface architecture : [sam] 
    40   - modules gtk, gnome : [sam] ([stef]) 
    41   - modules lirc, dummy, rc, ncurses : [sam] 
    42   - modules qt, kde : [sigmund] 
    43   - module xosd : [lool] 
    44   - module familar : [saman] 
     43  - interface architecture : [sam] [zorglub] 
     44  - wxWidgets : [gibalou] [zorglub] 
     45  - skins2    : [ipkiss] [asmax] 
     46  - macosx    : [thedj] [bigben] [fkuehne] 
     47  - lirc, dummy, rc, ncurses : [sam] 
     48  - corba     : [oaubert] 
     49  - familiar  : [jpsaman] 
     50  - http      : [meuuh] 
    4551 
    4652* VIDEO OUTPUT 
    4753 
    48   - video output architecture : [sam] 
    49   - modules dummy, fb, ggi, glide, mga, sdl : [sam] 
    50   - output filters & chroma : [sam] 
    51   - modules x11, xvideo : [gibalou] 
    52   - module aa : [sigmund] 
    53   - module qte : [saman] 
     54  - Video output architecture : [sam] [gibalou] 
     55  - dummy, fb, ggi, glide, mga, sdl : [sam] 
     56  - Filters & chroma : [sam] [gibalou] 
     57  - X11, Xvideo      : [gibalou] 
     58  - Directx          : [gibalou] 
    5459 
    5560* AUDIO OUTPUT 
    5661 
    5762  - audio output architecture : [sam] ([meuuh]) 
    58   - module ALSA : [bozo] 
    59   - module aRts : Emmanuel Blindauer 
    60   - modules dsp, dummy, esd : [sam] ([meuuh]) 
    61   - output filters : [sam] ([meuuh]) 
     63  - ALSA       : [bozo] [bigben] 
     64  - DirectX    : [gibalou] 
     65  - AUHAL      : [thedj] 
     66  - Other      : [sam] ([meuuh]) 
     67  - Filters    : [sam] [babal] [meuuh] 
    6268 
    6369* INPUT 
    6470 
    65   - input architecture : [meuuh] 
    66   - demux modules PS, ES, a52_system : [meuuh] 
    67   - access modules file, udp, http : [meuuh] 
    68   - demux modules TS, satellite : [jobi] 
    69   - network modules ipv4, ipv6 : [meuuh] 
    70   - demux module mpeg_audio (mp3), avi : [fenrir] 
    71   - DVD module : [stef] 
    72   - VCD module : [jobi] ([jlj]) 
     71  - input architecture : [meuuh] [fenrir] 
     72  - Most Demuxers      : [fenrir] [gibalou] 
     73  - DRMS support       : [jlj] [sam] 
     74  - DVB access         : [meuuh] 
     75  - DVD                : [sam] 
     76  - network layer      : [courmisch] 
    7377 
    74 * DECODERS 
     78* DECODER 
    7579 
    76   - decoders architecture : [meuuh] ([henri]) 
    77   - built-in MPEG audio : unmaintained (FIXME) 
    78   - built-in MPEG video & associated idct+motion : [meuuh] 
    79   - built-in AC3 & associated plug-ins : Renaud Dartus (soon-to-be scrapped) 
    80   - mad : [saman] ([meuuh]) 
    81   - ffmpeg : [fenrir] 
     80  - decoders architecture : [meuuh] [gibalou] ([henri]) 
     81  - ffmpeg : [fenrir] [gibalou] 
    8282  - AC3 SPDIF : [stef] 
    8383  - A/52 : [gibalou] ([meuuh]) 
    8484  - SPU : [sam] 
    85   - Ogg/Vorbis : [gibalou] 
     85 
     86* MISC 
     87 
     88  - VLM  
     89  - HTTPD : [fenrir] 
    8690 
    8791* DOCUMENTATION 
    8892 
    89   - VLC HOWTO : [jobi] 
    9093  - Developer documentation : [sam] ([meuuh]) 
    91   - FAQ : [lool] 
    9294 
    9395 
  • src/libvlc.c

    r4575195 rdfedddf  
    924924 
    925925    /* 
    926      * Free playlists 
    927      */ 
    928     msg_Dbg( p_vlc, "removing all playlists" ); 
     926     * Free playlist 
     927     */ 
     928    msg_Dbg( p_vlc, "removing playlist handler" ); 
    929929    while( (p_playlist = vlc_object_find( p_vlc, VLC_OBJECT_PLAYLIST, 
    930930                                          FIND_CHILD )) ) 
     
    960960     * Free announce handler(s?) 
    961961     */ 
    962     msg_Dbg( p_vlc, "removing announce handler" ); 
    963962    while( (p_announce = vlc_object_find( p_vlc, VLC_OBJECT_ANNOUNCE, 
    964963                                                 FIND_CHILD ) ) ) 
    965    { 
     964    { 
     965        msg_Dbg( p_vlc, "removing announce handler" ); 
    966966        vlc_object_detach( p_announce ); 
    967967        vlc_object_release( p_announce ); 
    968968        announce_HandlerDestroy( p_announce ); 
    969    
     969   
    970970 
    971971    if( i_object ) vlc_object_release( p_vlc );