summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* - Now mmst will use the MMS/TCP implementation first, instead of tryingbertrand2003-01-021-5/+5
* fixed stream errors on some cygwin installationsfaust32003-01-021-0/+4
* supress clicks/noise when changing channelshenry2003-01-011-4/+19
* Obvious patch to avoid undefined behaviour of multiple side effects inarpi2002-12-311-3/+3
* bunkus: Fixed Ogg/Ogm seeking by discarding the first packet after the seek w...mosu2002-12-301-2/+9
* allow utilization of more v4l buffers, patch by Carsten Schulz <carsten@gnocc...henry2002-12-291-15/+14
* fixes (ok, just workarounds) sig11 in playtree/cfgparser's free()arpi2002-12-291-2/+2
* fixed these:arpi2002-12-291-2/+2
* user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)henry2002-12-283-9/+170
* Added/reordered #includes to silence warnings about "implicit declaration".rathann2002-12-281-4/+2
* This patch adds a call to subcp_recode1(), so this subtitles too arearpi2002-12-281-0/+11
* The patch fixes a nullpointer dereference and free of NULL in demux_close_xmmsarpi2002-12-281-2/+5
* The following patch allows the MPlayer "cdparanoia" support to work onarpi2002-12-282-1/+49
* just quells warnings in the ".depends" generation phase.arpi2002-12-281-1/+1
* Lots of functions and variables specific to OSS audio are used withoutarpi2002-12-281-0/+6
* FreeBSD fixnexus2002-12-282-0/+2
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-276-86/+566
* prefer inttypes.h (probably fix cygwin compile)arpi2002-12-271-1/+1
* pnm:// support (ported from xine)arpi2002-12-264-1/+905
* fixed playback of pnm:// streamed filesarpi2002-12-261-1/+1
* 1l :)arpi2002-12-241-1/+1
* print track title in new linearpi2002-12-241-2/+2
* - fixed uninitialized offsets[]arpi2002-12-241-2/+3
* I cleaned up the source a bit, hopefully fixed hanging, alsoarpi2002-12-231-38/+46
* xmp hangign I noticed too, and is fixed with this patch, seeking works nowarpi2002-12-231-6/+17
* fix VCD playback - this is a patch from the netbsd pkgsrc tree,arpi2002-12-231-0/+15
* XMMS Input plugin supportarpi2002-12-226-2/+531
* CDDA seeking fixedarpi2002-12-223-6/+14
* accurate bitrate calculation using index, and more accurate guessingarpi2002-12-211-14/+52
* Russian frequencies by Alexander S. Belov <asbel@sice.ru>alex2002-12-201-0/+104
* add a TV_SET_CNANNEL commandhenry2002-12-192-0/+23
* 1000L for messing up cvshenry2002-12-161-0/+8
* handle bogus norm parameter; check for errors when setting normhenry2002-12-161-9/+4
* don't give up when set_tuner fails; more zero div sanity checkshenry2002-12-161-7/+16
* support for exotic normshenry2002-12-163-5/+43
* compiler warning fixesarpi2002-12-142-2/+1
* fixed possible division by zerohenry2002-12-141-1/+6
* 10l - demux_avi handles AVI_NI and AVI_NINI tooarpi2002-12-111-0/+2
* allocate the video buffer on the fly, instead of one big chunk at startuphenry2002-12-101-21/+55
* 10larpi2002-12-071-1/+1
* find best (longest) streams if not specified (-aid/-vid)arpi2002-12-071-11/+39
* From live.com 2002.11.30:bertrand2002-12-061-0/+4
* Really (!) sync ov_struct_st between demux_ogg.c and ad_libvorbis.crguyom2002-12-051-0/+1
* Sync ov_struct_st between demux_ogg.c and ad_libvorbis.crguyom2002-12-051-0/+4
* fixed mp3 seeking near end of filearpi2002-12-041-2/+3
* dvd_* declarations fixed to matc with open.carpi2002-12-041-2/+2
* Add Tremor (an integer-only Vorbis decoder) support.rguyom2002-12-041-0/+5
* set channel count to a saner value if the card reports an unknown audio modehenry2002-12-031-0/+5
* dump URL referencesarpi2002-11-291-1/+41
* - parsing the handler reference atom (hnlr), save handler fourccsarpi2002-11-291-4/+98
* reversing warning fix (requested by alex)michael2002-11-231-3/+3
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-2310-11/+18
* demuxer_control(), percent position and time length query implemented inarpi2002-11-167-14/+144
* Removed hard coded value for the length of the header separator.bertrand2002-11-131-4/+6
* FreeBSD fixnexus2002-11-121-0/+1
* New config system + cleanup of header inter dependencyalbeu2002-11-121-1/+1
* export imagedescription for qt video codecsarpi2002-11-112-3/+6
* dlopen() support for ad and vdalex2002-11-111-0/+6
* skew calculations modified to use integershenry2002-11-081-48/+36
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-0611-8/+31
* skip id3v2 junk when looking for mp3rfelker2002-11-051-0/+7
* Added OGG streaming support, patch from Balatoni Denes <pnis@coder.hu>bertrand2002-11-051-1/+6
* move timestamp debug printf to higher verbose level (hope it's ok)atmos42002-11-051-1/+1
* 10larpi2002-11-051-1/+1
* ASF-style stream auto-selection, to fix files with fake a/v streams (onlyarpi2002-11-051-96/+44
* workaround for ms11 ima4alex2002-11-041-0/+3
* - realaudio ATRC (sony atrac3) codec supportarpi2002-11-041-13/+45
* remove BE hack (yes, works now ! :-))colin2002-11-031-9/+0
* fix possible sig8 - found by Alexarpi2002-11-021-1/+1
* workaround old mencoder's cbr-mp3 header bugarpi2002-11-021-1/+10
* fixed comment - noticed by Alexarpi2002-11-021-2/+2
* A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it containsarpi2002-11-024-7/+6
* cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,arpi2002-11-024-58/+46
* verbose can be negativearpi2002-11-016-14/+17
* increase buffer size in immediate modehenry2002-11-011-1/+1
* set up nBlockAlign, nBytesPerSec correctly if extended audio header avail.arpi2002-10-311-1/+9
* pass audio codecdataarpi2002-10-311-1/+10
* debug printfarpi2002-10-301-1/+1
* 10L fixhenry2002-10-291-1/+1
* GCC warning fixesbertrand2002-10-297-41/+61
* check for framesize validity, return -1 (error) for zero size (bug found by pl)arpi2002-10-251-7/+13
* added an option for specifying the size of capture bufferhenry2002-10-253-10/+17
* max header size increasedarpi2002-10-231-4/+5
* allow cache to be disabled (-nocache should override cachesize autodetectionarpi2002-10-231-1/+1
* - fixed several 10l bugsarpi2002-10-231-198/+106
* yeah, test.c works now!arpi2002-10-232-3/+13
* 10larpi2002-10-231-1/+1
* cleanup config option handling in libmpdemux.arpi2002-10-237-127/+23
* mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_in...arpi2002-10-236-31/+11
* added libmpdemux depends to test.carpi2002-10-232-1/+4
* dvd chapter detect function from Gregory Kovrigapontscho2002-10-222-0/+29
* dump wav headerarpi2002-10-221-0/+2
* endianess independency (using get int 16/32/64 func instead of typecasting po...arpi2002-10-221-24/+75
* minor fixes in forceaudio optionhenry2002-10-221-1/+9
* OSS is optional (fixes case when "tv" enabled, and "ossaudio" disabled)arpi2002-10-221-0/+16
* add an option to force audio recording when a tv card reports no audio sourceshenry2002-10-223-1/+3
* add a forgotten shutdown testhenry2002-10-221-0/+3
* Fixed more potential mem leaks and use the url_free methodbertrand2002-10-191-3/+8
* removed the messalex2002-10-191-56/+0
* set position in channel list on startup. note: hope one day we will get clean...alex2002-10-191-2/+30
* Stop grabbing from v4l when paused by Jindrich Makovickaalex2002-10-191-22/+17
* fix & workaround possible sig8/sig11 in blocksize calculationarpi2002-10-171-2/+10
* fix bih->biSize for uncompressed files tooarpi2002-10-171-1/+1
* fill the extra bytes with zeroarpi2002-10-171-1/+2
* 10l - do not read INDEX twice!!!arpi2002-10-161-4/+6
* memleaksarpi2002-10-161-0/+3
* memleak fixarpi2002-10-161-0/+1
* memleak fix (found by valgrind)arpi2002-10-161-4/+9
* ss_div/ss_mul defaults to 0arpi2002-10-162-2/+2
* use standard gsm fourcc 'agsm' instead of msgsm id 0x31arpi2002-10-161-1/+1
* ds_tell_block()arpi2002-10-161-1/+5
* Don't start a CDDB request to the CDDB server if there is no CD in the drive,bertrand2002-10-161-8/+20
* -fps autodetectionarpi2002-10-131-0/+5
* Create the ~/.cddb directory if not present.bertrand2002-10-131-5/+17
* stream selection cleanup, fixed -nosoundarpi2002-10-101-111/+71
* -nosound fixarpi2002-10-081-3/+3
* fixed LPCM parsingarpi2002-10-081-18/+28
* Added support for RTSP stream over TCP.bertrand2002-10-081-1/+8
* * Fix for the broken MultiDec files I had originally posted with thearpi2002-10-071-61/+163
* BE_16/BE_32 macro was accessing integers from unaligned addresses on SPARCjkeil2002-10-071-11/+9
* smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>arpi2002-10-063-0/+97
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderarpi2002-10-051-3/+9
* This just corrects a function name to match the other demuxer'sarpi2002-10-042-4/+7
* this patch adds an ability to recover from audio buffer cross-run by Jindrich...alex2002-10-023-7/+98
* some cleanups for video_grabber() which fix a race condition by Jindrich Mako...alex2002-10-021-21/+25
* this patch adds an ability to recover from audio buffer cross-run by Jindrich...alex2002-10-021-0/+1
* rv10 cleanupmichael2002-10-011-25/+3
* - demuxer->audio->id is set to -2 when using 'frameno.avi', soarpi2002-09-301-4/+14
* some cleanup - made private vars/funcs static, removed obsolete externsarpi2002-09-293-7/+3
* passthrough timestamps to demuxerarpi2002-09-281-2/+29
* complex patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>alex2002-09-281-69/+92
* btaudio driver support by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>alex2002-09-281-1/+0
* dump processed edit list dataarpi2002-09-271-0/+3
* Display the IP address that has been resolved.bertrand2002-09-271-3/+7
* fixed invalid -aid/-vid segfaultarpi2002-09-251-1/+10
* changed 'detected fileformat' messages to a message with %sjaf2002-09-221-18/+18
* Fix nick of sbmpostlgb2002-09-221-1/+2
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-2215-49/+37
* wine headers cleanuparpi2002-09-222-5/+38
* get_sh_audio/get_sh_video removed (never used, also useless)arpi2002-09-221-22/+0
* - cosmetics, reorderarpi2002-09-211-31/+30
* we don't need the 0x1ff hack any more!arpi2002-09-211-1/+1
* fix segmentation fault with -dvdkey, fix return value of dvd_css_descramble()...lgb2002-09-212-29/+63
* fixing edit-list playback (it uses the mvhd-timescale instead of the mdhd-one)arpi2002-09-181-4/+37
* Added the cdinfo.c for compilation.bertrand2002-09-171-1/+1
* Enable CDDB support only if the network layer is enabled.bertrand2002-09-171-0/+4
* Moved all the cdinfo specific from cddb to a standalone file(cdinfo.c), sobertrand2002-09-171-116/+1
* Moved all the cdinfo specific from cddb to a standalone file, sobertrand2002-09-171-0/+136
* hpux DVD support fixes by Martin Gansser <mgansser@ngi.de>arpi2002-09-161-0/+2
* removed dummy OGG functions - use #ifdef insteadarpi2002-09-152-24/+10
* some cosmetics - reordering declarations, 10l for cache2arpi2002-09-151-8/+6
* stream layer cleanup part 2arpi2002-09-154-48/+22
* stream layer cleanup - part 1arpi2002-09-156-60/+47
* removed obsolete VCD_CACHE hackarpi2002-09-156-173/+0
* The granule position of pages contining Vorbis audio is in units ofarpi2002-09-141-2/+2
* Added a new ASX playlist mime-typebertrand2002-09-131-0/+1
* added smjpeg demuxer only for nexus' requestalex2002-09-134-1/+198
* .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxerarpi2002-09-105-4/+444
* TGA images (-mf on:type=tga) supportarpi2002-09-101-2/+4
* fixed >2GB files demuxingarpi2002-09-101-4/+4
* Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il>bertrand2002-09-091-0/+5
* removed messy global 'tv_handle', use stream->priv for that purposearpi2002-09-084-17/+23
* fixed get_format/set_formatalex2002-09-081-2/+4
* changed message leveles (too many non-sense info messages)alex2002-09-082-20/+16
* tuner setting isn't mandatory. requested by Jonas Munsin <jmunsin@iki.fi> for...alex2002-09-081-3/+3
* Don't try to reread from the socket if the server says EOFbertrand2002-09-071-1/+1
* Fixed an unknown command. Looks like it's a new command from WMS9.bertrand2002-09-071-3/+10
* removes old input code (forgot to commit this)alex2002-09-071-12/+0
* Check if realloc failed on http_hdr->buffer instead of ptr in http_response_a...bertrand2002-09-071-2/+2
* typo (checking for mpeg twice, instead of mpeg & MPEG)michael2002-09-061-1/+1
* SPARC gcc generates bad code accessing an unaligned and packed structure memberjkeil2002-09-061-0/+15
* - simpler http_response_append (uses realloc())arpi2002-09-061-16/+8
* Humm, only if __DEBUG_URL is defined, declare the prototype...bertrand2002-09-051-1/+1
* Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell <biorn...bertrand2002-09-041-4/+54
* - If fatal error while trying to connect to a WM server, skip other proto.bertrand<