summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* Leave the subs uninitialized and not "forcefully off" if the user hasn't chos...mosu2004-04-291-2/+5
* dewinifyalex2004-04-291-6/+3
* forgot to commitalex2004-04-291-2/+2
* removed loader/ dependancy, imported some files from g2, also used patches fr...alex2004-04-287-51/+218
* don't use odml when we don't have to -- the code is buggy!rfelker2004-04-271-0/+3
* Fix for 28_8 in rm files and header length != 0x4ertognimp2004-04-271-1/+17
* new configuration structure, gcc warn silencingnicodvb2004-04-263-28/+49
* new configuration structure, dvb_set_channel takes 2 parameters, 1000l memle...nicodvb2004-04-261-192/+175
* fix possible segfault on lavf demuxer patch by (adland <adland123 at yahoo do...michael2004-04-261-2/+4
* potentially exploitable buffer overflow with maliciously crafted cd tocrfelker2004-04-261-0/+1
* fix exploitable buffer overflowrfelker2004-04-261-2/+2
* needed for a/v sync with compressed audio (e.g. raw .mp2 or .ac3 file)rfelker2004-04-261-1/+8
* More keyframe search fix for VP6xrtognimp2004-04-251-3/+3
* Fix VP62 keyframe searchrtognimp2004-04-251-3/+4
* Suggest -playlist if asf_stream_start failsrtognimp2004-04-251-0/+1
* Don't say that a protocol is unsupported if that's not truertognimp2004-04-251-0/+3
* Fix support for audio only streamsrtognimp2004-04-251-25/+24
* More bounds checking fixes (thnaks to Miguel Freitas)rtognimp2004-04-252-26/+49
* Escape urls (needed for urls in playlists)rtognimp2004-04-241-2/+8
* Stop parsing an url after connection failurertognimp2004-04-241-2/+2
* Handle url redirectionrtognimp2004-04-241-2/+30
* Some sanity and bound checkingrtognimp2004-04-246-25/+71
* 1000000000000l to bunkusrfelker2004-04-231-4/+5
* Clear subs in broken OGM files (those without empty subtitle packets) a bit l...mosu2004-04-231-1/+1
* Much improved seeking. Patch by Michael Behrich <behrisch at informatik adot ...mosu2004-04-231-45/+98
* 10l: don't run strcmp if arg is NULLrtognimp2004-04-191-1/+1
* Get rid of the 'RIFF chunks have to be aligned on ODML_CHUNKLEN'ranma2004-04-191-42/+56
* Fix for some audio asf streams like http://ms.bandeapart.fm/bap/albums/973/65...rtognimp2004-04-171-1/+1
* Respect -playlist for asx streamsrtognimp2004-04-173-2/+13
* less verbosity + printf --> mp_msgdiego2004-04-171-7/+7
* 10l to me: writing outside allocated memoryrtognimp2004-04-151-1/+1
* specify field mode when setting image heighthenry2004-04-151-0/+1
* Try Real rtsp, then live.com on every rtsp stream (remove extensionrtognimp2004-04-142-20/+15
* Do not crash on audio only streamsrtognimp2004-04-131-15/+16
* Add license, remove bogus comment as told by Reza Jelveh, the author.diego2004-04-121-4/+2
*