aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* Allows up to 8 bytes of extradata for cmsg24Gravatar rtogni2006-10-10
* Fix extradata lenght when adding cmsg24 dataGravatar rtogni2006-10-10
* Cleanup: remove some old commented out skipsGravatar rtogni2006-10-10
* Fix misdetection of http://samples.mplayerhq.hu/tta/tivo_misdetect.tta as TiV...Gravatar reimar2006-10-10
* Simplify (by using realloc with NULL parameter) and refactor code to growGravatar reimar2006-10-10
* Fix problems on live streams with huge timestamps, causing overflows and Gravatar rtogni2006-10-09
* Free track->language before assigning new valueGravatar reimar2006-10-09
* Missing (in close function)/misplaced free for track structure itself.Gravatar reimar2006-10-09
* Free track data if error occurs while reading trackentryGravatar reimar2006-10-09
* Free track encodings on error or demuxer closeGravatar reimar2006-10-09
* replace malloc+memset by callocGravatar reimar2006-10-09
* Remove cast of realloc result missed in last patchGravatar reimar2006-10-09
* Remove unneeded casts for malloc/realloc callsGravatar reimar2006-10-09
* FixesGravatar rathann2006-10-08
* WavPack files contain a complete, valid RIFF tag, so use extension (.wv)Gravatar reimar2006-10-08
* Simplify: replace malloc + memset 0 by callocGravatar reimar2006-10-05
* Fix demux_demuxers seeking if the video demuxer does not setGravatar reimar2006-10-05
* Implement absolute and percent-based seekGravatar reimar2006-10-05
* Reset demuxer->sub (consistently with audio and video) after seeking and at t...Gravatar nicodvb2006-10-01
* Add matroska v2 (SimpleBlock) support.Gravatar eugeni2006-09-25
* interpolate real fps of dvr-ms files using the extended stream properties.Gravatar nicodvb2006-09-24
* Make fill_buffer function check for stream eof, fixes hang at eof (bug #580)Gravatar reimar2006-09-24
* simplifications, any error from libnut is fatalGravatar ods152006-09-23
* sync to new libnutGravatar ods152006-09-23
* Missing part of previous patch to demux_real.c (revision 19958)Gravatar reimar2006-09-23