aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* subs: Add support for DVB and XSUB subtitles, not yet working properlyGravatar reimar2010-11-02
* asfheader, demux_audio: Remove some pointless be2me/le2meGravatar reimar2010-11-02
* demux_pva.c: Remove completely nonsensical le2me usagesGravatar reimar2010-11-02
* aviheader.c: Remove obfuscating use of le2me_32.Gravatar reimar2010-11-02
* demux_ts: add memory access checksGravatar reimar2010-11-02
* demux_ts: fix crash on broken packetsGravatar reimar2010-11-02
* subs: Add support for PGS subtitle decoding via libavcodecGravatar reimar2010-11-02
* demux_lavf: stricter check for convergence_duration validityGravatar aurel2010-11-02
* asfguid.h: Use AV_RL32 also in x86Gravatar reimar2010-11-02
* cleanup: Add const qualifiers for struct ad_functions pointersGravatar reimar2010-11-02
* demux_lavf: Avoid a crash if stream->url is not setGravatar reimar2010-11-02
* Factorize MPlayer/MEncoder version string handling.Gravatar diego2010-11-02
* demux_ts: change IS_ macros to functionsGravatar reimar2010-11-02
* demux_real: use MKTAG definition from libavutilGravatar diego2010-11-02
* demux_ts: detect LATM AAC as a separate typeGravatar reimar2010-11-02
* demux_y4m: increase error message verbosity from MSGL_V to MSGL_ERRGravatar reimar2010-11-02
* demux_ty: Cleanup some code, possibly fix vstream support (untested)Gravatar reimar2010-11-02
* cleanup: #include loader/wine/winbase.h instead of local declarationsGravatar diego2010-11-02
* rtsp: Support RTSP/RTP over HTTP via LIVE555Gravatar cehoyos2010-11-02
* demuxer.c: Make ds_get_next_pts work for the first packet of a streamGravatar reimar2010-10-27
* demux_real: Don't try to read index if stream is not seekableGravatar reimar2010-10-27
* demux_mkv: support V_MJPEG video tagGravatar Uoti Urpala2010-10-27
* demux_mkv: accept files with no doctype in EBML headerGravatar Uoti Urpala2010-10-21
* Merge svn changes r31318 to r31328Gravatar Uoti Urpala2010-06-05
|\
| * Add partial support for dirac to TS demuxer.Gravatar reimar2010-06-05
| * Also print current stream position in mp_read debug output.Gravatar reimar2010-06-05
| * Remove explicit eof check for mp_read code, stream code handles this caseGravatar reimar2010-06-05
| * Di not do a stream_reset on seeking backwards, the seek itself shouldGravatar reimar2010-06-05
| * Default to -correct-pts off if -fps was given, since -fps has no effectGravatar reimar2010-06-04
| * Try always enabling correct pts again for lavf demuxer, since the knowGravatar reimar2010-06-03
* | demux_mkv: enable automatic index generation by defaultGravatar Uoti Urpala2010-06-02
* | Merge svn changes up to r31291Gravatar Uoti Urpala2010-06-02
|\ \
| | * Switch mkv demuxing to lavf by default.Gravatar aurel2010-05-31
| |/
* | demux_mkv: fix possible seek crashGravatar Uoti Urpala2010-05-31
| * Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it.Gravatar diego2010-05-30
* | demux_mkv: support VP8 video tagGravatar Uoti Urpala2010-05-30
* | demux_mkv: support WebM filesGravatar Uoti Urpala2010-05-30
* | Merge svn changes up to r31226Gravatar Uoti Urpala2010-05-30
|\ \
* \ \ Merge svn changes up to r31169Gravatar Uoti Urpala2010-05-30
|\ \ \
| | | * Cast void* pointer to appropriate type before using it in an addition; fixesGravatar diego2010-05-29
* | | | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
| | | * Drop pointless _t suffix from 'struct lavf_priv'.Gravatar diego2010-05-28
| | | * Drop pointless _s suffix from 'struct af_stream'.Gravatar diego2010-05-27
| | | * cosmetics: Reformat in K&R coding style.Gravatar diego2010-05-27
| | | * Remove two pointless void* casts.Gravatar diego2010-05-27
| | | * Remove unnecessary demux_mkv_seek() forward declaration.Gravatar diego2010-05-27
| | | * cosmetics: Drop pointless _s suffix from 'struct ad_functions'.Gravatar diego2010-05-27
| | |/
| | * Switch ogg demuxing to lavf by default.Gravatar reimar2010-05-26
* | | demux_mkv: fix realvideo extradata handlingGravatar Uoti Urpala2010-05-26
| | * Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streamsGravatar hyc2010-05-25