aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* matroska: update dead linkGravatar wm42013-04-20
* demux_mkv: support vp9Gravatar wm42013-04-20
* core: matroska: support concatenated segmentsGravatar wm42013-04-20
* demux_mkv: don't terminate if there are no clustersGravatar wm42013-04-20
* demux_mkv: simplify handle_block() logic a bitGravatar wm42013-04-20
* demux_mkv: verify laces separately, and in all casesGravatar wm42013-04-20
* demux_mkv: get rid of the duplicated lace case labelsGravatar wm42013-04-20
* demux_mkv: there can be 256 lacesGravatar wm42013-04-20
* demux_mkv: check block malloc() resultGravatar wm42013-04-20
* demux_mkv: use a bounded buffer for block dataGravatar wm42013-04-20
* demux_mkv: static allocation for lace sizes bufferGravatar wm42013-04-20
* demux_mkv: remove redundant checkGravatar wm42013-04-20
* demux_mkv: fix seeking with index generationGravatar wm42013-04-20
* demux_mkv: move Block header parsing codeGravatar wm42013-04-20
* demux_mkv: split reading blocks and reading packetsGravatar wm42013-04-20
* demux_mkv: move BlockGroup reading code to a separate functionGravatar wm42013-04-20
* demux_mkv: factor block readingGravatar wm42013-04-20
* demux_mkv: fix streaming clustersGravatar wm42013-04-20
* demux_mkv: simplify cluster reading codeGravatar wm42013-04-20
* demux_mkv: use normal index data structure even for incomplete filesGravatar wm42013-04-20
* demux: simplify chapter appending codeGravatar wm42013-04-12
* demux: always sort chaptersGravatar wm42013-04-12
* demux: fix a specific gcc 4.8 warning that may hint to mis-optimized codeGravatar Rudolf Polzer2013-04-09
* demux_mkv: move preroll subtitle check to the right placeGravatar wm42013-04-04
* demux_mkv: try to show current subtitle when seekingGravatar wm42013-04-04
* demux_mkv: fix handling of 0 DisplayWidth/HeightGravatar wm42013-04-04
* demux_mkv: don't print non-sense warning on normal EOFGravatar wm42013-03-30
* demux_mkv: improve robustness against broken filesGravatar wm42013-03-28
* demux_mkv: fix skipping broken header elementsGravatar wm42013-03-28
* demux_mkv: set correct aspect ratio even if DisplayHeight is unsetGravatar wm42013-03-28
* demux: fix regressions by restricting cover art hack furtherGravatar wm42013-03-19
* demux_mf: fix crashes when '*' matches directoriesGravatar wm42013-03-19
* demux_mkv: support ALACGravatar wm42013-03-15
* 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