aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* ad_ffmpeg: pass packet side data from libavformatGravatar Uoti Urpala2012-01-08
* Libav API updates (remove most deprecated-in-0.7 uses)Gravatar Uoti Urpala2011-12-22
* configure, build: require at least Libav 0.7Gravatar Uoti Urpala2011-12-22
* configure, build: remove --disable-libav supportGravatar Uoti Urpala2011-12-11
* core, demux: fix --identify chapter output with ordered chaptersGravatar wm42011-10-25
* demux_demuxers: fix seeking bug (--audiofile)Gravatar Uoti Urpala2011-10-23
* audio/video: delete buggy "dynamic plugin" codeGravatar Uoti Urpala2011-10-20
* demux_lavf: set rawvideo codec_tag based on pix_fmtGravatar Uoti Urpala2011-10-18
* demux_mkv: avoid hang with some broken filesGravatar Uoti Urpala2011-09-25
* demux_mf: fix option value allocated with strdupGravatar Uoti Urpala2011-09-02
* demuxer.h: raise pad amount to allow compiling against FFmpegGravatar Uoti Urpala2011-08-26
* demux_lavf: Adding av_dup_packet() missing from recent 6e8d420a41Gravatar Uoti Urpala2011-08-21
* demux_mkv: fix failure to open some files from 0ece360eeaf95Gravatar Uoti Urpala2011-08-20
* core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpegGravatar Uoti Urpala2011-08-20
* demux_mkv: support extradata for wavpack audio tracksGravatar Uoti Urpala2011-08-20
* demux_mkv: clean up audio codec handling somewhatGravatar Uoti Urpala2011-08-20
* demux_mkv: check for valid track in video/audio switchingGravatar Uoti Urpala2011-08-20
* demux_mkv: remove bad mkv_free() from 0ece360eeaf9Gravatar Uoti Urpala2011-08-19
* demuxer.h: avoid including stream.hGravatar Uoti Urpala2011-08-19
* aviheader.h: avoid including demuxer.hGravatar Uoti Urpala2011-08-19
* demux: avoid a copy of demux packets with lavf, reduce paddingGravatar Uoti Urpala2011-08-19
* demux_lavf: don't interpret MPEG codec tags as generic tagsGravatar Uoti Urpala2011-08-10
* demux_mkv: skip files faster in ordered chapter file searchGravatar Uoti Urpala2011-08-04
* core: audio: if audio pts is missing return MP_NOPTS_VALUEGravatar Uoti Urpala2011-07-30
* build: fix --enable-debug, remove some "#ifdef MP_DEBUG"Gravatar Uoti Urpala2011-07-30
* bstr: rename BSTR() -> bstr()Gravatar Uoti Urpala2011-07-27
* cleanup: do libav* initialization on startupGravatar Uoti Urpala2011-07-18
* cleanup: silence most of the clang warningsGravatar Clément Bœsch2011-07-09
* demux/mp_taglists: Move Bink audio tags to override listGravatar Anton Khirnov2011-07-06
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-07-06
|\
| * demux_rtp.cpp: Add a hack to receive audio while probing video FPSGravatar reimar2011-07-06
| * cleanup: demux_vqf: typo/wording fixesGravatar diego2011-07-06
| * demux_lavf: Do not set AVIOContext for AVFMT_NOFILE formatsGravatar reimar2011-07-06
| * demux_lavf: fix code printing subtitle typeGravatar reimar2011-07-06
* | demux_lavf: add missing #include <libavutil/mathematics.h>Gravatar Uoti Urpala2011-07-06
| * cosmetics: Fix typosGravatar cehoyos2011-07-06
| * demux_asf: Fix play duration calculation errorGravatar ib2011-07-06
| * cosmetics: asf.h: Fix comment errorGravatar ib2011-07-06
|/
* OSD: when switching sub/audio tracks show title of new trackGravatar Uoti Urpala2011-07-03
* commands: change property mechanism to use talloc stringsGravatar Uoti Urpala2011-07-03
* cosmetics: reformat demux_lavf.c, m_option.[ch] and m_property.cGravatar Uoti Urpala2011-07-03
* demux: use talloc for sh_* structs and "lang" fieldGravatar Uoti Urpala2011-07-03
* cleanup: reindent stheader.hGravatar Uoti Urpala2011-07-03
* audio: move ready-for-ao data buffer from decoder to AOGravatar Uoti Urpala2011-07-02
* cleanup: fix mp_dbg() format string warningsGravatar Clément Bœsch2011-07-01
* demux_ts: Support S302M audioGravatar cehoyos2011-06-29
* cleanup: some warning fixes and minor cleanupsGravatar reimar2011-06-29
* vd_ffmpeg: autoselect output colorspaces without codecs.confGravatar Uoti Urpala2011-06-26
* demux: pad even 0-size demux packet data (fixes sd_ass crash)Gravatar Uoti Urpala2011-06-18
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06