aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux: add option to create CC tracks eagerlyGravatar wm42017-11-03
* demux_mkv: add V_SNOW tag to mkv_video_tagsGravatar Nicolas F2017-11-03
* Bump libav* API useGravatar wm42017-10-30
* demux: refactor to export seek rangesGravatar wm42017-10-30
* demux_lavf: return AVERROR_EOF on file endGravatar Daniel Kucera2017-10-30
* demux_mkv: don't probe start time by defaultGravatar wm42017-10-27
* demux_timeline: don't use segments for DASHGravatar wm42017-10-26
* demux: better computation of seek start targetGravatar wm42017-10-25
* demux: reject cache seeks if parts of the range are unsetGravatar wm42017-10-25
* demux: fall back to DTS when determining seek targetGravatar wm42017-10-25
* demux: disallow seeking if there are streams with no timestampsGravatar wm42017-10-25
* demux: fix tracking of forward/backward cache sizeGravatar wm42017-10-25
* demux: respect timeline boundaries for cache seeksGravatar wm42017-10-25
* demux: don't report unknown queue state if no packets were addedGravatar wm42017-10-25
* demux_timeline: trust attached picture flagGravatar wm42017-10-25
* demux: set correct stream index for attached picturesGravatar wm42017-10-25
* 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