aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_lavf.c
Commit message (Expand)AuthorAge
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* demux: simplify handling of filepos fieldGravatar wm42013-11-16
* demux_lavf: remove broken and commented byte based seeksGravatar wm42013-11-16
* demux: make determining seek capability genericGravatar wm42013-11-03
* demux: remove movi_start/movi_end fieldsGravatar wm42013-11-03
* Enable -WshadowGravatar wm42013-11-01
* talloc: change talloc destructor signatureGravatar wm42013-10-13
* network: fix rtsp playbackGravatar wm42013-09-22
* demux: retrieve per-chapter metadataGravatar wm42013-09-08
* demux_lavf: workaround for broken libavformat subtitle seekingGravatar wm42013-09-07
* demux: remove unused audio_delay parameter from demux_seek()Gravatar wm42013-08-22
* demux_lavf: blacklist "tty" libavformat demuxerGravatar wm42013-08-07
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* demux_lavf: make avio buffer configurableGravatar wm42013-08-04
* demux_lavf: fix API usageGravatar wm42013-08-04
* options: simplify --correct-pts handlingGravatar wm42013-07-26
* demux_lavf: set keyframe flag on attached picturesGravatar wm42013-07-24
* demux_lavf: add terrible hack to make DVD playback just workGravatar wm42013-07-14
* demux: assume correct-pts mode by defaultGravatar wm42013-07-12
* demux: remove useless author/comment fieldsGravatar wm42013-07-12
* demux: rewrite probing and demuxer initializationGravatar wm42013-07-12
* demux: change signature of open functions, cleanupsGravatar wm42013-07-11
* core: completely change handling of attached picture pseudo videoGravatar wm42013-07-11
* demux_lavf: do stream selection centrallyGravatar wm42013-07-11
* demux: improve DVD sub auto-selection hackGravatar wm42013-07-11
* demux_lavf: use AVDISCARD_DEFAULT instead of AVDISCARD_NONEGravatar wm42013-07-11
* video: eliminate frametime variableGravatar wm42013-07-11
* core: don't access demux_stream outside of demux.c, make it privateGravatar wm42013-07-11
* demux_lavf: different hack for DVD sub autoselection hackGravatar wm42013-07-11
* demux: remove separate arrays for audio/video/sub streams, simplifyGravatar wm42013-07-08
* Remove old demuxersGravatar wm42013-07-07
* demux_lavf: add one more AAC mimetypeGravatar wm42013-06-25
* demux_lavf: use stream_peek() instead of read/unreadGravatar wm42013-06-25
* Merge branch 'cache_new'Gravatar wm42013-06-16
|\
| * stream: remove stream_reset()Gravatar wm42013-06-16
| * demux_lavf: change probing, use stream_unread_buffer()Gravatar wm42013-06-16
* | demux_lavf: show metadata for OGG audio filesGravatar wm42013-06-15
|/
* demux_lavf: always set packet durationGravatar wm42013-06-03
* demuxer_lavf: use audio/mpeg mime type for mp3Gravatar wm42013-05-27
* demux_lavf: minimal probing and reduced analyzeduration for AAC over HTTPGravatar wm42013-05-27
* options: add allow-mimetype suboption for demux_lavfGravatar wm42013-05-27
* demux_lavf: print how many bytes are read by avformat_find_stream_info()Gravatar wm42013-05-26
* demux_lavf: workaround minor ffmpeg memory leakGravatar wm42013-05-21
* Merge branch 'audio_changes'Gravatar wm42013-05-12
|\
| * core: use channel map on demuxer level tooGravatar wm42013-05-12
* | demux_lavf: use demuxer ID for transport streamsGravatar wm42013-05-05
* | demux_lavf: fix DEMUXER_CTRL_RESYNCGravatar wm42013-05-05
* | demux_lavf: set stream_ptsGravatar wm42013-05-05
* | demux_lavf: fix subtitle seeking before start of the fileGravatar wm42013-04-21
* | sub, demux: identify subtitle types with the codec nameGravatar wm42013-04-20