| Commit message (Expand) | Author | Age |
* | 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 |
* | as anounced, just some cleaning, purely janitorial changes | reynaldo | 2006-10-15 |
* | Fix timestamps for streams where kf_base gets negative | rtogni | 2006-10-15 |
* | Implement -noidx since index can use quite a bit of memory, esp. when using v... | reimar | 2006-10-15 |
* | during stream detection always parse ts_probesize bytes (even with -nosound s... | nicodvb | 2006-10-15 |
* | Remove useless assignements, thanks reimar for noticing them | rtogni | 2006-10-14 |
* | Cosmetics | reimar | 2006-10-12 |
* | strncpy->strlcpy | reimar | 2006-10-12 |
* | Remove useless return; at end of function | reimar | 2006-10-12 |
* | Simplify demux_mkv_get_sub_lang | reimar | 2006-10-12 |
* | modifications pointed out by reimar doffinger | ptt | 2006-10-12 |
* | Remove old hack to search for .ar and VIDO, we know where they are | rtogni | 2006-10-11 |
* | added OSD audio switching visualization | ptt | 2006-10-11 |
* | More possible memleaks. | reimar | 2006-10-11 |
* | Avoid memleak on error while reading attachments or multiple | reimar | 2006-10-11 |
* | Remove duplicate min/max macro definition. | diego | 2006-10-11 |