aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* int->unsigned to avoid crash to sign extension, partially fixes bug #580Gravatar reimar2006-09-23
* better rounding for audio_delay_fix in muxer_avi.cGravatar ods152006-09-22
* Try .mxf with libavformat first, works around a too greedy mpeg-demuxerGravatar reimar2006-09-22
* demuxer->movi_end is updated after ds_fill_buffer(),Gravatar nicodvb2006-09-18
* conditional declerations are unnecessaryGravatar ods152006-09-17
* Add demux_nut to MPlayer repoGravatar ods152006-09-17
* Fix r19815: mkv_d->duration could be assigned an uninitialized value.Gravatar eugeni2006-09-13
* Fix seeking in Matroska files with non-default TimecodeScale value.Gravatar eugeni2006-09-12
* Fix block duration calculation in mkv demuxer.Gravatar eugeni2006-09-12
* Fix movie duration calculation in case when TimecodeScale element comes afterGravatar eugeni2006-09-12
* Support for variable fps OGM files, blessed by Moritz.Gravatar diego2006-09-12
* Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by justGravatar reimar2006-09-11
* Use better resolution for pts computation.Gravatar rtogni2006-09-05
* in fixup_vorbis_wf() set to 0 bitrates indicated as -1 (unspecified, accordin...Gravatar nicodvb2006-09-05
* Workaround for live Real streams starting with nonzero ptsGravatar rtogni2006-09-03
* Fix crash on DEMUXER_CTRL_SWITCH_AUDIO introduced by aid_vid_mismatch patchGravatar reimar2006-09-03
* Add support for rendering matroska plaintext subtitles with libass.Gravatar eugeni2006-09-02
* Matroska subtitles are always utf-8, no need to recode them.Gravatar eugeni2006-09-02
* Fix read beyond the end of allocated memory block.Gravatar eugeni2006-09-02
* Display track names in matroska files.Gravatar eugeni2006-09-02
* forgotten to pass the crc32 be2me_32()Gravatar nicodvb2006-09-02
* Extract "application/x-font" attachments from matroska, in additionGravatar eugeni2006-09-01
* The FSF changed postal address.Gravatar diego2006-09-01
* include forgotten limits.hGravatar nicodvb2006-08-31
* added lavfdopts to pass options to libavformatGravatar nicodvb2006-08-30
* Remove XMMS_CFLAGS from CFLAGS, the variable is never set.Gravatar diego2006-08-27
* Get rid of demux_aid_vid_mismatch mess.Gravatar reimar2006-08-26
* don't try to autodetect aac in pes packets (the detection is prone to give wr...Gravatar nicodvb2006-08-26
* demux_avs compilation should depend on WIN32DLL support, not a linker flag.Gravatar diego2006-08-22
* SSA/ASS parser reworked, with 2 main results:Gravatar eugeni2006-08-22
* 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and ...Gravatar nicodvb2006-08-21