aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* 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
* Get rid of some of the more excessive () and casts.Gravatar reimar2007-12-24
* Make sure we have an rtsp sessionGravatar lu_zero2007-12-24
* Replace LOAD_LE32 etc. by AV_RL32 etc.Gravatar reimar2007-12-23
* Add a read_varlen function to reduce some code duplicationGravatar reimar2007-12-23
* 100l, fix compilation.Gravatar reimar2007-12-22
* Set is_streamed correctly, should make network playback work more reliably.Gravatar reimar2007-12-22
* Get rid of URLProtocol mess (especially problematic since it made useGravatar reimar2007-12-22
* Move ds->current=NULL; further up to the free_demux_packet.Gravatar reimar2007-12-20
* Vobsub support tridx setting in .idx file.Gravatar ulion2007-12-19
* Remove useless stray #include.Gravatar diego2007-12-16
* Cosmetics: Fix indentation.Gravatar cehoyos2007-12-14
* Set correct image format for 24bit "raw " in mov files.Gravatar cehoyos2007-12-14
* Add demuxer functions for chapter feature.Gravatar ulion2007-12-13
* Fix memory leak that tmp allocated but maybe not used.Gravatar ulion2007-12-10
* Move temp variable declaration into inner loop scope.Gravatar ulion2007-12-10
* Convert vobsub custom colors from rgb to yuv using a common function.Gravatar ulion2007-12-09
* Move vobsub palette->yuv convert code into a common function.Gravatar ulion2007-12-08
* Restore y of palette into the same value range as it was in the .ifo file.Gravatar ulion2007-12-08
* Rename demuxer tags to clarifyGravatar lu_zero2007-12-04
* Remove non necessary headerGravatar lu_zero2007-12-04
* Make libnemesi use specific struct and DEMUXER_TYPEGravatar lu_zero2007-12-04
* Make m_option_t arrays referenced by cfg-common.h constGravatar reimar2007-12-02
* Table of ID3 genres should be const as wellGravatar reimar2007-12-02
* Fix playback of streams with more than one video track (only one supported).Gravatar cehoyos2007-12-02