| Commit message (Expand) | Author | Age | Files | Lines |
* | core, demux: fix --identify chapter output with ordered chapters | wm4 | 2011-10-25 | 2 | -47/+4 |
* | demux_demuxers: fix seeking bug (--audiofile) | Uoti Urpala | 2011-10-23 | 1 | -1/+1 |
* | audio/video: delete buggy "dynamic plugin" code | Uoti Urpala | 2011-10-20 | 1 | -6/+0 |
* | demux_lavf: set rawvideo codec_tag based on pix_fmt | Uoti Urpala | 2011-10-18 | 1 | -0/+2 |
* | demux_mkv: avoid hang with some broken files | Uoti Urpala | 2011-09-25 | 1 | -0/+4 |
* | demux_mf: fix option value allocated with strdup | Uoti Urpala | 2011-09-02 | 1 | -1/+2 |
* | demuxer.h: raise pad amount to allow compiling against FFmpeg | Uoti Urpala | 2011-08-26 | 1 | -1/+1 |
* | demux_lavf: Adding av_dup_packet() missing from recent 6e8d420a41 | Uoti Urpala | 2011-08-21 | 1 | -0/+5 |
* | demux_mkv: fix failure to open some files from 0ece360eeaf95 | Uoti Urpala | 2011-08-20 | 1 | -32/+23 |
* | core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpeg | Uoti Urpala | 2011-08-20 | 3 | -15/+51 |
* | demux_mkv: support extradata for wavpack audio tracks | Uoti Urpala | 2011-08-20 | 1 | -12/+11 |
* | demux_mkv: clean up audio codec handling somewhat | Uoti Urpala | 2011-08-20 | 1 | -91/+78 |
* | demux_mkv: check for valid track in video/audio switching | Uoti Urpala | 2011-08-20 | 1 | -6/+20 |
* | demux_mkv: remove bad mkv_free() from 0ece360eeaf9 | Uoti Urpala | 2011-08-19 | 1 | -1/+0 |
* | demuxer.h: avoid including stream.h | Uoti Urpala | 2011-08-19 | 3 | -1/+3 |
* | aviheader.h: avoid including demuxer.h | Uoti Urpala | 2011-08-19 | 1 | -2/+2 |
* | demux: avoid a copy of demux packets with lavf, reduce padding | Uoti Urpala | 2011-08-19 | 3 | -26/+45 |
* | demux_lavf: don't interpret MPEG codec tags as generic tags | Uoti Urpala | 2011-08-10 | 1 | -3/+8 |
* | demux_mkv: skip files faster in ordered chapter file search | Uoti Urpala | 2011-08-04 | 3 | -45/+85 |
* | core: audio: if audio pts is missing return MP_NOPTS_VALUE | Uoti Urpala | 2011-07-30 | 1 | -1/+1 |
* | build: fix --enable-debug, remove some "#ifdef MP_DEBUG" | Uoti Urpala | 2011-07-30 | 1 | -4/+0 |
* | bstr: rename BSTR() -> bstr() | Uoti Urpala | 2011-07-27 | 3 | -8/+8 |
* | cleanup: do libav* initialization on startup | Uoti Urpala | 2011-07-18 | 3 | -6/+0 |
* | cleanup: silence most of the clang warnings | Clément Bœsch | 2011-07-09 | 3 | -5/+5 |
* | demux/mp_taglists: Move Bink audio tags to override list | Anton Khirnov | 2011-07-06 | 1 | -2/+2 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-07-06 | 6 | -13/+40 |
|\ |
|
| * | demux_rtp.cpp: Add a hack to receive audio while probing video FPS | reimar | 2011-07-06 | 1 | -1/+26 |
| * | cleanup: demux_vqf: typo/wording fixes | diego | 2011-07-06 | 1 | -2/+2 |
| * | demux_lavf: Do not set AVIOContext for AVFMT_NOFILE formats | reimar | 2011-07-06 | 1 | -5/+7 |
| * | demux_lavf: fix code printing subtitle type | reimar | 2011-07-06 | 1 | -2/+2 |
| * | cosmetics: Fix typos | cehoyos | 2011-07-06 | 1 | -1/+1 |
| * | demux_asf: Fix play duration calculation error | ib | 2011-07-06 | 1 | -1/+1 |
| * | cosmetics: asf.h: Fix comment error | ib | 2011-07-06 | 1 | -1/+1 |
* | | demux_lavf: add missing #include <libavutil/mathematics.h> | Uoti Urpala | 2011-07-06 | 1 | -0/+1 |
|/ |
|
* | OSD: when switching sub/audio tracks show title of new track | Uoti Urpala | 2011-07-03 | 3 | -3/+13 |
* | commands: change property mechanism to use talloc strings | Uoti Urpala | 2011-07-03 | 1 | -6/+4 |
* | cosmetics: reformat demux_lavf.c, m_option.[ch] and m_property.c | Uoti Urpala | 2011-07-03 | 1 | -480/+513 |
* | demux: use talloc for sh_* structs and "lang" field | Uoti Urpala | 2011-07-03 | 4 | -17/+16 |
* | cleanup: reindent stheader.h | Uoti Urpala | 2011-07-03 | 1 | -100/+102 |
* | audio: move ready-for-ao data buffer from decoder to AO | Uoti Urpala | 2011-07-02 | 1 | -5/+0 |
* | cleanup: fix mp_dbg() format string warnings | Clément Bœsch | 2011-07-01 | 4 | -16/+7 |
* | demux_ts: Support S302M audio | cehoyos | 2011-06-29 | 1 | -0/+8 |
* | cleanup: some warning fixes and minor cleanups | reimar | 2011-06-29 | 3 | -9/+5 |
* | vd_ffmpeg: autoselect output colorspaces without codecs.conf | Uoti Urpala | 2011-06-26 | 1 | -0/+1 |
* | demux: pad even 0-size demux packet data (fixes sd_ass crash) | Uoti Urpala | 2011-06-18 | 1 | -17/+10 |
* | cleanup: shut up more warnings | Clément Bœsch | 2011-05-06 | 17 | -30/+35 |
* | cleanup: remove more warnings | Clément Bœsch | 2011-05-02 | 3 | -4/+4 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-05-02 | 4 | -3/+15 |
|\ |
|
| * | mp_taglists.c: add CODEC_ID_ANM and CODEC_ID_AVS | reimar | 2011-05-02 | 1 | -0/+2 |
| * | demux_ts: Hint at -tsprobe option when no audio stream is found | diego | 2011-05-02 | 1 | -1/+1 |
| * | codecs.conf, mp_taglists: add FFmpeg Bitmap Brothers JV decoder | cehoyos | 2011-05-02 | 1 | -0/+3 |
| * | codecs.conf, stheader.h: support CrystalHD decoding (libavcodec) | cehoyos | 2011-04-13 | 1 | -1/+1 |
| * | audio: do not run the AC-3 parser on byte-swapped AC-3 | reimar | 2011-04-13 | 1 | -1/+4 |
| * | codecs.conf, mp_taglists.c: add LXF PCM and dvvideo | cehoyos | 2011-04-12 | 1 | -0/+4 |
* | | demux_ogg: fix slang selection | Clément Bœsch | 2011-04-23 | 1 | -10/+4 |
* | | Update libav API uses | Uoti Urpala | 2011-04-20 | 1 | -11/+14 |
* | | cleanup: avoid various GCC warnings | Clément Bœsch | 2011-04-20 | 1 | -1/+1 |
* | | options: change -alang and -slang to use string list type | Clément Bœsch | 2011-04-20 | 3 | -22/+14 |
* | | Merge branch 'edl' | Uoti Urpala | 2011-04-08 | 3 | -259/+314 |
|\ \
| |/
|/| |
|
| * | EDL: add support for new EDL file format | Uoti Urpala | 2011-04-05 | 3 | -0/+63 |
| * | options: drop support for numeric -demuxer values | Uoti Urpala | 2011-02-22 | 2 | -78/+67 |
| * | cleanup: demuxer.[ch]: remove unused code, make functions static | Uoti Urpala | 2011-02-22 | 2 | -24/+3 |
| * | cleanup: reindent demuxer.h, use struct names for types | Uoti Urpala | 2011-02-22 | 1 | -169/+193 |
* | | demux_lavf: disable support for byte-based seeking | Uoti Urpala | 2011-04-08 | 1 | -0/+4 |
* | | demux_mkv: support runtime video track switching | Uoti Urpala | 2011-04-08 | 1 | -0/+17 |
* | | demux_mkv, demux_lavf: don't select initial audio track | Uoti Urpala | 2011-04-02 | 2 | -36/+3 |
* | | demux_mkv: fix uninitialized variable | Uoti Urpala | 2011-04-02 | 1 | -1/+1 |
* | | demux_mkv: support Blu-ray subtitles | Uoti Urpala | 2011-03-31 | 2 | -0/+3 |
* | | demux_mkv: simplify subtitle type recognition | Uoti Urpala | 2011-03-31 | 2 | -20/+8 |
* | | demux_mkv: use generic packet handling code for subtitles | Uoti Urpala | 2011-03-31 | 1 | -27/+5 |
* | | demux_mkv: support E-AC-3 audio | Uoti Urpala | 2011-03-31 | 2 | -0/+4 |
* | | demux_lavf: fix initial "-vid"-based video selection | Uoti Urpala | 2011-03-31 | 1 | -1/+2 |
* | | demux_lavf: fix stream switch returned index for no sound/video | Uoti Urpala | 2011-03-31 | 1 | -12/+8 |
* | | core, demux: fix video index handling in stream switching | Uoti Urpala | 2011-03-31 | 1 | -5/+9 |
* | | demux_ty: disable -subcc functionality (demux_ty_osd) | Uoti Urpala | 2011-03-24 | 2 | -0/+8 |
|/ |
|
* | demux_ts: change DVB SPU format for libavcodec | reimar | 2011-02-15 | 1 | -3/+4 |
* | demux_ts: DVB and PGS subtitle fixes | reimar | 2011-02-15 | 1 | -6/+5 |
* | demux_ts: Set subtitle stream type correctly for DVB subtitles | reimar | 2011-02-15 | 1 | -0/+2 |
* | cleanup: remove some casts of memalign() return value | diego | 2011-02-15 | 1 | -4/+4 |
* | demux_asf: add sanity check | reimar | 2011-02-15 | 1 | -0/+4 |
* | fix compilation with old FFmpeg versions | Uoti Urpala | 2011-02-08 | 1 | -1/+1 |
* | libmpdemux/mf.c: Don't hardcode filename length | ranma | 2011-01-31 | 1 | -2/+3 |
* | Merge branch 'sub' | Uoti Urpala | 2011-01-26 | 10 | -84/+53 |
|\ |
|
| * | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 7 | -13/+9 |
| * | demux_mkv, chapters: change millisecond arithmetic to ns | Uoti Urpala | 2011-01-26 | 3 | -39/+35 |
| * | subs/demux: don't try to enable sub track when creating it | Uoti Urpala | 2011-01-18 | 1 | -4/+0 |
| * | subtitles/demux: store duration instead of endpts in demux packets | Uoti Urpala | 2011-01-18 | 3 | -5/+5 |
| * | subtitles: add framework for subtitle decoders | Uoti Urpala | 2011-01-18 | 2 | -21/+4 |
| * | cleanup: move MP_NOPTS_VALUE definition to mpcommon.h | Uoti Urpala | 2011-01-15 | 1 | -3/+1 |
* | | demux_ty: fix "seek to negative position" warning | Uoti Urpala | 2011-01-21 | 1 | -0/+1 |
* | | demux_lavf: reject format probe matches with low score | Uoti Urpala | 2011-01-21 | 1 | -1/+1 |
* | | demux: add sanity checks to packet allocation functions | Uoti Urpala | 2011-01-17 | 2 | -11/+26 |
* | | cleanup: move demux packet functions from demuxer.h to demuxer.c | Uoti Urpala | 2011-01-17 | 2 | -61/+67 |
|/ |
|
* | cosmetics: remove unused code, small formatting tweaks | Uoti Urpala | 2010-12-20 | 1 | -62/+1 |
* | demux_mkv: remove old code for -nocorrect-pts support | Uoti Urpala | 2010-12-20 | 1 | -131/+0 |
* | demux_mkv: fix seeks to before the first index entry | Uoti Urpala | 2010-12-20 | 1 | -19/+16 |
* | demux_asf: Add a missing free to ASF demuxer close | reimar | 2010-12-16 | 1 | -0/+1 |
* | demux_mov: fix possible hang on invalid input | reimar | 2010-12-16 | 1 | -1/+1 |
* | aviheader.c: avoid using uninitialized data in an error case | reimar | 2010-12-16 | 1 | -1/+3 |
* | demux_mov: fix some memory allocation handling | reimar | 2010-12-16 | 1 | -5/+13 |
* | demux_gif: Fix memleaks on error | reimar | 2010-12-16 | 1 | -0/+2 |
* | demux_ts: change overlapping memcpy to memmove | reimar | 2010-12-16 | 1 | -1/+1 |
* | demux_ts: fix several memleaks | reimar | 2010-12-16 | 1 | -1/+17 |
* | demux_ts: cleanup | reimar | 2010-12-16 | 1 | -5/+4 |
* | demux_ts: avoid using unitialized data | reimar | 2010-12-16 | 1 | -0/+1 |
* | mp3_hdr.h: fix mp_check_mp3_header() | reimar | 2010-12-16 | 1 | -3/+4 |
* | demux_demuxers: Fix crash with -audiofile and audio disabled | reimar | 2010-12-16 | 1 | -1/+1 |
* | demux_asf, asfheader.c: cleanup | reimar | 2010-12-16 | 2 | -6/+3 |
* | demux_real: fix some unaligned writes | reimar | 2010-12-16 | 1 | -7/+8 |
* | demux_audio: Do not generate nonsensical pts values for FLAC | reimar | 2010-12-16 | 1 | -2/+1 |
* | demux_audio: Set needs_parsing to 1 for DTS audio | reimar | 2010-12-16 | 1 | -1/+3 |
* | demux-ts: fix TS files with MP4 ES AAC descriptor | reimar | 2010-12-16 | 1 | -1/+7 |
* | mp_taglists.c: add tag for svq3 | compn | 2010-12-16 | 1 | -0/+1 |
* | demux_lavf: Add support for uncompressed BGR24 pixfmt | reimar | 2010-12-16 | 1 | -0/+2 |
* | cosmetics: make some arguments const, "unsigned char"->uint8_t | reimar | 2010-12-16 | 3 | -3/+3 |
* | demux_avi: Add WAVEFORMATEXTENSIBLE support | reimar | 2010-12-16 | 2 | -1/+3 |
* | demux_audio: fix WAVEFORMATEXTENSIBLE support | reimar | 2010-12-16 | 1 | -2/+2 |
* | demux_ts: fix -sb when -aid stream is not found | reimar | 2010-12-16 | 1 | -1/+3 |
* | audio: FLAC: support new libavcodec parser, use lavf to demux | Uoti Urpala | 2010-12-09 | 3 | -1/+9 |
* | demux_mkv, ad_ffmpeg: use Matroska OutputSamplingFrequency if available | Uoti Urpala | 2010-11-21 | 2 | -0/+9 |
* | TOOLS/matroska.py: recognize 3 more elements | Uoti Urpala | 2010-11-21 | 2 | -6/+36 |
* | demux_lavf: fix check for files lavf doesn't recognize | Uoti Urpala | 2010-11-17 | 1 | -1/+2 |
* | demux: fix initial subtitle track selection | Uoti Urpala | 2010-11-16 | 1 | -4/+4 |
* | demux_mkv: seek: fix bogus audio packet from earlier position | Uoti Urpala | 2010-11-15 | 1 | -1/+2 |
* | demux_mkv: fix minor seek problem | Uoti Urpala | 2010-11-15 | 1 | -1/+1 |
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 | 20 | -81/+38 |
* | demux_avi: remove pointless checks | reimar | 2010-11-14 | 1 | -7/+6 |
* | demux_avi: modify to avoid -aid problem in svn | reimar | 2010-11-14 | 1 | -22/+29 |
* | demux_lavf: mark AVI timestamps non-pts to avoid messages | Uoti Urpala | 2010-11-14 | 2 | -0/+7 |
* | demux_lavf: use lavf for all formats except those listed | Anton Khirnov | 2010-11-13 | 1 | -18/+12 |
* | core: give pts as parameter to demuxer_get_current_chapter() | Uoti Urpala | 2010-11-13 | 2 | -7/+3 |
* | demux_nsv: don't write to sh_video->pts | Uoti Urpala | 2010-11-13 | 1 | -1/+1 |
* | options: move -cache-min and cache-seek-min to option struct | Clément Bœsch | 2010-11-11 | 1 | -5/+2 |
* | options: move [no]hr-mp3-seek to option struct | Clément Bœsch | 2010-11-11 | 2 | -6/+4 |
* | options: move some demux options to option struct | Clément Bœsch | 2010-11-11 | 1 | -37/+27 |
* | demux: change "%s file format detected" message | Uoti Urpala | 2010-11-10 | 3 | -2/+11 |
* | demuxer.c: clean up demux_open_stream() | Uoti Urpala | 2010-11-10 | 1 | -136/+98 |
* | demux: error out if given invalid -demuxer option | Uoti Urpala | 2010-11-10 | 1 | -0/+5 |
* | demux_lavf: add simple seek-by-bytes mode for MPEG | Uoti Urpala | 2010-11-10 | 1 | -3/+39 |
* | demux: improve -alang / -slang track choosing logic | Uoti Urpala | 2010-11-08 | 2 | -57/+53 |
* | demux_mkv: seek: with no track-specific index entries use any | Uoti Urpala | 2010-11-08 | 1 | -38/+46 |
* | demux_mkv: fix relative seeks without index | Uoti Urpala | 2010-11-08 | 1 | -3/+3 |
* | demux_mkv: fix seek hang when going past end of file without index | Uoti Urpala | 2010-11-08 | 1 | -0/+2 |
* | demux_mkv: cleanup: separate index creation part of seeking | Uoti Urpala | 2010-11-08 | 1 | -59/+69 |
* | core: use correct demuxer with -audiofile / -subfile | Uoti Urpala | 2010-11-08 | 1 | -1/+1 |
* | demux_demuxers: initialize stream_pts to MP_NOPTS_VALUE | Uoti Urpala | 2010-11-08 | 1 | -0/+1 |
* | core: move video pos/length query functions from demux to core | Uoti Urpala | 2010-11-08 | 3 | -70/+1 |
* | demux: fix -correct-pts autoselection with -audiofile | Uoti Urpala | 2010-11-08 | 1 | -1/+1 |
* | demuxer.c: add missing parser list fourccs | cehoyos | 2010-11-08 | 1 | -0/+3 |
* | demuxer.c: fix parser list fourcc typo: 'MPE '->'MP3 ' | cehoyos | 2010-11-08 | 1 | -1/ |