summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Update licensing information: The FSF changed postal address.diego2006-01-132-2/+2
* massive attack: mp_msg printf format fixesrathann2006-01-1217-69/+69
* convert some printfs to mp_msgrathann2006-01-101-1/+1
* added support for external libavformatnicodvb2006-01-095-7/+18
* OS X compilation fix: Include inttypes.h so that uint32_t is not undefined.diego2006-01-081-0/+1
* include the right avcodec.h, consistently with the rest of mplayernicodvb2006-01-084-8/+16
* fix crash if no video codec availablereimar2006-01-081-2/+2
* disabled hack to read the properties of mpeg1/2 video in avi and asf: it's to...nicodvb2006-01-071-1/+1
* This patch makes real rtsp tell the server to deliver data at specifiedrtognimp2006-01-064-4/+15
* Don't leak memory (free audio reordering buffers)rtognimp2006-01-041-0/+4
* Remove assumption that all audio packets in a block have the samertognimp2006-01-041-4/+7
* 1000.0l timestamps are floatrtognimp2006-01-041-1/+1
* Improved handling of text subs in Matroska files with adjacent newlines (\N) ...mosu2006-01-041-8/+14
* removed previously forgotten reording options/flagsnicodvb2006-01-031-6/+1
* removed broken frame reording code; unified audio and video frame storing cod...nicodvb2006-01-031-108/+48
* h264es: don't seek to non-keyframeslorenm2006-01-031-1/+1
* don't reset dvdsub->id unless -slang is specified; assign default sub stream ...nicodvb2006-01-021-0/+5
* Partial support for QuickTime sound atom version 2.corey2006-01-021-5/+33
* search next sequence_header untile a valid one is foundnicodvb2005-12-311-2/+3
* simplification: don't use residual_buffer, but prepend remainder of current f...nicodvb2005-12-301-22/+14
* fix dvdread version macrorathann2005-12-281-4/+6
* Add "application/x-mms-framed" for ASFrtognimp2005-12-241-0/+1
* Typo in ASF demuxer selection by name (it's 'asf', not 'asv')rtognimp2005-12-241-1/+1
* malloc padding to avoid access beyond allocated memoryhenry2005-12-194-15/+50
* calculate framesize for raw RGB and BGR.reimar2005-12-181-0/+6
* fix crash with invalid -vid and no audio streamreimar2005-12-181-1/+2
* include fastmemcpy.h before stream.h, so it is used for the stream_readreimar2005-12-171-1/+2
* remove now useless YV12 plane swap hack, patch by Luc Gallant lucgallant at g...henry2005-12-161-18/+4
* fix compilation when dvdkit and dvdread are not availablenicodvb2005-12-144-5/+17
* make demuxer seek and close functions return void, patch by Dominik Mierzejewskiwanderer2005-12-114-11/+7
* Harcoded eng strings on libmpdemux/network.c to help_mpreynaldo2005-12-101-31/+31
* Move audio packets reordering from codec interface to demuxers for realrtognimp2005-12-092-90/+151
* fixrathann2005-12-052-0/+2
* fixrathann2005-12-051-0/+2
* fixrathann2005-12-051-0/+1
* fixrathann2005-12-051-1/+2
* muxer_lavf MUST be disabled by default until someone adds AVParserrfelker2005-12-021-0/+20
* fixed wrong telecine trf pattern; fall back to mpeg2 when user specifies unkn...nicodvb2005-11-301-14/+35
* Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org...reynaldo2005-11-294-9/+16
* Add support to get the list of files from a file containing one filenamealbeu2005-11-261-1/+30
* Fix URL escaping to correctly handle URL containing an ip6 address oralbeu2005-11-261-24/+65
* When it comes to CD/DVD handling bsdi has a linux CD/DVD compatibilitydiego2005-11-251-3/+5
* Ignore OPTIONS rtsp command during playback. Fixesrtognimp2005-11-221-1/+2
* buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun...nicodvb2005-11-217-53/+125
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-1846-99/+99
* Simplify weird code. ;)rathann2005-11-131-4/+2
* [TRIVIAL] More translatables to help_mp and printfs to mp_msg on libmpdemuxreynaldo2005-11-104-65/+72
* Do not hang forever when the card delivers no new data.reimar2005-11-101-0/+4
* implement norm switching, which was already documented??reimar2005-11-101-0/+10
* Add another content-type for aac audio in shoutcast streamsrtognimp2005-11-081-1/+1
* save us from #ifndef hellfaust32005-11-061-29/+5
* make it optionally possible to compile MPlayer with libcdio instead of libcd...faust32005-11-063-5/+123
* fixed possible uint8 overflow; assign progid to the newly created pmtnicodvb2005-11-061-7/+9
* fix typos: aslo->also, falback->fallback (they were just too annoying *g*)reimar2005-11-061-1/+1
* Fix bugs/crash introduced by translation patchreimar2005-11-062-2/+2
* fix cdda://n syntax: do not hang when n > nr_tracks and play only track n,reimar2005-11-061-2/+5
* estimate total time also for audio-only files.reimar2005-11-061-0/+3
* Use correct demuxer type for aac in shoutcast streamsrtognimp2005-11-051-0/+2
* Speex support. Seeking and pts generation does not work.reimar2005-11-051-1/+33
* set cdda paranoia default to 0 since e.g. cdda://2 breaks otherwise.reimar2005-11-051-1/+1
* sort timestamps instead of assuming conventional B-frame order. (fixes x264 B...lorenm2005-11-051-6/+14
* Changed MSGTR_MPDEMUX_URL_MallocFailed to MSGTR_MemAllocFailed (msg defined t...ptt2005-11-051-10/+10
* Changed MSGTR_MPDEMUX_ASF_MallocFailed to MSGTR_MemAllocFailed (msg defined t...ptt2005-11-051-1/+1
* Changed MSGTR_MPDEMUX_MMST_MallocFailed to MSGTR_MemAllocFailed (msg defined ...ptt2005-11-051-1/+1
* changes from MSGTR_MPDEMUX_AIALSA1X_* to MSGTR_MPDEMUX_AIALSA_* since they ar...ptt2005-11-051-13/+13
* Fix two (loosely) related bugs: massive A-V desync with -audiofile (bugzillareimar2005-11-011-5/+6
* more precise seeking based on calculated average video bitrate; works quite w...nicodvb2005-10-311-6/+49
* libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2reynaldo2005-10-319-156/+156
* move resync_audio_stream after seeking to demuxer.creimar2005-10-3015-44/+3
* Provide DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS.reimar2005-10-301-1/+14
* add a \n after whole cache fill.ods152005-10-271-0/+1
* big-endian fixes for "extended" (i.e. mythtv) files.reimar2005-10-251-1/+2
* Added support for A_AAC.mosu2005-10-222-1/+13
* Fix seeking in wav files: align relative to start of data, not start of filereimar2005-10-201-1/+3
* processing audio is sometimes essential for a/v sync, so 1000l torfelker2005-10-191-11/+1
* Make a few more messages translatable by moving them into help_mp-en.h.diego2005-10-183-13/+14
* 10l, demux_mpg_control was missing from demuxer info struct, causing audioreimar2005-10-151-5/+5
* ugly hack to make it work again with external libdvdreadreimar2005-10-151-0/+20
* Kill a compiler warning, Patch by Zuxy Menggpoirier2005-10-141-1/+1
* Make FtpSendCmd() function more user friendly by making it append the necessa...gpoirier2005-10-141-11/+15
* Use PRI?64 defines as format strings for 64 bit variables.reimar2005-10-1314-71/+46
* we need stdio.h for SEEK_SET on mingw, patch by Zuxy <zuxy.meng at gmail.com>faust32005-10-131-0/+1
* Implement seekingreimar2005-10-121-3/+31
* Bigendian bugreimar2005-10-121-3/+2
* Typo fix: RFC959 says that FTP commands should end with a carriage returngpoirier2005-10-101-1/+1
* makes demux_lavf (-demuxer 35) use the framerate specified in the containergpoirier2005-10-101-0/+5
* 10l, off by one error in last patch (codecdata length sanity check),reimar2005-10-051-1/+1
* Fix DVD audio and subtitle stream mapping, esp. for DVD with both 4:3 andreimar2005-10-031-22/+25
* 10l, forgotten call to paranoia_modeset to actually set the desired mode.reimar2005-10-021-0/+1
* another url_free that shouldn't be commented out.reimar2005-09-281-1/+1
* Detect eof when seeking and do _not_ restart the video.reimar2005-09-281-1/+8
* Report total timereimar2005-09-271-3/+16
* Sanity-check codecdata_len, fixes crash in libfaad due to failed malloc forreimar2005-09-271-0/+3
* Don't pass NULL pointers to demux_info_add()rtognimp2005-09-261-1/+1
* the on suboption of -rawaudio and -rawvideo do not work anymore since thereimar2005-09-252-2/+0
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".rsf2005-09-236-12/+12
* Prints the numbers of start and end tracks and MSF length for eachgpoirier2005-09-224-12/+132
* Prints the number of titles, DVD disk ID, the numbers of chapters andgpoirier2005-09-221-0/+57
* Disassemble comments and pass it to the demux_info interfacealex2005-09-191-17/+28
* fix my email addressalex2005-09-191-1/+1
* Prints the number of tracks and MSF length for each track of an audio CD,gpoirier2005-09-192-7/+50
* Prints -identify output for:gpoirier2005-09-191-0/+2
* removed dependency on glibc's %a in sscanf()nicodvb2005-09-181-22/+37
* Fix H264 packetizer. Might not work with arbitrary slice order.reimar2005-09-171-1/+22
* add a demux_peekc function that allows to just "have a look" at the nextreimar2005-09-171-0/+3
* Wrong editlist handling: end pts must be included.reimar2005-09-161-1/+1
* Make the fourcc output endianness-independent.diego2005-09-131-2/+4
* Avoid duplicated messages from demux_avi.c and demuxer.c.diego2005-09-131-10/+0
* cycle through tv channels (patch by Andrew Calkin < calkina at geexbox.org >)aurel2005-09-121-6/+9
* use system videodev2.h insteadhenry2005-09-101-862/+0
* - remove useless /dev/video* checkshenry2005-09-101-1/+2
* Ignore movi_end (except on error) to allow playing growing files.reimar2005-09-091-3/+6
* We can not seek, so set seekable to 0reimar2005-09-061-0/+1
* memleak fix, escfilename was not freed for an invalid urlreimar2005-09-061-23/+18
* memleak fixes when using an http proxyreimar2005-09-061-0/+4
* check4proxies always creates a copy, so url should be freedreimar2005-09-061-1/+1
* memleak fixes when invalid http url specified.reimar2005-09-062-4/+7
* better bitrate calculationreimar2005-09-061-1/+10
* execute the check function even when a demuxer is forced, to avoid crashes.reimar2005-09-061-2/+5
* Forgotten mpc demuxerreimar2005-09-061-0/+2
* Changes forgotten during demuxer API change, introduce a check function.reimar2005-09-061-9/+16
* replace sleep with usec_sleep, required for recent mingw versions, patch by R...faust32005-09-032-2/+2
* faster mpg and much faster gxf demuxingreimar2005-09-033-33/+71
* 10l, typo in last commitreimar2005-09-021-1/+1
* Support D-Cinema audio demuxer and decoder from FFmpeg.reimar2005-09-021-0/+1
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. Theods152005-09-0215-18/+18
* 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
*