aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* demux_mkv: fix decoded length calculation of LZO decompressionGravatar reimar2010-11-02
* demux_mkv: add some sanity checksGravatar Uoti Urpala2010-11-02
* build: enable/disable all FFmpeg libraries togetherGravatar Uoti Urpala2010-11-02
* Remove MEncoderGravatar Uoti Urpala2010-11-02
* demux_nemesi: Remove a pointless ifGravatar reimar2010-11-02
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* demux_rtp: Remove pointless typedef keywordGravatar diego2010-11-02
* Add central init_avcodec() to avoid duplicated libavcodec init codeGravatar diego2010-11-02
* demux_lavf: Always use convergence_duration for subtitlesGravatar reimar2010-11-02
* demuxer.c: reset subtitle EOF on seekingGravatar reimar2010-11-02
* demux_lavf: print subtitle type in more casesGravatar reimar2010-11-02
* demux_ogg.c: remove unused variableGravatar diego2010-11-02
* printf format fixes ("%d" -> "%zd")Gravatar diego2010-11-02
* demux: Move mp_a52_framesize from demux_ts.c to parse_es.cGravatar diego2010-11-02
* demux_ts.c: cleanupGravatar reimar2010-11-02
* spelling fixesGravatar siretart2010-11-02
* demux_ts.c: avoid compiler warning by adding initializationGravatar diego2010-11-02
* configure: Rename "network" variable and option to "networking"Gravatar diego2010-11-02
* demux_ts: Improve subtitle supportGravatar reimar2010-11-02
* demuxer.c: add new_sh_sub_sid_langGravatar Uoti Urpala2010-11-02
* 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