aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux.c
Commit message (Expand)AuthorAge
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* mp_tags: move generic mp_tags stuff into its own .c/.h files in common/Gravatar Kevin Mitchell2014-04-13
* demux: move metadata-based replaygain decoding out of af_volumeGravatar Alessandro Ghedini2014-04-04
* player: remove demuxer chapoter API wrappersGravatar wm42014-03-25
* stream: remove old chapter handling codeGravatar wm42014-03-25
* demux: use av_packet_ref()Gravatar wm42014-03-16
* client API: add event for metadata changesGravatar wm42014-02-19
* demux: expose stream_type_name() functionGravatar wm42014-02-16
* demux: fix some newlines in output messagesGravatar wm42014-02-09
* demux: reword "Clip info:" line to "File tags:"Gravatar wm42014-02-06
* demux: fill metadata directly, instead of using wrapper functionsGravatar wm42014-02-06
* demux_lavf: clear metadata on update, instead of merging itGravatar wm42014-02-06
* demux: handle tag updates differentlyGravatar wm42014-02-06
* demux: don't prefix tag output with demuxer nameGravatar wm42013-12-21
* demux: mp_msg conversionsGravatar wm42013-12-21
* demux: use fprintf() for printing fatal errorsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* demux: revert accidentally included change from previous commitGravatar wm42013-12-12
* Add prelimimary (basic, possibly broken) dvdnav supportGravatar wm42013-12-12
* player: move code for skipping 0-sized video packets to demuxerGravatar wm42013-11-26
* demux: export dts from demux_lavf, use it for aviGravatar wm42013-11-25
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* video: move decoder context from sh_video into new structGravatar wm42013-11-23
* demux_packet: add source stream indexGravatar wm42013-11-16
* demux: update a commentGravatar wm42013-11-16
* demux: simplify handling of filepos fieldGravatar wm42013-11-16
* demux: reset EOF flag differentlyGravatar wm42013-11-16
* demux: use talloc for certain stream headersGravatar wm42013-11-14
* Merge branch 'planar_audio'Gravatar wm42013-11-12
|\
| * audio: add support for using non-interleaved audio from decoders directlyGravatar wm42013-11-12
* | demux: kill libmng supportGravatar wm42013-11-11
|/
* Remove sh_audio->samplesizeGravatar wm42013-11-09
* 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
|/
* talloc: change talloc destructor signatureGravatar wm42013-10-13
* demux: don't print "Clip info:" line if there are no tagsGravatar wm42013-09-23
* demux: keep title chapter tag in uppercaseGravatar wm42013-09-08
* demux: retrieve per-chapter metadataGravatar wm42013-09-08
* demux: refactor tag handlingGravatar wm42013-09-08
* stream: add uncompressed rar supportGravatar wm42013-08-26
* core: add a playlist demuxerGravatar wm42013-08-26
* 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: move demux_mf before demux_subreaderGravatar wm42013-08-12
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* core: make --demuxer not affect external subtitlesGravatar wm42013-07-22