| Commit message (Expand) | Author | Age | Files | Lines |
* | build: add preliminary LGPL mode | wm4 | 2017-09-21 | 1 | -9/+7 |
* | video: add metadata handling for spherical video | wm4 | 2017-08-21 | 3 | -1/+66 |
* | demux_lavf: use partial read for AVIOContext.read_packet | wm4 | 2017-08-17 | 1 | -1/+1 |
* | demux_mkv: avoid an error message in a corner case | wm4 | 2017-08-08 | 1 | -0/+1 |
* | {demux_mf,osdep/io}: disable glob usage when it is not available | Jan Ekström | 2017-08-05 | 1 | -0/+2 |
* | demux_lavf: don't free AVFormatContext.key field | wm4 | 2017-07-21 | 1 | -2/+0 |
* | demux_disc: fix bluray subtitle language retrieval | wm4 | 2017-07-16 | 1 | -4/+4 |
* | Replace remaining avcodec_close() calls | wm4 | 2017-07-16 | 1 | -5/+1 |
* | demux_lavf: remove --demuxer-lavf-cryptokey option | wm4 | 2017-07-06 | 1 | -5/+0 |
* | demux_lavf: potentially fix --demuxer-lavf-cryptokey | wm4 | 2017-07-06 | 1 | -21/+3 |
* | demux/demux: avoid redundant condition | Raúl Peñacoba | 2017-07-01 | 1 | -1/+1 |
* | build: replace glob() check and assume it's always in POSIX | wm4 | 2017-06-29 | 1 | -2/+0 |
* | demux_raw: change license to LGPL | wm4 | 2017-06-24 | 1 | -8/+7 |
* | demux_mf, stream_mf: change license to LGPL | wm4 | 2017-06-24 | 1 | -7/+13 |
* | demux_mkv: fix broken initializer | wm4 | 2017-06-23 | 1 | -1/+1 |
* | demux_mkv: Fix warnings. | Rudolf Polzer | 2017-06-23 | 1 | -40/+43 |
* | demux_mkv: Fix "max_cll" warning. | Rudolf Polzer | 2017-06-22 | 1 | -1/+2 |
* | demux_tv.c: add missing copyright header | wm4 | 2017-06-21 | 1 | -0/+22 |
* | demux: change license to LGPL | wm4 | 2017-06-20 | 2 | -14/+14 |
* | demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTH | wm4 | 2017-06-20 | 11 | -147/+51 |
* | demux: replace custom return codes with CONTROL_ ones | wm4 | 2017-06-19 | 9 | -41/+36 |
* | vd: use ST.2086 / HDR10 MaxCLL in addition to mastering metadata | Niklas Haas | 2017-06-18 | 1 | -1/+6 |
* | video: refactor HDR implementation | Niklas Haas | 2017-06-18 | 1 | -1/+1 |
* | Drop/move img_fourcc.h | wm4 | 2017-06-18 | 3 | -25/+11 |
* | demux_lavf: change license to LGPL (almost) | wm4 | 2017-06-16 | 1 | -3/+4 |
* | demux_lavf: by default probe info for HLS again | wm4 | 2017-06-12 | 1 | -1/+1 |
* | demux_lavf: disable various other special behavior if hacks disabled | wm4 | 2017-06-07 | 1 | -1/+2 |
* | demux_mkv: remove incorrect comment | wm4 | 2017-06-03 | 1 | -1/+0 |
* | demux_mkv: support FFmpeg A_MS/ACM extensions | wm4 | 2017-06-03 | 2 | -9/+44 |
* | demux_mkv: vp9 alpha, second try | wm4 | 2017-05-30 | 1 | -1/+4 |
* | demux_mkv: fix alpha with vp9 + libvpx | wm4 | 2017-05-30 | 1 | -0/+3 |
* | demux_raw: drop "mp-rawvideo" use | wm4 | 2017-05-20 | 1 | -2/+17 |
* | demux_mkv: read headers at the end of the file sorted by position | wm4 | 2017-05-15 | 1 | -6/+30 |
* | demux/stheader: change license to LGPL | wm4 | 2017-05-10 | 1 | -7/+7 |
* | demux/packet: change license to LGPL | wm4 | 2017-04-21 | 2 | -14/+15 |
* | ebml, matroska.h: change license to LGPL | wm4 | 2017-04-21 | 3 | -21/+21 |
* | demux_mkv: mention non-LGPL code | wm4 | 2017-04-21 | 1 | -0/+2 |
* | demux_mkv: change license to LGPL | wm4 | 2017-04-21 | 1 | -7/+9 |
* | codec_tags: minor simplification | wm4 | 2017-04-18 | 1 | -14/+10 |
* | codec_tags: remove some more leftovers | wm4 | 2017-04-18 | 1 | -5/+0 |
* | demux: estimate total packet size, deprecate packet number limits | wm4 | 2017-04-14 | 3 | -4/+32 |
* | demux_lavf: disable half-working mp4 edit list support in libavcodec | wm4 | 2017-04-07 | 1 | -1/+5 |
* | demux_cue: include io.h for Windows UTF-8 filesystem functions | wm4 | 2017-04-04 | 1 | -0/+2 |
* | demux_lavf: get total duration from per-track durations as fallback | wm4 | 2017-03-01 | 1 | -2/+19 |
* | demux_lavf: skip avformat_find_stream_info() for some formats | wm4 | 2017-02-23 | 1 | -5/+17 |
* | Use AV_INPUT_BUFFER_PADDING_SIZE instead of deprecated one | wang-bin | 2017-02-08 | 2 | -2/+2 |
* | demux_edl: fix behavior with no init segment provided | wm4 | 2017-02-05 | 1 | -0/+6 |
* | demux_timeline: more silencing | wm4 | 2017-02-04 | 1 | -1/+1 |
* | demux: try not to read packets when cancelled | wm4 | 2017-02-04 | 1 | -1/+3 |
* | ytdl_hook, edl: implement pseudo-DASH support | wm4 | 2017-02-04 | 6 | -64/+227 |
* | demux_timeline: move code around | wm4 | 2017-02-04 | 1 | -41/+41 |
* | player: different way to auto-enable the demuxer cache | wm4 | 2017-02-02 | 3 | -6/+11 |
* | stream: get rid of streamtype enum | wm4 | 2017-02-02 | 7 | -19/+38 |
* | stream: better method signal caching, rename weird uncached_stream field | wm4 | 2017-02-02 | 1 | -3/+2 |
* | demux_tv: free the correct field instead of creating dangling pointer | wm4 | 2017-02-02 | 1 | -1/+1 |
* | demux_mkv: passthrough BlockAdditions for libvpx alpha | wm4 | 2017-01-31 | 3 | -1/+48 |
* | demux_mkv: any reference makes a frame not a keyframe | wm4 | 2017-01-31 | 1 | -2/+1 |
* | cue: accept lower-case cue commands | wm4 | 2017-01-24 | 1 | -1/+1 |
* | build: replace some FFmpeg API checks with version checks | wm4 | 2017-01-24 | 1 | -1/+1 |
* | player: remove --stream-capture option/property | wm4 | 2017-01-21 | 2 | -29/+13 |
* | player: actually let cache readahead after opening demuxer for prefetch | wm4 | 2017-01-19 | 2 | -1/+3 |
* | player: change aspects of cover art handling | wm4 | 2017-01-10 | 1 | -1/+17 |
* | demux: rename a function | wm4 | 2017-01-10 | 1 | -3/+7 |
* | demux: uninline ds_get_packets() | wm4 | 2017-01-10 | 1 | -27/+22 |
* | demux_mkv: ebml: turn an int shift into int64 | wm4 | 2017-01-09 | 1 | -1/+1 |
* | demux_mkv: trust keyframe flags for TrueHD | wm4 | 2016-12-20 | 1 | -1/+2 |
* | demux_mkv: fix seeking in some broken files | wm4 | 2016-12-19 | 1 | -1/+16 |
* | Remove compatibility things | wm4 | 2016-12-07 | 2 | -28/+2 |
* | demux, stream: add option to prevent opening referenced files | wm4 | 2016-12-04 | 9 | -3/+39 |
* | demux_lavf: blacklist ffm (ffserver) | wm4 | 2016-12-04 | 1 | -0/+2 |
* | demux_mkv: distinguish mp2 and mp3 | wm4 | 2016-11-23 | 1 | -2/+4 |
* | demux_timeline: always signal new segment after a seek | wm4 | 2016-11-09 | 1 | -3/+1 |
* | demux: expose demuxer colorimetry metadata to player | Niklas Haas | 2016-11-08 | 2 | -0/+3 |
* | demux_mkv: parse colorimetry metadata | Niklas Haas | 2016-11-08 | 1 | -0/+39 |
* | demux: improve buffer estimation in a corner case | wm4 | 2016-11-01 | 1 | -3/+4 |
* | demux_mkv: fix ordered chapter sources with ordered editions | Uoti Urpala | 2016-10-22 | 2 | -13/+18 |
* | demux_mkv: don't recursively resolve timeline for opened reference files | wm4 | 2016-10-22 | 3 | -10/+14 |
* | demux: don't try to refresh unselected streams | wm4 | 2016-10-21 | 1 | -1/+1 |
* | demux_lavf: set title on hearing and visual impaired tracks | Aman Gupta | 2016-10-20 | 1 | -0/+4 |
* | demux_lavf: don't accidentally enable edit list crap on Libav | wm4 | 2016-10-18 | 1 | -1/+2 |
* | demux_lavf: "support" mov edit lists and log errors if used | wm4 | 2016-10-18 | 1 | -0/+4 |
* | player: fix instant subtitle refresh on track switches | wm4 | 2016-09-24 | 1 | -4/+6 |
* | stream, demux, config: remove some dead/unneeded option-related code | wm4 | 2016-09-09 | 1 | -1/+0 |
* | tv: remove weird option parsing stuff | wm4 | 2016-09-09 | 1 | -6/+14 |
* | demux: do not access global options | wm4 | 2016-09-06 | 7 | -66/+137 |
* | input, demux_tv: remove some older option access methods | wm4 | 2016-09-06 | 1 | -2/+2 |
* | demux_mkv: don't crash if --ordered-chapters-files fails | wm4 | 2016-09-06 | 1 | -1/+1 |
* | demux: close underlying stream if it's fully read anyway | wm4 | 2016-08-26 | 3 | -3/+34 |
* | player: don't directly access demuxer->stream | wm4 | 2016-08-26 | 2 | -0/+3 |
* | demux: demote packet queue overflow to a warning | wm4 | 2016-08-22 | 1 | -3/+3 |
* | demux: change fps field to double | wm4 | 2016-08-19 | 1 | -1/+1 |
* | video/audio: always provide "proper" timestamps to libavcodec | wm4 | 2016-08-19 | 4 | -0/+11 |
* | demux_lavf: don't report start time for ogg | wm4 | 2016-08-18 | 1 | -2/+6 |
* | demux: fix undefined behavior with ogg metadata update | wm4 | 2016-08-16 | 1 | -1/+1 |
* | demux: minor cleanup to replaygain error handling | wm4 | 2016-08-13 | 1 | -12/+9 |
* | demux: make ALBUM replaygain tags optional | wm4 | 2016-08-13 | 1 | -3/+7 |
* | audio: log replaygain values in af_volume instead demuxer | wm4 | 2016-08-13 | 1 | -6/+1 |
* | demux: add per-track metadata | wm4 | 2016-08-12 | 5 | -59/+143 |
* | demux: do not add packets between refresh seek requested and done | wm4 | 2016-08-08 | 1 | -1/+1 |
* | demux_timeline: enable refresh seeks in some situations | wm4 | 2016-08-07 | 1 | -0/+5 |
* | demux: make refresh seek handling more generic | wm4 | 2016-08-06 | 4 | -19/+34 |
* | demux: fix a minor race condition | wm4 | 2016-08-06 | 1 | -10/+12 |
* | player: improve instant track switching | wm4 | 2016-08-06 | 4 | -63/+75 |
* | audio: use --audio-channels=auto behavior, except on ALSA | wm4 | 2016-08-04 | 1 | -4/+13 |
* | demux_raw: s16be support was missing due to small typo | Eric Toombs | 2016-07-30 | 1 | -1/+1 |
* | demux_lavf: remove subtitle seeking special-case | wm4 | 2016-07-24 | 1 | -22/+7 |
* | libarchive: unify entry iteration between stream/demux layers | wm4 | 2016-07-18 | 1 | -16/+3 |
* | demux_timeline: restore mkv edition switching | wm4 | 2016-07-14 | 1 | -0/+3 |
* | demux_mkv: support Matroska webvtt | wm4 | 2016-06-14 | 1 | -0/+1 |
* | demux_lavf: assume fully read files (subtitles) are always seekable | wm4 | 2016-06-08 | 1 | -0/+1 |
* | demux: fix memory leak when loading of ordered chapter file is aborted | wm4 | 2016-06-07 | 1 | -0/+1 |
* | demux_edl: adjust warnings and variable names | wm4 | 2016-05-23 | 1 | -14/+14 |
* | demux_mkv: better resync behavior for broken google-created webms | wm4 | 2016-05-21 | 1 | -0/+2 |
* | demux_playlist: recognize m3u8 as playlist extension | wm4 | 2016-05-17 | 1 | -2/+9 |
* | demux_lavf: fix a minor memory leak | wm4 | 2016-05-08 | 1 | -1/+5 |
* | demux_playlist: read directories recursive | wm4 | 2016-04-18 | 1 | -17/+57 |
* | demux_mkv: fix seeking with files that miss the first index entry | wm4 | 2016-04-12 | 1 | -3/+6 |
* | demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API change | wm4 | 2016-03-31 | 2 | -2/+18 |
* | demux_lavf: remove old MicroDVD frame timing guessing | wm4 | 2016-03-31 | 1 | -6/+1 |
* | demux_lavf: remove some old framerate guessing | wm4 | 2016-03-31 | 1 | -14/+1 |
* | Revert "demux_mkv: don't trust DefaultDuration for audio" | wm4 | 2016-03-30 | 1 | -3/+5 |
* | cache: use a single STREAM_CTRL for various cache info | wm4 | 2016-03-29 | 1 | -26/+8 |
* | demux_timeline: request subtitle prefetching on crossing segments | wm4 | 2016-03-25 | 1 | -1/+1 |
* | demux_timeline: skip decoder reinit when seeking to same segment | wm4 | 2016-03-17 | 1 | -5/+3 |
* | demux: remove pausing mechanism | wm4 | 2016-03-10 | 1 | -43/+22 |
* | demux: replace demux_pause/demux_unpause with demux_run_on_thread | wm4 | 2016-03-09 | 2 | -16/+43 |
* | demux: delay bitrate calculation on packets with unknown timestamps | wm4 | 2016-03-05 | 1 | -2/+2 |
* | demux_null: fix segfault with --cache enabled | wm4 | 2016-03-05 | 1 | -1/+1 |
* | demux_mkv: correctly export unknown packet durations | wm4 | 2016-03-05 | 1 | -2/+3 |
* | demux: add null demuxer | wm4 | 2016-03-04 | 2 | -0/+36 |
* | demux_timeline: set correct seekable flags | wm4 | 2016-03-03 | 2 | -2/+2 |
* | demux_lavf: don't copy cover art picture | wm4 | 2016-03-03 | 1 | -2/+2 |
* | Revert "demux_mkv: pretend waveext channel layouts by default" | wm4 | 2016-03-02 | 1 | -1/+1 |
* | demux_mkv: pretend waveext channel layouts by default | wm4 | 2016-02-29 | 1 | -1/+1 |
* | demux: remove relative seeking | wm4 | 2016-02-28 | 8 | -102/+40 |
* | demux_timeline: slightly improve reported file format | wm4 | 2016-02-25 | 1 | -1/+3 |
* | demux: avoid lost wakeup on queue overflow | wm4 | 2016-02-24 | 1 | -1/+6 |
* | demux_mkv: don't trust DefaultDuration for audio | wm4 | 2016-02-24 | 1 | -5/+3 |
* | demux_mkv: fix opus gapless behavior (2) | wm4 | 2016-02-22 | 1 | -2/+2 |
* | demux_lavf: adjust seeks by maximum codec delay | wm4 | 2016-02-22 | 1 | -0/+8 |
* | demux_mkv: add hack to fix opus gapless behavior | wm4 | 2016-02-21 | 1 | -0/+6 |
* | demux_timeline: fix nested timelines | wm4 | 2016-02-20 | 2 | -1/+4 |
* | demux_timeline: cosmetics: move a function | wm4 | 2016-02-16 | 1 | -26/+24 |
* | demux_timeline: disable cache for inactive segments | wm4 | 2016-02-16 | 1 | -0/+8 |
* | Rewrite ordered chapters and timeline stuff | wm4 | 2016-02-15 | 5 | -2/+418 |
* | packet: cosmetics: reorder fields | wm4 | 2016-02-15 | 1 | -4/+8 |
* | demux_mkv: support channel layout in VfW muxed PCM | wm4 | 2016-02-14 | 1 | -1/+7 |
* | demux: reduce verbosity | wm4 | 2016-02-11 | 1 | -2/+3 |
* | demux_mf: only use glob() if it is available | Jan Ekström | 2016-02-10 | 1 | -0/+2 |
* | demux_mkv: allow negative timestamps | wm4 | 2016-01-27 | 1 | -18/+20 |
* | Relicense some non-MPlayer source files to LGPL 2.1 or later | wm4 | 2016-01-19 | 10 | -88/+70 |
* | demux: remove a minor difference between threaded/unthreaded modes | wm4 | 2016-01-19 | 1 | -2/+2 |
* | demux: fix leaking closed captions packets with unselected sub stream | wm4 | 2016-01-19 | 1 | -6/+6 |
* | vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decoding | Aman Gupta | 2016-01-18 | 2 | -0/+26 |
* | demux: disable stream cache if no tracks are selected | wm4 | 2016-01-18 | 1 | -0/+8 |
* | demux: remove unused function | wm4 | 2016-01-18 | 2 | -15/+0 |
* | demux: fix interleaved subtitle reading in unthreaded mode | wm4 | 2016-01-18 | 1 | -16/+17 |
* | demux: unify codepaths for threaded/unthreaded track switching | wm4 | 2016-01-18 | 1 | -10/+8 |
* | demux: remove unused flag | wm4 | 2016-01-18 | 1 | -1/+0 |
* | sub: fix memory leaks | wm4 | 2016-01-18 | 1 | -0/+2 |
* | demux_lavf: update metadata with information from AV_PROGRAM on switch. | Oliver Freyermuth | 2016-01-14 | 1 | -0/+6 |
* | demux_lavf: fix charset conversion with UTF-16 subtitles | wm4 | 2016-01-12 | 1 | -5/+6 |
* | demux: merge sh_video/sh_audio/sh_sub | wm4 | 2016-01-12 | 11 | -179/+165 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 8 | -8/+8 |
* | player: eliminate demux_get_next_pts() | wm4 | 2016-01-11 | 2 | -17/+0 |
* | demux_lavf: re-enable codepage autodetection for .ass | fwr | 2016-01-04 | 1 | -2/+1 |
* | demux_mkv: skip EBML void elements | Kagami Hiiragi | 2015-12-29 | 1 | -1/+1 |
* | sub: change how subtitles are read | wm4 | 2015-12-29 | 1 | -6/+28 |
* | sub: do charset conversion in demux_lavf.c | wm4 | 2015-12-28 | 2 | -14/+19 |
* | demux_lavf: prepare for using wrapper stream instance | wm4 | 2015-12-28 | 1 | -14/+20 |
* | demux_mkv: adjust subtitle preroll defaults | wm4 | 2015-12-27 | 1 | |