| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | demux_mkv: simplify handle_block() logic a bit | wm4 | 2013-04-20 | 1 | -11/+8 |
* | | demux_mkv: verify laces separately, and in all cases | wm4 | 2013-04-20 | 1 | -4/+10 |
* | | demux_mkv: get rid of the duplicated lace case labels | wm4 | 2013-04-20 | 1 | -9/+4 |
* | | demux_mkv: there can be 256 laces | wm4 | 2013-04-20 | 1 | -6/+5 |
* | | demux_mkv: check block malloc() result | wm4 | 2013-04-20 | 1 | -0/+2 |
* | | demux_mkv: use a bounded buffer for block data | wm4 | 2013-04-20 | 1 | -108/+105 |
* | | demux_mkv: static allocation for lace sizes buffer | wm4 | 2013-04-20 | 1 | -12/+8 |
* | | demux_mkv: remove redundant check | wm4 | 2013-04-20 | 1 | -39/+37 |
* | | demux_mkv: fix seeking with index generation | wm4 | 2013-04-20 | 1 | -45/+68 |
* | | demux_mkv: move Block header parsing code | wm4 | 2013-04-20 | 1 | -34/+43 |
* | | demux_mkv: split reading blocks and reading packets | wm4 | 2013-04-20 | 1 | -37/+47 |
* | | demux_mkv: move BlockGroup reading code to a separate function | wm4 | 2013-04-20 | 1 | -49/+61 |
* | | demux_mkv: factor block reading | wm4 | 2013-04-20 | 1 | -55/+61 |
* | | demux_mkv: fix streaming clusters | wm4 | 2013-04-20 | 1 | -1/+9 |
* | | demux_mkv: simplify cluster reading code | wm4 | 2013-04-20 | 1 | -32/+24 |
* | | demux_mkv: use normal index data structure even for incomplete files | wm4 | 2013-04-20 | 1 | -84/+63 |
|/ |
|
* | demux_mkv: move preroll subtitle check to the right place | wm4 | 2013-04-04 | 1 | -2/+2 |
* | demux_mkv: try to show current subtitle when seeking | wm4 | 2013-04-04 | 1 | -9/+31 |
* | demux_mkv: fix handling of 0 DisplayWidth/Height | wm4 | 2013-04-04 | 1 | -2/+5 |
* | demux_mkv: don't print non-sense warning on normal EOF | wm4 | 2013-03-30 | 1 | -1/+1 |
* | demux_mkv: improve robustness against broken files | wm4 | 2013-03-28 | 1 | -7/+16 |
* | demux_mkv: fix skipping broken header elements | wm4 | 2013-03-28 | 1 | -1/+1 |
* | demux_mkv: set correct aspect ratio even if DisplayHeight is unset | wm4 | 2013-03-28 | 1 | -2/+4 |
* | demux_mkv: support ALAC | wm4 | 2013-03-15 | 1 | -0/+11 |
* | demux_mkv: Support playing Opus streams in Matroska | Stephen Hutchinson | 2013-03-14 | 1 | -0/+5 |
* | core: use playback time to determine playback percent position | wm4 | 2013-02-26 | 1 | -8/+0 |
* | demux_lavf: remove code duplication | wm4 | 2013-02-10 | 1 | -2/+2 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -5/+6 |
* | demux_mkv: support more formats with V_UNCOMPRESSED | wm4 | 2013-01-30 | 1 | -0/+6 |
* | demux_mkv: support V_UNCOMPRESSED video tracks | wm4 | 2013-01-24 | 1 | -1/+10 |
* | demux_mkv: work around bad OutputSamplingFrequency values | Uoti Urpala | 2013-01-13 | 1 | -0/+8 |
* | audio: improve decoder open failure handling | Uoti Urpala | 2012-12-03 | 1 | -5/+2 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 1 | -10/+10 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -4/+4 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+2558 |