aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* ported all network streams to the new APIGravatar nicodvb2005-05-29
* a cleaned-up version of ty demuxer improvements found in tivo-mplayer fork.Gravatar joey2005-05-28
* fix audio init crashGravatar joey2005-05-28
* setting sh_audio to NULL is nonsense, since it is only a local variable,Gravatar reimar2005-05-27
* support DVR formatGravatar reimar2005-05-26
* Specify the padding instead of expecting the compiler to align correctlyGravatar reimar2005-05-25
* DragonFly BSD supportGravatar diego2005-05-25
* Speedup asf descrambling (avoid one memcpy and use our fastmemcpy).Gravatar reimar2005-05-23
* Reduce senseless spamminess of DVD playback in verbose mode.Gravatar diego2005-05-22
* Do not switch to audio tracks whose codec private data differs from the main ...Gravatar mosu2005-05-21
* remove inclusion of stdio.hGravatar nicodvb2005-05-19
* ported smb:// to the new stream apiGravatar nicodvb2005-05-19
* ported smb:// to the new stream api, patch by Matthieu Tourne [matthieu puntu...Gravatar nicodvb2005-05-19
* ported dvd:// to the new stream apiGravatar nicodvb2005-05-19
* Reset the saved max_pts used for timecode reordering after seeking. Otherwise...Gravatar mosu2005-05-19
* The Quicktime headers have changed slightly from 10.3.x to 10.4. Steven Schul...Gravatar nplourde2005-05-18
* mux extradataGravatar nicodvb2005-05-17
* restore vcd_trackGravatar nicodvb2005-05-15
* better implementation of read()Gravatar nicodvb2005-05-15
* ftp is handled by the modular stream managerGravatar nicodvb2005-05-15
* more efficient read() without memcpy()Gravatar nicodvb2005-05-15
* ported cue:// to the new stream api; note: this stream must still be optimize...Gravatar nicodvb2005-05-15
* comment out useless/nonexistent variable breaking compile on gcc4Gravatar rfelker2005-05-14
* Fix for stereo filesGravatar rtognimp2005-05-14
* do not modify tv_param_noaudioGravatar henry2005-05-14
* cleanups of the mutex usageGravatar henry2005-05-14
* fixed file:// syntax using newly introduced -string- urlpartGravatar nicodvb2005-05-14
* make file:// prefix workGravatar nicodvb2005-05-14
* 10l forgotten commentGravatar henry2005-05-14
* removed unused variablesGravatar nicodvb2005-05-14
* improve playback with mplayer -tv immediatemode=0Gravatar henry2005-05-14
* prevent possible exploitGravatar nicodvb2005-05-13
* fixup the correct sh_aGravatar nicodvb2005-05-12
* fixed too few parameters to mp_msg(); silence compilation warnings, removed u...Gravatar nicodvb2005-05-12
* don't call fixup_audio if there's no audioGravatar nicodvb2005-05-12
* fix segfaults caused by socket and file descriptor mismatches on windowsGravatar faust32005-05-12
* vorbis extradata is now passed from demuxer to decoder in matroska's wayGravatar nicodvb2005-05-12
* BGR formats are ok, tooGravatar henry2005-05-12
* v4l2 RGB15/16 is actually BGRGravatar henry2005-05-12
* Fix audio playback for no-sound-3gp.3gp (amr nb)Gravatar rtognimp2005-05-06
* Decode "d263" and "damr" atoms in 3gp filesGravatar rtognimp2005-05-05
* Fix the memleak fix: in case of error, demux_close_ogg should be calledGravatar reimar2005-05-02
* fix timestampsGravatar michael2005-05-01
* Nasty workaround for codec initialization data. In _at least_ one case (AAC) ...Gravatar mosu2005-05-01
* at lest this fixes build.. there's no way muxer_lavf is working right yet tho...Gravatar rfelker2005-05-01
* LIBAVFORMAT_BUILD >= 4624Gravatar michael2005-05-01
* Fixes double import of avs_create_script_environment.Gravatar gpoirier2005-04-30
* revert one line of version 1.182 patch (caused use of already-freedGravatar rfelker2005-04-29
* Also '3g2a' can be used for 3GPP Profile 2Gravatar rtognimp2005-04-28
* adds a parameter to the switch_audio command to directly select a track.Gravatar reimar2005-04-28