aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* Support CODEC_ID_MOV_TEXTGravatar reimar2008-01-28
* copy note on new demuxers and codecs to the top of the array as well to beGravatar ivo2008-01-28
* note on new demuxers and codecs, add them to lav* instead of libmp*Gravatar ivo2008-01-28
* Consistently use uppercase filename as multiple inclusion guard.Gravatar diego2008-01-28
* Support mov subtitle format directly instead of converting to text in the dem...Gravatar reimar2008-01-27
* Prefer lavf mov demuxer over our own, it should work better most of the time ...Gravatar reimar2008-01-27
* Simplify init_vobsub: pass palette via extradata.Gravatar reimar2008-01-26
* 100l, inverted condition for AVSEEK_FLAG_BACKWARDGravatar reimar2008-01-26
* Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend onGravatar reimar2008-01-26
* Cosmetics: remove some trailing whitespaceGravatar reimar2008-01-26
* Add QDM2 codec identifierGravatar reimar2008-01-26
* Partially support vobsub subtitles from lavf demuxers (palette support missing)Gravatar reimar2008-01-26
* in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we...Gravatar nicodvb2008-01-26
* in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad ...Gravatar nicodvb2008-01-26
* Allow overriding the codec_tag for audio codecs, and always override Gravatar rtogni2008-01-20
* Fix endless loop if nAvgBytesPerSec is 0.Gravatar reimar2008-01-19
* Avoid a division by 0 if i_bps is 0.Gravatar reimar2008-01-19
* Add name to email address.Gravatar diego2008-01-19
* Put bff_mask into muxer context instead of a global variable.Gravatar reimar2008-01-13
* Mark qt default palette tables as constGravatar reimar2008-01-13
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* First step towards making all demuxer_desc_t constGravatar reimar2008-01-13
* Remove a useless assignment (there is an if just a few lines aboveGravatar reimar2008-01-13
* Add a forgotten #ifdef USE_ASS around ass_free_trackGravatar reimar2008-01-13
* moved pes_header from file-static to send_mpeg_pes_packet_ll()Gravatar nicodvb2008-01-13
* Write functions used by send_mpeg_*_packet may _not_ modify dataGravatar reimar2008-01-12
* ps1_header and ps2_header should be constGravatar reimar2008-01-12
* Add a few "const" attributes.Gravatar reimar2008-01-12
* Add libass support to demux_lavf.Gravatar eugeni2008-01-12
* Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().Gravatar eugeni2008-01-12
* Add demuxer interface for attachments.Gravatar eugeni2008-01-12
* Remove global_ass_track. Instead create an ass_track for each 't' track.Gravatar eugeni2008-01-11
* Move all subtitle parsing from mkv demuxer to update_subtitles().Gravatar eugeni2008-01-11
* Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.Gravatar eugeni2008-01-11
* Set extradata for subtitle tracks in mkv demuxer.Gravatar eugeni2008-01-11
* Add extradata to sh_sub_t.Gravatar eugeni2008-01-11
* Factorize private data decoding for subtitle tracks in mkv demuxer.Gravatar eugeni2008-01-11
* Codecdata must always be malloc'd, fixes free being called with anGravatar reimar2008-01-09
* Deallocate audio track codecdata.Gravatar eugeni2008-01-07
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reservedGravatar diego2008-01-06
* Don't overread audio dataGravatar rtogni2008-01-06
* Don't dynamically allocate sub_packet_lengths[] in raac demuxing.Gravatar rtogni2008-01-06
* wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu...Gravatar nicodvb2008-01-05
* in the PMT stream_type==0x11 identified AAC in LATM-over-LOAS syntax that isn...Gravatar nicodvb2008-01-05
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Consistently use just the name of the #ifdef directive in #endif comments.Gravatar diego2008-01-01
* Fix wrong #endif comment that does not match the #ifdef directive.Gravatar diego2008-01-01
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Add some const/static qualifiers as appropriateGravatar reimar2007-12-24
* Use realloc_struct in more places for consistencyGravatar reimar2007-12-24