aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux_mkv: Support playing Opus streams in MatroskaGravatar Stephen Hutchinson2013-03-14
* demux_lavf: use avg_frame_rate instead of r_frame_rateGravatar wm42013-03-13
* Prefix CODEC_ID_ with AV_Gravatar wm42013-03-13
* fix clang compiler warningsGravatar Stefano Pigozzi2013-03-03
* core: fix SEEK_FACTORGravatar wm42013-03-01
* demux_lavf: fix percentage display with some file formatsGravatar wm42013-03-01
* m_option: don't define OPT_BASE_STRUCT by defaultGravatar wm42013-03-01
* core: use playback time to determine playback percent positionGravatar wm42013-02-26
* demux_mf: add some more image formatsGravatar wm42013-02-24
* demux_mf: support .xbmGravatar wm42013-02-24
* demux_rawvideo: allow setting video codecGravatar wm42013-02-24
* demux_mf: map to codecs directlyGravatar wm42013-02-24
* demux_rawvideo: remove ancient video dimension presetsGravatar wm42013-02-23
* demux_lavf: add workaround for broken libavformat seek behaviorGravatar wm42013-02-19
* demux_mf: fix breakage after commit 4d016a9Gravatar wm42013-02-17
* demux: apply sparse video hack only to demux_lavf and demux_mkvGravatar wm42013-02-14
* demux: restructure code that warns about packet buffer overflowsGravatar wm42013-02-14
* demux_mpg: fix setting codecGravatar wm42013-02-14
* demux: fix video with demux_mpg (DVD playback)Gravatar wm42013-02-12
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlyGravatar wm42013-02-10
* demux_lavf, ad_lavc, vd_lavc: refactor, cleanupGravatar wm42013-02-10
* demux_lavf: remove code duplicationGravatar wm42013-02-10
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* demux_lavf: default PTS to 0 for attached picturesGravatar wm42013-02-03
* demux_lavf: remove weird stream auto-selectionGravatar wm42013-02-03
* demux_lavf: remove "internet radio hack"Gravatar wm42013-02-03
* demux_mkv: support more formats with V_UNCOMPRESSEDGravatar wm42013-01-30
* demux: don't use codec_tag for raw PCM formatsGravatar wm42013-01-30
* demux_mkv: support V_UNCOMPRESSED video tracksGravatar wm42013-01-24
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* video: simplify decoder pixel format handlingGravatar wm42013-01-13
* Replace strsep() usesGravatar wm42013-01-13
* configure: remove __builtin_expect checkGravatar wm42013-01-13
* demux_mkv: work around bad OutputSamplingFrequency valuesGravatar Uoti Urpala2013-01-13
* demux_lavf: avio_flush in DEMUXER_CTRL_RESYNCGravatar Rudolf Polzer2013-01-10
* demux_lavf: implement DEMUXER_CTRL_RESYNCGravatar Rudolf Polzer2013-01-07
* demux_mpg, ass_mp: fix warningsGravatar Rudolf Polzer2012-12-28
* Fix compilation with ffmpeg 1.0Gravatar wm42012-12-13
* demux: fix behavior with files that have sparse video packetsGravatar reimar2012-12-11
* core: allow disabling display of "album art" in audio filesGravatar wm42012-12-11
* audio/decode: remove ad_dvdpcm and use ad_lavc for DVD PCMGravatar wm42012-12-11
* audio/decode: remove ad_pcm and use ad_lavc for PCMGravatar wm42012-12-11
* stream_lavf/demux_lavf: export/use HTTP MIME typeGravatar wm42012-12-11
* demux_lavf: make minimum probe score customizable, remove lavf_preferredGravatar wm42012-12-11
* sub: remove vobsub reader in favor of ffmpeg vobsub demuxerGravatar wm42012-12-11
* core: improve seeking in external filesGravatar wm42012-12-11
* audio: improve decoder open failure handlingGravatar Uoti Urpala2012-12-03
* demux_gif: remove this demuxer in favor of libavformatGravatar wm42012-12-03
* demux_lavf: add support for libavdeviceGravatar wm42012-12-03
* demux_lavf: do not prefix filename passed to libavformat with "mp:"Gravatar wm42012-12-03