| Commit message (Expand) | Author | Age |
* | Changed code that used pts=0 in demux packets to indicate "not known". | uau | 2006-11-09 |
* | Fix crash when attempting to seek in a streamed unseekable stream, like | gpoirier | 2006-11-08 |
* | Move some FourCC values from libavformat/riff.c to our private mapping. | diego | 2006-11-08 |
* | added demuxer_get_current_time() to get the current playtime (possibly aided ... | nicodvb | 2006-11-07 |
* | now demux_seek() tries to seek aided by the stream layer, if possible | nicodvb | 2006-11-07 |
* | added definition of DEMUXER_CTRL_RESYNC | nicodvb | 2006-11-07 |
* | fprintf -> mp_msg | michael | 2006-11-07 |
* | If parsing a seek head fails then mplayer should try continue parsing the fil... | mosu | 2006-11-07 |
* | Add our own CODEC_ID -> fourcc translation tables so we do not need | reimar | 2006-11-07 |
* | Fix index-based seeking in audio-only files, fixes bug #621 | reimar | 2006-11-05 |
* | Fix an obvious typo. | eugeni | 2006-11-05 |
* | better wording for "workarounding" | kraymer | 2006-11-05 |
* | MSGTRs for demux_avi.c | kraymer | 2006-11-05 |
* | add MSGTR_MPDEMUX_MKV for demux_mkv.c | kraymer | 2006-11-05 |
* | don't set the resolution for dvr-ms files: in the asf headers it seems to | nicodvb | 2006-11-03 |
* | a previous commit introduced a bug that prevented tables | nicodvb | 2006-10-29 |
* | simplified assignment of subtitles stream in ts_parse() | nicodvb | 2006-10-29 |
* | Prevent segfault if video codec init fails | rtogni | 2006-10-29 |
* | Make sure we do not read beyond end of subtitle packet | reimar | 2006-10-29 |
* | realloc subtitle buffers since subcp_recode might have decreased their size. | reimar | 2006-10-29 |
* | Quick hack to implement percent-based seeking, also fixes seeking with gmplayer | reimar | 2006-10-29 |
* | handle broken ts packets before parsing the rest | nicodvb | 2006-10-29 |
* | Support new flac-in-ogg, fixes bug #229 | reimar | 2006-10-29 |
* | cosmetics: reformatted after previous commit | nicodvb | 2006-10-29 |
* | 1000l: fixed broken handling of the adaption field - part 2 | nicodvb | 2006-10-29 |
* | fixed mishandling of stream_read() (it doesn't necessarily return -1 in case ... | nicodvb | 2006-10-29 |
* | ts_parse() move section handling after stream_read() rather than repeating it | nicodvb | 2006-10-29 |
* | removed useless check: when is_start is set the size of the payload | nicodvb | 2006-10-28 |
* | in ts_parse() centralized stream_read()+stream_skip(); smaller and cleaner | nicodvb | 2006-10-28 |
* | Libass interface reworked: | eugeni | 2006-10-28 |
* | Cleanup/simplify nsv check_file function. | reimar | 2006-10-28 |
* | readability cosmetics | nicodvb | 2006-10-28 |
* | unconditionally assign the language code when available; | nicodvb | 2006-10-28 |
* | Better check for non-broken NSVf-header to avoid incorrect detection. | reimar | 2006-10-28 |
* | reformatted ts_parse() after previous commit | nicodvb | 2006-10-28 |
* | removed unreachable code (when len=pes_parse2() returns 0) | nicodvb | 2006-10-28 |
* | 10l: fixed misplaced adaption field check | nicodvb | 2006-10-28 |
* | removed commented crc32 code; I'll eventualy reuse the one in lavu | nicodvb | 2006-10-28 |
* | slight simplifications | nicodvb | 2006-10-28 |
* | add two missing checks - PATCH by Karolina Lindqvist AT kramnet-se | reynaldo | 2006-10-25 |
* | Allow lowercase letters in AVI stream id, fixes bug #277 | reimar | 2006-10-23 |
* | if no stream could be muxed flush_buffers() returns 0: prevents while(1) stal... | nicodvb | 2006-10-22 |
* | Avoid crash after "AVI: No audio stream found -> no sound." message, | reimar | 2006-10-21 |
* | Try playing files with wrong wav header length, fixes riff_broken_hrdlen.wav | reimar | 2006-10-21 |
* | Remove #ifdef HAVE_FLAC, it was never needed and nowadays is never defined. | reimar | 2006-10-21 |
* | Cosmetics: indentation fix indentation broken by last two demuxer.c commits | reimar | 2006-10-20 |
* | Fix opening of demuxers without check_file function, broken by r20309. | reimar | 2006-10-20 |
* | Try other demuxers if open() fails. | reimar | 2006-10-19 |
* | redone subcp_recode: get rid of static buffer, skip lines that failed to | reimar | 2006-10-18 |
* | fixed corner case previously mishandled: don't play an audio only stream when | nicodvb | 2006-10-17 |