summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Added Matroska demuxing support.mosu2003-04-305-2/+2004
* 1000000000lrfelker2003-04-293-6/+6
* fully reworked by Nico <nsabbi@libero.it>alex2003-04-281-245/+216
* abilty to set tv channel by name on commandline, patch by Ivan Szanto <szivan...alex2003-04-281-1/+21
* fopen requires binary flag on windows, toofaust32003-04-261-0/+4
* enable mf support on mingw32faust32003-04-251-1/+3
* fixed 2 10l-s (bug found in the spring cleanup patch by Raindel Shacharalex2003-04-211-4/+3
* Avoid including a header file twice to prevent Cygwin gcc 2.95.3-10 fromdiego2003-04-201-2/+1
* Removed unneded Cygwin #ifdefs. Tested by Diego Biurrunrtognimp2003-04-204-24/+0
* Fix this 10L for wich i got so good bugreports :(((albeu2003-04-201-1/+1
* Fix compilation for *BSD, Mac OS X and maybe others (info by Steven M. Schult...rtognimp2003-04-192-0/+2
* Some .ra files are playable, noted by Ross Finlaysonrtognimp2003-04-181-1/+2
* 10l, noted by Sascha Sommerrtognimp2003-04-181-1/+1
* mingw fixfaust32003-04-181-1/+1
* Fix incorrect URL encoding.ranma2003-04-181-2/+2
* Fixed the code that checks for a ".rm" URL extension to also make surersf2003-04-181-1/+1
* Real rstp:// streaming support, ported from xinertognimp2003-04-1716-0/+4377
* 10lmichael2003-04-141-2/+2
* Fix cache uninitalbeu2003-04-122-4/+11
* Fixed a bug that could sometimes cause the first video packet in a RTP streamrsf2003-04-121-1/+4
* Minor code cleanup.rsf2003-04-121-3/+4
* Access-controlled RTSP sessions can now be played, if the user uses thersf2003-04-111-1/+12
* Add a null streamv Currently used for tv and mf. Could be used toalbeu2003-04-104-43/+48
* Use inet_ntoa where inet_ntop is not available.bertrand2003-04-101-1/+5
* typo fixnexus2003-04-101-4/+4
* removed some wrappers, now the configure checks for inet_pton. patch by Joey ...alex2003-04-092-14/+4
* channel finetuning cmdline support, patch by Ivan Szanto <szivan@duticai.TWI....alex2003-04-091-0/+11
* Make the vcd API fully reentrant.albeu2003-04-093-146/+176
* Port vcd to the new APIalbeu2003-04-095-65/+149
* Moved the "sdp://" test above the URL streaming test, so that SDP files canrsf2003-04-081-24/+25
* Oops, I just noticed albeu's revision 1.58 - so I backed out thersf2003-04-071-1/+1
* Reapplied the patch that I had originally made in revision 1.53.rsf2003-04-071-1/+1
* It should now be endian aware. Untested as i only have le box :(albeu2003-04-062-3/+18
* Add netstreamalbeu2003-04-061-1/+1
* Add netstreamalbeu2003-04-061-2/+9
* A new control called upon stream reset.albeu2003-04-061-0/+1
* A new stream wich allow access to MPlayer stream accross the network.albeu2003-04-062-0/+418
* Check that we really got a filename.albeu2003-04-061-0/+6
* temporary disable mf support for systems without globfaust32003-04-042-1/+13
* Little fix.albeu2003-04-041-1/+1
* 10L NULL == 0 == stdinalbeu2003-04-041-1/+1
* Using a different alignment for only the Gui is bad as this code usealbeu2003-04-041-4/+0
* H264-ES demuxermichael2003-04-044-4/+109
* workaround only, please fix.pontscho2003-04-031-0/+4
* 10lpontscho2003-04-031-0/+4
* URL is cdda://tracks[:speed][/device]albeu2003-04-024-140/+159
* *** empty log message ***albeu2003-04-021-1/+1
* 10l to Albeufaust32003-04-021-1/+1
* MINGW32 portfaust32003-04-021-0/+4
* Remove -sdpalbeu2003-04-021-25/+15
* Stream modularization, the first step.albeu2003-04-023-12/+318
* Added a test for "s->fd == NULL" to the start of "stream_fill_buffer()".rsf2003-04-021-1/+1
* Added some optional debugging printfs (disabled by default)rsf2003-04-021-0/+5
* fix compilation without TV supportfaust32003-03-311-0/+2
* MINGW32 portfaust32003-03-301-3/+3
* Fix test compilationalbeu2003-03-302-2/+8
* Fix all demuxers wich where using a global var to enable themself.albeu2003-03-301-19/+16
* Set deuxer_type instead of using our own global var.albeu2003-03-301-2/+2
* Use new config headersalbeu2003-03-302-10/+11
* Stream cleanup, don't use blah_on options anymore.albeu2003-03-304-22/+56
* 10L, close isn't enouth we must munmap too.albeu2003-03-301-1/+9
* Switch to the new config headeralbeu2003-03-271-1/+3
* Free the stream of the audio and subtitle demuxer.albeu2003-03-271-2/+10
* Fix rawvideo and -audiofilealbeu2003-03-271-6/+22
* on now set the demuxer type some we can use rawvideo with -audiofilealbeu2003-03-271-9/+12
* Fix a 100L bug wich killed mencoder timing and switch to the newalbeu2003-03-271-4/+5
* 10l, found by Jan Kritzner <kritzner@informatik.rwth-aachen.de>alex2003-03-261-3/+2
* Added IPv6 support, patch by Dave Lambley <mplayer-dev-eng@dlambley.freeserve...bertrand2003-03-261-21/+121
* Added support for IPv6 numeric url like: http://[3ffe:400:100::1]:80/filebertrand2003-03-262-14/+28
* color equalizer for tv inputhenry2003-03-233-4/+24
* fixed trivial seeking bugs, patch by Krister Lagerstrom <krister@kmlager.com>alex2003-03-221-1/+8
* Warning fix, patch by Dominik Mierzejewskyrtognimp2003-03-221-1/+2
* fix crash on streams with frame tags, patch by Brett Kosinski <brettk@frodo.d...alex2003-03-221-1/+2
* wrong assignment of codec, patch by nsabbi@libero.italex2003-03-211-1/+1
* report TRUE for IS_AUDIO control when user forces the audio recordinghenry2003-03-211-0/+1
* largefile support by Matthias Schwarzott <zzam@gmx.de>alex2003-03-211-3/+3
* replace sys_errlist with strerror() by Ivan Szantohenry2003-03-201-5/+5
* hardware mjpeg encoding using v4l by Iván Szántó <szivan@freemail.hu>henry2003-03-193-1/+191
* 10l cbSize not inited for l=16.\n Could give problem in print_wave_headerrtognimp2003-03-171-0/+1
* 1000larpi2003-03-171-1/+0
* dvbin_param_on movedarpi2003-03-162-2/+2
* this is a combo patch that:arpi2003-03-1612-4/+2660
* remove the lower boundaryhenry2003-03-161-2/+1
* cleanups and some 10l fixes for previous commithenry2003-03-161-41/+44
* correct small framerate fluctuations directly in the capture threadhenry2003-03-151-1/+47
* This patch corrects the calculation of the MPEG bitrate from thearpi2003-03-151-3/+3
* Same behaviour as old code for short headersrtognimp2003-03-151-2/+5
* Read extradata for wav files, based on patch by <dimakar(at)yahoo.com>. Requi...rtognimp2003-03-151-5/+16
* Animatrix AAC fix, patch by <dimakar(at)yahoo.com>. (This is the right patch)rtognimp2003-03-151-5/+6
* Animatrix AAC fix, patch by <dimakar(at)yahoo.com>rtognimp2003-03-121-3/+4
* Improved RTP packet buffering, by relying on the underlying OS's UDPrsf2003-03-113-221/+336
* - fixed playback of files with bad WxH in header (tricky! we can always read thearpi2003-03-101-16/+32
* Hopefully fixed all RV30/RV40 A-V sync issuesarpi2003-03-091-9/+24
* Redundant packet ignoring is RV30-only (at least frame-header flag 0x20 is)arpi2003-03-091-2/+2
* rv40 pict_type parsermichael2003-03-071-5/+19
* Dynamic decision of DVD device Darwin patch by (danchr at daimi dot au dot dk)michael2003-03-051-4/+27
* add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbe...michael2003-03-051-1/+3
* 10L never blowup an option pointer !!!!albeu2003-03-031-2/+3
* MACOSX support patch, based on Dan Christiansens workalex2003-02-251-1/+5
* make tv non-seekablehenry2003-02-251-1/+1
* commented out nonsensealex2003-02-211-0/+2
* gif library incompatibility fixes and prefere libungif over libgif. Patch by ...alex2003-02-191-0/+13
* Repairing breakage to RTP streaming. Patch by Ross Finlayson <finlayson@live....bertrand2003-02-182-7/+14
* enabling mpeg4-es autodetection (if we dont enable it, then we will never kno...michael2003-02-161-1/+1
* linux->osdeparpi2003-02-093-3/+3
* Motion-JPEG RTP streams can now be played. Some MPEG-4 ES video RTParpi2003-02-092-3/+11
* compile fixhenry2003-02-081-1/+1
* 1) codecs.conf changed recently and demux_gif no longer needs to spitarpi2003-02-081-11/+7
* disable num_of_packets check, it's unreliablearpi2003-02-041-0/+2
* Restruct by Ross Finlayson <finlayson@live.com>bertrand2003-02-034-164/+341
* - ignore movi_end if reading from stdinarpi2003-02-021-6/+6
* debugarpi2003-02-021-1/+1
* fix default device (manpage says /dev/video0, /dev/video often is a directory)colin2003-02-021-1/+1
* fix off-by-one error messagecolin2003-02-021-1/+1
* xmms_demuxer missing symbolarpi2003-02-021-0/+1
* 100l... ogg-in-avi (type 0xFFFE) fixarpi2003-01-291-6/+7
* removed nonsense (and confusing) defaultsarpi2003-01-281-3/+3
* type autodetection (from filemask/filelist extension)arpi2003-01-281-1/+12
* - mpeg extensions removed, it causes misdetction of renamed avi/asf filesarpi2003-01-281-5/+6
* argh, i forgot to 'cvs add' it (again)arpi2003-01-281-0/+213
* libgif/libungif based demuxer support for libmpdemux.arpi2003-01-284-2/+36
* Attached PATCH fixes the case, when data-flag and reference flags are set andarpi2003-01-271-1/+1
* 32 bpp is a valid color depth. Fixes 0-bit rle reportsrtognimp2003-01-261-1/+1
* added TVI_CONTROL_TUN_SET_NORMgabucino2003-01-261-0/+2
* cosmetic for 0.90, printf->mp_msg (hm..probably arpi will piss of me?:)alex2003-01-241-2/+2
* raw mpeg4-es support (you need to set -fps manually!)arpi2003-01-234-8/+78
* 16cif,sif,uyvymichael2003-01-231-1/+7
* raw video demuxer, requested by Michaelarpi2003-01-224-2/+138
* 10larpi2003-01-191-1/+1
* - added some morearpi2003-01-191-3/+15
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-194-21/+35
* extension-based filetype detection for headerless files (mp3 vs mpeg, etc)arpi2003-01-194-29/+105
* Support for MPEG-4 (AAC) audio RTSP/RTPbertrand2003-01-181-0/+17
* telecine detectionarpi2003-01-161-1/+23
* fixed the well-known DVD/DVB audio delay bug :)arpi2003-01-162-1/+31
* Removed the hardcoded cdrom device.bertrand2003-01-151-75/+39
* Removed the hardcoded /dev/cdrom for NetBSD and added an work aroundbertrand2003-01-151-4/+4
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can...mosu2003-01-151-1/+1
* sanity checks - patch by Fabian Franz <FabianFranz@gmx.de>arpi2003-01-141-6/+9
* NTSC is 29.97 fps, not 30. wrong values here are likely to causerfelker2003-01-142-2/+2
* better cache size defaultsarpi2003-01-131-4/+4
* do not discard cache content at seeking type=STREAMTYPE_STREAMarpi2003-01-131-5/+10
* patch adds support for MOV-Reference-Files.arpi2003-01-132-5/+21
* check if seeking supported, otherwise fallback to null readingarpi2003-01-121-1/+1
* (hopefully) fixed .mov streamingarpi2003-01-121-0/+5
* sanity checkarpi2003-01-121-0/+4
* upsz :))))))))))))))pontscho2003-01-122-3/+0
* this patch adds an fallback to playlist (any but the plaintext-list format)arpi2003-01-121-1/+1
* Finally commented out the code for autodetection based on the extension.bertrand2003-01-111-2/+10
* buffer overflow fix :)arpi2003-01-101-2/+2
* check if prop_hdr==NULL insteda of sig11arpi2003-01-091-5/+6
* - always print the longest stream in info, not the selected onearpi2003-01-061-7/+17
* Return another error code for timeout.bertrand2003-01-061-1/+1
* 10l bug...bertrand2003-01-061-3/+3
* Sanity checks.filon2003-01-061-1/+7
* 10l (was segfaulting on non-dv file)filon2003-01-061-1/+3
* 10l? :)arpi2003-01-061-1/+1
* 10l, hopefully correct fix, before path was always overwritten to '/'atmos42003-01-061-1/+1
* dirname() (from libgen) dependency removedarpi2003-01-061-5/+9
* i felt that libgen.h will not be portable...arpi2003-01-061-1/+3
* vcd_read_cue.h -> cue_read.c+harpi2003-01-056-514/+23
* -nosound fixhenry2003-01-051-0/+5
* mosu: Fixed OGG/OGM seeking for XCDs in which the OGG/OGM does not start at p...mosu2003-01-051-7/+6
* mosu: subtitles will be cleared after their life time as given in the packet'...mosu2003-01-041-4/+33
* cdrwin-style bin/cue VCD image support (-vcd <track> -cuefile file.cue)arpi2003-01-045-1/+1049
* 10Lhenry2003-01-041-1/+1
* Added the ICY 403 "Service Forbiden" error message.bertrand2003-01-041-0/+3
* - If CDDB fail, try CDDAbertrand2003-01-031-32/+42
* - 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
* fix