aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.orgGravatar rik2005-01-08
* fixed broken seeking in mpeg-es files; syncword seeking for all 3 video codecsGravatar nicodvb2005-01-08
* Reduce index verbosityGravatar rtognimp2005-01-06
* Real multirate files supportGravatar rtognimp2005-01-06
* Print waveheader only when verboseGravatar reimar2005-01-06
* added support for ATSC tuner and conf.fileGravatar nicodvb2005-01-06
* Use libc qsort to sort ODML index.Gravatar reimar2005-01-02
* fix quicksort to avoid stack overflow and extreme runtimesGravatar reimar2004-12-31
* replaced deprecated FE_GET_EVENT with FE_READ_STATUS (only for DVB_HEAD); add...Gravatar nicodvb2004-12-31
* Fix channels, sample rate and sample size for 3gp filesGravatar rtognimp2004-12-29
* TwinVQ decoder and demuxerGravatar rtognimp2004-12-29
* Try http if pnm connection failsGravatar rtognimp2004-12-28
* 10l, variable declarations must be before mp_msg.Gravatar reimar2004-12-28
* 100l, buf etc. in af_fmt2str call are already pointers...Gravatar reimar2004-12-27
* removing AFMT_ dependancyGravatar alex2004-12-27
* removing AFMT_ dependancyGravatar alex2004-12-27
* fix stream selection and -bandwidth for mms-over-http.Gravatar reimar2004-12-25
* fix a segfault when calling loadfile during v4l2 playbackGravatar aurel2004-12-22
* fix position bar and length display for mov filesGravatar reimar2004-12-21
* Use demuxer_get_percent_pos for the OSD position barGravatar reimar2004-12-21
* Handle raw yv12 video as I420 to fix some Broadcast 2000 created samples.Gravatar diego2004-12-18
* y420 vs i420 typoGravatar diego2004-12-16
* Security fixes ported from upstream (xine)Gravatar rtognimp2004-12-15
* fix a problem pointed out by iDEFENSE and several similar ones.Gravatar reimar2004-12-15
* Looks like it was too weird after all ;-)Gravatar reimar2004-12-15
* fix a vulnerability reported by iDEFENSE.Gravatar reimar2004-12-15
* disable demuxer_bmp,Gravatar iive2004-12-15
* fix security vulnerability reported by iDEFENSEGravatar reimar2004-12-15
* Fix streaming if not mlti_data (for some non-multirate streams)Gravatar rtognimp2004-12-11
* dvd_aid_from_lang() should return -1 if lang was not foundGravatar aurel2004-12-03
* Make use of the default duration for one frame if it is present in the file. ...Gravatar mosu2004-11-28
* Added support for MPEG-1 and MPEG-2 in Matroska.Gravatar mosu2004-11-26
* Output more information about vids, aids, sids, alangs and slangs with -ident...Gravatar mosu2004-11-25
* merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TSGravatar nicodvb2004-11-24
* Try port 7070 if 554 fails for realrtsp streamsGravatar rtognimp2004-11-22
* forced autodetection of file format when content-type is video-x-mpeg to give...Gravatar nicodvb2004-11-21
* support for debianized LIVE.COM libraryGravatar henry2004-11-20
* added support for 192 packet size, remove junk data after 188 bytes. Patch by...Gravatar nicodvb2004-11-20
* setting the norm using text ID instead of numericGravatar henry2004-11-19
* added language identifier (if any) to the caller during probing phaseGravatar nicodvb2004-11-15
* Extended support for other object type IDs in the ESDS. This enables e.g. MPE...Gravatar mosu2004-11-15
* Reduce excessive verbosity.Gravatar diego2004-11-15
* Fix member alignment for usage on 64bit processors.Gravatar mosu2004-11-05
* fix build on darwin ppcGravatar nplourde2004-11-01
* Memleak fix: free index data at demuxer_closeGravatar rtognimp2004-11-01
* DTS uses the format tag 0x2001. Patch by Joakim Plate (joakim ! plate () ecce...Gravatar mosu2004-10-30
* Declare a prototype for the function before it is used. Otherwise some compil...Gravatar mosu2004-10-30
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* print build numGravatar michael2004-10-24
* 10l (mplayer doesnt like AV_NOPTS_VALUE)Gravatar michael2004-10-24