aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* fix compilation when dvdkit and dvdread are not availableGravatar nicodvb2005-12-14
* make demuxer seek and close functions return void, patch by Dominik MierzejewskiGravatar wanderer2005-12-11
* Harcoded eng strings on libmpdemux/network.c to help_mpGravatar reynaldo2005-12-10
* Move audio packets reordering from codec interface to demuxers for realGravatar rtognimp2005-12-09
* fixGravatar rathann2005-12-05
* fixGravatar rathann2005-12-05
* fixGravatar rathann2005-12-05
* fixGravatar rathann2005-12-05
* muxer_lavf MUST be disabled by default until someone adds AVParserGravatar rfelker2005-12-02
* fixed wrong telecine trf pattern; fall back to mpeg2 when user specifies unkn...Gravatar nicodvb2005-11-30
* Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org...Gravatar reynaldo2005-11-29
* Add support to get the list of files from a file containing one filenameGravatar albeu2005-11-26
* Fix URL escaping to correctly handle URL containing an ip6 address orGravatar albeu2005-11-26
* When it comes to CD/DVD handling bsdi has a linux CD/DVD compatibilityGravatar diego2005-11-25
* Ignore OPTIONS rtsp command during playback. FixesGravatar rtognimp2005-11-22
* buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun...Gravatar nicodvb2005-11-21
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* Simplify weird code. ;)Gravatar rathann2005-11-13
* [TRIVIAL] More translatables to help_mp and printfs to mp_msg on libmpdemuxGravatar reynaldo2005-11-10
* Do not hang forever when the card delivers no new data.Gravatar reimar2005-11-10
* implement norm switching, which was already documented??Gravatar reimar2005-11-10
* Add another content-type for aac audio in shoutcast streamsGravatar rtognimp2005-11-08
* 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