aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* .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
* removed obsolete itemsGravatar alex2002-09-01
* audio in layer is used only bu tvi_v4l, don't compile for others.Gravatar arpi2002-08-31
* user-data moved one -v upGravatar arpi2002-08-31
* fix cache disable for live.comGravatar atmos42002-08-31
* removed buggy fd<0 check for disallowing dumpstream/cacheGravatar arpi2002-08-31
* 1000l - libmpdvdkit2 fix, thx NexusGravatar arpi2002-08-31
* assume $(CC) can compile c++ - fixes compile with non-default compilerGravatar arpi2002-08-30
* v4l audio fixes by Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>Gravatar alex2002-08-30
* 10l bug, found by NexusGravatar arpi2002-08-29
* use dir/libname.a instead of -Ldir -lnameGravatar arpi2002-08-29
* new mencoder option -info, to store copyright, title, encoder version etc in AVIGravatar arpi2002-08-29
* fixed RIFF chunk size - patch by "Andriy N. Gritsenko" <andrej@lucky.net>Gravatar arpi2002-08-29
* - Tell the RTSP client code to use the string "mplayer" in RTSPGravatar arpi2002-08-29
* inet_aton fallback support by Joey Parrish <joey@yunamusic.com>Gravatar bertrand2002-08-29
* mostly compiler warning fixes, some small bugfixGravatar arpi2002-08-28
* fixes problems when new line is just '\n' and not '\r\n' and enabled html-mar...Gravatar alex2002-08-28
* - added matrix cracking/debugging code - disabledGravatar arpi2002-08-27
* Martin Olschewski <olschewski@zpr.uni-koeln.de>: [PATCH] ai_oss.c should chec...Gravatar alex2002-08-26
* some files has some shit before teh audio/video headers...Gravatar arpi2002-08-25
* 10l - fixed chunktab size calculationGravatar arpi2002-08-24
* - changed re-muxed packet structure (see struct dp_hdr_t)Gravatar arpi2002-08-24
* v4l capture update by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>Gravatar arpi2002-08-22
* fix ai_oss.c compilation on non linux systems - by Bernd Ernesti <mplayer@lis...Gravatar jaf2002-08-22
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:Gravatar arpi2002-08-21
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:Gravatar arpi2002-08-21
* ogg (.ogm) text subtitles supportGravatar arpi2002-08-14
* - Create and set up a "BITMAPINFOHEADER" and "WAVEFORMATEX" structure forGravatar arpi2002-08-14
* typo fixes by Ross Finlayson <finlayson@live.com>Gravatar arpi2002-08-14
* disable cache if stream->fd<0 (no regular file/pipe but some special thing)Gravatar arpi2002-08-14