| Commit message (Expand) | Author | Age | Files | Lines |
* | demux, player: fix playback of sparse video streams (w/ still images) | Aman Gupta | 2018-05-24 | 1 | -0/+1 |
* | demux, player: mark dependent tracks | Aman Gupta | 2018-04-17 | 1 | -0/+1 |
* | demux_mkv: add hack to pass along x264 version to decoder | wm4 | 2017-12-28 | 1 | -0/+5 |
* | demux: improvements to previous commits | wm4 | 2017-10-20 | 1 | -1/+0 |
* | demux: ignore false underrun reporting from eia_608 captions decoder | Aman Gupta | 2017-10-20 | 1 | -0/+1 |
* | video: add metadata handling for spherical video | wm4 | 2017-08-21 | 1 | -1/+2 |
* | demux/stheader: change license to LGPL | wm4 | 2017-05-10 | 1 | -7/+7 |
* | Remove compatibility things | wm4 | 2016-12-07 | 1 | -2/+0 |
* | demux: expose demuxer colorimetry metadata to player | Niklas Haas | 2016-11-08 | 1 | -0/+2 |
* | 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 | 1 | -0/+4 |
* | demux: add per-track metadata | wm4 | 2016-08-12 | 1 | -0/+2 |
* | demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API change | wm4 | 2016-03-31 | 1 | -0/+2 |
* | demux: merge sh_video/sh_audio/sh_sub | wm4 | 2016-01-12 | 1 | -26/+25 |
* | sub: do charset conversion in demux_lavf.c | wm4 | 2015-12-28 | 1 | -1/+0 |
* | sub: cache subtitle state per track instead of per demuxer stream | wm4 | 2015-12-26 | 1 | -1/+0 |
* | video: switch from using display aspect to sample aspect | wm4 | 2015-12-19 | 1 | -1/+1 |
* | sub: detect charset in demuxer | wm4 | 2015-12-17 | 1 | -1/+1 |
* | demux: export forced flag | wm4 | 2015-06-27 | 1 | -0/+1 |
* | demux: merge extradata fields | wm4 | 2015-06-21 | 1 | -6/+3 |
* | demux: rename sh_stream.format to sh_stream.codec_tag | wm4 | 2015-06-21 | 1 | -1/+1 |
* | player: change video-bitrate and audio-bitrate properties | wm4 | 2015-04-20 | 1 | -1/+0 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | player: better handling of video with no timestamps | wm4 | 2015-03-20 | 1 | -0/+2 |
* | sub: this isn't needed either | wm4 | 2015-03-03 | 1 | -1/+0 |
* | video: remove redundant codec parameters | wm4 | 2015-02-24 | 1 | -1/+0 |
* | player: add stream selection by ffmpeg index | wm4 | 2014-10-21 | 1 | -0/+2 |
* | demux: fix a comment | wm4 | 2014-10-12 | 1 | -2/+1 |
* | demux_mkv: get rid of MS structs | wm4 | 2014-09-25 | 1 | -1/+1 |
* | audio: remove WAVEFORMATEX from internal demuxer API | wm4 | 2014-09-25 | 1 | -3/+2 |
* | video: remove BITMAPINFOHEADER from internal demuxer API | wm4 | 2014-09-25 | 1 | -1/+4 |
* | audio: decouple demux and audio decoder/filter sample formats | wm4 | 2014-09-24 | 1 | -1/+1 |
* | audio: drop swapped-endian audio formats | wm4 | 2014-09-23 | 1 | -0/+1 |
* | player: simplistic HLS bitrate selection | wm4 | 2014-09-01 | 1 | -0/+1 |
* | video: initial Matroska 3D support | wm4 | 2014-08-30 | 1 | -0/+1 |
* | demux: add a demuxer thread | wm4 | 2014-07-16 | 1 | -1/+0 |
* | demux: make replaygain per-track | wm4 | 2014-07-05 | 1 | -0/+1 |
* | audio: rename i_bps to 'bitrate' to avoid confusion | Marcoen Hirschberg | 2014-05-28 | 1 | -2/+2 |
* | audio: change values from bytes-per-second to bits-per-second | Marcoen Hirschberg | 2014-05-28 | 1 | -2/+2 |
* | demux: export video rotation parameter | wm4 | 2014-04-21 | 1 | -0/+1 |
* | demux_libass: change how external ASS subtitles are loaded | wm4 | 2014-03-15 | 1 | -1/+0 |
* | sub: use new FFmpeg API to check MicroDVD FPS | wm4 | 2014-03-04 | 1 | -1/+2 |
* | sub: handle vobsub-in-mp4 | wm4 | 2014-02-13 | 1 | -0/+1 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | video: add insane hack to work around FFmpeg/Libav insanity | wm4 | 2013-11-28 | 1 | -0/+1 |
* | 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 | 1 | -7/+3 |
* | video: move decoder context from sh_video into new struct | wm4 | 2013-11-23 | 1 | -43/+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 |
* | audio: add support for using non-interleaved audio from decoders directly | wm4 | 2013-11-12 | 1 | -6/+3 |
* | Remove sh_audio->samplesize | wm4 | 2013-11-09 | 1 | -1/+0 |
* | demux: rename Windows symbols | wm4 | 2013-11-02 | 1 | -2/+2 |
* | core: add --deinterlace option, restore it with resume functionality | wm4 | 2013-09-13 | 1 | -0/+1 |
* | vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel API | wm4 | 2013-07-28 | 1 | -1/+2 |
* | demux_mkv: never force output sample rate | wm4 | 2013-07-16 | 1 | -1/+0 |
* | video: unify colorspace setup | wm4 | 2013-07-15 | 1 | -3/+2 |
* | stheader: minor cleanup | wm4 | 2013-07-11 | 1 | -5/+0 |
* | core: completely change handling of attached picture pseudo video | wm4 | 2013-07-11 | 1 | -1/+3 |
* | video: eliminate frametime variable | wm4 | 2013-07-11 | 1 | -1/+0 |
* | demux: refactor | wm4 | 2013-07-11 | 1 | -0/+3 |
* | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 | 1 | -2/+0 |
* | mplayer: fix incorrect audio sync after format changes | wm4 | 2013-07-11 | 1 | -1/+0 |
* | core: move code from demux/video.c to mplayer.c | wm4 | 2013-07-10 | 1 | -4/+0 |
* | audio: remove decoder input buffer | wm4 | 2013-07-10 | 1 | -5/+0 |
* | demux: remove some more minor unused things | wm4 | 2013-07-10 | 1 | -1/+0 |
* | options: remove --ignore-start | wm4 | 2013-07-08 | 1 | -3/+0 |
* | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 | 1 | -2/+0 |
* | demux: remove video_read_properties | wm4 | 2013-07-08 | 1 | -1/+0 |
* | demux: remove some old stream header functions | wm4 | 2013-07-08 | 1 | -5/+0 |
* | demux: remove audio parser | wm4 | 2013-07-08 | 1 | -4/+0 |
* | Remove old demuxers | wm4 | 2013-07-07 | 1 | -6/+0 |
* | video: add a new method to configure filters and VOs | wm4 | 2013-06-28 | 1 | -2/+0 |
* | sub: prevent subtitle conversion if subs are known UTF-8 | wm4 | 2013-06-25 | 1 | -0/+1 |
* | sub: attempt to use video FPS for frame based subtitle formats | wm4 | 2013-06-25 | 1 | -0/+1 |
* | subreader: turn into actual demuxer | wm4 | 2013-06-25 | 1 | -1/+0 |
* | sub: turn subassconvert_ functions into sub converters | wm4 | 2013-06-03 | 1 | -2/+3 |
* | sub: refactor | wm4 | 2013-06-01 | 1 | -2/+1 |
* | core: add demux_sub pseudo demuxer | wm4 | 2013-06-01 | 1 | -0/+1 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 1 | -2/+3 |
|\ |
|
| * | core: use channel map on demuxer level too | wm4 | 2013-05-12 | 1 | -2/+3 |
* | | demux: simplify stream ID business, fix issue with cover art | wm4 | 2013-04-29 | 1 | -3/+2 |
* | | demux: remove some unused sh_video_t fields | wm4 | 2013-04-20 | 1 | -4/+0 |
* | | demux: get rid of sh_common_t | wm4 | 2013-04-20 | 1 | -10/+4 |
* | | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 | 1 | -3/+0 |
* | | demux: remove useless vid/aid/sid fields | wm4 | 2013-04-20 | 1 | -3/+0 |
* | | demux: add functions to simplify demuxers | wm4 | 2013-04-20 | 1 | -0/+1 |
|/ |
|
* | demux_lavf, ad_lavc, vd_lavc: pass codec header data directly | wm4 | 2013-02-10 | 1 | -2/+3 |
* | demux_lavf: remove code duplication | wm4 | 2013-02-10 | 1 | -1/+1 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -5/+9 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 1 | -0/+1 |
* | video: simplify decoder pixel format handling | wm4 | 2013-01-13 | 1 | -1/+0 |
* | core: allow disabling display of "album art" in audio files | wm4 | 2012-12-11 | 1 | -1/+2 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+195 |