aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_lavf.c
Commit message (Expand)AuthorAge
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* demux_lavf: minor cleanupsGravatar wm42015-12-17
* sub: detect charset in demuxerGravatar wm42015-12-17
* sub: remove sd_movtext.cGravatar wm42015-12-15
* demux_lavf: mark ASS tracks as always UTF-8Gravatar wm42015-11-11
* Replace deprecated av_free_packet() callsGravatar wm42015-10-28
* demux_lavf: always copy codec headersGravatar wm42015-10-19
* Take care of libavcodec convergence_duration deprecationGravatar wm42015-09-29
* stream: provide a stream_get_size() convenience functionGravatar wm42015-08-18
* demux_lavf: check for NAN rotation anglesGravatar wm42015-06-30
* demux: export forced flagGravatar wm42015-06-27
* demux_lavf: fix chapter titlesGravatar wm42015-06-24
* demux: get rid of some bstr thingsGravatar wm42015-06-24
* demux: merge extradata fieldsGravatar wm42015-06-21
* demux: rename sh_stream.format to sh_stream.codec_tagGravatar wm42015-06-21
* demux_lavf: fix wrong printf parameter type on 64 bit systemsGravatar wm42015-06-02
* demux_lavf: do a better job at guessing the vobsub .sub filenameGravatar wm42015-05-28
* demux_lavf: drop dead codeGravatar wm42015-04-25
* player: change video-bitrate and audio-bitrate propertiesGravatar wm42015-04-20
* demuxer_lavf: add an option for disabling hacksGravatar wm42015-04-17
* Update license headersGravatar Marcin Kurczewski2015-04-13
* demux_lavf: use mimetype instead of codec type for embedded fontsGravatar wm42015-04-05
* demux_lavf: print seek failures in verbose modeGravatar wm42015-03-24
* demux_lavf: assume h264/hevc raw streams have no timestampsGravatar wm42015-03-20
* player: better handling of video with no timestampsGravatar wm42015-03-20
* sub: this isn't needed eitherGravatar wm42015-03-03
* Revert "demux_lavf: workaround for broken libavformat subtitle seeking"Gravatar wm42015-03-03
* Remove some FFmpeg/Libav compatibility hacksGravatar wm42015-03-03
* demux_lavf: use this for image formatsGravatar wm42015-03-02
* demux_lavf: apply hacks even if format is forcedGravatar wm42015-02-20
* demux_lavf: blacklist bintext filesGravatar wm42015-02-18
* player: enable cache and demuxer thread for subtitles tooGravatar wm42015-02-18
* demux_lavf: reorganize hacksGravatar wm42015-02-18
* demux_lavf: set interrupt_callbackGravatar wm42015-02-18
* demux_lavf: hack against hls showing "100%" positionGravatar wm42015-02-17
* demux: hack for instant stream switchingGravatar wm42015-02-13
* command: export file format as propertyGravatar wm42015-01-23
* Check some mallocsGravatar wm42014-12-12
* demux_lavf: set PTS of first packet for formats with no timestampsGravatar wm42014-11-25
* player: always use demux_chapterGravatar wm42014-11-02
* demux_lavf, stream_lavf: drop local buffers on time-seeksGravatar wm42014-10-30
* demux_lavf: mark as seekable if protocol supports seeking by timeGravatar wm42014-10-30
* player: add stream selection by ffmpeg indexGravatar wm42014-10-21
* demux_lavf: set stream network options if applicableGravatar wm42014-10-14
* demux_lavf: let libavformat open HLS streams directlyGravatar wm42014-10-14
* demux_lavf: blacklist jpeg filesGravatar wm42014-10-06
* demux_lavf: bluray: don't skip stream data when flushingGravatar wm42014-09-29
* demux_disc: bluray: potentially fix some aspects of seekingGravatar wm42014-09-29
* audio: remove WAVEFORMATEX from internal demuxer APIGravatar wm42014-09-25
* demux: gracefully handle packet allocation failuresGravatar wm42014-09-16