aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* some cleanup - made private vars/funcs static, removed obsolete externsGravatar arpi2002-09-29
* passthrough timestamps to demuxerGravatar arpi2002-09-28
* complex patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>Gravatar alex2002-09-28
* btaudio driver support by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>Gravatar alex2002-09-28
* dump processed edit list dataGravatar arpi2002-09-27
* Display the IP address that has been resolved.Gravatar bertrand2002-09-27
* fixed invalid -aid/-vid segfaultGravatar arpi2002-09-25
* changed 'detected fileformat' messages to a message with %sGravatar jaf2002-09-22
* Fix nick of sbmpostGravatar lgb2002-09-22
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* wine headers cleanupGravatar arpi2002-09-22
* get_sh_audio/get_sh_video removed (never used, also useless)Gravatar arpi2002-09-22
* - cosmetics, reorderGravatar arpi2002-09-21
* we don't need the 0x1ff hack any more!Gravatar arpi2002-09-21
* fix segmentation fault with -dvdkey, fix return value of dvd_css_descramble()...Gravatar lgb2002-09-21
* fixing edit-list playback (it uses the mvhd-timescale instead of the mdhd-one)Gravatar arpi2002-09-18
* Added the cdinfo.c for compilation.Gravatar bertrand2002-09-17
* Enable CDDB support only if the network layer is enabled.Gravatar bertrand2002-09-17
* Moved all the cdinfo specific from cddb to a standalone file(cdinfo.c), soGravatar bertrand2002-09-17
* Moved all the cdinfo specific from cddb to a standalone file, soGravatar bertrand2002-09-17
* hpux DVD support fixes by Martin Gansser <mgansser@ngi.de>Gravatar arpi2002-09-16
* removed dummy OGG functions - use #ifdef insteadGravatar arpi2002-09-15
* some cosmetics - reordering declarations, 10l for cache2Gravatar arpi2002-09-15
* stream layer cleanup part 2Gravatar arpi2002-09-15
* stream layer cleanup - part 1Gravatar arpi2002-09-15
* removed obsolete VCD_CACHE hackGravatar arpi2002-09-15
* The granule position of pages contining Vorbis audio is in units ofGravatar arpi2002-09-14
* Added a new ASX playlist mime-typeGravatar bertrand2002-09-13
* added smjpeg demuxer only for nexus' requestGravatar alex2002-09-13
* .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxerGravatar arpi2002-09-10
* TGA images (-mf on:type=tga) supportGravatar arpi2002-09-10
* fixed >2GB files demuxingGravatar arpi2002-09-10
* Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il>Gravatar bertrand2002-09-09
* removed messy global 'tv_handle', use stream->priv for that purposeGravatar arpi2002-09-08
* fixed get_format/set_formatGravatar alex2002-09-08
* changed message leveles (too many non-sense info messages)Gravatar alex2002-09-08
* tuner setting isn't mandatory. requested by Jonas Munsin <jmunsin@iki.fi> for...Gravatar alex2002-09-08
* Don't try to reread from the socket if the server says EOFGravatar bertrand2002-09-07
* Fixed an unknown command. Looks like it's a new command from WMS9.Gravatar bertrand2002-09-07
* removes old input code (forgot to commit this)Gravatar alex2002-09-07
* Check if realloc failed on http_hdr->buffer instead of ptr in http_response_a...Gravatar bertrand2002-09-07
* typo (checking for mpeg twice, instead of mpeg & MPEG)Gravatar michael2002-09-06
* SPARC gcc generates bad code accessing an unaligned and packed structure memberGravatar jkeil2002-09-06
* - simpler http_response_append (uses realloc())Gravatar arpi2002-09-06
* Humm, only if __DEBUG_URL is defined, declare the prototype...Gravatar bertrand2002-09-05
* Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell <biorn...Gravatar bertrand2002-09-04
* - If fatal error while trying to connect to a WM server, skip other proto.Gravatar bertrand2002-09-03
* Return -2 for fatal error while connecting to a server.Gravatar bertrand2002-09-03
* Checked if the connection succeeded before writing in the socket.Gravatar bertrand2002-09-03
* gcc 2.95.4 doesn't like VAR==value without spacesGravatar arpi2002-09-02