| Commit message (Expand) | Author | Age | Files | Lines |
* | stream_dvd, cache: hack seeking with --cache + dvd:// back into working | wm4 | 2014-04-09 | 1 | -0/+2 |
* | demux: add "BIKb" FourCC | Vika Apelsinova | 2014-04-08 | 1 | -0/+1 |
* | demux: move metadata-based replaygain decoding out of af_volume | Alessandro Ghedini | 2014-04-04 | 1 | -0/+78 |
* | demux: add replaygain_data field to demuxer_t | Alessandro Ghedini | 2014-04-04 | 2 | -1/+47 |
* | player: remove demuxer chapoter API wrappers | wm4 | 2014-03-25 | 2 | -75/+5 |
* | stream: remove old chapter handling code | wm4 | 2014-03-25 | 1 | -33/+10 |
* | demux: use av_packet_ref() | wm4 | 2014-03-16 | 1 | -4/+1 |
* | Remove some more unneeded version checks | wm4 | 2014-03-16 | 1 | -15/+0 |
* | demux_libass: change how external ASS subtitles are loaded | wm4 | 2014-03-15 | 3 | -35/+20 |
* | demux_lavf: fix typo in comment | wm4 | 2014-03-04 | 1 | -1/+1 |
* | sub: use new FFmpeg API to check MicroDVD FPS | wm4 | 2014-03-04 | 3 | -7/+16 |
* | client API: add event for metadata changes | wm4 | 2014-02-19 | 2 | -2/+4 |
* | demux: expose stream_type_name() function | wm4 | 2014-02-16 | 2 | -1/+3 |
* | sub: handle vobsub-in-mp4 | wm4 | 2014-02-13 | 2 | -0/+3 |
* | demux_mkv: remove weird seeking semantics for audio | wm4 | 2014-02-09 | 1 | -6/+1 |
* | demux_mkv: improve audio-only seeking | wm4 | 2014-02-09 | 1 | -5/+8 |
* | demux: fix some newlines in output messages | wm4 | 2014-02-09 | 1 | -2/+2 |
* | demux_lavf: work around idiotic libavutil API printing a warning | wm4 | 2014-02-08 | 1 | -1/+5 |
* | demux_lavf: do metadata-from-packet update before possibly discarding it | wm4 | 2014-02-06 | 1 | -2/+1 |
* | demux_lavf: don't check for error when setting "keepside" flag | wm4 | 2014-02-06 | 1 | -4/+1 |
* | demux: reword "Clip info:" line to "File tags:" | wm4 | 2014-02-06 | 1 | -1/+1 |
* | demux: fill metadata directly, instead of using wrapper functions | wm4 | 2014-02-06 | 4 | -57/+26 |
* | demux_lavf: clear metadata on update, instead of merging it | wm4 | 2014-02-06 | 3 | -0/+8 |
* | demux: handle tag updates differently | wm4 | 2014-02-06 | 2 | -14/+20 |
* | demux_lavf: get updated metadata from a packet if available | Ben Boeckel | 2014-02-06 | 1 | -0/+25 |
* | mf: don't limit filename length with PATH_MAX | wm4 | 2014-02-03 | 1 | -3/+3 |
* | demux_mkv: remove unused field | wm4 | 2014-01-31 | 1 | -4/+0 |
* | demux_lavf: fix crash with empty files | wm4 | 2014-01-31 | 1 | -1/+1 |
* | demux_lavf: add hack to workaround too unreliable mp3 detection | wm4 | 2014-01-25 | 1 | -0/+2 |
* | demux_lavf: refactor format probing hack | wm4 | 2014-01-25 | 1 | -26/+24 |
* | demux_mkv: nicer edition output | wm4 | 2014-01-23 | 2 | -10/+52 |
* | demux_mkv: don't attempt to seek back when indexing | wm4 | 2014-01-22 | 1 | -8/+0 |
* | demux_mkv: fix EOF with concatenated segments | wm4 | 2014-01-22 | 1 | -7/+14 |
* | demux_mkv: remove old track printing code | wm4 | 2014-01-22 | 1 | -12/+0 |
* | demux_mkv: always fail on header reading error | wm4 | 2014-01-22 | 1 | -6/+2 |
* | demux_mkv: avoid seeking when reading headers | wm4 | 2014-01-22 | 1 | -128/+116 |
* | demux_playlist: move parser for plaintext playlists | wm4 | 2014-01-19 | 1 | -2/+23 |
* | demux_playlist: handle stream_read_line() errors | wm4 | 2014-01-19 | 1 | -2/+6 |
* | ebml: remove length parameters from read functions | wm4 | 2014-01-14 | 3 | -39/+27 |
* | ebml: remove unused functions | wm4 | 2014-01-14 | 2 | -90/+0 |
* | demux_mkv: remove unused macros | wm4 | 2014-01-14 | 1 | -3/+0 |
* | demux_mkv: improve robustness by explicitly checking for level 1 elements | wm4 | 2014-01-14 | 3 | -46/+50 |
* | demux_mkv: avoid skipping too much data in corrupted files | wm4 | 2014-01-14 | 3 | -14/+18 |
* | demux_lavf: add hack for MicroDVD for assuming frame based timing | wm4 | 2014-01-10 | 1 | -0/+6 |
* | demux_lavf: fix minor memory leak | wm4 | 2014-01-07 | 1 | -1/+1 |
* | demux_subreader: reject file if not opened by --sub | wm4 | 2014-01-04 | 2 | -0/+4 |
* | demux_mkv: handle TrueHD properly | wm4 | 2013-12-27 | 1 | -32/+98 |
* | subreader: replace some strcpy calls | wm4 | 2013-12-22 | 1 | -2/+3 |
* | subreader: remove overlapping strcpy | wm4 | 2013-12-22 | 1 | -1/+2 |
* | demux: don't prefix tag output with demuxer name | wm4 | 2013-12-21 | 2 | -9/+12 |
* | msg: convert defines to enum | wm4 | 2013-12-21 | 1 | -1/+1 |
* | charset_conv: mp_msg conversions | wm4 | 2013-12-21 | 1 | -2/+3 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | demux: mp_msg conversions | wm4 | 2013-12-21 | 12 | -342/+316 |
* | demux: use fprintf() for printing fatal errors | wm4 | 2013-12-21 | 1 | -6/+4 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 14 | -24/+24 |
* | Merge mp_talloc.h into ta/ta_talloc.h | wm4 | 2013-12-17 | 2 | -2/+0 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 8 | -10/+10 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 3 | -24/+24 |
* | demux_mkv: don't seek outside of the file when finding segments | wm4 | 2013-12-14 | 1 | -1/+4 |
* | stream: add function for dropping the buffer | wm4 | 2013-12-14 | 1 | -0/+1 |
* | demux_lavf: fix timebase confusion | wm4 | 2013-12-12 | 1 | -7/+7 |
* | demux: revert accidentally included change from previous commit | wm4 | 2013-12-12 | 1 | -1/+1 |
* | Add prelimimary (basic, possibly broken) dvdnav support | wm4 | 2013-12-12 | 1 | -1/+3 |
* | demux_lavf: remove unnecessary seek on initialization | wm4 | 2013-12-12 | 1 | -2/+0 |
* | demux: set fps for mf:// to 1 | wm4 | 2013-12-10 | 1 | -1/+1 |
* | options: allow hwaccel formats in -vf format/noformat | wm4 | 2013-12-07 | 1 | -1/+1 |
* | video: add insane hack to work around FFmpeg/Libav insanity | wm4 | 2013-11-28 | 3 | -0/+5 |
* | demux_mkv: fix realvideo timestamp handling | wm4 | 2013-11-26 | 1 | -47/+40 |
* | player: move code for skipping 0-sized video packets to demuxer | wm4 | 2013-11-26 | 1 | -0/+8 |
* | video: disable PTS sorting fallback by default | wm4 | 2013-11-25 | 1 | -0/+2 |
* | demux_lavf: disable genpts by default, remove the builtin genpts hack | wm4 | 2013-11-25 | 1 | -86/+9 |
* | demux: export dts from demux_lavf, use it for avi | wm4 | 2013-11-25 | 4 | -17/+19 |
* | Reduce stheader.h includes, move stream types to mp_common.h | wm4 | 2013-11-23 | 1 | -7/+1 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 8 | -60/+54 |
* | video: move decoder context from sh_video into new struct | wm4 | 2013-11-23 | 2 | -47/+8 |
* | audio: don't write decoded audio format to sh_audio | wm4 | 2013-11-23 | 1 | -2/+0 |
* | audio: move decoder context from sh_audio into new struct | wm4 | 2013-11-23 | 1 | -5/+0 |
* | timeline: reject mplayer2 EDL files, change EDL header | wm4 | 2013-11-21 | 1 | -7/+4 |
* | timeline: add edl:// URIs | wm4 | 2013-11-19 | 1 | -0/+4 |
* | timeline: add new EDL format | wm4 | 2013-11-19 | 1 | -8/+9 |
* | demux: rename demux_packet.h to packet.h | wm4 | 2013-11-18 | 2 | -2/+2 |
* | demux_packet: add source stream index | wm4 | 2013-11-16 | 2 | -0/+5 |
* | demux: update a comment | wm4 | 2013-11-16 | 1 | -3/+3 |
* | demux: remove unused commands | wm4 | 2013-11-16 | 1 | -2/+0 |
* | demux: simplify handling of filepos field | wm4 | 2013-11-16 | 4 | -9/+12 |
* | demux_lavf: remove broken and commented byte based seeks | wm4 | 2013-11-16 | 1 | -40/+0 |
* | demux: reset EOF flag differently | wm4 | 2013-11-16 | 1 | -10/+9 |
* | audio: drop "_NE"/"ne" suffix from audio formats | wm4 | 2013-11-15 | 1 | -1/+1 |
* | demux: use talloc for certain stream headers | wm4 | 2013-11-14 | 3 | -48/+20 |
* | mf: silence compilation warning | wm4 | 2013-11-13 | 2 | -3/+3 |
* | Merge branch 'planar_audio' | wm4 | 2013-11-12 | 2 | -7/+3 |
|\ |
|
| * | audio: add support for using non-interleaved audio from decoders directly | wm4 | 2013-11-12 | 2 | -7/+3 |
* | | demux: kill libmng support | wm4 | 2013-11-11 | 2 | -576/+0 |
* | | demux_mf: use talloc | wm4 | 2013-11-11 | 3 | -55/+30 |
* | | demux_mf: uncrustify | wm4 | 2013-11-11 | 3 | -215/+213 |
* | | demux_mkv: support some raw PCM variants | wm4 | 2013-11-11 | 3 | -3/+4 |
|/ |
|
* | Remove sh_audio->samplesize | wm4 | 2013-11-09 | 2 | -2/+0 |
* | playlist: rewrite PLS parser | wm4 | 2013-11-04 | 1 | -0/+22 |
* | demux_mkv: fix compiler warnings | wm4 | 2013-11-04 | 1 | -2/+2 |
* | Merge branch 'master' into have_configure | wm4 | 2013-11-04 | 8 | -39/+30 |
|\ |
|
| * | demux: make determining seek capability generic | wm4 | 2013-11-03 | 6 | -13/+20 |
| * | demux: remove movi_start/movi_end fields | wm4 | 2013-11-03 | 6 | -26/+10 |
* | | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 3 | -7/+7 |
|/ |
|
* | demux: rename Windows symbols | wm4 | 2013-11-02 | 4 | -123/+99 |
* | demux_mkv: fix warning | wm4 | 2013-11-02 | 1 | -1/+1 |
* | demux_mkv: use a more universal zero initializer | wm4 | 2013-11-01 | 1 | -1/+1 |
* | Enable -Wshadow | wm4 | 2013-11-01 | 1 | -1/+1 |
* | demux_mkv: use standard C default initialization syntax | wm4 | 2013-10-19 | 1 | -17/+17 |
* | demux_mkv: cosmetics: add redundant braces for consistent style | wm4 | 2013-10-19 | 1 | -27/+46 |
* | demux_mkv: fill ordered chapters info only if it's present | wm4 | 2013-10-19 | 1 | -14/+16 |
* | Merge Matroska ordered chapter changes | wm4 | 2013-10-17 | 2 | -18/+54 |
|\ |
|
| * | matroska: select the edition using the requested edition uid | Ben Boeckel | 2013-10-07 | 1 | -2/+21 |
| * | matroska: set the edition uid when reading a chapter reference | Ben Boeckel | 2013-10-07 | 1 | -1/+3 |
| * | matroska: parse the requested edition for the segment reference | Ben Boeckel | 2013-10-07 | 1 | -5/+5 |
| * | matroska: store segment/edition uids in a single structure | Ben Boeckel | 2013-10-07 | 2 | -11/+26 |
* | | demux_mkv: add support for HEVC | wm4 | 2013-10-16 | 3 | -0/+4 |
* | | talloc: change talloc destructor signature | wm4 | 2013-10-13 | 2 | -6/+3 |
* | | demux_raw: set a default video size | wm4 | 2013-10-07 | 1 | -2/+2 |
|/ |
|
* | cosmetics: replace "CTRL" defines by enums | wm4 | 2013-10-02 | 1 | -8/+10 |
* | matroska: prevent uids from being dereferenced when NULL | Ben Boeckel | 2013-09-27 | 1 | -5/+5 |
* | matroska: fix uninitialized memory accesses with ordered chapters | Ben Boeckel | 2013-09-26 | 2 | -1/+2 |
* | demux: don't print "Clip info:" line if there are no tags | wm4 | 2013-09-23 | 1 | -1/+1 |
* | network: fix rtsp playback | wm4 | 2013-09-22 | 1 | -1/+22 |
* | demux_mkv: don't add too many subtitle packets during seeking | wm4 | 2013-09-16 | 1 | -14/+19 |
* | demux_playlist: add mov RTSPtext tag parser | Benjamin Franzke | 2013-09-14 | 1 | -0/+18 |
* | core: add --deinterlace option, restore it with resume functionality | wm4 | 2013-09-13 | 1 | -0/+1 |
* | demux: keep title chapter tag in uppercase | wm4 | 2013-09-08 | 2 | -2/+2 |
* | demux_mkv: support V_PRORES | wm4 | 2013-09-08 | 3 | -0/+11 |
* | demux: retrieve per-chapter metadata | wm4 | 2013-09-08 | 4 | -8/+43 |
* | demux: refactor tag handling | wm4 | 2013-09-08 | 2 | -37/+63 |
* | demux_mkv: don't overflow packet queue when doing sub-preroll | wm4 | 2013-09-08 | 1 | -4/+13 |
* | demux_lavf: workaround for broken libavformat subtitle seeking | wm4 | 2013-09-07 | 1 | -4/+23 |
* | demux_playlist: port ini reference playlist parser | wm4 | 2013-08-28 | 1 | -1/+18 |
* | stream: add uncompressed rar support | wm4 | 2013-08-26 | 1 | -0/+4 |
* | core: add a playlist demuxer | wm4 | 2013-08-26 | 3 | -0/+143 |
* | sub: add webvtt-in-webm support | wm4 | 2013-08-24 | 2 | -0/+4 |
* | demux: remove unused audio_delay parameter from demux_seek() | wm4 | 2013-08-22 | 8 | -20/+13 |
* | demux: check whether stream is selected in demux_get_next_pts() | wm4 | 2013-08-22 | 1 | -1/+1 |
* | demux_raw: read multiple frames per packet | wm4 | 2013-08-22 | 1 | -1/+4 |
* | options: replace --edition=-1 with --edition=auto | wm4 | 2013-08-21 | 1 | -2/+3 |
* | demux: move demux_mf before demux_subreader | wm4 | 2013-08-12 | 1 | -3/+3 |
* | demux_subreader: report what subtitle format has been found | wm4 | 2013-08-12 | 1 | -0/+2 |
* | demux_lavf: blacklist "tty" libavformat demuxerv0.1.0 | wm4 | 2013-08-07 | 1 | -1/+16 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 14 | -29/+29 |
* | demux_lavf: make avio buffer configurable | wm4 | 2013-08-04 | 1 | -6/+8 |
* | demux_lavf: fix API usage | wm4 | 2013-08-04 | 1 | -2/+10 |
* | vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel API | wm4 | 2013-07-28 | 1 | -1/+2 |
* | options: simplify --correct-pts handling | wm4 | 2013-07-26 | 2 | -2/+1 |
* | demux_libass: actually set priv context | wm4 | 2013-07-24 | 1 | -0/+1 |
* | demux_lavf: set keyframe flag on attached pictures | wm4 | 2013-07-24 | 1 | -0/+1 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 3 | -17/+15 |
* | core: make --demuxer not affect external subtitles | wm4 | 2013-07-22 | 1 | -2/+0 |
* | demux_mkv: fix realaudio timestamps | wm4 | 2013-07-20 | 1 | -2/+2 |
* | demux_mkv: ignore DefaultDuration in some cases | wm4 | 2013-07-16 | 1 | -0/+6 |
* | demux_mkv: never force output sample rate | wm4 | 2013-07-16 | 2 | -18/+10 |
* | demux_subreader: make clang happy to fix warning | wm4 | 2013-07-15 | 1 | -1/+1 |
* | video: unify colorspace setup | wm4 | 2013-07-15 | 1 | -3/+2 |
* | demux_lavf: add terrible hack to make DVD playback just work | wm4 | 2013-07-14 | 1 | -8/+85 |
* | demux_raw: uncrustify | wm4 | 2013-07-14 | 1 | -160/+162 |
* | demux_mkv: remove weird i_bps calculation code | wm4 | 2013-07-12 | 1 | -20/+0 |
* | demux_raw: calculate duration | wm4 | 2013-07-12 | 1 | -0/+23 |
* | demux_rawvideo/demux_rawaudio: move both demuxers to demux_raw.c | wm4 | 2013-07-12 | 2 | -149/+98 |
* | demux: make claiming accurate seek the default | wm4 | 2013-07-12 | 4 | -4/+4 |
* | demux_rawvideo: fix timestamps in correct-pts mode | wm4 | 2013-07-12 | 1 | -1/+1 |
* | demux: assume correct-pts mode by default | wm4 | 2013-07-12 | 5 | -10/+1 |
|