aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master'Gravatar wm42012-07-28
|\
| * demux_rawdv.c: fix change missing from recent 8079f4ff821Gravatar Uoti Urpala2012-07-27
| * demux_lavf: use lavf for RealMedia (.rm) files by defaultGravatar Uoti Urpala2012-07-26
| * demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYGravatar Uoti Urpala2012-07-25
| * video, audio: use lavc decoders without codecs.conf entriesGravatar Uoti Urpala2012-07-24
| * build: use python3 to generate some files previously in gitGravatar Uoti Urpala2012-07-16
* | Merge remote-tracking branch 'origin/master'Gravatar wm42012-04-28
|\|
| * demux_lavf: try harder to make up a frame rateGravatar Uoti Urpala2012-04-14
* | Merge remote-tracking branch 'origin/master'Gravatar wm42012-04-01
|\|
| * cosmetics: misc minor cleanupsGravatar Uoti Urpala2012-03-25
* | Merge remote-tracking branch 'origin/master' into my_masterGravatar wm42012-03-16
|\|
| * windows support: unicode filenamesGravatar wm42012-03-09
* | Merge remote-tracking branch 'origin/master' into my_masterGravatar wm42012-03-05
|\ \
| | * cleanup: Silence compilation warnings on MinGW-w64Gravatar wm42012-03-01
| |/
| * aviheader.c: silence a warningGravatar Uoti Urpala2012-02-29
* | core: sort chaptersGravatar wm42012-02-26
| * demux_lavf: update growing file size info for AVSEEK_SIZEGravatar Uoti Urpala2012-02-26
* | Don't print awkward negative seek message when playing directoryGravatar wm42012-02-19
| * build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
| * demux_lavf: use Libav RIFF tag lists directlyGravatar Uoti Urpala2012-02-01
| * Update Libav API usesGravatar Uoti Urpala2012-02-01
* | core: add new support for reading .cue filesGravatar wm42012-01-18
|/
* 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