aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux_mf: use tallocGravatar wm42013-11-11
* demux_mf: uncrustifyGravatar wm42013-11-11
* demux_mkv: support some raw PCM variantsGravatar wm42013-11-11
* Remove sh_audio->samplesizeGravatar wm42013-11-09
* playlist: rewrite PLS parserGravatar wm42013-11-04
* demux_mkv: fix compiler warningsGravatar wm42013-11-04
* Merge branch 'master' into have_configureGravatar wm42013-11-04
|\
* | configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
| * demux: make determining seek capability genericGravatar wm42013-11-03
| * demux: remove movi_start/movi_end fieldsGravatar wm42013-11-03
|/
* demux: rename Windows symbolsGravatar wm42013-11-02
* demux_mkv: fix warningGravatar wm42013-11-02
* demux_mkv: use a more universal zero initializerGravatar wm42013-11-01
* Enable -WshadowGravatar wm42013-11-01
* demux_mkv: use standard C default initialization syntaxGravatar wm42013-10-19
* demux_mkv: cosmetics: add redundant braces for consistent styleGravatar wm42013-10-19
* demux_mkv: fill ordered chapters info only if it's presentGravatar wm42013-10-19
* Merge Matroska ordered chapter changesGravatar wm42013-10-17
|\
* | demux_mkv: add support for HEVCGravatar wm42013-10-16
* | talloc: change talloc destructor signatureGravatar wm42013-10-13
| * matroska: select the edition using the requested edition uidGravatar Ben Boeckel2013-10-07
| * matroska: set the edition uid when reading a chapter referenceGravatar Ben Boeckel2013-10-07
| * matroska: parse the requested edition for the segment referenceGravatar Ben Boeckel2013-10-07
| * matroska: store segment/edition uids in a single structureGravatar Ben Boeckel2013-10-07
* | demux_raw: set a default video sizeGravatar wm42013-10-07
|/
* cosmetics: replace "CTRL" defines by enumsGravatar wm42013-10-02
* matroska: prevent uids from being dereferenced when NULLGravatar Ben Boeckel2013-09-27
* matroska: fix uninitialized memory accesses with ordered chaptersGravatar Ben Boeckel2013-09-26
* demux: don't print "Clip info:" line if there are no tagsGravatar wm42013-09-23
* network: fix rtsp playbackGravatar wm42013-09-22
* demux_mkv: don't add too many subtitle packets during seekingGravatar wm42013-09-16
* demux_playlist: add mov RTSPtext tag parserGravatar Benjamin Franzke2013-09-14
* core: add --deinterlace option, restore it with resume functionalityGravatar wm42013-09-13
* demux: keep title chapter tag in uppercaseGravatar wm42013-09-08
* demux_mkv: support V_PRORESGravatar wm42013-09-08
* demux: retrieve per-chapter metadataGravatar wm42013-09-08
* demux: refactor tag handlingGravatar wm42013-09-08
* demux_mkv: don't overflow packet queue when doing sub-prerollGravatar wm42013-09-08
* demux_lavf: workaround for broken libavformat subtitle seekingGravatar wm42013-09-07
* demux_playlist: port ini reference playlist parserGravatar wm42013-08-28
* stream: add uncompressed rar supportGravatar wm42013-08-26
* core: add a playlist demuxerGravatar wm42013-08-26
* sub: add webvtt-in-webm supportGravatar wm42013-08-24
* demux: remove unused audio_delay parameter from demux_seek()Gravatar wm42013-08-22
* demux: check whether stream is selected in demux_get_next_pts()Gravatar wm42013-08-22
* demux_raw: read multiple frames per packetGravatar wm42013-08-22
* options: replace --edition=-1 with --edition=autoGravatar wm42013-08-21
* demux: move demux_mf before demux_subreaderGravatar wm42013-08-12
* demux_subreader: report what subtitle format has been foundGravatar wm42013-08-12
* demux_lavf: blacklist "tty" libavformat demuxerGravatar wm42013-08-07