aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* cue: read more metadataGravatar wm42015-10-01
* Take care of libavcodec convergence_duration deprecationGravatar wm42015-09-29
* ebml: warn if an EBML has unknown lengthGravatar wm42015-09-03
* demux_mkv: discard broken indexGravatar wm42015-08-26
* demux_mkv: don't read index twiceGravatar wm42015-08-26
* demux_libarchive: don't allow probing to read unlimited dataGravatar wm42015-08-24
* demux_libarchive: reject 0-sized filesGravatar wm42015-08-18
* stream: provide a stream_get_size() convenience functionGravatar wm42015-08-18
* demux_libarchive: open flat compressed filesGravatar wm42015-08-17
* stream: libarchive wrapper for reading compressed archivesGravatar wm42015-08-17
* demux: remove redundant demux_chapter.name fieldGravatar wm42015-08-12
* demux_mkv: disable timestamp fixup code againGravatar wm42015-08-10
* demux: add options to control maximum queue sizeGravatar wm42015-08-05
* demux: remove options to control minimum packet queue sizeGravatar wm42015-08-05
* player: warn against using HLS URLs with --playlistGravatar wm42015-08-04
* player: use demux_open_url() to open main filesGravatar wm42015-08-04
* player: remove higher-level remains of DVD/BD menu supportGravatar wm42015-08-03
* demux_playlist: skip hidden directoriesGravatar wm42015-07-29
* demux_mkv: remove unnecessary codeGravatar wm42015-07-20
* demux_mkv: parse FLAC channel layoutsGravatar wm42015-07-20
* demux: handle Matroska-style replaygain tags as wellGravatar wm42015-07-12
* demux: refactor replaygain tag handlingGravatar wm42015-07-12
* player: parse and expose m3u playlist titlesGravatar wm42015-07-10
* demux_mkv: improve video duration detection heuristicGravatar wm42015-07-09
* player: disable seeking even if the cache is enabledGravatar wm42015-07-08
* demux_lavf: check for NAN rotation anglesGravatar wm42015-06-30
* demux_mkv: disable ordered chapters if ChapterTimeEnd is missingGravatar wm42015-06-28
* demux: export forced flagGravatar wm42015-06-27
* demux_mkv: ignore deprecated FrameRate, do not assume PALGravatar wm42015-06-27
* demux_mkv: remove some ASCII art log messagesGravatar wm42015-06-27
* demux_mkv: use arrays for codec lookup tablesGravatar wm42015-06-26
* demux_mkv: minor simplificationGravatar wm42015-06-26
* player, demux: replace some demux_open() uses with demux_open_url()Gravatar wm42015-06-24
* demux_lavf: fix chapter titlesGravatar wm42015-06-24
* demux_mkv: allow integer and float elements with length 0Gravatar wm42015-06-24
* demux: get rid of some bstr thingsGravatar wm42015-06-24
* demux_mkv: don't use byte stringsGravatar wm42015-06-24
* demux: mime types are case-insensitiveGravatar wm42015-06-21
* demux_mkv: share some duplicated codeGravatar wm42015-06-21
* demux: merge extradata fieldsGravatar wm42015-06-21
* demux_mkv: minor audio extradata cleanupGravatar wm42015-06-21
* demux: rename sh_stream.format to sh_stream.codec_tagGravatar wm42015-06-21
* demux_playlist: make mime type comparison case-insensitiveGravatar wm42015-06-20
* demux_mkv: do not reset bits_per_coded_sample if not neededGravatar wm42015-06-19
* demux_mkv: do not set block_align for codecs which do not need itGravatar wm42015-06-19
* demux_mkv: do not set bitrate fields for codecs which do not need itGravatar wm42015-06-19
* demux_mkv: stricter realaudio extradata handlingGravatar wm42015-06-19
* demux_mkv: separate generic and non-VfW audio codec handling partsGravatar wm42015-06-19
* demux_mkv: remove indirection through definesGravatar wm42015-06-19
* demux_mkv: remove FourCCs from audio codec handlingGravatar wm42015-06-19