aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sa...Gravatar reimar2006-11-17
* missed piece in update to libnut API - non negative errorsGravatar ods152006-11-17
* support flic video through lavfGravatar diego2006-11-17
* COSMETICS: reformattedGravatar nicodvb2006-11-16
* restored circular looping when changing audio and video stream (previously br...Gravatar nicodvb2006-11-16
* reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIOGravatar nicodvb2006-11-16
* implemented DEMUXER_CTRL_SWITCH_VIDEOGravatar nicodvb2006-11-16
* added code to switch video streamGravatar nicodvb2006-11-16
* cosmetics: Restore alphabetical order, align both tables.Gravatar diego2006-11-16
* support for RoQ video and audio through libavformatGravatar diego2006-11-16
* support for Electronic Arts ADPCM audioGravatar diego2006-11-16
* support for Delphine CIN audio and videoGravatar diego2006-11-16
* update to libnut API, non-negative errorsGravatar ods152006-11-16
* support for Interplay DPCM audioGravatar diego2006-11-16
* cosmetics: alphabetical order and prettyprinting for the CodecTag tableGravatar diego2006-11-16
* support for Sierra VMD videoGravatar diego2006-11-16
* Add support for Tiertex SEQ video.Gravatar diego2006-11-16
* Add support for Westwood IMA ADPCM audio.Gravatar diego2006-11-15
* update to libnut, no nut_skip_packet()Gravatar ods152006-11-15
* update to libnut API, don't free the streamsGravatar ods152006-11-15
* Don't spam the console with timestamps (non-error messages printed every Gravatar rtogni2006-11-14
* Fix extradata passing to lavc RV20 decoderGravatar rtogni2006-11-14
* update to libnut, add cache_syncpointsGravatar ods152006-11-14
* 10l copy&Ãpaste bug in subtitle sh handlingGravatar reimar2006-11-14
* update to libnut, rename nut.h->libnut.hGravatar ods152006-11-14
* Try to handle oversized asf headers by ignoring anything beyond the first MBGravatar reimar2006-11-13
* Incomplete support for vobsub (missing palette support) andGravatar reimar2006-11-13
* Move sh_sub_t to stheader.h, where all the other sh structs are definedGravatar reimar2006-11-13
* Add forgotten new_sh_subGravatar reimar2006-11-13
* Make subtitle stream handling more similar to audio and video streams.Gravatar reimar2006-11-13
* change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libn...Gravatar ods152006-11-12
* consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME...Gravatar nicodvb2006-11-12
* Remove duplicate message, the same info is printed anyway.Gravatar diego2006-11-12
* removed duplicated check in demuxer_seek_chapterGravatar nicodvb2006-11-11
* in demux_seek() if STREAM_CTRL_SEEK_TO_CHAPTER suceeds call DEMUXER_CTRL_RESY...Gravatar nicodvb2006-11-11
* shut warning on "realloc undefined" in demuxer.hGravatar ods152006-11-10
* update libnut APIGravatar ods152006-11-10
* Change some constants in pts arithmetic from float to double.Gravatar uau2006-11-09
* Changed code that used pts=0 in demux packets to indicate "not known".Gravatar uau2006-11-09
* Fix crash when attempting to seek in a streamed unseekable stream, likeGravatar gpoirier2006-11-08
* Move some FourCC values from libavformat/riff.c to our private mapping.Gravatar diego2006-11-08
* added demuxer_get_current_time() to get the current playtime (possibly aided ...Gravatar nicodvb2006-11-07
* now demux_seek() tries to seek aided by the stream layer, if possibleGravatar nicodvb2006-11-07
* added definition of DEMUXER_CTRL_RESYNCGravatar nicodvb2006-11-07
* fprintf -> mp_msgGravatar michael2006-11-07
* If parsing a seek head fails then mplayer should try continue parsing the fil...Gravatar mosu2006-11-07
* Add our own CODEC_ID -> fourcc translation tables so we do not needGravatar reimar2006-11-07
* Fix index-based seeking in audio-only files, fixes bug #621Gravatar reimar2006-11-05
* Fix an obvious typo.Gravatar eugeni2006-11-05
* better wording for "workarounding"Gravatar kraymer2006-11-05