summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* Fix video delay when encoding with B-frames.corey2006-02-211-0/+2
* Fix video delay when encoding with B-frames.corey2006-02-211-0/+9
* More complete ASF MIME detection, closing bug# 248,gpoirier2006-02-201-0/+2
* Allows the LIVE555 library to forces the client's port to be usedbertrand2006-02-191-1/+5
* dwStart support for mencoder.corey2006-02-192-0/+14
* dwStart support for mplayer.corey2006-02-182-0/+8
* Second-try commit of this patch.corey2006-02-1729-38/+39
* Don't test the v4l2_input audioset field for audio capabilities but still try...aurel2006-02-141-14/+6
* allow autodetection of pictures type when using mf://@file.list syntaxiive2006-02-141-3/+5
* do not forget to initialize dp->bufferhenry2006-02-121-0/+1
* delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 fram...nicodvb2006-02-121-1/+3
* experimental film2pal and ntsc2pal soft telecinernicodvb2006-02-121-5/+67
* forgotten cast (blows on gcc4)henry2006-02-121-1/+1
* we cannot continue without a crash when read_asf_header fails, since somereimar2006-02-121-1/+2
* add some sanity checks to new/resize_demux_packetreimar2006-02-121-4/+9
* init frame duration to 1/fps when we have a frame but not the enclosing seque...nicodvb2006-02-111-0/+2
* tff wasn't correctly unset in soft_telecine()nicodvb2006-02-101-1/+1
* add mpc extension so that playback starts faster.reimar2006-02-101-0/+1
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-0922-30/+29
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-0913-17/+17
* fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)aurel2006-02-091-1/+1
* Fix CSeq answer for keepalive OPTIONS requests during playbackrtognimp2006-02-081-2/+2
* 10l 1000 fps fixmichael2006-02-081-2/+2
* read data in nBlockAlign aligned chunksreimar2006-02-071-0/+3
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-0722-29/+30
* removed unused variablesnicodvb2006-02-061-2/+2
* fixed wrong delta_frame calculation that would affect soft-telecinenicodvb2006-02-061-1/+1
* Build muxers only when MEncoder is enabled.diego2006-02-061-5/+9
* removed forgotten fprintf()nicodvb2006-01-301-1/+0
* use mp_a52_framesize() when liba52 is not availablenicodvb2006-01-271-0/+6
* export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is n...nicodvb2006-01-271-3/+6
* MPlayer OSX port: Add a call to UDFFindFile to verify that we are opening a v...nplourde2006-01-271-0/+9
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-267-23/+24
* limits.h for INT_MAXmichael2006-01-251-0/+1
* correct block alignmichael2006-01-251-1/+1
* fix aac in mov/mp4michael2006-01-251-3/+4
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...michael2006-01-252-2/+22
* setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4)michael2006-01-241-0/+2
* Cygwin compilation fixdiego2006-01-201-0/+2
* suppress error message at eofreimar2006-01-171-0/+1
* faster and (IMHO) cleaner code.reimar2006-01-171-56/+39
* function to read from a demuxer up to (and including) the specifiedreimar2006-01-172-0/+37
* Print some more useful data from header in verbose modertognimp2006-01-151-0/+2
* Support sipr codec in old RealAudio files.rtognimp2006-01-151-2/+49
* Always try to parse index chunk, no reason to check for movi_endreimar2006-01-141-4/+2
* Fix printing of audio fourcc in hex formatrtognimp2006-01-141-1/+1
* Print audio 4cc for every stream, print 4cc of selected audio trackrtognimp2006-01-141-0/+8
* 1l - one cast too manyrathann2006-01-141-1/+1
* 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