aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* save us from #ifndef hellGravatar faust32005-11-06
* make it optionally possible to compile MPlayer with libcdio instead of libcd...Gravatar faust32005-11-06
* fixed possible uint8 overflow; assign progid to the newly created pmtGravatar nicodvb2005-11-06
* fix typos: aslo->also, falback->fallback (they were just too annoying *g*)Gravatar reimar2005-11-06
* Fix bugs/crash introduced by translation patchGravatar reimar2005-11-06
* fix cdda://n syntax: do not hang when n > nr_tracks and play only track n,Gravatar reimar2005-11-06
* estimate total time also for audio-only files.Gravatar reimar2005-11-06
* Use correct demuxer type for aac in shoutcast streamsGravatar rtognimp2005-11-05
* Speex support. Seeking and pts generation does not work.Gravatar reimar2005-11-05
* set cdda paranoia default to 0 since e.g. cdda://2 breaks otherwise.Gravatar reimar2005-11-05
* sort timestamps instead of assuming conventional B-frame order. (fixes x264 B...Gravatar lorenm2005-11-05
* Changed MSGTR_MPDEMUX_URL_MallocFailed to MSGTR_MemAllocFailed (msg defined t...Gravatar ptt2005-11-05
* Changed MSGTR_MPDEMUX_ASF_MallocFailed to MSGTR_MemAllocFailed (msg defined t...Gravatar ptt2005-11-05
* Changed MSGTR_MPDEMUX_MMST_MallocFailed to MSGTR_MemAllocFailed (msg defined ...Gravatar ptt2005-11-05
* changes from MSGTR_MPDEMUX_AIALSA1X_* to MSGTR_MPDEMUX_AIALSA_* since they ar...Gravatar ptt2005-11-05
* Fix two (loosely) related bugs: massive A-V desync with -audiofile (bugzillaGravatar reimar2005-11-01
* more precise seeking based on calculated average video bitrate; works quite w...Gravatar nicodvb2005-10-31
* libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2Gravatar reynaldo2005-10-31
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* Provide DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS.Gravatar reimar2005-10-30
* add a \n after whole cache fill.Gravatar ods152005-10-27
* big-endian fixes for "extended" (i.e. mythtv) files.Gravatar reimar2005-10-25
* Added support for A_AAC.Gravatar mosu2005-10-22
* Fix seeking in wav files: align relative to start of data, not start of fileGravatar reimar2005-10-20
* processing audio is sometimes essential for a/v sync, so 1000l toGravatar rfelker2005-10-19
* Make a few more messages translatable by moving them into help_mp-en.h.Gravatar diego2005-10-18
* 10l, demux_mpg_control was missing from demuxer info struct, causing audioGravatar reimar2005-10-15
* ugly hack to make it work again with external libdvdreadGravatar reimar2005-10-15
* Kill a compiler warning, Patch by Zuxy MengGravatar gpoirier2005-10-14
* Make FtpSendCmd() function more user friendly by making it append the necessa...Gravatar gpoirier2005-10-14
* Use PRI?64 defines as format strings for 64 bit variables.Gravatar reimar2005-10-13
* we need stdio.h for SEEK_SET on mingw, patch by Zuxy <zuxy.meng at gmail.com>Gravatar faust32005-10-13
* Implement seekingGravatar reimar2005-10-12
* Bigendian bugGravatar reimar2005-10-12
* Typo fix: RFC959 says that FTP commands should end with a carriage returnGravatar gpoirier2005-10-10
* makes demux_lavf (-demuxer 35) use the framerate specified in the containerGravatar gpoirier2005-10-10
* 10l, off by one error in last patch (codecdata length sanity check),Gravatar reimar2005-10-05
* Fix DVD audio and subtitle stream mapping, esp. for DVD with both 4:3 andGravatar reimar2005-10-03
* 10l, forgotten call to paranoia_modeset to actually set the desired mode.Gravatar reimar2005-10-02
* another url_free that shouldn't be commented out.Gravatar reimar2005-09-28
* Detect eof when seeking and do _not_ restart the video.Gravatar reimar2005-09-28
* Report total timeGravatar reimar2005-09-27
* Sanity-check codecdata_len, fixes crash in libfaad due to failed malloc forGravatar reimar2005-09-27
* Don't pass NULL pointers to demux_info_add()Gravatar rtognimp2005-09-26
* the on suboption of -rawaudio and -rawvideo do not work anymore since theGravatar reimar2005-09-25
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".Gravatar rsf2005-09-23
* Prints the numbers of start and end tracks and MSF length for eachGravatar gpoirier2005-09-22
* Prints the number of titles, DVD disk ID, the numbers of chapters andGravatar gpoirier2005-09-22
* Disassemble comments and pass it to the demux_info interfaceGravatar alex2005-09-19
* fix my email addressGravatar alex2005-09-19