summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
Commit message (Expand)AuthorAgeFilesLines
* demux_mkv: add hack to pass along x264 version to decoderwm42017-12-281-0/+5
* demux: improvements to previous commitswm42017-10-201-1/+0
* demux: ignore false underrun reporting from eia_608 captions decoderAman Gupta2017-10-201-0/+1
* video: add metadata handling for spherical videowm42017-08-211-1/+2
* demux/stheader: change license to LGPLwm42017-05-101-7/+7
* Remove compatibility thingswm42016-12-071-2/+0
* demux: expose demuxer colorimetry metadata to playerNiklas Haas2016-11-081-0/+2
* demux: change fps field to doublewm42016-08-191-1/+1
* video/audio: always provide "proper" timestamps to libavcodecwm42016-08-191-0/+4
* demux: add per-track metadatawm42016-08-121-0/+2
* demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API changewm42016-03-311-0/+2
* demux: merge sh_video/sh_audio/sh_subwm42016-01-121-26/+25
* sub: do charset conversion in demux_lavf.cwm42015-12-281-1/+0
* sub: cache subtitle state per track instead of per demuxer streamwm42015-12-261-1/+0
* video: switch from using display aspect to sample aspectwm42015-12-191-1/+1
* sub: detect charset in demuxerwm42015-12-171-1/+1
* demux: export forced flagwm42015-06-271-0/+1
* demux: merge extradata fieldswm42015-06-211-6/+3
* demux: rename sh_stream.format to sh_stream.codec_tagwm42015-06-211-1/+1
* player: change video-bitrate and audio-bitrate propertieswm42015-04-201-1/+0
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* player: better handling of video with no timestampswm42015-03-201-0/+2
* sub: this isn't needed eitherwm42015-03-031-1/+0
* video: remove redundant codec parameterswm42015-02-241-1/+0
* player: add stream selection by ffmpeg indexwm42014-10-211-0/+2
* demux: fix a commentwm42014-10-121-2/+1
* demux_mkv: get rid of MS structswm42014-09-251-1/+1
* audio: remove WAVEFORMATEX from internal demuxer APIwm42014-09-251-3/+2
* video: remove BITMAPINFOHEADER from internal demuxer APIwm42014-09-251-1/+4
* audio: decouple demux and audio decoder/filter sample formatswm42014-09-241-1/+1
* audio: drop swapped-endian audio formatswm42014-09-231-0/+1
* player: simplistic HLS bitrate selectionwm42014-09-011-0/+1
* video: initial Matroska 3D supportwm42014-08-301-0/+1
* demux: add a demuxer threadwm42014-07-161-1/+0
* demux: make replaygain per-trackwm42014-07-051-0/+1
* audio: rename i_bps to 'bitrate' to avoid confusionMarcoen Hirschberg2014-05-281-2/+2
* audio: change values from bytes-per-second to bits-per-secondMarcoen Hirschberg2014-05-281-2/+2
* demux: export video rotation parameterwm42014-04-211-0/+1
* demux_libass: change how external ASS subtitles are loadedwm42014-03-151-1/+0
* sub: use new FFmpeg API to check MicroDVD FPSwm42014-03-041-1/+2
* sub: handle vobsub-in-mp4wm42014-02-131-0/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* video: add insane hack to work around FFmpeg/Libav insanitywm42013-11-281-0/+1
* Reduce stheader.h includes, move stream types to mp_common.hwm42013-11-231-7/+1
* demux: remove gsh field from sh_audio/sh_video/sh_subwm42013-11-231-7/+3
* video: move decoder context from sh_video into new structwm42013-11-231-43/+8
* audio: don't write decoded audio format to sh_audiowm42013-11-231-2/+0
* audio: move decoder context from sh_audio into new structwm42013-11-231-5/+0
* audio: add support for using non-interleaved audio from decoders directlywm42013-11-121-6/+3
* Remove sh_audio->samplesizewm42013-11-091-1/+0
* demux: rename Windows symbolswm42013-11-021-2/+2
* core: add --deinterlace option, restore it with resume functionalitywm42013-09-131-0/+1
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-281-1/+2
* demux_mkv: never force output sample ratewm42013-07-161-1/+0
* video: unify colorspace setupwm42013-07-151-3/+2
* stheader: minor cleanupwm42013-07-111-5/+0
* core: completely change handling of attached picture pseudo videowm42013-07-111-1/+3
* video: eliminate frametime variablewm42013-07-111-1/+0
* demux: refactorwm42013-07-111-0/+3
* core: don't access demux_stream outside of demux.c, make it privatewm42013-07-111-2/+0
* mplayer: fix incorrect audio sync after format changeswm42013-07-111-1/+0
* core: move code from demux/video.c to mplayer.cwm42013-07-101-4/+0
* audio: remove decoder input bufferwm42013-07-101-5/+0
* demux: remove some more minor unused thingswm42013-07-101-1/+0
* options: remove --ignore-startwm42013-07-081-3/+0
* demux: remove separate arrays for audio/video/sub streams, simplifywm42013-07-081-2/+0
* demux: remove video_read_propertieswm42013-07-081-1/+0
* demux: remove some old stream header functionswm42013-07-081-5/+0
* demux: remove audio parserwm42013-07-081-4/+0
* Remove old demuxerswm42013-07-071-6/+0
* video: add a new method to configure filters and VOswm42013-06-281-2/+0
* sub: prevent subtitle conversion if subs are known UTF-8wm42013-06-251-0/+1
* sub: attempt to use video FPS for frame based subtitle formatswm42013-06-251-0/+1
* subreader: turn into actual demuxerwm42013-06-251-1/+0
* sub: turn subassconvert_ functions into sub converterswm42013-06-031-2/+3
* sub: refactorwm42013-06-011-2/+1
* core: add demux_sub pseudo demuxerwm42013-06-011-0/+1
* Merge branch 'audio_changes'wm42013-05-121-2/+3
|\
| * core: use channel map on demuxer level toowm42013-05-121-2/+3
* | demux: simplify stream ID business, fix issue with cover artwm42013-04-291-3/+2
* | demux: remove some unused sh_video_t fieldswm42013-04-201-4/+0
* | demux: get rid of sh_common_twm42013-04-201-10/+4
* | sub, demux: identify subtitle types with the codec namewm42013-04-201-3/+0
* | demux: remove useless vid/aid/sid fieldswm42013-04-201-3/+0
* | demux: add functions to simplify demuxerswm42013-04-201-0/+1
|/
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlywm42013-02-101-2/+3
* demux_lavf: remove code duplicationwm42013-02-101-1/+1
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-5/+9
* video: decouple internal pixel formats from FourCCswm42013-01-131-0/+1
* video: simplify decoder pixel format handlingwm42013-01-131-1/+0
* core: allow disabling display of "album art" in audio fileswm42012-12-111-1/+2
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+195