summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Use libc qsort to sort ODML index.reimar2005-01-021-40/+5
* fix quicksort to avoid stack overflow and extreme runtimesreimar2004-12-311-6/+22
* replaced deprecated FE_GET_EVENT with FE_READ_STATUS (only for DVB_HEAD); add...nicodvb2004-12-311-29/+31
* Fix channels, sample rate and sample size for 3gp filesrtognimp2004-12-291-8/+26
* TwinVQ decoder and demuxerrtognimp2004-12-294-2/+230
* Try http if pnm connection failsrtognimp2004-12-281-3/+7
* 10l, variable declarations must be before mp_msg.reimar2004-12-281-1/+1
* 100l, buf etc. in af_fmt2str call are already pointers...reimar2004-12-271-1/+1
* removing AFMT_ dependancyalex2004-12-271-14/+14
* removing AFMT_ dependancyalex2004-12-275-23/+24
* fix stream selection and -bandwidth for mms-over-http.reimar2004-12-252-186/+336
* fix a segfault when calling loadfile during v4l2 playbackaurel2004-12-221-1/+1
* fix position bar and length display for mov filesreimar2004-12-211-6/+50
* Use demuxer_get_percent_pos for the OSD position barreimar2004-12-211-4/+8
* Handle raw yv12 video as I420 to fix some Broadcast 2000 created samples.diego2004-12-181-0/+3
* y420 vs i420 typodiego2004-12-161-1/+1
* Security fixes ported from upstream (xine)rtognimp2004-12-151-2/+26
* fix a problem pointed out by iDEFENSE and several similar ones.reimar2004-12-151-1/+25
* Looks like it was too weird after all ;-)reimar2004-12-151-130/+0
* fix a vulnerability reported by iDEFENSE.reimar2004-12-151-3/+17
* disable demuxer_bmp,iive2004-12-153-24/+1
* fix security vulnerability reported by iDEFENSEreimar2004-12-151-1/+11
* Fix streaming if not mlti_data (for some non-multirate streams)rtognimp2004-12-111-2/+4
* dvd_aid_from_lang() should return -1 if lang was not foundaurel2004-12-031-1/+1
* Make use of the default duration for one frame if it is present in the file. ...mosu2004-11-281-0/+3
* Added support for MPEG-1 and MPEG-2 in Matroska.mosu2004-11-262-4/+137
* Output more information about vids, aids, sids, alangs and slangs with -ident...mosu2004-11-255-0/+88
* merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TSnicodvb2004-11-244-42/+56
* Try port 7070 if 554 fails for realrtsp streamsrtognimp2004-11-221-0/+3
* forced autodetection of file format when content-type is video-x-mpeg to give...nicodvb2004-11-211-3/+3
* support for debianized LIVE.COM libraryhenry2004-11-201-4/+1
* added support for 192 packet size, remove junk data after 188 bytes. Patch by...nicodvb2004-11-201-10/+28
* setting the norm using text ID instead of numerichenry2004-11-193-12/+41
* added language identifier (if any) to the caller during probing phasenicodvb2004-11-151-0/+11
* Extended support for other object type IDs in the ESDS. This enables e.g. MPE...mosu2004-11-152-1/+38
* Reduce excessive verbosity.diego2004-11-151-3/+3
* Fix member alignment for usage on 64bit processors.mosu2004-11-051-1/+3
* fix build on darwin ppcnplourde2004-11-011-1/+5
* Memleak fix: free index data at demuxer_closertognimp2004-11-011-1/+6
* DTS uses the format tag 0x2001. Patch by Joakim Plate (joakim ! plate () ecce...mosu2004-10-301-3/+5
* Declare a prototype for the function before it is used. Otherwise some compil...mosu2004-10-301-0/+2
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* print build nummichael2004-10-241-0/+1
* 10l (mplayer doesnt like AV_NOPTS_VALUE)michael2004-10-241-3/+4
* seeking based on the largest timestamp in an mpeg streamaurel2004-10-232-3/+101
* Index-Recovery cosmetixatmos42004-10-201-5/+5
* Remove redundant ASF status line, there is another for all formats.diego2004-10-191-5/+0
* support function for vcd on darwinnplourde2004-10-181-0/+181
* enable vcd for all darwin based sys not only mac osxnplourde2004-10-181-2/+2
* add vcd support to darwin for ppcnplourde2004-10-181-1/+3
* Fix compilation when LOG is definedrtognimp2004-10-181-1/+1
* EOF detection (fix hanging at end of stream)rtognimp2004-10-182-0/+6
* Fix segfault for unexistant/unreachable rtsp streamsrtognimp2004-10-181-1/+1
* Recover Keyframe-Index for XviD aswellatmos42004-10-181-0/+2
* avoid segfault with -vc dummyreimar2004-10-151-1/+1
* some memory leaks fixedreimar2004-10-141-0/+5
* removed dependency on liba52nicodvb2004-10-111-7/+39
* LIBAVFORMAT_BUILD >= 4619michael2004-10-101-0/+4
* typo noticed by Shixin Zeng <shixinzeng at sjtu dot edu dot cn>diego2004-10-101-1/+1
* Support ON2 variation of AVI format (.vp5 files)rtognimp2004-10-081-1/+5
* fixed a bug that makes the demuxer loop forever probing a52 audio when a52_sy...nicodvb2004-10-071-0/+2
* fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev...reimar2004-10-071-0/+4
* fixed small memleakreimar2004-10-011-3/+4
* better, tuneable (via #define) MP3 detection, limit demux_audio to scanningreimar2004-09-281-27/+118
* show ogg subtitle language on OSD, if availablejoey2004-09-282-0/+40
* fix sub_select fiasco with global sub numbering. now multiple sub sources ca...joey2004-09-282-0/+22
* missing externrathann2004-09-231-0/+3
* With the latest change to dec_audio.c (1.32) the demuxers have to set sh_a->s...mosu2004-09-211-10/+10
* fix playback of files with displaysize not set (aspect was set to NaN for these)reimar2004-09-181-0/+2
* moved sh_audio initialization from dec_audio to demuxer.c to fixreimar2004-09-162-1/+7
* AVC support moved to libavcodec, avcC atom is now passed in extradatartognimp2004-09-131-3/+13
* Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>.mosu2004-09-121-1/+1
* fix seeking in audio-only case (crash when seeking backwards, time reset to 0)reimar2004-09-111-0/+4
* show video format for all demuxers, not just avi (move this somewhere else if...rfelker2004-09-101-0/+9
* avoid always skipping first junk with a "sync lost" messagereimar2004-09-091-3/+5
* chunk size fix from Ross Finlayson, ported from xinediego2004-09-081-2/+2
* fix seeking with -hr-mp3-seek. maybe not the best fix (why is last_ptsrfelker2004-09-051-0/+1
* fixed warning in my patchrfelker2004-09-051-0/+2
* ensure that avi files have a valid header as soon as possible.rfelker2004-09-051-0/+7
* allow empty assignments, necessary for some weird servers...reimar2004-08-301-0/+7
* AVC (fourcc avc1) in mp4 supportrtognimp2004-08-291-0/+33
* small fixesrathann2004-08-283-4/+5
* use correct headersrathann2004-08-281-3/+2
* added forgotten dvb-t params lp_coderate and hierarchynicodvb2004-08-263-11/+52
* Cosmetics: fix some compiler warnings.mosu2004-08-252-2/+4
* Display the language code for subtitles from Matroska files.mosu2004-08-242-2/+38
* Do not use globals. Put the variables into the appropriate demuxer struct ins...mosu2004-08-242-10/+40
* Support for subtitle switching in Matroska.mosu2004-08-242-9/+109
* moved combined vobsub_lang into sub_selectjoey2004-08-223-1/+30
* more genre IDs by Bernd Ernesti <mplayer@lists.veego.de>diego2004-08-221-6/+10
* nut is only handled by lavf, speed up detectionalex2004-08-211-1/+2
* DTS support via lavc and libdtsrtognimp2004-08-122-2/+44
* do not attempt to seek backward in stream on MDPR chunk with no codec datareimar2004-08-101-0/+5
* Better protection against double definition of MPEGLAYER3WAVEFORMATwight2004-08-091-0/+3
* LIVE.COM tests moved to ./configurewight2004-08-091-4/+0
* Use port number embedded in url for mms streamsrtognimp2004-08-071-1/+3
* fix for crash when seeking with -novideo optionreimar2004-08-071-1/+1
* Removed the old Matroska demuxer.mosu2004-08-042-3186/+1
* mingw stdin fixesfaust32004-07-311-0/+10
* fixes a crash and unchecked string-handling in ENCA code.reimar2004-07-283-3/+3
* prevent segfault on shmem faileriive2004-07-261-0/+13
* Fix -nosound and -novideo (bug #28)rtognimp2004-07-251-10/+3
* Fix segfault caused by changing a pointer that will be freed laterrtognimp2004-07-251-5/+7
* reduced code complexity, and also made consistent with other partsalex2004-07-211-12/+14
* removing broken and unneeded copyalex2004-07-211-5/+2
* skip ecc only if present, patch by Alexis Durelle <alexis.durelle@cen.cnamts....alex2004-07-211-2/+12
* Updated to conform to a small change in the LIVE.COM API.rsf2004-07-201-1/+1
* Updated to cnform to a small change in the LIVE.COM API.rsf2004-07-201-2/+2
* embarassing typodiego2004-07-193-3/+3
* no redefinition, clashes with OpenBSDalex2004-07-181-0/+2
* cache min fill adjustment, based on patch by Jeremy Huddlestoniive2004-07-162-6/+20
* missed function name change after ENCA support commitiive2004-07-141-1/+1
* added multi-pid parsing code (up to 15), pid 0 is always added (for the PAT)nicodvb2004-07-123-76/+156
* x86_64 fix by John Stebbins <john@stebbins.name>faust32004-07-121-1/+1
* Make rtp:// cohexist with LIVE.COMrtognimp2004-07-114-159/+5
* OpenBSD portability patches from the OpenBSD ports treediego2004-07-112-1/+3
* Remove useless "size restrictions" messageranma2004-07-031-5/+0
* WMP doesn't encode urls with mmst protocolrtognimp2004-07-021-1/+15
* We still need to make sure the upper 16 bits of dwFlags are clearedranma2004-06-301-2/+10
* Remove borken index fixup (breaks more than it fixes)ranma2004-06-301-13/+0
* If we don't have a NEWAVIINDEX chunk, but have an OpenDML index,ranma2004-06-291-0/+7
* Do not dereference NULL if no track could be found for a block.mosu2004-06-281-1/+8
* Negate default palette for grayscale cvidrtognimp2004-06-271-1/+11
* The granulepos does not depend on the number of channels, only on the sample ...mosu2004-06-271-8/+15
* avoid double slashes, patch by Yoshinori Satoalex2004-06-261-0/+2
* cseq starts from 1 according to the standard, patch by Yoshinori Satoalex2004-06-261-1/+1
* disable iconv in case setlocale is disabled - compile fixalex2004-06-261-0/+4
* user nl_langinfo if langinfo support present for proper chinese support, feat...alex2004-06-261-1/+8
* index creation/reading behaviour just like the avi demuxer, patch based on wo...alex2004-06-251-14/+26
* static tablesalex2004-06-251-5/+5
* correct spellingalex2004-06-251-1/+1
* typodiego2004-06-251-1/+1
* string handling security fixesdiego2004-06-251-6/+11
* tcp fragging bugfix by Song Du <freewizard at gmail.com>alex2004-06-251-0/+2
* mpst fixalex2004-06-251-0/+1
* RFC compliance patch by Eric Lammerts <eric@lammerts.org>alex2004-06-251-1/+4
* uber 10l found by Ilia <chest4l at mail.ru>alex2004-06-251-1/+1
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
* added support for ac3 in non-pes aligned private1 streams; removed useless an...nicodvb2004-06-181-71/+131
* calling bind with multicast addresses doesn't work on windows, patch by Marti...faust32004-06-181-3/+21
* 10l, patch by Michael Nottebrock <michaelnottebrock@gmx.net>faust32004-06-181-2/+2
* Fix playback of file after playing an urlrtognimp2004-06-111-0/+3
* mpeg2 chroma422/444 supportiive2004-06-111-2/+4
* Support for the "custom colors" and "forced subtitles" entries in the VobSub ...mosu2004-06-102-38/+135
* Try to get the "size:" and "palette:" entries for VobSub tracks from the priv...mosu2004-06-081-0/+92
* Fix hang on broken mmst streamsrtognimp2004-06-071-1/+2
* Use same order as WMP for mms protocols (MMSU, MMST, HTTP)rtognimp2004-06-061-28/+31
* MinGW compilation fix from a patch by Joey Parrish, approved by Saschadiego2004-06-031-0/+4
* MinGW compilation fix, idea and approval by Sascha Sommerdiego2004-06-031-0/+1
* fix bug reported by Leonardo Giordani: sh->aspect is not pixel aspect but mov...rik2004-06-031-2/+4
* Added "audio_id", "video_id", "dvdsub_id" to the call to "demux_open()".rsf2004-06-021-1/+3
* removed unused and commented code; audio is pushed synchronously (reported to...nicodvb2004-05-311-26/+18
* no kabbe-bytes or men in black or any of that nonsense here...rfelker2004-05-231-1/+1
* Add detection of nsa streamed by aol ultravox serverrtognimp2004-05-142-3/+5
* segfault fixmichael2004-05-121-1/+4
* ENCA support (http://trific.ath.cx/software/enca/)henry2004-05-082-2/+2
* Cosmetics. Shortened the "displaying subtitle..." message. Replaced "OGG" wit...mosu2004-05-072-29/+29
* Be more verbose and tell the user which subtitle stream has been selected (if...mosu2004-05-051-2/+4
* 100l for mertognimp2004-05-031-2/+2
* Restore ftp support (was erroneusly disabled while fixing bogus errorsrtognimp2004-05-021-0/+2
* Fix hang for some asf video stream like http://193.219.139.115/ltv/zinios/new...rtognimp2004-05-021-1/+1
* Fix url escaping and avoid double escapertognimp2004-05-013-33/+74
* Try to get an asf file with normal http protocol if http streamingrtognimp2004-05-011-0/+12
* 10000000000l twisted typecastinghenry2004-05-011-1/+1
* more nonsense lvalue casts, at least these aren't quite as stupidrfelker2004-05-011-2/+2
* and more and more stupidityrfelker2004-05-011-6/+6
* 1000000000000lrfelker2004-05-011-26/+26
* 100l for me. Header seek is not needed to fix 28_8 and can cause sig11rtognimp2004-05-011-4/+0
* Allow user to disable writing of ODML indexranma2004-04-301-10/+15
* Only use odml index for files that need itranma2004-04-301-4/+9
* more cola, not mine thorfelker2004-04-301-2/+2
* minimal fix for alex's 1000000000000l compile errors. imo the fix inrfelker2004-04-301-4/+4
* Should be Connection: close, and not closed.bertrand2004-04-291-1/