aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* 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
* in update_stats() removed a wrong 'else' that would prevent h264 headers to b...Gravatar nicodvb2007-10-04
* Fix missing subtitles after seeking backGravatar uau2007-10-04
* support for DTS as specified in DVB (untested)Gravatar nicodvb2007-10-03
* Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal...Gravatar voroshil2007-10-03
* Set biWidth/biHeight in fli demuxerGravatar reimar2007-10-02
* Make sure there is no uninitialized data in BITMAPINFOHEADER created by fli d...Gravatar reimar2007-10-02
* Remove ugly unused struct name from typedefGravatar reimar2007-10-02
* AMV demuxer and audio/video decoderGravatar voroshil2007-09-30
* analyzeduration option for lavf demuxerGravatar henry2007-09-29
* remove useless int->double conversionGravatar henry2007-09-29
* fix warningsGravatar henry2007-09-29
* fixed bug introduced with previous commit: patch_panscan() must work in the s...Gravatar nicodvb2007-09-28
* 1000l, the tff flag was never cleared before being overwritten with the value...Gravatar nicodvb2007-09-28
* h263 exposedGravatar lu_zero2007-09-28
* Fix playback of streams with more than one audio track (only one supported).Gravatar cehoyos2007-09-25
* Simplify: initialize at declaration at the start of the functionGravatar reimar2007-09-24
* Get rid of rather pointless assertsGravatar reimar2007-09-24