summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Mark modified imported files as such to comply more closely with GPL ยง2a.diego2005-04-166-1/+32
* Fix potential buffer overflow for urls with more than 20 streamsrtognimp2005-04-151-0/+4
* Fix potential buffer overflow if server answers with too many linesrtognimp2005-04-151-1/+2
* Online audio switching now supports Matroska too. Patch by Michael Behrischgpoirier2005-04-131-0/+26
* Make string_utf16 code behave almost the same with or without iconvrtognimp2005-04-131-0/+1
* changed :vaspect option to CONF_TYPE_FLOATnicodvb2005-04-101-8/+11
* "Fix" for pnm EOF detection (stop on read errors)rtognimp2005-04-091-0/+1
* Stop streaming if we got a server error or message on pnm streaming.rtognimp2005-04-091-4/+8
* set width, height and biCompression when the video stream contains avc1; reus...nicodvb2005-04-091-13/+65
* assign picture->(width,height) when parsing h264nicodvb2005-04-091-4/+7
* obvious gcc warning fix, approved by Nicorathann2005-04-081-2/+2
* demux ac3 by means of lavf by defaultnicodvb2005-04-071-1/+2
* - fix gcc warnings, strlcat/strlcpy prototypesrathann2005-04-061-1/+5
* fix http://bugzilla.mplayerhq.hu/show_bug.cgi?id=260rathann2005-04-061-1/+0
* Added support of audio stream switching in the MPEG demuxer using the #-keygpoirier2005-04-033-35/+52
* allocate and fill extradata field for video_avc (raw nal units, extradata con...nicodvb2005-04-031-52/+149
* added support for mpa layers 1 and 2nicodvb2005-04-021-4/+11
* filename-based detection for h264 ESlorenm2005-04-011-1/+3
* Fix alac from QTpro (in standard mov file, not in m4a file)rtognimp2005-03-301-0/+11
* various (de)muxer_lavf fixesmichael2005-03-252-4/+20
* set i_bpsmichael2005-03-251-0/+2
* 1000l (dwSampleSize != nSamplesPerSec)michael2005-03-251-1/+2
* discard streams we dont needmichael2005-03-251-4/+14
* wrong binary operatornicodvb2005-03-231-1/+1
* consider parse random_access_point from the adaption_field to determine if th...nicodvb2005-03-231-28/+25
* SL payloads are pushed to audio and video fifo only when they are flagged wit...nicodvb2005-03-221-7/+27
* initial support for SL packetized data, with certain limitations; partly rewo...nicodvb2005-03-201-177/+829
* export getbits() as mp_getbits()nicodvb2005-03-201-1/+3
* missing declaration, fixes:rathann2005-03-181-0/+1
* Rather simple patch for RAWDV demuxer which lets it say whats the totalrtognimp2005-03-092-0/+25
* fixed support for mp3 at <32000 sample_ratenicodvb2005-03-071-2/+9
* added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSMnicodvb2005-03-062-7/+109
* alac support via lavc decoderrtognimp2005-03-061-0/+9
* converted vframerate to CONF_TYPE_FLOATnicodvb2005-03-041-19/+40
* 100l to reimar.. sh_audio->samplerate and sh_audio->i_bps are not the samerfelker2005-03-041-4/+3
* Fix very old ra files with no fourccrtognimp2005-03-031-1/+4
* Fix some 28.8 ra files with four text stringsrtognimp2005-03-031-3/+8
* Fix rm files with a really big index chunk.reimar2005-03-031-0/+5
* Make nuv files work on bigendian (but old nuv files created with mencoderreimar2005-03-032-0/+23
* recalculate frame duration after soft telecinenicodvb2005-03-031-19/+20
* Fix:rathann2005-03-012-6/+6
* missing #include (for malloc and free)rathann2005-03-011-0/+1
* 100l wrong binary operator when setting progressive framenicodvb2005-03-011-1/+1
* telecine now works in display order (rather than decoding), as far as there a...nicodvb2005-03-011-26/+44
* set sh_audio->delay ins audio-only case so that correct time is displayedreimar2005-03-011-0/+2
* Fix the ogg fourcc nightmare!!!rfelker2005-02-272-14/+17
* soft telecine support! :)) patch by nicorfelker2005-02-271-2/+73
* more on tivo vstream support.. 1000l to Joey for forgetting this file and bre...rfelker2005-02-271-0/+184
* added a stream module for the vstream client libraryjoey2005-02-274-2/+9
* 50000l: fixed various memleaks; CC discontibuities aren't necessarily error c...nicodvb2005-02-251-16/+35
* Remove file-global mpadec, add ad_driver member to sh_audio_t instead.hzoli2005-02-251-0/+1
* both reorder and noreorder flags are now availablenicodvb2005-02-251-4/+2
* disabled by default frame reorderingnicodvb2005-02-241-5/+5
* framerate autodetection for H264 in raw/ts streamsnicodvb2005-02-243-0/+173
* replace bzero() with memset()nicodvb2005-02-231-1/+1
* renamed init_adelay to vdelay with opposite rangenicodvb2005-02-221-2/+2
* switch from DIVX -> FMP4 fourcc for libavcodecmichael2005-02-221-0/+2
* Theora fixes:henry2005-02-221-2/+2
* initial, extremely experimental, libavformat muxer; don't expect anything to ...nicodvb2005-02-214-0/+315
* new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (...nicodvb2005-02-215-358/+2368
* swf and flv through libavformatalex2005-02-211-1/+3
* added support for raw udp:// streamingnicodvb2005-02-171-3/+19
* Mp3On4 demuxer supportrtognimp2005-02-151-0/+2
* 10lfaust32005-02-131-2/+3
* avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-136-3/+632
* Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com).reimar2005-02-062-11/+16
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-041-1/+1
* fix for streams that do not send a bitratereimar2005-02-031-1/+1
* discard lavf packets with wrong idsnicodvb2005-01-301-2/+4
* Fix possible hang when playing broken MP3 from linear stream and removereimar2005-01-291-29/+26
* several sets of headers declare global variables in them, which causes multip...iive2005-01-292-3/+6
* Do not read any more data at eof: if got eof in the middle of an audiortognimp2005-01-241-0/+1
* Be less verbose with -v (do not print a line for each demuxed packet)rtognimp2005-01-241-2/+1
* Reset stream eof after parsing header, fixes bug #218reimar2005-01-231-0/+3
* Reduce excessive verbosity.diego2005-01-221-3/+3
* More user-friendly stream, -xid and -slang info output even in non-verbose mo...mosu2005-01-221-8/+6
* replaced bzero() with memset(); stream_type 0x0f is AACnicodvb2005-01-221-13/+4
* Play RV30 with 8-elements cmsg24rtognimp2005-01-221-5/+15
* More user-friendly stream, -xid and -slang info output even in non-verbose mode.mosu2005-01-211-5/+9
* Handle missing palettes in the info part of VobSubs in Matroska files correct...mosu2005-01-212-0/+3
* remove all setlocale calls, they break the behaviour of sscanf andreimar2005-01-201-3/+1
* 100l, completely broken pointer arithmetic causing crashes.reimar2005-01-191-2/+2
* If asf/tcp fails, asf/http used a wrong portrtognimp2005-01-161-0/+3
* More support for AVC in Matroska.mosu2005-01-161-0/+5
* set sub_utf8 only when actually using mkv subtitles, will break externalreimar2005-01-161-2/+1
* Move generic length and percent pos calculation to demuxer.creimar2005-01-156-26/+14
* Decode MP3 in rm filesrtognimp2005-01-151-4/+2
* 100l, no endian conversion on floats!reimar2005-01-131-16/+0
* Do not access word-sized elements on potentially unaligned memory addresses. ...mosu2005-01-131-1/+1
* automatic fps calculation for mpeg4 in raw stream/mpeg-tsnicodvb2005-01-123-2/+166
* Call subcp_close when closing the demuxerreimar2005-01-111-0/+3
* free http field_name to fix memleakreimar2005-01-111-0/+2
* Support for AVC in Matroska.mosu2005-01-112-0/+12
* replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.orgrik2005-01-082-2/+2
* fixed broken seeking in mpeg-es files; syncword seeking for all 3 video codecsnicodvb2005-01-081-4/+17
* Reduce index verbosityrtognimp2005-01-061-1/+1
* Real multirate files supportrtognimp2005-01-061-27/+231
* Print waveheader only when verbosereimar2005-01-061-0/+1
* added support for ATSC tuner and conf.filenicodvb2005-01-063-3/+58
* 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