aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_lavf.c
Commit message (Expand)AuthorAge
...
* demux: fill metadata directly, instead of using wrapper functionsGravatar wm42014-02-06
* demux_lavf: clear metadata on update, instead of merging itGravatar wm42014-02-06
* demux_lavf: get updated metadata from a packet if availableGravatar Ben Boeckel2014-02-06
* demux_lavf: fix crash with empty filesGravatar wm42014-01-31
* demux_lavf: add hack to workaround too unreliable mp3 detectionGravatar wm42014-01-25
* demux_lavf: refactor format probing hackGravatar wm42014-01-25
* demux_lavf: add hack for MicroDVD for assuming frame based timingGravatar wm42014-01-10
* demux_lavf: fix minor memory leakGravatar wm42014-01-07
* demux: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* stream: add function for dropping the bufferGravatar wm42013-12-14
* demux_lavf: fix timebase confusionGravatar wm42013-12-12
* demux_lavf: remove unnecessary seek on initializationGravatar wm42013-12-12
* video: add insane hack to work around FFmpeg/Libav insanityGravatar wm42013-11-28
* demux_lavf: disable genpts by default, remove the builtin genpts hackGravatar wm42013-11-25
* demux: export dts from demux_lavf, use it for aviGravatar wm42013-11-25
* 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