aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* 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
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-05-02
|\
| * mp_taglists.c: add CODEC_ID_ANM and CODEC_ID_AVSGravatar reimar2011-05-02
| * demux_ts: Hint at -tsprobe option when no audio stream is foundGravatar diego2011-05-02
| * codecs.conf, mp_taglists: add FFmpeg Bitmap Brothers JV decoderGravatar cehoyos2011-05-02
* | demux_ogg: fix slang selectionGravatar Clément Bœsch2011-04-23
* | Update libav API usesGravatar Uoti Urpala2011-04-20
* | cleanup: avoid various GCC warningsGravatar Clément Bœsch2011-04-20
* | options: change -alang and -slang to use string list typeGravatar Clément Bœsch2011-04-20
| * codecs.conf, stheader.h: support CrystalHD decoding (libavcodec)Gravatar cehoyos2011-04-13
| * audio: do not run the AC-3 parser on byte-swapped AC-3Gravatar reimar2011-04-13
| * codecs.conf, mp_taglists.c: add LXF PCM and dvvideoGravatar cehoyos2011-04-12
* | Merge branch 'edl'Gravatar Uoti Urpala2011-04-08
|\ \ | |/ |/|
* | demux_lavf: disable support for byte-based seekingGravatar Uoti Urpala2011-04-08
* | demux_mkv: support runtime video track switchingGravatar Uoti Urpala2011-04-08
| * EDL: add support for new EDL file formatGravatar Uoti Urpala2011-04-05
* | demux_mkv, demux_lavf: don't select initial audio trackGravatar Uoti Urpala2011-04-02
* | demux_mkv: fix uninitialized variableGravatar Uoti Urpala2011-04-02
* | demux_mkv: support Blu-ray subtitlesGravatar Uoti Urpala2011-03-31
* | demux_mkv: simplify subtitle type recognitionGravatar Uoti Urpala2011-03-31
* | demux_mkv: use generic packet handling code for subtitlesGravatar Uoti Urpala2011-03-31
* | demux_mkv: support E-AC-3 audioGravatar Uoti Urpala2011-03-31