summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* fix longstanding typo - "patentend"wanderer2005-08-311-1/+1
* Fix move playlists (control must be returned to mplayer.c, with the demuxerreimar2005-08-312-1/+5
* Sparcs do not like wild pointer typecasting (unaligned access).reimar2005-08-301-1/+4
* Allow forcing of demuxers and codecs by prepending '+'reimar2005-08-302-14/+33
* extra size checks for samples array to avoid crashes in some rare cases.reimar2005-08-301-0/+16
* multiplying fps by 10000 is no more necessary (when determining mp4v and h264...nicodvb2005-08-301-2/+2
* Fix nsv detection with new demuxer structurertognimp2005-08-301-47/+30
* Fix mpeg-pes playbackrtognimp2005-08-262-2/+5
* support MPEG in GXF container with extension-based detection.reimar2005-08-265-1/+60
* Fixed seeking for AVC-in-Matroska (wrong assumption of what kind of reference...mosu2005-08-241-2/+2
* Crash fix for: "[MPlayer-users] Crash of mencoder in demux_ts.c line 2728"gpoirier2005-08-231-0/+3
* Do not free demuxer before using demuxer->desc->type (happened when using -au...reimar2005-08-232-7/+2
* mode fps int vs. float woeshenry2005-08-221-3/+3
* 1000000000000000lrfelker2005-08-191-1/+1
* 100lrfelker2005-08-191-1/+1
* 100l: fix avi demuxing for ni and nini cases, allow forcing ni and ninirtognimp2005-08-131-0/+39
* video fourcc fixmichael2005-08-111-0/+1
* demux_avi_control() missing in avi's demuxer struct.ods152005-08-111-2/+2
* fix brokeness caused by demuxer patch, this code is useless forods152005-08-111-1/+0
* reconcile with earlier fps fix in mpeg header parserrfelker2005-08-101-11/+11
* take into account that VIDIOC_S_FMT might return updated parametersfaust32005-08-061-0/+3
* do not crash when /dev/video0 is not presentfaust32005-08-061-2/+3
* 100l to whoever wrote this crap using 1/10000 units. it caused framerates to ...rfelker2005-08-063-23/+23
* Demuxer modularizationrtognimp2005-08-0538-1317/+1392
* Support new static libavcodec (depends on libavutil).al2005-08-011-1/+8
* Support more MythTV nuv files, based on Gentoo portage patchreimar2005-08-012-10/+170
* set i_bps in demux_audio for WAV and MP3 to avoid division by zero beforereimar2005-08-014-15/+39
* remove unused cache-prefill and create cache-seek-min that controls when seek...iive2005-07-312-8/+8
* 10l, incorrect usage of le2me_*reimar2005-07-292-2/+2
* Hopefully finally fix the last commitreimar2005-07-281-0/+8
* lavf demuxer with raw PCM fix (and a related hang)reimar2005-07-281-0/+10
* no sense anymorealex2005-07-281-43/+0
* strncasecmp is not necessary and e.g. strncasecmp(prot, "mms", 3) willreimar2005-07-261-4/+4
* Use a more stable URL.diego2005-07-261-1/+1
* Some ICY servers (e.g. http://broadcast.spnet.net:8000/darikhigh) do not setreimar2005-07-241-1/+1
* Allow the ffmpeg people to use this code if they want.reimar2005-07-231-0/+6
* Multiple unsv/scast bug fixes.reimar2005-07-231-8/+14
* Forgotten doxygen commentsreimar2005-07-201-0/+15
* Ultravox improvements according to specs (didn't know they existed *g*)reimar2005-07-201-3/+6
* SHOUTcast and ultravox supportreimar2005-07-192-2/+148
* LIBAVFORMAT_BUILD >= 4629michael2005-07-181-0/+8
* LIBAVFORMAT_BUILD >= 4629michael2005-07-171-0/+4
* support 10000/1001 frameratereimar2005-07-171-0/+3
* fix a crash at v4l2 uninitaurel2005-07-171-1/+1
* (hopefully) fixing remaining float endianness problemsreimar2005-07-132-6/+4
* Fix for gcc 4 and strict-aliasing. Patch by Uoti A Urpala ( urpala () cc ! he...mosu2005-07-101-13/+9
* musepack demuxing and decoding support (demuxing is v7 bitstream only).reimar2005-07-104-1/+171
* small warning fix:rathann2005-07-102-2/+2
* Add missing range/length check for video trak desc (fixes bug #335).reimar2005-07-101-1/+8
* cosmetic: split the lschunks function in two.reimar2005-07-101-300/+317
* added support for vbr audio (frames are parsed individually); fixed small bug...nicodvb2005-07-101-112/+349
* -identify variable names should follow [A-Z_][A-Z0-9_]* conventionranma2005-07-071-2/+6
* Revert fix v1.3, it breaks streams with cook audio (ex.rtognimp2005-07-061-3/+3
* Do some sanity checks before writing stream informationrtognimp2005-07-061-1/+6
* don't read past the end of the selected tracknicodvb2005-07-031-0/+2
* consistency/tcc support patch by Oded Shimonalex2005-07-031-1/+1
* demux close gets called automaticallyfaust32005-06-261-1/+0
* 10lfaust32005-06-261-1/+2
* 10lfaust32005-06-261-1/+2
* 10lfaust32005-06-262-2/+5
* support raw ac3 (in private pes packets without the usual dvd 4 bytes substre...nicodvb2005-06-251-2/+18
* fix seeking over http for files larger 2 GBreimar2005-06-241-1/+5
* fix illegal memory accessesreimar2005-06-222-3/+4
* M$ puts whole FAQs in these headers, so they can get really big...reimar2005-06-211-2/+2
* messed up ordering of cases, special delivery of Cola to Tobiashenry2005-06-211-4/+4
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-201-0/+4
* avoid bad memory accessreimar2005-06-201-1/+3
* fix memleak when playing mov filesreimar2005-06-202-0/+27
* typosdiego2005-06-201-6/+6
* Fix off_t on OSX, thanks to Steven M. Schultzranma2005-06-201-0/+1
* Be more patch-friendlyranma2005-06-191-16/+120
* fix wrong usage of select() (based on patch by Selwyn Tang selwyn hectrix com),reimar2005-06-191-11/+18
* rawaudio muxerranma2005-06-194-1/+89
* remove useless includehenry2005-06-161-1/+0
* memleak fix by bryanwilkerson WHIRLPOOL yahoo SPOT comhenry2005-06-161-0/+1
* Remove code that is already done by fixup_network_stream_cache.reimar2005-06-161-9/+0
* added AAC ADTS demuxernicodvb2005-06-134-2/+280
* demux_stream_t.pts should not be assigned by the demuxer. Fixes playback of V...mosu2005-06-091-1/+1
* moved mpeg-ps/es probing code to demux_mpg.cnicodvb2005-06-062-116/+111
* pass along audio extradata if presentnicodvb2005-06-061-0/+7
* some debugging codealex2005-06-031-0/+13
* printf converted to mp_msg; made static many unnecessarily global symbolsnicodvb2005-06-034-126/+115
* demux high profile H.264 ESlorenm2005-06-021-0/+10
* Change header order to avoid compile error because of STREAM_SEEKreimar2005-06-022-13/+15
* memory leak fixes, patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-06-021-5/+19
* ported all network streams to the new APInicodvb2005-05-2915-872/+927
* a cleaned-up version of ty demuxer improvements found in tivo-mplayer fork.joey2005-05-281-95/+413
* fix audio init crashjoey2005-05-281-1/+11
* setting sh_audio to NULL is nonsense, since it is only a local variable,reimar2005-05-271-6/+6
* support DVR formatreimar2005-05-261-0/+3
* Specify the padding instead of expecting the compiler to align correctlyreimar2005-05-251-2/+4
* DragonFly BSD supportdiego2005-05-253-3/+6
* Speedup asf descrambling (avoid one memcpy and use our fastmemcpy).reimar2005-05-231-5/+6
* Reduce senseless spamminess of DVD playback in verbose mode.diego2005-05-221-3/+3
* 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...nicodvb