aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Remove superfluous comment.Gravatar diego2006-11-25
* Cosmetics: indentation fix.Gravatar eugeni2006-11-23
* permit muxing to raw pes (VDR uses this)Gravatar nicodvb2006-11-21
* Remove superfluous empty variable declaration.Gravatar diego2006-11-21
* check we aren't short of sh_videos before allocating another oneGravatar nicodvb2006-11-20
* slight simplification in demux_control_ts: no need to check *arg with last_{a...Gravatar nicodvb2006-11-20
* Unify dep/depend targets.Gravatar diego2006-11-20
* Reorganize code to move more things out of main().Gravatar uau2006-11-20
* in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical)Gravatar nicodvb2006-11-19
* during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x'Gravatar nicodvb2006-11-19
* 10l, compilation error in r21054Gravatar reimar2006-11-19
* Generalize subtitle switching, demux_ogg does not need a special caseGravatar reimar2006-11-19
* Make -slang work again, sub->id is -2 by default, so -slang would be ignoredGravatar reimar2006-11-19
* Create a sh_sub_t for ogg subtitles.Gravatar reimar2006-11-19
* Support multiple subs in movGravatar reimar2006-11-19
* fix demux_nut to give proper (estimate) of percent position after a seekGravatar ods152006-11-18
* Add disabled EAGAIN testing code for libnutGravatar ods152006-11-18
* move demux_nut priv calloc to init() instead of check_file()Gravatar ods152006-11-18
* implemented DEMUXER_CTRL_IDENTIFY_PROGRAMGravatar nicodvb2006-11-18
* new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)Gravatar nicodvb2006-11-18
* support for XAN DPCM audioGravatar diego2006-11-18
* support for some more fringe formats, still buggy ..Gravatar diego2006-11-17
* Try reading palette for vobsubGravatar reimar2006-11-17
* 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