| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | Allows up to 8 bytes of extradata for cmsg24 | rtogni | 2006-10-10 |
* | Fix extradata lenght when adding cmsg24 data | rtogni | 2006-10-10 |
* | Cleanup: remove some old commented out skips | rtogni | 2006-10-10 |
* | Fix misdetection of http://samples.mplayerhq.hu/tta/tivo_misdetect.tta as TiV... | reimar | 2006-10-10 |
* | Simplify (by using realloc with NULL parameter) and refactor code to grow | reimar | 2006-10-10 |
* | Fix problems on live streams with huge timestamps, causing overflows and | rtogni | 2006-10-09 |
* | Free track->language before assigning new value | reimar | 2006-10-09 |
* | Missing (in close function)/misplaced free for track structure itself. | reimar | 2006-10-09 |
* | Free track data if error occurs while reading trackentry | reimar | 2006-10-09 |
* | Free track encodings on error or demuxer close | reimar | 2006-10-09 |
* | replace malloc+memset by calloc | reimar | 2006-10-09 |
* | Remove cast of realloc result missed in last patch | reimar | 2006-10-09 |
* | Remove unneeded casts for malloc/realloc calls | reimar | 2006-10-09 |
* | Fixes | rathann | 2006-10-08 |
* | WavPack files contain a complete, valid RIFF tag, so use extension (.wv) | reimar | 2006-10-08 |
* | Simplify: replace malloc + memset 0 by calloc | reimar | 2006-10-05 |
* | Fix demux_demuxers seeking if the video demuxer does not set | reimar | 2006-10-05 |
* | Implement absolute and percent-based seek | reimar | 2006-10-05 |
* | Reset demuxer->sub (consistently with audio and video) after seeking and at t... | nicodvb | 2006-10-01 |
* | Add matroska v2 (SimpleBlock) support. | eugeni | 2006-09-25 |
* | interpolate real fps of dvr-ms files using the extended stream properties. | nicodvb | 2006-09-24 |
* | Make fill_buffer function check for stream eof, fixes hang at eof (bug #580) | reimar | 2006-09-24 |
* | simplifications, any error from libnut is fatal | ods15 | 2006-09-23 |
* | sync to new libnut | ods15 | 2006-09-23 |
* | Missing part of previous patch to demux_real.c (revision 19958) | reimar | 2006-09-23 |
* | int->unsigned to avoid crash to sign extension, partially fixes bug #580 | reimar | 2006-09-23 |
* | better rounding for audio_delay_fix in muxer_avi.c | ods15 | 2006-09-22 |
* | Try .mxf with libavformat first, works around a too greedy mpeg-demuxer | reimar | 2006-09-22 |
* | demuxer->movi_end is updated after ds_fill_buffer(), | nicodvb | 2006-09-18 |
* | conditional declerations are unnecessary | ods15 | 2006-09-17 |
* | Add demux_nut to MPlayer repo | ods15 | 2006-09-17 |
* | Fix r19815: mkv_d->duration could be assigned an uninitialized value. | eugeni | 2006-09-13 |
* | Fix seeking in Matroska files with non-default TimecodeScale value. | eugeni | 2006-09-12 |
* | Fix block duration calculation in mkv demuxer. | eugeni | 2006-09-12 |