aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* Avoid crash after "AVI: No audio stream found -> no sound." message,Gravatar reimar2006-10-21
* Try playing files with wrong wav header length, fixes riff_broken_hrdlen.wavGravatar reimar2006-10-21
* Remove #ifdef HAVE_FLAC, it was never needed and nowadays is never defined.Gravatar reimar2006-10-21
* Cosmetics: indentation fix indentation broken by last two demuxer.c commitsGravatar reimar2006-10-20
* Fix opening of demuxers without check_file function, broken by r20309.Gravatar reimar2006-10-20
* Try other demuxers if open() fails.Gravatar reimar2006-10-19
* redone subcp_recode: get rid of static buffer, skip lines that failed toGravatar reimar2006-10-18
* fixed corner case previously mishandled: don't play an audio only stream whenGravatar nicodvb2006-10-17
* as anounced, just some cleaning, purely janitorial changesGravatar reynaldo2006-10-15
* Fix timestamps for streams where kf_base gets negativeGravatar rtogni2006-10-15
* Implement -noidx since index can use quite a bit of memory, esp. when using v...Gravatar reimar2006-10-15
* during stream detection always parse ts_probesize bytes (even with -nosound s...Gravatar nicodvb2006-10-15
* Remove useless assignements, thanks reimar for noticing themGravatar rtogni2006-10-14
* CosmeticsGravatar reimar2006-10-12
* strncpy->strlcpyGravatar reimar2006-10-12
* Remove useless return; at end of functionGravatar reimar2006-10-12
* Simplify demux_mkv_get_sub_langGravatar reimar2006-10-12
* modifications pointed out by reimar doffingerGravatar ptt2006-10-12
* Remove old hack to search for .ar and VIDO, we know where they areGravatar rtogni2006-10-11
* added OSD audio switching visualizationGravatar ptt2006-10-11
* More possible memleaks.Gravatar reimar2006-10-11
* Avoid memleak on error while reading attachments or multipleGravatar reimar2006-10-11
* Remove duplicate min/max macro definition.Gravatar diego2006-10-11