aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* Media Format to fourcc conversion (from amol)Gravatar lu_zero2007-11-21
* Remove unused function write_psm_block(), fixes the warning:Gravatar diego2007-11-21
* Musepack SV8 lavc decoder supportGravatar kostya2007-11-20
* 100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc tableGravatar reimar2007-11-18
* Remove a pointless #ifdefGravatar reimar2007-11-17
* Replace if-else constructs for type -> fourcc mapping by a table in demux_mfGravatar reimar2007-11-17
* Print warning about encrypted audio tracksGravatar rtogni2007-11-15
* add tif support to demux_mfGravatar compn2007-11-14
* Check for second stream presence, fixes single stream playback (from amol)Gravatar lu_zero2007-11-13
* 10l video != audioGravatar lu_zero2007-11-13
* support extradata for audio streamsGravatar lu_zero2007-11-13
* fetch metadata for audio (from amol)Gravatar lu_zero2007-11-13
* Revert stray commit r25027Gravatar lu_zero2007-11-13
* Check for second stream presence, fixes single stream playback (from amol)Gravatar lu_zero2007-11-13
* 10l video != audioGravatar lu_zero2007-11-12
* support extradata for audio streamsGravatar lu_zero2007-11-12
* fetch metadata for audio (from amol)Gravatar lu_zero2007-11-12
* Add support for mpeg4video-es (from dario)Gravatar lu_zero2007-11-12
* fix forcefps (from amol)Gravatar lu_zero2007-11-12
* Refactor demux_nemesi (from amol)Gravatar lu_zero2007-11-12
* Fix typo in error messageGravatar reimar2007-11-06
* reindentedGravatar nicodvb2007-11-05
* 10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't s...Gravatar nicodvb2007-11-05
* in video_read_frame() set the keyframe flag in demuxer->video when dealing withGravatar nicodvb2007-11-02
* prevent unlikely memleakGravatar nicodvb2007-11-02
* 10l, priv->use_psm can be 1 only if the format is genmpeg2Gravatar nicodvb2007-11-02
* add streams to the PSM only if priv->use_psm is set, otherwise the muxer wouldGravatar nicodvb2007-11-02
* moved to fix_parameters() the decision of the necessity of the PSM based on t...Gravatar nicodvb2007-11-02
* removed no more needed variableGravatar nicodvb2007-11-02
* moved to fix_parameters() the code that decides if the PSM is neededGravatar nicodvb2007-11-02
* repeat the PSM once every second (in terms of delta_scr) otherwise playing th...Gravatar nicodvb2007-11-02