| Commit message (Expand) | Author | Age |
* | 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 |
* | Fix movie duration calculation in case when TimecodeScale element comes after | eugeni | 2006-09-12 |
* | Support for variable fps OGM files, blessed by Moritz. | diego | 2006-09-12 |
* | Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by just | reimar | 2006-09-11 |
* | Use better resolution for pts computation. | rtogni | 2006-09-05 |
* | in fixup_vorbis_wf() set to 0 bitrates indicated as -1 (unspecified, accordin... | nicodvb | 2006-09-05 |
* | Workaround for live Real streams starting with nonzero pts | rtogni | 2006-09-03 |
* | Fix crash on DEMUXER_CTRL_SWITCH_AUDIO introduced by aid_vid_mismatch patch | reimar | 2006-09-03 |
* | Add support for rendering matroska plaintext subtitles with libass. | eugeni | 2006-09-02 |
* | Matroska subtitles are always utf-8, no need to recode them. | eugeni | 2006-09-02 |
* | Fix read beyond the end of allocated memory block. | eugeni | 2006-09-02 |
* | Display track names in matroska files. | eugeni | 2006-09-02 |
* | forgotten to pass the crc32 be2me_32() | nicodvb | 2006-09-02 |
* | Extract "application/x-font" attachments from matroska, in addition | eugeni | 2006-09-01 |
* | The FSF changed postal address. | diego | 2006-09-01 |
* | include forgotten limits.h | nicodvb | 2006-08-31 |
* | added lavfdopts to pass options to libavformat | nicodvb | 2006-08-30 |
* | Remove XMMS_CFLAGS from CFLAGS, the variable is never set. | diego | 2006-08-27 |
* | Get rid of demux_aid_vid_mismatch mess. | reimar | 2006-08-26 |
* | don't try to autodetect aac in pes packets (the detection is prone to give wr... | nicodvb | 2006-08-26 |
* | demux_avs compilation should depend on WIN32DLL support, not a linker flag. | diego | 2006-08-22 |
* | SSA/ASS parser reworked, with 2 main results: | eugeni | 2006-08-22 |
* | 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and ... | nicodvb | 2006-08-21 |
* | demuxer_seek_chapter() returns informations about chapters count and name | nicodvb | 2006-08-21 |
* | clarification in a comment | nicodvb | 2006-08-18 |
* | support relative seeking in the stream-driven case | nicodvb | 2006-08-18 |
* | added first revision of demuxer_seek_chapter() | nicodvb | 2006-08-18 |
* | Fix seeking in matroska files when timecodes do not start from zero. | eugeni | 2006-08-18 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 |
* | Simplistic attempt to make H.264 over RTSP work. | reimar | 2006-08-16 |
* | Update information and print new value when demux_info_add is called | reimar | 2006-08-16 |
* | Add support for 13k Voice (Qclp) in 3g2 files | rtogni | 2006-08-11 |
* | pass average bitrate from encoder to (lavf) muxer | michael | 2006-08-10 |
* | Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxer | reimar | 2006-08-06 |
* | Add matroska chapter seeking capability. | eugeni | 2006-08-06 |