aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* remove the registration descriptor from the PSM: writing the fourcc in it mak...Gravatar nicodvb2007-11-02
* 100% cosmetics: reformatted with tabs and symmetric braces and removed useles...Gravatar nicodvb2007-11-02
* Clean up some fields in stheader.h structsGravatar uau2007-11-01
* Remove unused variable:Gravatar diego2007-10-30
* Disable function that is only used in disabled code, fixes warning:Gravatar diego2007-10-30
* Fix fps guessingGravatar lu_zero2007-10-29
* Update to use newer libnemesi, should fix desync, fps guessing may fail nowGravatar lu_zero2007-10-29
* removed silly #if 1Gravatar nicodvb2007-10-27
* DEMUXER_TYPE_TV is always defined, thus removed corresponding #ifdef USE_TV.Gravatar nicodvb2007-10-27
* reindented previously modified codeGravatar nicodvb2007-10-27
* implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switchingGravatar nicodvb2007-10-27
* permit identification and selection of programsGravatar nicodvb2007-10-27
* permit the transititions no stream <-> some streams and viceversa (needed for...Gravatar nicodvb2007-10-27
* moved to a new function handle_stream() the code to parse the streams and ass...Gravatar nicodvb2007-10-27
* in process_userdata() move debugging messages from stdout to stderrGravatar nicodvb2007-10-27
* removed funny calls to fflush(stdout) after mp_msg()Gravatar nicodvb2007-10-27
* removed more empty spaces and empty linesGravatar nicodvb2007-10-27
* replaced giant if() with if(pre-calculated variable) (there was even a bug: P...Gravatar nicodvb2007-10-27
* cosmetics: removed tabs/empty lines/trailing spaces and done a partial reform...Gravatar nicodvb2007-10-27
* cosmetics: moved to function find_video_codec() and reused in video_read_*() ...Gravatar nicodvb2007-10-27
* demuxer.c: Remove useless codeGravatar uau2007-10-25
* add support for wavpack into matroskaGravatar aurel2007-10-21
* Remove unused code and fix warning:Gravatar diego2007-10-21
* Mark constant argument of mp_header_process_sequence_header as such.Gravatar diego2007-10-19
* add nellymoser codec to mplayer with internal fourcc NELLGravatar compn2007-10-16
* Add -lavfdopts cryptokeyGravatar reimar2007-10-14
* support Y800 in raw videoGravatar diego2007-10-13