| Commit message (Expand) | Author | Age | Files | Lines |
* | libmpdemux: add back demux_ts | wm4 | 2012-09-18 | 4 | -1/+3573 |
* | libmpdemux: add back demux_mpg | wm4 | 2012-09-18 | 10 | -7/+2791 |
* | rawaudio: use mplayer audio format for format option | wm4 | 2012-09-18 | 1 | -16/+14 |
* | demuxer: remove ImageDesc field | wm4 | 2012-09-18 | 2 | -2/+0 |
* | demuxer: do not set sub_utf8 option | wm4 | 2012-09-18 | 2 | -5/+0 |
* | core: fix DVD subtitle selection | wm4 | 2012-09-18 | 3 | -15/+26 |
* | demux_mkv: fix minor memory leak | wm4 | 2012-09-18 | 1 | -0/+1 |
* | core: runtime Matroska edition switching | wm4 | 2012-09-18 | 2 | -1/+5 |
* | core: move implementation for -audiofile to the frontend | wm4 | 2012-09-18 | 3 | -311/+26 |
* | core: manage tracks in the frontend | wm4 | 2012-09-18 | 4 | -139/+78 |
* | libaf: rename af_format.h to format.h | wm4 | 2012-08-29 | 1 | -1/+1 |
* | video: honor the video's colormatrix and color range flags | cantabile | 2012-08-21 | 1 | -0/+2 |
* | demux_gif: change format of packets to make it work again | wm4 | 2012-08-20 | 1 | -9/+23 |
* | vd_ffmpeg, demux_mng: allow general raw formats, fix MNG demuxer | wm4 | 2012-08-20 | 1 | -2/+3 |
* | libmpcodecs: remove redundant audio and video decoders | wm4 | 2012-08-20 | 3 | -747/+0 |
* | Remove support for libdv | wm4 | 2012-08-20 | 3 | -281/+0 |
* | Remove support for libnemesi RTSP streaming | wm4 | 2012-08-20 | 3 | -505/+0 |
* | Remove support for LIVE555 RTSP streaming | wm4 | 2012-08-20 | 7 | -1265/+0 |
* | libmpdemux: remove demux_real, demux_viv, demux_audio | wm4 | 2012-08-20 | 11 | -4245/+56 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 1 | -1/+1 |
* | Remove win32/qt/xanim/real binary codecs loading | wm4 | 2012-08-16 | 3 | -681/+1 |
* | demux_lavf: assume audio codec_tag 0 means unset | Uoti Urpala | 2012-08-16 | 1 | -0/+2 |
* | command: fix subtitle selection display | wm4 | 2012-08-08 | 1 | -1/+1 |
* | Remove V4L2 decoder support (vo_v4l2 and ao_v4l2) | wm4 | 2012-08-07 | 2 | -184/+0 |
* | demuxer: introduce a general stream struct | wm4 | 2012-08-03 | 5 | -67/+123 |
* | demux_audio: always enable parsing for audio streams | mplayer-svn | 2012-08-03 | 1 | -1/+2 |
* | mp3_hdr: cleanups | mplayer-svn | 2012-08-03 | 1 | -59/+37 |
* | demux_audio: fix calculation of audio length | mplayer-svn | 2012-08-03 | 1 | -1/+2 |
* | demux_audio: avoid integer overflows | mplayer-svn | 2012-08-03 | 1 | -3/+7 |
* | demux_real: set aspect ratio | mplayer-svn | 2012-08-03 | 1 | -0/+2 |
* | commands, dvd, dvdnav, bluray: cleanup sub/audio track language display | mplayer-svn | 2012-08-03 | 2 | -0/+39 |
* | demux_rtp: fix compilation with new LIVE555 libraries | mplayer-svn | 2012-08-03 | 1 | -0/+2 |
* | demux_audio: do not decode ID3v2 tag data as audio data | mplayer-svn | 2012-08-03 | 1 | -10/+53 |
* | demux_mf: add j2c and jpc as jpeg2k, add tiff extension as tif image | mplayer-svn | 2012-08-03 | 1 | -0/+5 |
* | stream: add new stream control command STREAM_CTRL_GET_NUM_TITLES | mplayer-svn | 2012-08-03 | 1 | -0/+2 |
* | demux_audio: improve WAV format detection | mplayer-svn | 2012-08-03 | 1 | -1/+3 |
* | demux_audo: fix wrong runtime and average bitrate for VBR MP3 | mplayer-svn | 2012-08-03 | 1 | -1/+67 |
* | demux_audio: ensure that demuxer->movi_end will be set | mplayer-svn | 2012-08-03 | 1 | -3/+2 |
* | Replace 'q' printf length modifier by 'll' | mplayer-svn | 2012-08-03 | 1 | -2/+2 |
* | Remove teletext support | wm4 | 2012-08-03 | 2 | -6/+0 |
* | Remove dead code | wm4 | 2012-08-01 | 10 | -1496/+0 |
* | Change <endian.h> include to <sys/types.h> | wm4 | 2012-07-31 | 3 | -3/+2 |
* | configure: remove checks for malloc.h and alloca() | wm4 | 2012-07-30 | 1 | -3/+0 |
* | Remove some demuxers and decoders | wm4 | 2012-07-30 | 35 | -16353/+32 |
* | Remove XMMS plugin support | wm4 | 2012-07-30 | 3 | -575/+0 |
* | mplayer: let frontend print stream info, instead of demuxers | wm4 | 2012-07-30 | 5 | -9/+51 |
* | Remove compile time/runtime CPU detection, and drop some platforms | wm4 | 2012-07-30 | 3 | -6/+8 |
* | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr | wm4 | 2012-07-28 | 3 | -9/+9 |
* | osd: use libass for OSD rendering | wm4 | 2012-07-28 | 1 | -2/+1 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-28 | 21 | -1007/+77 |
|\ |
|
| * | demux_rawdv.c: fix change missing from recent 8079f4ff821 | Uoti Urpala | 2012-07-27 | 1 | -1/+0 |
| * | demux_lavf: use lavf for RealMedia (.rm) files by default | Uoti Urpala | 2012-07-26 | 1 | -2/+0 |
| * | demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY | Uoti Urpala | 2012-07-25 | 17 | -76/+60 |
| * | video, audio: use lavc decoders without codecs.conf entries | Uoti Urpala | 2012-07-24 | 3 | -27/+17 |
| * | build: use python3 to generate some files previously in git | Uoti Urpala | 2012-07-16 | 2 | -901/+0 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-28 | 1 | -2/+16 |
|\| |
|
| * | demux_lavf: try harder to make up a frame rate | Uoti Urpala | 2012-04-14 | 1 | -2/+16 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-01 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: misc minor cleanups | Uoti Urpala | 2012-03-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-16 | 3 | -15/+19 |
|\| |
|
| * | windows support: unicode filenames | wm4 | 2012-03-09 | 2 | -15/+17 |
| * | cleanup: Silence compilation warnings on MinGW-w64 | wm4 | 2012-03-01 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-05 | 16 | -91/+120 |
|\| |
|
| * | aviheader.c: silence a warning | Uoti Urpala | 2012-02-29 | 1 | -2/+4 |
| * | demux_lavf: update growing file size info for AVSEEK_SIZE | Uoti Urpala | 2012-02-26 | 1 | -2/+5 |
| * | build: switch to libavutil bswap.h and intreadwrite.h | Uoti Urpala | 2012-02-01 | 9 | -37/+43 |
| * | demux_lavf: use Libav RIFF tag lists directly | Uoti Urpala | 2012-02-01 | 3 | -26/+47 |
| * | Update Libav API uses | Uoti Urpala | 2012-02-01 | 4 | -24/+21 |
* | | core: sort chapters | wm4 | 2012-02-26 | 1 | -1/+26 |
* | | Don't print awkward negative seek message when playing directory | wm4 | 2012-02-19 | 1 | -1/+0 |
* | | core: add new support for reading .cue files | wm4 | 2012-01-18 | 3 | -0/+68 |
|/ |
|
* | ad_ffmpeg: pass packet side data from libavformat | Uoti Urpala | 2012-01-08 | 2 | -4/+5 |
* | Libav API updates (remove most deprecated-in-0.7 uses) | Uoti Urpala | 2011-12-22 | 1 | -23/+19 |
* | configure, build: require at least Libav 0.7 | Uoti Urpala | 2011-12-22 | 3 | -30/+0 |
* | configure, build: remove --disable-libav support | Uoti Urpala | 2011-12-11 | 4 | -28/+0 |
* | 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 |
* | |