aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* Fix off_t on OSX, thanks to Steven M. SchultzGravatar ranma2005-06-20
* Be more patch-friendlyGravatar ranma2005-06-19
* fix wrong usage of select() (based on patch by Selwyn Tang selwyn hectrix com),Gravatar reimar2005-06-19
* rawaudio muxerGravatar ranma2005-06-19
* remove useless includeGravatar henry2005-06-16
* memleak fix by bryanwilkerson WHIRLPOOL yahoo SPOT comGravatar henry2005-06-16
* Remove code that is already done by fixup_network_stream_cache.Gravatar reimar2005-06-16
* added AAC ADTS demuxerGravatar nicodvb2005-06-13
* demux_stream_t.pts should not be assigned by the demuxer. Fixes playback of V...Gravatar mosu2005-06-09
* moved mpeg-ps/es probing code to demux_mpg.cGravatar nicodvb2005-06-06
* pass along audio extradata if presentGravatar nicodvb2005-06-06
* some debugging codeGravatar alex2005-06-03
* printf converted to mp_msg; made static many unnecessarily global symbolsGravatar nicodvb2005-06-03
* demux high profile H.264 ESGravatar lorenm2005-06-02
* Change header order to avoid compile error because of STREAM_SEEKGravatar reimar2005-06-02
* memory leak fixes, patch by Gianluigi Tiesi <mplayer at netfarm.it>Gravatar faust32005-06-02
* 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