aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* missing declaration, fixes:Gravatar rathann2005-03-18
* Rather simple patch for RAWDV demuxer which lets it say whats the totalGravatar rtognimp2005-03-09
* fixed support for mp3 at <32000 sample_rateGravatar nicodvb2005-03-07
* added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSMGravatar nicodvb2005-03-06
* alac support via lavc decoderGravatar rtognimp2005-03-06
* converted vframerate to CONF_TYPE_FLOATGravatar nicodvb2005-03-04
* 100l to reimar.. sh_audio->samplerate and sh_audio->i_bps are not the sameGravatar rfelker2005-03-04
* Fix very old ra files with no fourccGravatar rtognimp2005-03-03
* Fix some 28.8 ra files with four text stringsGravatar rtognimp2005-03-03
* Fix rm files with a really big index chunk.Gravatar reimar2005-03-03
* Make nuv files work on bigendian (but old nuv files created with mencoderGravatar reimar2005-03-03
* recalculate frame duration after soft telecineGravatar nicodvb2005-03-03
* Fix:Gravatar rathann2005-03-01
* missing #include (for malloc and free)Gravatar rathann2005-03-01
* 100l wrong binary operator when setting progressive frameGravatar nicodvb2005-03-01
* telecine now works in display order (rather than decoding), as far as there a...Gravatar nicodvb2005-03-01
* set sh_audio->delay ins audio-only case so that correct time is displayedGravatar reimar2005-03-01
* Fix the ogg fourcc nightmare!!!Gravatar rfelker2005-02-27
* soft telecine support! :)) patch by nicoGravatar rfelker2005-02-27
* more on tivo vstream support.. 1000l to Joey for forgetting this file and bre...Gravatar rfelker2005-02-27
* added a stream module for the vstream client libraryGravatar joey2005-02-27
* 50000l: fixed various memleaks; CC discontibuities aren't necessarily error c...Gravatar nicodvb2005-02-25
* Remove file-global mpadec, add ad_driver member to sh_audio_t instead.Gravatar hzoli2005-02-25
* both reorder and noreorder flags are now availableGravatar nicodvb2005-02-25
* disabled by default frame reorderingGravatar nicodvb2005-02-24
* framerate autodetection for H264 in raw/ts streamsGravatar nicodvb2005-02-24
* replace bzero() with memset()Gravatar nicodvb2005-02-23
* renamed init_adelay to vdelay with opposite rangeGravatar nicodvb2005-02-22
* switch from DIVX -> FMP4 fourcc for libavcodecGravatar michael2005-02-22
* Theora fixes:Gravatar henry2005-02-22
* initial, extremely experimental, libavformat muxer; don't expect anything to ...Gravatar nicodvb2005-02-21
* new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (...Gravatar nicodvb2005-02-21
* swf and flv through libavformatGravatar alex2005-02-21
* added support for raw udp:// streamingGravatar nicodvb2005-02-17
* Mp3On4 demuxer supportGravatar rtognimp2005-02-15
* 10lGravatar faust32005-02-13
* avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>Gravatar faust32005-02-13
* Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com).Gravatar reimar2005-02-06
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>Gravatar faust32005-02-04
* fix for streams that do not send a bitrateGravatar reimar2005-02-03
* discard lavf packets with wrong idsGravatar nicodvb2005-01-30
* Fix possible hang when playing broken MP3 from linear stream and removeGravatar reimar2005-01-29
* several sets of headers declare global variables in them, which causes multip...Gravatar iive2005-01-29
* Do not read any more data at eof: if got eof in the middle of an audioGravatar rtognimp2005-01-24
* Be less verbose with -v (do not print a line for each demuxed packet)Gravatar rtognimp2005-01-24
* Reset stream eof after parsing header, fixes bug #218Gravatar reimar2005-01-23
* Reduce excessive verbosity.Gravatar diego2005-01-22
* More user-friendly stream, -xid and -slang info output even in non-verbose mo...Gravatar mosu2005-01-22
* replaced bzero() with memset(); stream_type 0x0f is AACGravatar nicodvb2005-01-22
* Play RV30 with 8-elements cmsg24Gravatar rtognimp2005-01-22