aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* win32: add more-POSIXy versions of open() and fstat()Gravatar James Ross-Gowan2017-10-25
* demux: get rid of demux_packet.new_segment fieldGravatar wm42017-10-24
* demux_timeline: change virtual_stream array to array of pointersGravatar wm42017-10-24
* demux: fix cached SEEK_FORWARD seeks into end of cached regions/EOFGravatar wm42017-10-23
* demux: report buffered duration of 0 during seeking instead of unknownGravatar wm42017-10-23
* demux: drop redundant SEEK_BACKWARD flagGravatar wm42017-10-23
* demux: fix crash with cue/ordered chapter filesGravatar wm42017-10-23
* command: read the diff if you want to knowGravatar wm42017-10-21
* *** empty log message ***Gravatar wm42017-10-21
* demux: replace redundant field with a better redundant fieldGravatar wm42017-10-21
* demux: add a back buffer and the ability to seek into itGravatar wm42017-10-21
* demux: optimize seeks within readahead cacheGravatar Aman Gupta2017-10-21
* demux: improvements to previous commitsGravatar wm42017-10-20
* demux: ignore false underrun reporting from eia_608 captions decoderGravatar Aman Gupta2017-10-20
* demux_mkv: remove remaining GPL codeGravatar wm42017-10-10
* build: switch preliminary LGPL mode from v3 to v2.1Gravatar wm42017-10-05
* demux_mkv: replace deprecated av_copy_packet_side_data()Gravatar wm42017-10-03
* build: add preliminary LGPL modeGravatar wm42017-09-21
* video: add metadata handling for spherical videoGravatar wm42017-08-21
* demux_lavf: use partial read for AVIOContext.read_packetGravatar wm42017-08-17
* demux_mkv: avoid an error message in a corner caseGravatar wm42017-08-08
* {demux_mf,osdep/io}: disable glob usage when it is not availableGravatar Jan Ekström2017-08-05
* demux_lavf: don't free AVFormatContext.key fieldGravatar wm42017-07-21
* demux_disc: fix bluray subtitle language retrievalGravatar wm42017-07-16
* Replace remaining avcodec_close() callsGravatar wm42017-07-16
* demux_lavf: remove --demuxer-lavf-cryptokey optionGravatar wm42017-07-06
* demux_lavf: potentially fix --demuxer-lavf-cryptokeyGravatar wm42017-07-06
* demux/demux: avoid redundant conditionGravatar Raúl Peñacoba2017-07-01
* build: replace glob() check and assume it's always in POSIXGravatar wm42017-06-29
* demux_raw: change license to LGPLGravatar wm42017-06-24
* demux_mf, stream_mf: change license to LGPLGravatar wm42017-06-24
* demux_mkv: fix broken initializerGravatar wm42017-06-23
* demux_mkv: Fix warnings.Gravatar Rudolf Polzer2017-06-23
* demux_mkv: Fix "max_cll" warning.Gravatar Rudolf Polzer2017-06-22
* demux_tv.c: add missing copyright headerGravatar wm42017-06-21
* demux: change license to LGPLGravatar wm42017-06-20
* demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTHGravatar wm42017-06-20
* demux: replace custom return codes with CONTROL_ onesGravatar wm42017-06-19
* vd: use ST.2086 / HDR10 MaxCLL in addition to mastering metadataGravatar Niklas Haas2017-06-18
* video: refactor HDR implementationGravatar Niklas Haas2017-06-18
* Drop/move img_fourcc.hGravatar wm42017-06-18
* demux_lavf: change license to LGPL (almost)Gravatar wm42017-06-16
* demux_lavf: by default probe info for HLS againGravatar wm42017-06-12
* demux_lavf: disable various other special behavior if hacks disabledGravatar wm42017-06-07
* demux_mkv: remove incorrect commentGravatar wm42017-06-03
* demux_mkv: support FFmpeg A_MS/ACM extensionsGravatar wm42017-06-03
* demux_mkv: vp9 alpha, second tryGravatar wm42017-05-30
* demux_mkv: fix alpha with vp9 + libvpxGravatar wm42017-05-30
* demux_raw: drop "mp-rawvideo" useGravatar wm42017-05-20
* demux_mkv: read headers at the end of the file sorted by positionGravatar wm42017-05-15