| Commit message (Expand) | Author | Age | Files | Lines |
* | demux_mkv: remove the realmedia field | wm4 | 2015-02-05 | 1 | -25/+21 |
* | demux_mkv: reindent, cosmetics | wm4 | 2015-02-05 | 1 | -97/+79 |
* | demux_mkv: simplify realaudio handling | wm4 | 2015-02-05 | 1 | -30/+17 |
* | demux_mkv: remove realvideo-specific aspect ratio handling | wm4 | 2015-02-05 | 1 | -17/+5 |
* | demux_mkv: use libavcodec parser for realvideo | wm4 | 2015-02-05 | 1 | -68/+4 |
* | demux_mkv: retrieve timestamps from libavcodec parser | wm4 | 2015-02-05 | 1 | -3/+16 |
* | demux_mkv: refactor packet parsing | wm4 | 2015-02-05 | 1 | -83/+102 |
* | demux_mkv: use unique IDs for cover art pseudo-tracks | wm4 | 2015-02-01 | 1 | -0/+1 |
* | player: demote matroska ordered chapter scanning messages to Verbose | Diogo Franco (Kovensky) | 2015-01-28 | 1 | -1/+1 |
* | demux_mkv: avoid endless loop with broken files | wm4 | 2015-01-12 | 1 | -1/+1 |
* | demux_mkv: improve robustness against broken libavcodec parsers | wm4 | 2015-01-09 | 1 | -2/+2 |
* | demux_mkv: avoid PTS warning with image attachments | wm4 | 2015-01-05 | 1 | -0/+5 |
* | demux_mkv: enable codec parsing for vfw-muxed files too | wm4 | 2014-12-31 | 1 | -9/+10 |
* | demux_mkv: reduce log noise | wm4 | 2014-12-29 | 1 | -2/+2 |
* | demux_mkv: use attachment filename as coverart title | wm4 | 2014-12-23 | 1 | -0/+1 |
* | demux_mkv: support embedded coverart | wm4 | 2014-12-22 | 1 | -1/+15 |
* | demux_mkv: support svq3 | wm4 | 2014-12-08 | 1 | -14/+24 |
* | demux_mkv: reject 0 TimecodeScale | wm4 | 2014-12-06 | 1 | -0/+4 |
* | demux_mkv: remove ancient codec mapping leftovers | wm4 | 2014-11-28 | 1 | -1/+0 |
* | demux_mkv: simplify extradata handling | wm4 | 2014-11-27 | 1 | -37/+12 |
* | demux_mkv: cosmetics | wm4 | 2014-11-27 | 1 | -24/+13 |
* | demux_mkv: fix a possible out of bounds access | wm4 | 2014-11-27 | 1 | -6/+8 |
* | demux_mkv: fix scary sign extension issues | wm4 | 2014-11-21 | 1 | -8/+8 |
* | demux_mkv: fix possible real-audio out of bounds accesses | wm4 | 2014-11-21 | 1 | -1/+7 |
* | demux_mkv: fix uninitialized variable | wm4 | 2014-11-21 | 1 | -1/+1 |
* | demux_mkv: haali hack: add last frame duration to video length too | wm4 | 2014-11-20 | 1 | -2/+3 |
* | demux_mkv: add an option for compatibility with Haali | wm4 | 2014-11-18 | 1 | -0/+65 |
* | demux_mkv: check file type without actually reading data | wm4 | 2014-11-16 | 1 | -0/+7 |
* | demux_mkv: adjust subtitle preroll again (2) | wm4 | 2014-11-15 | 1 | -3/+12 |
* | demux_mkv: adjust subtitle preroll again | wm4 | 2014-11-11 | 1 | -14/+17 |
* | demux_mkv: fix indentation | wm4 | 2014-11-05 | 1 | -3/+3 |
* | demux_mkv: for subtitle preroll, consider all clusters | wm4 | 2014-11-05 | 1 | -5/+3 |
* | demux_mkv: apply subtitle preroll only if needed, based on cue index | wm4 | 2014-11-05 | 1 | -0/+16 |
* | demux_mkv: read CueRelativePosition/CueDuration elements | wm4 | 2014-11-05 | 1 | -11/+27 |
* | demux_mkv: index all packets | wm4 | 2014-11-05 | 1 | -4/+2 |
* | demux_mkv: remove minor code duplication | wm4 | 2014-11-03 | 1 | -12/+6 |
* | demux_mkv: implement audio skipping/trimming | wm4 | 2014-11-03 | 1 | -2/+23 |
* | player: always use demux_chapter | wm4 | 2014-11-02 | 1 | -1/+1 |
* | demux: move some seek flag sanitation to generic code | wm4 | 2014-10-29 | 1 | -10/+2 |
* | demux_mkv: implement percentage seeking with no index | wm4 | 2014-10-29 | 1 | -22/+24 |
* | demux_mkv: export packet file position | wm4 | 2014-10-29 | 1 | -0/+1 |
* | demux_mkv: fix undefined behavior | wm4 | 2014-10-13 | 1 | -1/+1 |
* | demux_mkv: don't use default_duration for parsed packets | wm4 | 2014-09-26 | 1 | -4/+6 |
* | demux_mkv: get rid of MS structs | wm4 | 2014-09-25 | 1 | -66/+38 |
* | audio: remove WAVEFORMATEX from internal demuxer API | wm4 | 2014-09-25 | 1 | -73/+78 |
* | video: remove BITMAPINFOHEADER from internal demuxer API | wm4 | 2014-09-25 | 1 | -10/+7 |
* | demux: gracefully handle packet allocation failures | wm4 | 2014-09-16 | 1 | -1/+9 |
* | demux_mkv: allow up to 256 MB of extradata to make broken files work | wm4 | 2014-09-04 | 1 | -1/+1 |
* | video: initial Matroska 3D support | wm4 | 2014-08-30 | 1 | -0/+12 |
* | demux_mkv: eliminate redundant branch | shdown | 2014-08-30 | 1 | -5/+1 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 1 | -1/+1 |
* | demux: fix timestamp type for seek calls | wm4 | 2014-07-21 | 1 | -1/+1 |
* | demux: minor simplification | wm4 | 2014-07-06 | 1 | -2/+2 |
* | demux: minor simplification to internal API | wm4 | 2014-07-05 | 1 | -4/+4 |
* | demux_mkv: cosmetics | wm4 | 2014-07-05 | 1 | -45/+27 |
* | demux_mkv: minor improvement to overflow check | wm4 | 2014-07-02 | 1 | -2/+3 |
* | Audit and replace all ctype.h uses | wm4 | 2014-07-01 | 1 | -1/+0 |
* | demux_mkv: cosmetics | wm4 | 2014-06-29 | 1 | -14/+14 |
* | demux_mkv: add some overflow checks etc. | wm4 | 2014-06-29 | 1 | -58/+102 |
* | demux_mkv: add S_DVBSUB | wm4 | 2014-06-17 | 1 | -0/+1 |
* | options: turn --idx, --forceidx into --index | wm4 | 2014-06-13 | 1 | -1/+1 |
* | Add more const | wm4 | 2014-06-11 | 1 | -3/+3 |
* | stream: don't use end_pos | wm4 | 2014-05-24 | 1 | -4/+13 |
* | demux_mkv: enable parsing for VP9 | wm4 | 2014-04-26 | 1 | -2/+4 |
* | demux_mkv: enable parsing for mp3 | wm4 | 2014-04-25 | 1 | -1/+1 |
* | Remove some more unneeded version checks | wm4 | 2014-03-16 | 1 | -15/+0 |
* | 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: fill metadata directly, instead of using wrapper functions | wm4 | 2014-02-06 | 1 | -16/+17 |
* | demux_mkv: remove unused field | wm4 | 2014-01-31 | 1 | -4/+0 |
* | demux_mkv: nicer edition output | wm4 | 2014-01-23 | 1 | -10/+45 |
* | 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 |
* | ebml: remove length parameters from read functions | wm4 | 2014-01-14 | 1 | -15/+15 |
* | 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 | 1 | -6/+12 |
* | demux_mkv: avoid skipping too much data in corrupted files | wm4 | 2014-01-14 | 1 | -7/+10 |
* | demux_mkv: handle TrueHD properly | wm4 | 2013-12-27 | 1 | -32/+98 |
* | demux: mp_msg conversions | wm4 | 2013-12-21 | 1 | -160/+137 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -14/+14 |
* | demux_mkv: don't seek outside of the file when finding segments | wm4 | 2013-12-14 | 1 | -1/+4 |
* | video: add insane hack to work around FFmpeg/Libav insanity | wm4 | 2013-11-28 | 1 | -0/+1 |
* | demux_mkv: fix realvideo timestamp handling | wm4 | 2013-11-26 | 1 | -47/+40 |
* | video: disable PTS sorting fallback by default | wm4 | 2013-11-25 | 1 | -0/+2 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 1 | -28/+28 |
* | demux: simplify handling of filepos field | wm4 | 2013-11-16 | 1 | -5/+6 |
* | demux: use talloc for certain stream headers | wm4 | 2013-11-14 | 1 | -18/+18 |
* | demux_mkv: support some raw PCM variants | wm4 | 2013-11-11 | 1 | -2/+3 |
* | demux_mkv: fix compiler warnings | wm4 | 2013-11-04 | 1 | -2/+2 |
* | Merge branch 'master' into have_configure | wm4 | 2013-11-04 | 1 | -11/+3 |
|\ |
|
| * | demux: make determining seek capability generic | wm4 | 2013-11-03 | 1 | -6/+0 |
| * | demux: remove movi_start/movi_end fields | wm4 | 2013-11-03 | 1 | -5/+3 |
* | | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 1 | -3/+3 |
|/ |
|
* | demux: rename Windows symbols | wm4 | 2013-11-02 | 1 | -68/+68 |
* | 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 |
* | 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 | 1 | -15/+43 |
|\ |
|
| * | 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 | 1 | -8/+15 |
* | | demux_mkv: add support for HEVC | wm4 | 2013-10-16 | 1 | -0/+1 |
|/ |
|
* | 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 | 1 | -1/+1 |
* | demux_mkv: don't add too many subtitle packets during seeking | wm4 | 2013-09-16 | 1 | -14/+19 |
* | demux: keep title chapter tag in uppercase | wm4 | 2013-09-08 | 1 | -1/+1 |
* | demux_mkv: support V_PRORES | wm4 | 2013-09-08 | 1 | -0/+9 |
* | demux: retrieve per-chapter metadata | wm4 | 2013-09-08 | 1 | -4/+15 |
* | demux_mkv: don't overflow packet queue when doing sub-preroll | wm4 | 2013-09-08 | 1 | -4/+13 |
* | sub: add webvtt-in-webm support | wm4 | 2013-08-24 | 1 | -0/+2 |
* | demux: remove unused audio_delay parameter from demux_seek() | wm4 | 2013-08-22 | 1 | -2/+1 |
* | options: replace --edition=-1 with --edition=auto | wm4 | 2013-08-21 | 1 | -2/+3 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -3/+3 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 1 | -8/+7 |
* | 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 | 1 | -17/+10 |
* | demux_mkv: remove weird i_bps calculation code | wm4 | 2013-07-12 | 1 | -20/+0 |
* | demux: make claiming accurate seek the default | wm4 | 2013-07-12 | 1 | -2/+0 |
* | demux: assume correct-pts mode by default | wm4 | 2013-07-12 | 1 | -2/+0 |
* | demux: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -4/+1 |
* | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 | 1 | -3/+2 |
* | demux: change signature of open functions, cleanups | wm4 | 2013-07-11 | 1 | -17/+16 |
* | stheader: minor cleanup | wm4 | 2013-07-11 | 1 | -1/+1 |
* | video: eliminate frametime variable | wm4 | 2013-07-11 | 1 | -1/+0 |
* | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 | 1 | -5/+5 |
* | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 | 1 | -5/+3 |
* | Remove old demuxers | wm4 | 2013-07-07 | 1 | -1/+2 |
* | demux_mkv: pass extradata for opus | wm4 | 2013-07-01 | 1 | -0/+1 |
* | demux_mkv: clang: fix -Wunused-function | Stefano Pigozzi | 2013-05-30 | 1 | -0/+2 |
* | demux_mkv: replace awkward goto by function call | wm4 | 2013-05-30 | 1 | -39/+43 |
* | demux_mkv: make sure wavpacks works with older libavcodec versions | wm4 | 2013-05-30 | 1 | -0/+15 |
* | demux_mkv: fix wavpack in mkv | wm4 | 2013-05-30 | 1 | -0/+92 |
* | demux_mkv: defer reading of seek index until first seek | wm4 | 2013-05-23 | 1 | -3/+42 |
* | demux_mkv: use a single flag to indicate whether cues have been read | wm4 | 2013-05-23 | 1 | -1/+3 |
* | demux_mkv: support dirac in mkv | wm4 | 2013-05-21 | 1 | -0/+1 |
* | Silence some compiler warnings | wm4 | 2013-05-21 | 1 | -1/+1 |
* | demux_mkv: export Matroska title element as metadata | wm4 | 2013-05-15 | 1 | -0/+3 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 1 | -3/+3 |
|\ |
|
| * | core: use channel map on demuxer level too | wm4 | 2013-05-12 | 1 | -3/+3 |
* | | Fix some cppcheck / scan-build warnings | wm4 | 2013-05-06 | 1 | -0/+2 |
* | | demux_mkv: fix segfault issue playing back VC1 in a mkv | Bin Jin | 2013-04-27 | 1 | -1/+1 |
* | | demux_mkv: cosmetics | wm4 | 2013-04-24 | 1 | -4/+3 |
* | | demux_mkv: fix out of range comparison | wm4 | 2013-04-24 | 1 | -1/+1 |
* | | demux_mkv: always set track->codec_id to a string | wm4 | 2013-04-20 | 1 | -1/+3 |
* | | demux_mkv: always add subtitle tracks | wm4 | 2013-04-20 | 1 | -26/+26 |
* | | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 | 1 | -16/+21 |
* | | demux_mkv: introduce new_demux_packet_from() and use it | wm4 | 2013-04-20 | 1 | -9/+6 |
* | | demux_mkv: simplify use of demuxer API | wm4 | 2013-04-20 | 1 | -106/+62 |
* | | demux_mkv: code cleanup | eng | 2013-04-20 | 1 | -20/+23 |
* | | demux_mkv: use new way of track switching | wm4 | 2013-04-20 | 1 | -45/+0 |
* | | demux_mkv: remove pointless video track selection | wm4 | 2013-04-20 | 1 | -37/+0 |
* | | demux_mkv: support vp9 | wm4 | 2013-04-20 | 1 | -0/+1 |
* | | core: matroska: support concatenated segments | wm4 | 2013-04-20 | 1 | -10/+51 |
* | | demux_mkv: don't terminate if there are no clusters | wm4 | 2013-04-20 | 1 | -2/+3 |
* | | |