aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* MSGTRs for demux_avi.cGravatar kraymer2006-11-05
* add MSGTR_MPDEMUX_MKV for demux_mkv.cGravatar kraymer2006-11-05
* don't set the resolution for dvr-ms files: in the asf headers it seems toGravatar nicodvb2006-11-03
* a previous commit introduced a bug that prevented tables Gravatar nicodvb2006-10-29
* simplified assignment of subtitles stream in ts_parse()Gravatar nicodvb2006-10-29
* Prevent segfault if video codec init failsGravatar rtogni2006-10-29
* Make sure we do not read beyond end of subtitle packetGravatar reimar2006-10-29
* realloc subtitle buffers since subcp_recode might have decreased their size.Gravatar reimar2006-10-29
* Quick hack to implement percent-based seeking, also fixes seeking with gmplayerGravatar reimar2006-10-29
* handle broken ts packets before parsing the restGravatar nicodvb2006-10-29
* Support new flac-in-ogg, fixes bug #229Gravatar reimar2006-10-29
* cosmetics: reformatted after previous commitGravatar nicodvb2006-10-29
* 1000l: fixed broken handling of the adaption field - part 2Gravatar nicodvb2006-10-29
* fixed mishandling of stream_read() (it doesn't necessarily return -1 in case ...Gravatar nicodvb2006-10-29
* ts_parse() move section handling after stream_read() rather than repeating itGravatar nicodvb2006-10-29
* removed useless check: when is_start is set the size of the payload Gravatar nicodvb2006-10-28
* in ts_parse() centralized stream_read()+stream_skip(); smaller and cleanerGravatar nicodvb2006-10-28
* Libass interface reworked:Gravatar eugeni2006-10-28
* Cleanup/simplify nsv check_file function.Gravatar reimar2006-10-28
* readability cosmeticsGravatar nicodvb2006-10-28
* unconditionally assign the language code when available;Gravatar nicodvb2006-10-28
* Better check for non-broken NSVf-header to avoid incorrect detection.Gravatar reimar2006-10-28
* reformatted ts_parse() after previous commitGravatar nicodvb2006-10-28
* removed unreachable code (when len=pes_parse2() returns 0)Gravatar nicodvb2006-10-28
* 10l: fixed misplaced adaption field checkGravatar nicodvb2006-10-28
* removed commented crc32 code; I'll eventualy reuse the one in lavuGravatar nicodvb2006-10-28
* slight simplificationsGravatar nicodvb2006-10-28
* add two missing checks - PATCH by Karolina Lindqvist AT kramnet-seGravatar reynaldo2006-10-25
* Allow lowercase letters in AVI stream id, fixes bug #277Gravatar reimar2006-10-23
* if no stream could be muxed flush_buffers() returns 0: prevents while(1) stal...Gravatar nicodvb2006-10-22