summaryrefslogtreecommitdiffstats
path: root/demux/demux_lavf.c
Commit message (Expand)AuthorAgeFilesLines
* demux: remove gsh field from sh_audio/sh_video/sh_subwm42013-11-231-2/+2
* demux: simplify handling of filepos fieldwm42013-11-161-3/+1
* demux_lavf: remove broken and commented byte based seekswm42013-11-161-40/+0
* demux: make determining seek capability genericwm42013-11-031-5/+6
* demux: remove movi_start/movi_end fieldswm42013-11-031-6/+6
* Enable -Wshadowwm42013-11-011-1/+1
* talloc: change talloc destructor signaturewm42013-10-131-2/+1
* network: fix rtsp playbackwm42013-09-221-1/+22
* demux: retrieve per-chapter metadatawm42013-09-081-1/+6
* demux_lavf: workaround for broken libavformat subtitle seekingwm42013-09-071-4/+23
* demux: remove unused audio_delay parameter from demux_seek()wm42013-08-221-4/+3
* demux_lavf: blacklist "tty" libavformat demuxerv0.1.0wm42013-08-071-1/+16
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-6/+6
* demux_lavf: make avio buffer configurablewm42013-08-041-6/+8
* demux_lavf: fix API usagewm42013-08-041-2/+10
* options: simplify --correct-pts handlingwm42013-07-261-1/+1
* demux_lavf: set keyframe flag on attached pictureswm42013-07-241-0/+1
* demux_lavf: add terrible hack to make DVD playback just workwm42013-07-141-8/+85
* demux: assume correct-pts mode by defaultwm42013-07-121-2/+0
* demux: remove useless author/comment fieldswm42013-07-121-4/+1
* demux: rewrite probing and demuxer initializationwm42013-07-121-9/+9
* demux: change signature of open functions, cleanupswm42013-07-111-24/+24
* core: completely change handling of attached picture pseudo videowm42013-07-111-5/+8
* demux_lavf: do stream selection centrallywm42013-07-111-12/+13
* demux: improve DVD sub auto-selection hackwm42013-07-111-16/+4
* demux_lavf: use AVDISCARD_DEFAULT instead of AVDISCARD_NONEwm42013-07-111-1/+1
* video: eliminate frametime variablewm42013-07-111-1/+0
* core: don't access demux_stream outside of demux.c, make it privatewm42013-07-111-1/+1
* demux_lavf: different hack for DVD sub autoselection hackwm42013-07-111-3/+2
* demux: remove separate arrays for audio/video/sub streams, simplifywm42013-07-081-3/+3
* Remove old demuxerswm42013-07-071-1/+1
* demux_lavf: add one more AAC mimetypewm42013-06-251-0/+1
* demux_lavf: use stream_peek() instead of read/unreadwm42013-06-251-6/+4
* Merge branch 'cache_new'wm42013-06-161-32/+33
|\
| * stream: remove stream_reset()wm42013-06-161-1/+0
| * demux_lavf: change probing, use stream_unread_buffer()wm42013-06-161-31/+33
* | demux_lavf: show metadata for OGG audio fileswm42013-06-151-5/+18
|/
* demux_lavf: always set packet durationwm42013-06-031-5/+2
* demuxer_lavf: use audio/mpeg mime type for mp3wm42013-05-271-0/+1
* demux_lavf: minimal probing and reduced analyzeduration for AAC over HTTPwm42013-05-271-14/+43
* options: add allow-mimetype suboption for demux_lavfwm42013-05-271-1/+2
* demux_lavf: print how many bytes are read by avformat_find_stream_info()wm42013-05-261-0/+6
* demux_lavf: workaround minor ffmpeg memory leakwm42013-05-211-3/+1
* Merge branch 'audio_changes'wm42013-05-121-1/+3
|\
| * core: use channel map on demuxer level toowm42013-05-121-1/+3
* | demux_lavf: use demuxer ID for transport streamswm42013-05-051-1/+4
* | demux_lavf: fix DEMUXER_CTRL_RESYNCwm42013-05-051-1/+1
* | demux_lavf: set stream_ptswm42013-05-051-0/+6
* | demux_lavf: fix subtitle seeking before start of the filewm42013-04-211-2/+7
* | sub, demux: identify subtitle types with the codec namewm42013-04-201-21/+0
* | demux_lavf: simplifywm42013-04-201-147/+74
|/
* demux_lavf: use avg_frame_rate instead of r_frame_ratewm42013-03-131-2/+2
* Prefix CODEC_ID_ with AV_wm42013-03-131-9/+9
* core: fix SEEK_FACTORwm42013-03-011-4/+17
* demux_lavf: fix percentage display with some file formatswm42013-03-011-1/+2
* m_option: don't define OPT_BASE_STRUCT by defaultwm42013-03-011-0/+2
* core: use playback time to determine playback percent positionwm42013-02-261-8/+3
* demux_lavf: add workaround for broken libavformat seek behaviorwm42013-02-191-1/+8
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlywm42013-02-101-78/+12
* demux_lavf, ad_lavc, vd_lavc: refactor, cleanupwm42013-02-101-24/+0
* demux_lavf: remove code duplicationwm42013-02-101-61/+20
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-12/+7
* demux_lavf: default PTS to 0 for attached pictureswm42013-02-031-0/+4
* demux_lavf: remove weird stream auto-selectionwm42013-02-031-10/+0
* demux_lavf: remove "internet radio hack"wm42013-02-031-39/+1
* demux_lavf: avio_flush in DEMUXER_CTRL_RESYNCRudolf Polzer2013-01-101-0/+2
* demux_lavf: implement DEMUXER_CTRL_RESYNCRudolf Polzer2013-01-071-0/+15
* Fix compilation with ffmpeg 1.0wm42012-12-131-2/+2
* core: allow disabling display of "album art" in audio fileswm42012-12-111-0/+2
* stream_lavf/demux_lavf: export/use HTTP MIME typewm42012-12-111-0/+17
* demux_lavf: make minimum probe score customizable, remove lavf_preferredwm42012-12-111-53/+33
* core: improve seeking in external fileswm42012-12-111-2/+10
* audio: improve decoder open failure handlingUoti Urpala2012-12-031-10/+0
* demux_lavf: add support for libavdevicewm42012-12-031-25/+45
* demux_lavf: do not prefix filename passed to libavformat with "mp:"wm42012-12-031-8/+9
* stream, demux_lavf: minor cleanup for stream size codewm42012-11-201-3/+1
* stream: change STREAM_CTRL_GET_SIZE argument type to uint64_treimar2012-11-201-1/+1
* subtitles: improve support for libavformat demuxed subtitleswm42012-11-161-6/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-7/+7
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+1092