| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 13 | -17/+17 |
* | fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >) | aurel | 2006-02-09 | 1 | -1/+1 |
* | Fix CSeq answer for keepalive OPTIONS requests during playback | rtognimp | 2006-02-08 | 1 | -2/+2 |
* | 10l 1000 fps fix | michael | 2006-02-08 | 1 | -2/+2 |
* | read data in nBlockAlign aligned chunks | reimar | 2006-02-07 | 1 | -0/+3 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 | 22 | -29/+30 |
* | removed unused variables | nicodvb | 2006-02-06 | 1 | -2/+2 |
* | fixed wrong delta_frame calculation that would affect soft-telecine | nicodvb | 2006-02-06 | 1 | -1/+1 |
* | Build muxers only when MEncoder is enabled. | diego | 2006-02-06 | 1 | -5/+9 |
* | removed forgotten fprintf() | nicodvb | 2006-01-30 | 1 | -1/+0 |
* | use mp_a52_framesize() when liba52 is not available | nicodvb | 2006-01-27 | 1 | -0/+6 |
* | export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is n... | nicodvb | 2006-01-27 | 1 | -3/+6 |
* | MPlayer OSX port: Add a call to UDFFindFile to verify that we are opening a v... | nplourde | 2006-01-27 | 1 | -0/+9 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ... | michael | 2006-01-26 | 7 | -23/+24 |
* | limits.h for INT_MAX | michael | 2006-01-25 | 1 | -0/+1 |
* | correct block align | michael | 2006-01-25 | 1 | -1/+1 |
* | fix aac in mov/mp4 | michael | 2006-01-25 | 1 | -3/+4 |
* | pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i... | michael | 2006-01-25 | 2 | -2/+22 |
* | setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4) | michael | 2006-01-24 | 1 | -0/+2 |
* | Cygwin compilation fix | diego | 2006-01-20 | 1 | -0/+2 |
* | suppress error message at eof | reimar | 2006-01-17 | 1 | -0/+1 |
* | faster and (IMHO) cleaner code. | reimar | 2006-01-17 | 1 | -56/+39 |
* | function to read from a demuxer up to (and including) the specified | reimar | 2006-01-17 | 2 | -0/+37 |
* | Print some more useful data from header in verbose mode | rtognimp | 2006-01-15 | 1 | -0/+2 |
* | Support sipr codec in old RealAudio files. | rtognimp | 2006-01-15 | 1 | -2/+49 |
* | Always try to parse index chunk, no reason to check for movi_end | reimar | 2006-01-14 | 1 | -4/+2 |
* | Fix printing of audio fourcc in hex format | rtognimp | 2006-01-14 | 1 | -1/+1 |
* | Print audio 4cc for every stream, print 4cc of selected audio track | rtognimp | 2006-01-14 | 1 | -0/+8 |
* | 1l - one cast too many | rathann | 2006-01-14 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | diego | 2006-01-13 | 2 | -2/+2 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 17 | -69/+69 |
* | convert some printfs to mp_msg | rathann | 2006-01-10 | 1 | -1/+1 |
* | added support for external libavformat | nicodvb | 2006-01-09 | 5 | -7/+18 |
* | OS X compilation fix: Include inttypes.h so that uint32_t is not undefined. | diego | 2006-01-08 | 1 | -0/+1 |
* | include the right avcodec.h, consistently with the rest of mplayer | nicodvb | 2006-01-08 | 4 | -8/+16 |
* | fix crash if no video codec available | reimar | 2006-01-08 | 1 | -2/+2 |
* | disabled hack to read the properties of mpeg1/2 video in avi and asf: it's to... | nicodvb | 2006-01-07 | 1 | -1/+1 |
* | This patch makes real rtsp tell the server to deliver data at specified | rtognimp | 2006-01-06 | 4 | -4/+15 |
* | Don't leak memory (free audio reordering buffers) | rtognimp | 2006-01-04 | 1 | -0/+4 |
* | Remove assumption that all audio packets in a block have the same | rtognimp | 2006-01-04 | 1 | -4/+7 |
* | 1000.0l timestamps are float | rtognimp | 2006-01-04 | 1 | -1/+1 |
* | Improved handling of text subs in Matroska files with adjacent newlines (\N) ... | mosu | 2006-01-04 | 1 | -8/+14 |
* | removed previously forgotten reording options/flags | nicodvb | 2006-01-03 | 1 | -6/+1 |
* | removed broken frame reording code; unified audio and video frame storing cod... | nicodvb | 2006-01-03 | 1 | -108/+48 |
* | h264es: don't seek to non-keyframes | lorenm | 2006-01-03 | 1 | -1/+1 |
* | don't reset dvdsub->id unless -slang is specified; assign default sub stream ... | nicodvb | 2006-01-02 | 1 | -0/+5 |
* | Partial support for QuickTime sound atom version 2. | corey | 2006-01-02 | 1 | -5/+33 |
* | search next sequence_header untile a valid one is found | nicodvb | 2005-12-31 | 1 | -2/+3 |
* | simplification: don't use residual_buffer, but prepend remainder of current f... | nicodvb | 2005-12-30 | 1 | -22/+14 |
* | fix dvdread version macro | rathann | 2005-12-28 | 1 | -4/+6 |
* | Add "application/x-mms-framed" for ASF | rtognimp | 2005-12-24 | 1 | -0/+1 |
* | Typo in ASF demuxer selection by name (it's 'asf', not 'asv') | rtognimp | 2005-12-24 | 1 | -1/+1 |
* | malloc padding to avoid access beyond allocated memory | henry | 2005-12-19 | 4 | -15/+50 |
* | calculate framesize for raw RGB and BGR. | reimar | 2005-12-18 | 1 | -0/+6 |
* | fix crash with invalid -vid and no audio stream | reimar | 2005-12-18 | 1 | -1/+2 |
* | include fastmemcpy.h before stream.h, so it is used for the stream_read | reimar | 2005-12-17 | 1 | -1/+2 |
* | remove now useless YV12 plane swap hack, patch by Luc Gallant lucgallant at g... | henry | 2005-12-16 | 1 | -18/+4 |
* | fix compilation when dvdkit and dvdread are not available | nicodvb | 2005-12-14 | 4 | -5/+17 |
* | make demuxer seek and close functions return void, patch by Dominik Mierzejewski | wanderer | 2005-12-11 | 4 | -11/+7 |
* | Harcoded eng strings on libmpdemux/network.c to help_mp | reynaldo | 2005-12-10 | 1 | -31/+31 |
* | Move audio packets reordering from codec interface to demuxers for real | rtognimp | 2005-12-09 | 2 | -90/+151 |
* | fix | rathann | 2005-12-05 | 2 | -0/+2 |
* | fix | rathann | 2005-12-05 | 1 | -0/+2 |
* | fix | rathann | 2005-12-05 | 1 | -0/+1 |
* | fix | rathann | 2005-12-05 | 1 | -1/+2 |
* | muxer_lavf MUST be disabled by default until someone adds AVParser | rfelker | 2005-12-02 | 1 | -0/+20 |
* | fixed wrong telecine trf pattern; fall back to mpeg2 when user specifies unkn... | nicodvb | 2005-11-30 | 1 | -14/+35 |
* | Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org... | reynaldo | 2005-11-29 | 4 | -9/+16 |
* | Add support to get the list of files from a file containing one filename | albeu | 2005-11-26 | 1 | -1/+30 |
* | Fix URL escaping to correctly handle URL containing an ip6 address or | albeu | 2005-11-26 | 1 | -24/+65 |
* | When it comes to CD/DVD handling bsdi has a linux CD/DVD compatibility | diego | 2005-11-25 | 1 | -3/+5 |
* | Ignore OPTIONS rtsp command during playback. Fixes | rtognimp | 2005-11-22 | 1 | -1/+2 |
* | buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun... | nicodvb | 2005-11-21 | 7 | -53/+125 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 46 | -99/+99 |
* | Simplify weird code. ;) | rathann | 2005-11-13 | 1 | -4/+2 |
* | [TRIVIAL] More translatables to help_mp and printfs to mp_msg on libmpdemux | reynaldo | 2005-11-10 | 4 | -65/+72 |
* | Do not hang forever when the card delivers no new data. | reimar | 2005-11-10 | 1 | -0/+4 |
* | implement norm switching, which was already documented?? | reimar | 2005-11-10 | 1 | -0/+10 |
* | Add another content-type for aac audio in shoutcast streams | rtognimp | 2005-11-08 | 1 | -1/+1 |
* | save us from #ifndef hell | faust3 | 2005-11-06 | 1 | -29/+5 |
* | make it optionally possible to compile MPlayer with libcdio instead of libcd... | faust3 | 2005-11-06 | 3 | -5/+123 |
* | fixed possible uint8 overflow; assign progid to the newly created pmt | nicodvb | 2005-11-06 | 1 | -7/+9 |
* | fix typos: aslo->also, falback->fallback (they were just too annoying *g*) | reimar | 2005-11-06 | 1 | -1/+1 |
* | Fix bugs/crash introduced by translation patch | reimar | 2005-11-06 | 2 | -2/+2 |
* | fix cdda://n syntax: do not hang when n > nr_tracks and play only track n, | reimar | 2005-11-06 | 1 | -2/+5 |
* | estimate total time also for audio-only files. | reimar | 2005-11-06 | 1 | -0/+3 |
* | Use correct demuxer type for aac in shoutcast streams | rtognimp | 2005-11-05 | 1 | -0/+2 |
* | Speex support. Seeking and pts generation does not work. | reimar | 2005-11-05 | 1 | -1/+33 |
* | set cdda paranoia default to 0 since e.g. cdda://2 breaks otherwise. | reimar | 2005-11-05 | 1 | -1/+1 |
* | sort timestamps instead of assuming conventional B-frame order. (fixes x264 B... | lorenm | 2005-11-05 | 1 | -6/+14 |
* | Changed MSGTR_MPDEMUX_URL_MallocFailed to MSGTR_MemAllocFailed (msg defined t... | ptt | 2005-11-05 | 1 | -10/+10 |
* | Changed MSGTR_MPDEMUX_ASF_MallocFailed to MSGTR_MemAllocFailed (msg defined t... | ptt | 2005-11-05 | 1 | -1/+1 |
* | Changed MSGTR_MPDEMUX_MMST_MallocFailed to MSGTR_MemAllocFailed (msg defined ... | ptt | 2005-11-05 | 1 | -1/+1 |
* | changes from MSGTR_MPDEMUX_AIALSA1X_* to MSGTR_MPDEMUX_AIALSA_* since they ar... | ptt | 2005-11-05 | 1 | -13/+13 |
* | Fix two (loosely) related bugs: massive A-V desync with -audiofile (bugzilla | reimar | 2005-11-01 | 1 | -5/+6 |
* | more precise seeking based on calculated average video bitrate; works quite w... | nicodvb | 2005-10-31 | 1 | -6/+49 |
* | libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2 | reynaldo | 2005-10-31 | 9 | -156/+156 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 | 15 | -44/+3 |
* | Provide DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS. | reimar | 2005-10-30 | 1 | -1/+14 |
* | add a \n after whole cache fill. | ods15 | 2005-10-27 | 1 | -0/+1 |
* | big-endian fixes for "extended" (i.e. mythtv) files. | reimar | 2005-10-25 | 1 | -1/+2 |
* | Added support for A_AAC. | mosu | 2005-10-22 | 2 | -1/+13 |
* | Fix seeking in wav files: align relative to start of data, not start of file | reimar | 2005-10-20 | 1 | -1/+3 |
* | processing audio is sometimes essential for a/v sync, so 1000l to | rfelker | 2005-10-19 | 1 | -11/+1 |
* | Make a few more messages translatable by moving them into help_mp-en.h. | diego | 2005-10-18 | 3 | -13/+14 |
* | 10l, demux_mpg_control was missing from demuxer info struct, causing audio | reimar | 2005-10-15 | 1 | -5/+5 |
* | ugly hack to make it work again with external libdvdread | reimar | 2005-10-15 | 1 | -0/+20 |
* | Kill a compiler warning, Patch by Zuxy Meng | gpoirier | 2005-10-14 | 1 | -1/+1 |
* | Make FtpSendCmd() function more user friendly by making it append the necessa... | gpoirier | 2005-10-14 | 1 | -11/+15 |
* | Use PRI?64 defines as format strings for 64 bit variables. | reimar | 2005-10-13 | 14 | -71/+46 |
* | we need stdio.h for SEEK_SET on mingw, patch by Zuxy <zuxy.meng at gmail.com> | faust3 | 2005-10-13 | 1 | -0/+1 |
* | Implement seeking | reimar | 2005-10-12 | 1 | -3/+31 |
* | Bigendian bug | reimar | 2005-10-12 | 1 | -3/+2 |
* | Typo fix: RFC959 says that FTP commands should end with a carriage return | gpoirier | 2005-10-10 | 1 | -1/+1 |
* | makes demux_lavf (-demuxer 35) use the framerate specified in the container | gpoirier | 2005-10-10 | 1 | -0/+5 |
* | 10l, off by one error in last patch (codecdata length sanity check), | reimar | 2005-10-05 | 1 | -1/+1 |
* | Fix DVD audio and subtitle stream mapping, esp. for DVD with both 4:3 and | reimar | 2005-10-03 | 1 | -22/+25 |
* | 10l, forgotten call to paranoia_modeset to actually set the desired mode. | reimar | 2005-10-02 | 1 | -0/+1 |
* | another url_free that shouldn't be commented out. | reimar | 2005-09-28 | 1 | -1/+1 |
* | Detect eof when seeking and do _not_ restart the video. | reimar | 2005-09-28 | 1 | -1/+8 |
* | Report total time | reimar | 2005-09-27 | 1 | -3/+16 |
* | Sanity-check codecdata_len, fixes crash in libfaad due to failed malloc for | reimar | 2005-09-27 | 1 | -0/+3 |
* | Don't pass NULL pointers to demux_info_add() | rtognimp | 2005-09-26 | 1 | -1/+1 |
* | the on suboption of -rawaudio and -rawvideo do not work anymore since the | reimar | 2005-09-25 | 2 | -2/+0 |
* | "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media". | rsf | 2005-09-23 | 6 | -12/+12 |
* | Prints the numbers of start and end tracks and MSF length for each | gpoirier | 2005-09-22 | 4 | -12/+132 |
* | Prints the number of titles, DVD disk ID, the numbers of chapters and | gpoirier | 2005-09-22 | 1 | -0/+57 |
* | Disassemble comments and pass it to the demux_info interface | alex | 2005-09-19 | 1 | -17/+28 |
* | fix my email address | alex | 2005-09-19 | 1 | -1/+1 |
* | Prints the number of tracks and MSF length for each track of an audio CD, | gpoirier | 2005-09-19 | 2 | -7/+50 |
* | Prints -identify output for: | gpoirier | 2005-09-19 | 1 | -0/+2 |
* | removed dependency on glibc's %a in sscanf() | nicodvb | 2005-09-18 | 1 | -22/+37 |
* | Fix H264 packetizer. Might not work with arbitrary slice order. | reimar | 2005-09-17 | 1 | -1/+22 |
* | add a demux_peekc function that allows to just "have a look" at the next | reimar | 2005-09-17 | 1 | -0/+3 |
* | Wrong editlist handling: end pts must be included. | reimar | 2005-09-16 | 1 | -1/+1 |
* | Make the fourcc output endianness-independent. | diego | 2005-09-13 | 1 | -2/+4 |
* | Avoid duplicated messages from demux_avi.c and demuxer.c. | diego | 2005-09-13 | 1 | -10/+0 |
* | cycle through tv channels (patch by Andrew Calkin < calkina at geexbox.org >) | aurel | 2005-09-12 | 1 | -6/+9 |
* | use system videodev2.h instead | henry | 2005-09-10 | 1 | -862/+0 |
* | - remove useless /dev/video* checks | henry | 2005-09-10 | 1 | -1/+2 |
* | Ignore movi_end (except on error) to allow playing growing files. | reimar | 2005-09-09 | 1 | -3/+6 |
* | We can not seek, so set seekable to 0 | reimar | 2005-09-06 | 1 | -0/+1 |
* | memleak fix, escfilename was not freed for an invalid url | reimar | 2005-09-06 | 1 | -23/+18 |
* | memleak fixes when using an http proxy | reimar | 2005-09-06 | 1 | -0/+4 |
* | check4proxies always creates a copy, so url should be freed | reimar | 2005-09-06 | 1 | -1/+1 |
* | memleak fixes when invalid http url specified. | reimar | 2005-09-06 | 2 | -4/+7 |
* | better bitrate calculation | reimar | 2005-09-06 | 1 | -1/+10 |
* | execute the check function even when a demuxer is forced, to avoid crashes. | reimar | 2005-09-06 | 1 | -2/+5 |
* | Forgotten mpc demuxer | reimar | 2005-09-06 | 1 | -0/+2 |
* | Changes forgotten during demuxer API change, introduce a check function. | reimar | 2005-09-06 | 1 | -9/+16 |
* | replace sleep with usec_sleep, required for recent mingw versions, patch by R... | faust3 | 2005-09-03 | 2 | -2/+2 |
* | faster mpg and much faster gxf demuxing | reimar | 2005-09-03 | 3 | -33/+71 |
* | 10l, typo in last commit | reimar | 2005-09-02 | 1 | -1/+1 |
* | Support D-Cinema audio demuxer and decoder from FFmpeg. | reimar | 2005-09-02 | 1 | -0/+1 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 15 | -18/+18 |
* | fix longstanding typo - "patentend" | wanderer | 2005-08-31 | 1 | -1/+1 |
* | Fix move playlists (control must be returned to mplayer.c, with the demuxer | reimar | 2005-08-31 | 2 | -1/+5 |
* | Sparcs do not like wild pointer typecasting (unaligned access). | reimar | 2005-08-30 | 1 | -1/+4 |
* | Allow forcing of demuxers and codecs by prepending '+' | reimar | 2005-08-30 | 2 | -14/+33 |
* | extra size checks for samples array to avoid crashes in some rare cases. | reimar | 2005-08-30 | 1 | -0/+16 |
* | multiplying fps by 10000 is no more necessary (when determining mp4v and h264... | nicodvb | 2005-08-30 | 1 | -2/+2 |
* | Fix nsv detection with new demuxer structure | rtognimp | 2005-08-30 | 1 | -47/+30 |
* | Fix mpeg-pes playback | rtognimp | 2005-08-26 | 2 | -2/+5 |
* | |