aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/stheader.h
Commit message (Expand)AuthorAge
...
* 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
* sub: turn subassconvert_ functions into sub convertersGravatar wm42013-06-03
* sub: refactorGravatar wm42013-06-01
* core: add demux_sub pseudo demuxerGravatar wm42013-06-01
* Merge branch 'audio_changes'Gravatar wm42013-05-12
|\
| * core: use channel map on demuxer level tooGravatar wm42013-05-12
* | demux: simplify stream ID business, fix issue with cover artGravatar wm42013-04-29
* | demux: remove some unused sh_video_t fieldsGravatar wm42013-04-20
* | demux: get rid of sh_common_tGravatar wm42013-04-20
* | sub, demux: identify subtitle types with the codec nameGravatar wm42013-04-20
* | demux: remove useless vid/aid/sid fieldsGravatar wm42013-04-20
* | demux: add functions to simplify demuxersGravatar wm42013-04-20
|/
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlyGravatar wm42013-02-10
* demux_lavf: remove code duplicationGravatar wm42013-02-10
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* video: simplify decoder pixel format handlingGravatar wm42013-01-13
* core: allow disabling display of "album art" in audio filesGravatar wm42012-12-11
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12