summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Do not switch to audio tracks whose codec private data differs from the main ...mosu2005-05-211-0/+4
* remove inclusion of stdio.hnicodvb2005-05-191-1/+0
* ported smb:// to the new stream apinicodvb2005-05-193-104/+9
* ported smb:// to the new stream api, patch by Matthieu Tourne [matthieu puntu...nicodvb2005-05-191-0/+153
* ported dvd:// to the new stream apinicodvb2005-05-195-714/+800
* Reset the saved max_pts used for timecode reordering after seeking. Otherwise...mosu2005-05-191-0/+1
* The Quicktime headers have changed slightly from 10.3.x to 10.4. Steven Schul...nplourde2005-05-181-0/+2
* mux extradatanicodvb2005-05-171-0/+24
* restore vcd_tracknicodvb2005-05-151-0/+1
* better implementation of read()nicodvb2005-05-151-9/+4
* ftp is handled by the modular stream managernicodvb2005-05-151-2/+1
* more efficient read() without memcpy()nicodvb2005-05-151-36/+28
* ported cue:// to the new stream api; note: this stream must still be optimize...nicodvb2005-05-154-63/+113
* comment out useless/nonexistent variable breaking compile on gcc4rfelker2005-05-141-1/+1
* Fix for stereo filesrtognimp2005-05-141-0/+22
* do not modify tv_param_noaudiohenry2005-05-141-37/+55
* cleanups of the mutex usagehenry2005-05-141-5/+5
* fixed file:// syntax using newly introduced -string- urlpartnicodvb2005-05-141-7/+14
* make file:// prefix worknicodvb2005-05-142-1/+4
* 10l forgotten commenthenry2005-05-141-1/+1
* removed unused variablesnicodvb2005-05-141-5/+0
* improve playback with mplayer -tv immediatemode=0henry2005-05-141-17/+73
* prevent possible exploitnicodvb2005-05-131-1/+3
* fixup the correct sh_anicodvb2005-05-121-0/+1
* fixed too few parameters to mp_msg(); silence compilation warnings, removed u...nicodvb2005-05-121-5/+5
* don't call fixup_audio if there's no audionicodvb2005-05-121-2/+3
* fix segfaults caused by socket and file descriptor mismatches on windowsfaust32005-05-121-1/+8
* vorbis extradata is now passed from demuxer to decoder in matroska's waynicodvb2005-05-122-48/+86
* BGR formats are ok, toohenry2005-05-121-2/+4
* v4l2 RGB15/16 is actually BGRhenry2005-05-121-4/+4
* Fix audio playback for no-sound-3gp.3gp (amr nb)rtognimp2005-05-061-1/+1
* Decode "d263" and "damr" atoms in 3gp filesrtognimp2005-05-051-0/+16
* Fix the memleak fix: in case of error, demux_close_ogg should be calledreimar2005-05-021-4/+1
* fix timestampsmichael2005-05-011-0/+5
* Nasty workaround for codec initialization data. In _at least_ one case (AAC) ...mosu2005-05-011-1/+14
* at lest this fixes build.. there's no way muxer_lavf is working right yet tho...rfelker2005-05-011-0/+5
* LIBAVFORMAT_BUILD >= 4624michael2005-05-011-0/+10
* Fixes double import of avs_create_script_environment.gpoirier2005-04-301-1/+0
* revert one line of version 1.182 patch (caused use of already-freedrfelker2005-04-291-1/+1
* Also '3g2a' can be used for 3GPP Profile 2rtognimp2005-04-281-0/+1
* adds a parameter to the switch_audio command to directly select a track.reimar2005-04-284-17/+40
* added support for AAC; moved most of MSGL_V to MSGL_DBG2 to reduce verbositynicodvb2005-04-271-41/+53
* wrong framesize calculation for layers 1 and 2 with lsf setnicodvb2005-04-241-2/+3
* use the documented default video device /dev/video0 instead of /dev/video tha...iive2005-04-231-1/+1
* proper fixrfelker2005-04-201-2/+2
* undo dominik's 1000l cvs admin -o (recommitting bad patch)rfelker2005-04-201-1/+1
* integer overflow when reading fps from h264 vui.lorenm2005-04-192-2/+2
* Fix MP3 detection (list of found MP3 headers was not kep sorted).reimar2005-04-181-2/+3
* check the result of poll() before read()ing; 100lnicodvb2005-04-181-8/+8
* Do not force real demuxer on x-pn-realaudio mimetypertognimp2005-04-171-1/+1
* nico partially fixed the bug i reported; here's the rest of the fix.rfelker2005-04-171-0/+1
* skip framelen-4 bytes after having successfully detected an mpeg audio framenicodvb2005-04-171-0/+1
* assign correct tag, dwScale and dwBlockAlign to mpeg audio; optionally assign...nicodvb2005-04-173-12/+25
* added missing initializer in URLProtocolo; mux packets only if len > 0; secon...nicodvb2005-04-171-12/+14
* Use define instead of hardcodec value for max streams numberrtognimp2005-04-161-2/+3
* 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 ;-)reimar