summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_mkv.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid void * arithmetic.reimar2009-09-301-1/+1
* Simplify aac_get_sample_rate_indexreimar2009-09-301-24/+4
* Check for grow_array allocation failure.reimar2009-09-301-0/+8
* Avoid a possible crash if num_cluster_pos is 0.reimar2009-09-301-1/+1
* Check for integer overflow in grow_array.reimar2009-09-301-1/+4
* Rearrange code of grow_array to make it easier to extend.reimar2009-09-301-2/+3
* Avoid a memleak if realloc fails in grow_array.reimar2009-09-301-0/+3
* Change grow_array argument from void ** to void *, this avoids a aliasingreimar2009-09-301-4/+5
* Fix incompatible pointer types warning, also seems to fix mis-compilation wit...reimar2009-08-171-2/+2
* Add Dolby TrueHD support for mkv demuxer.cehoyos2009-08-131-1/+4
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-17/+17
* Add standard license header to all files in libmpdemux.diego2009-05-081-4/+19
* change internal real video packetizing format to the more straight forward oneaurel2009-02-091-86/+8
* Convert CONFIG_ZLIB into a 0/1 option.diego2009-02-071-3/+3
* Adapt to lzo changes in libavutilreimar2009-02-021-7/+7
* Factorize vobsub idx/extradata handling.aurel2008-10-271-208/+0
* Revert bad changes to SSA/ASS subtitle packet formatuau2008-09-081-38/+1
* demux_mkv: output correctly formated ASS packetsaurel2008-09-051-1/+38
* Start unifying names of internal preprocessor directives.diego2008-07-301-6/+6
* Remove unused function, fixes the warning:diego2008-05-151-19/+0
* Remove unused variable, fixes the warning:diego2008-05-151-1/+0
* cosmetics: Break overly long lines.diego2008-05-151-5/+7
* Mark static tables const.diego2008-05-151-4/+4
* Revert r26412: policy violationrtogni2008-04-191-8/+7
* demux_mkv.c: Mark some static tables constuau2008-04-121-7/+8
* Support 'default' attribute for audio and subtitle tracks.eugeni2008-03-301-0/+2
* Remove unused function.eugeni2008-02-291-20/+0
* Reindent.eugeni2008-02-291-18/+18
* Don't select audio stream in lavf and mkv demuxers.eugeni2008-02-291-11/+1
* Don't select subtitle track in lavf and mkv demuxers.eugeni2008-02-291-21/+0
* Remove stupid checks of free() argument.eugeni2008-02-291-20/+10
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleeugeni2008-02-291-20/+2
* Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio trackeugeni2008-02-291-21/+2
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-5/+0
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadnicodvb2008-02-111-11/+0
* Allow demuxers to choose a default value for correct_ptsreimar2008-02-031-1/+3
* Use defines to give names to the different seek flags.reimar2008-01-291-5/+6
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-1/+1
* Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().eugeni2008-01-121-44/+1
* Move all subtitle parsing from mkv demuxer to update_subtitles().eugeni2008-01-111-22/+1
* Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.eugeni2008-01-111-40/+1
* Set extradata for subtitle tracks in mkv demuxer.eugeni2008-01-111-0/+4
* Factorize private data decoding for subtitle tracks in mkv demuxer.eugeni2008-01-111-20/+12
* Vobsub support tridx setting in .idx file.ulion2007-12-191-2/+8
* Move temp variable declaration into inner loop scope.ulion2007-12-101-2/+3
* Convert vobsub custom colors from rgb to yuv using a common function.ulion2007-12-091-1/+3
* Move vobsub palette->yuv convert code into a common function.ulion2007-12-081-9/+3
* Restore y of palette into the same value range as it was in the .ifo file.ulion2007-12-081-0/+1
* add support for wavpack into matroskaaurel2007-10-211-0/+4
* Fix warnings:diego2007-08-261-2/+0
* Avoid crash if a non-existent audio track is selected with -aidreimar2007-07-161-5/+5
* fix typo in a commentaurel2007-07-131-1/+1
* Add some missing frees.reimar2007-07-051-2/+7
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-051-2/+3
* index_mode is already defined in demuxer.hreimar2007-06-241-2/+0
* Remove the now unused demux_mkv_change_subs functionreimar2007-06-241-39/+0
* Set demuxer->sub->sh to one of the s_streams like done for audio and video.reimar2007-06-241-24/+17
* 100l, last demux_mkv patch passed ints instead of pointers to them to sscanfreimar2007-06-231-1/+1
* Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the ...reimar2007-06-231-30/+30
* demux_mkv very long seek fixuau2007-06-201-1/+1
* Don't set random codec parameters for AC3/DTS in mkv.aurel2007-06-101-2/+2
* Fix segfault when encoding from an mkv file with embedded fonts.eugeni2007-06-071-1/+2
* Get rid of __attribute__((__packed__)) in Matroska demuxerreimar2007-05-281-122/+43
* Remove useless setting of dp->len, it is already set to that value byreimar2007-05-171-1/+0
* Fix indentation broken in r23287reimar2007-05-101-4/+4
* Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkvreimar2007-05-101-0/+1
* Avoid code duplication in mkv demuxer for standard fourcc/extradata handlingreimar2007-05-101-29/+23
* Fix NULL pointer dereference in demux_mkv that happens wheneugeni2007-05-011-2/+2
* Matroska seeking fixesuau2007-03-161-12/+22
* Use explicit path for headers from the loader/ directory.diego2007-03-151-1/+1
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long...reimar2007-03-051-7/+0
* Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.reimar2007-03-011-13/+3
* Make sure sub->sh is set when a subtitle is selectedreimar2007-02-081-0/+4
* Another round of subtitle code cleanupreimar2007-02-051-54/+12
* Make mkv demuxer use ffmpeg LZO as well.reimar2007-01-311-17/+13
* Simplify and make lzo decompression code more similar to zlib one.reimar2007-01-271-2/+2
* Forgotten free on errorreimar2007-01-271-0/+2
* *dest = malloc (*size); is useless directly before *dest = realloc (*dest, *s...reimar2007-01-271-1/+1
* Remove comment printed by -demuxer help, it belongs in the copyright header.diego2007-01-251-1/+1
* Subtitle handling cleanup: factor out code for parsing embedded subtitlesreimar2007-01-061-152/+13
* Fix display of multiple simultaneous subtitles without libass.uau2006-12-211-1/+3
* VobSub tracks cannot be handled by libass, do not mark them with 'a'.eugeni2006-12-151-1/+2
* Rename: ass_process_font -> ass_add_font.eugeni2006-12-031-1/+1
* Remove superfluous bswap.h include.diego2006-12-021-1/+0
* Cosmetics: indentation fix.eugeni2006-11-231-10/+10
* Generalize subtitle switching, demux_ogg does not need a special casereimar2006-11-191-20/+0
* Don't spam the console with timestamps (non-error messages printed every rtogni2006-11-141-2/+2
* Fix extradata passing to lavc RV20 decoderrtogni2006-11-141-13/+7
* Make subtitle stream handling more similar to audio and video streams.reimar2006-11-131-6/+8
* If parsing a seek head fails then mplayer should try continue parsing the fil...mosu2006-11-071-0/+9
* Fix index-based seeking in audio-only files, fixes bug #621reimar2006-11-051-1/+2
* add MSGTR_MPDEMUX_MKV for demux_mkv.ckraymer2006-11-051-38/+32
* Libass interface reworked:eugeni2006-10-281-3/+3
* Implement -noidx since index can use quite a bit of memory, esp. when using v...reimar2006-10-151-0/+6
* Cosmeticsreimar2006-10-121-5/+3
* strncpy->strlcpyreimar2006-10-121-1/+1
* Remove useless return; at end of functionreimar2006-10-121-1/+0
* Simplify demux_mkv_get_sub_langreimar2006-10-121-14/+1
* modifications pointed out by reimar doffingerptt2006-10-121-17/+5
* added OSD audio switching visualizationptt2006-10-111-0/+34
* More possible memleaks.reimar2006-10-111-0/+7
* Avoid memleak on error while reading attachments or multiplereimar2006-10-111-0/+4
* Simplify (by using realloc with NULL parameter) and refactor code to growreimar2006-10-101-18/+15
* Free track->language before assigning new valuereimar2006-10-091-0/+1
* Missing (in close function)/misplaced free for track structure itself.reimar2006-10-091-1/+1
* Free track data if error occurs while reading trackentryreimar2006-10-091-30/+41
* Free track encodings on error or demuxer closereimar2006-10-091-4/+23
* replace malloc+memset by callocreimar2006-10-091-8/+4
* Remove cast of realloc result missed in last patchreimar2006-10-091-1/+1
* Remove unneeded casts for malloc/realloc callsreimar2006-10-091-44/+43
* Add matroska v2 (SimpleBlock) support.eugeni2006-09-251-8/+45
* Fix r19815: mkv_d->duration could be assigned an uninitialized value.eugeni2006-09-131-1/+1
* Fix seeking in Matroska files with non-default TimecodeScale value.eugeni2006-09-121-1/+2
* Fix block duration calculation in mkv demuxer.eugeni2006-09-121-0/+1
* Fix movie duration calculation in case when TimecodeScale element comes aftereugeni2006-09-121-5/+9
* Fix crash on DEMUXER_CTRL_SWITCH_AUDIO introduced by aid_vid_mismatch patchreimar2006-09-031-25/+14
* Add support for rendering matroska plaintext subtitles with libass.eugeni2006-09-021-4/+28
* Matroska subtitles are always utf-8, no need to recode them.eugeni2006-09-021-3/+0
* Fix read beyond the end of allocated memory block.eugeni2006-09-021-1/+1
* Display track names in matroska files.eugeni2006-09-021-1/+25
* Extract "application/x-font" attachments from matroska, in additioneugeni2006-09-011-1/+2
* Get rid of demux_aid_vid_mismatch mess.reimar2006-08-261-13/+16
* SSA/ASS parser reworked, with 2 main results:eugeni2006-08-221-2/+2
* Fix seeking in matroska files when timecodes do not start from zero.eugeni2006-08-181-1/+1
* Add matroska chapter seeking capability.eugeni2006-08-061-33/+50
* Native MPEG4 SP/ASP/AP support in Matroska.rathann2006-07-221-0/+13
* more c++ decl craprfelker2006-07-101-1/+1
* Initial libass release (without mencoder support).eugeni2006-07-071-3/+200
* Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.eugeni2006-07-071-5/+5
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-061-3/+3
* rm unnecesary casts from void* - part 4reynaldo2006-07-031-5/+5
* feed any audio track present in the mux; switch to any of the available audio...nicodvb2006-06-191-29/+36
* Change free_sh_audio() to take demuxer and stream id as parametersuau2006-06-141-2/+2
* Fix potential integer overflows in memory allocation.rtogni2006-06-041-0/+3
* fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepa...gpoirier2006-05-141-0/+1
* Unconditionally compile the Matroska demuxer.diego2006-05-081-3/+0
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-12/+5
* Do not give bogus timestamps for laced packets with no default duration. Patc...mosu2006-04-241-0/+4
* 10l, keyframes must have tag 0x10, not 1.reimar2006-04-141-1/+1
* Fix RealAudio codecs (add descrambling)rtognimp2006-04-031-10/+151
* Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele Gia...mosu2006-03-221-0/+14
* Add audio_delay argument to demux_mkv_seek.corey2006-02-271-3/+3
* Improved handling of text subs in Matroska files with adjacent newlines (\N) ...mosu2006-01-041-8/+14
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* sort timestamps instead of assuming conventional B-frame order. (fixes x264 B...lorenm2005-11-051-6/+14
* move resync_audio_stream after seeking to demuxer.creimar2005-10-301-8/+0
* Added support for A_AAC.mosu2005-10-221-1/+12
* Use PRI?64 defines as format strings for 64 bit variables.reimar2005-10-131-2/+2
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. Theods152005-09-021-1/+1
* Fixed seeking for AVC-in-Matroska (wrong assumption of what kind of reference...mosu2005-08-241-2/+2
* Demuxer modularizationrtognimp2005-08-051-10/+27
* demux_stream_t.pts should not be assigned by the demuxer. Fixes playback of V...mosu2005-06-091-1/+1
* Do not switch to audio tracks whose codec private data differs from the main ...mosu2005-05-211-0/+4
* Reset the saved max_pts used for timecode reordering after seeking. Otherwise...mosu2005-05-191-0/+1
* removed unused variablesnicodvb2005-05-141-5/+0
* vorbis extradata is now passed from demuxer to decoder in matroska's waynicodvb2005-05-121-48/+3
* adds a parameter to the switch_audio command to directly select a track.reimar2005-04-281-10/+21
* Online audio switching now supports Matroska too. Patch by Michael Behrischgpoirier2005-04-131-0/+26
* Fix the ogg fourcc nightmare!!!rfelker2005-02-271-2/+2
* Handle missing palettes in the info part of VobSubs in Matroska files correct...mosu2005-01-211-0/+2
* More support for AVC in Matroska.mosu2005-01-161-0/+5
* set sub_utf8 only when actually using mkv subtitles, will break externalreimar2005-01-161-2/+1
* Move generic length and percent pos calculation to demuxer.creimar2005-01-151-5/+0
* Do not access word-sized elements on potentially unaligned memory addresses. ...mosu2005-01-131-1/+1
* Call subcp_close when closing the demuxerreimar