aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* Finally replace get_uint?? by AV_RL??Gravatar reimar2007-12-01
* Get rid of annoying, space-wasting sizeof(uint32_t)Gravatar reimar2007-12-01
* Bigendian fix for ogg in AVIGravatar reimar2007-12-01
* Use a loop instead of doing the same thing three timesGravatar reimar2007-12-01
* Use a pointer variable for extradata to simplify init_avi_with_oggGravatar reimar2007-12-01
* Set sh_video->format when parsing aviheader, otherwise it might neverGravatar reimar2007-12-01
* Remove some pointless castsGravatar reimar2007-12-01
* Create correct extradata for vorbis audio when used as avi sub-demuxerGravatar reimar2007-12-01
* Fix some typos in comments, grammar is still bad.Gravatar reimar2007-12-01
* Fix typos in comments to stop them hurting my eyesGravatar reimar2007-12-01
* simplifyGravatar michael2007-11-30
* Enable -rtsp-port for nemesiGravatar lu_zero2007-11-27
* Bring (de)muxer_lavf up to date with the libavformat API changes introduced b...Gravatar iive2007-11-23
* Enable Theora supportGravatar lu_zero2007-11-23
* Fix compilation error.Gravatar iive2007-11-22
* AAC support (aac-hbr only)Gravatar lu_zero2007-11-21