aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* Prints the number of tracks and MSF length for each track of an audio CD,Gravatar gpoirier2005-09-19
* Prints -identify output for:Gravatar gpoirier2005-09-19
* removed dependency on glibc's %a in sscanf()Gravatar nicodvb2005-09-18
* Fix H264 packetizer. Might not work with arbitrary slice order.Gravatar reimar2005-09-17
* add a demux_peekc function that allows to just "have a look" at the nextGravatar reimar2005-09-17
* Wrong editlist handling: end pts must be included.Gravatar reimar2005-09-16
* Make the fourcc output endianness-independent.Gravatar diego2005-09-13
* Avoid duplicated messages from demux_avi.c and demuxer.c.Gravatar diego2005-09-13
* cycle through tv channels (patch by Andrew Calkin < calkina at geexbox.org >)Gravatar aurel2005-09-12
* use system videodev2.h insteadGravatar henry2005-09-10
* - remove useless /dev/video* checksGravatar henry2005-09-10
* Ignore movi_end (except on error) to allow playing growing files.Gravatar reimar2005-09-09
* We can not seek, so set seekable to 0Gravatar reimar2005-09-06
* memleak fix, escfilename was not freed for an invalid urlGravatar reimar2005-09-06
* memleak fixes when using an http proxyGravatar reimar2005-09-06