aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/stheader.h
Commit message (Expand)AuthorAge
* player: add stream selection by ffmpeg indexGravatar wm42014-10-21
* demux: fix a commentGravatar wm42014-10-12
* demux_mkv: get rid of MS structsGravatar wm42014-09-25
* audio: remove WAVEFORMATEX from internal demuxer APIGravatar wm42014-09-25
* video: remove BITMAPINFOHEADER from internal demuxer APIGravatar wm42014-09-25
* audio: decouple demux and audio decoder/filter sample formatsGravatar wm42014-09-24
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* player: simplistic HLS bitrate selectionGravatar wm42014-09-01
* video: initial Matroska 3D supportGravatar wm42014-08-30
* demux: add a demuxer threadGravatar wm42014-07-16
* demux: make replaygain per-trackGravatar wm42014-07-05
* audio: rename i_bps to 'bitrate' to avoid confusionGravatar Marcoen Hirschberg2014-05-28
* audio: change values from bytes-per-second to bits-per-secondGravatar Marcoen Hirschberg2014-05-28
* demux: export video rotation parameterGravatar wm42014-04-21
* demux_libass: change how external ASS subtitles are loadedGravatar wm42014-03-15
* sub: use new FFmpeg API to check MicroDVD FPSGravatar wm42014-03-04
* sub: handle vobsub-in-mp4Gravatar wm42014-02-13
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* video: add insane hack to work around FFmpeg/Libav insanityGravatar wm42013-11-28
* Reduce stheader.h includes, move stream types to mp_common.hGravatar wm42013-11-23
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* video: move decoder context from sh_video into new structGravatar wm42013-11-23
* audio: don't write decoded audio format to sh_audioGravatar wm42013-11-23
* audio: move decoder context from sh_audio into new structGravatar wm42013-11-23
* audio: add support for using non-interleaved audio from decoders directlyGravatar wm42013-11-12
* Remove sh_audio->samplesizeGravatar wm42013-11-09
* demux: rename Windows symbolsGravatar wm42013-11-02
* core: add --deinterlace option, restore it with resume functionalityGravatar wm42013-09-13
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* demux_mkv: never force output sample rateGravatar wm42013-07-16
* video: unify colorspace setupGravatar wm42013-07-15
* stheader: minor cleanupGravatar wm42013-07-11
* core: completely change handling of attached picture pseudo videoGravatar wm42013-07-11
* video: eliminate frametime variableGravatar wm42013-07-11
* demux: refactorGravatar wm42013-07-11
* core: don't access demux_stream outside of demux.c, make it privateGravatar wm42013-07-11
* mplayer: fix incorrect audio sync after format changesGravatar wm42013-07-11
* core: move code from demux/video.c to mplayer.cGravatar wm42013-07-10
* audio: remove decoder input bufferGravatar wm42013-07-10
* demux: remove some more minor unused thingsGravatar wm42013-07-10
* options: remove --ignore-startGravatar wm42013-07-08
* demux: remove separate arrays for audio/video/sub streams, simplifyGravatar wm42013-07-08
* demux: remove video_read_propertiesGravatar wm42013-07-08
* demux: remove some old stream header functionsGravatar wm42013-07-08
* demux: remove audio parserGravatar wm42013-07-08
* Remove old demuxersGravatar wm42013-07-07
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* sub: prevent subtitle conversion if subs are known UTF-8Gravatar wm42013-06-25
* sub: attempt to use video FPS for frame based subtitle formatsGravatar wm42013-06-25
* subreader: turn into actual demuxerGravatar wm42013-06-25