aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux_lavf: fix minor memory leakGravatar wm42014-01-07
* demux_subreader: reject file if not opened by --subGravatar wm42014-01-04
* demux_mkv: handle TrueHD properlyGravatar wm42013-12-27
* subreader: replace some strcpy callsGravatar wm42013-12-22
* subreader: remove overlapping strcpyGravatar wm42013-12-22
* demux: don't prefix tag output with demuxer nameGravatar wm42013-12-21
* msg: convert defines to enumGravatar wm42013-12-21
* charset_conv: mp_msg conversionsGravatar wm42013-12-21
* stream: mp_msg conversionsGravatar 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
* Merge mp_talloc.h into ta/ta_talloc.hGravatar 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_mkv: don't seek outside of the file when finding segmentsGravatar wm42013-12-14
* stream: add function for dropping the bufferGravatar wm42013-12-14
* demux_lavf: fix timebase confusionGravatar wm42013-12-12
* demux: revert accidentally included change from previous commitGravatar wm42013-12-12
* Add prelimimary (basic, possibly broken) dvdnav supportGravatar wm42013-12-12
* demux_lavf: remove unnecessary seek on initializationGravatar wm42013-12-12
* demux: set fps for mf:// to 1Gravatar wm42013-12-10
* options: allow hwaccel formats in -vf format/noformatGravatar wm42013-12-07
* video: add insane hack to work around FFmpeg/Libav insanityGravatar wm42013-11-28
* demux_mkv: fix realvideo timestamp handlingGravatar wm42013-11-26
* player: move code for skipping 0-sized video packets to demuxerGravatar wm42013-11-26
* video: disable PTS sorting fallback by defaultGravatar wm42013-11-25
* demux_lavf: disable genpts by default, remove the builtin genpts hackGravatar wm42013-11-25
* demux: export dts from demux_lavf, use it for aviGravatar wm42013-11-25
* Reduce stheader.h includes, move stream types to mp_common.hGravatar wm42013-11-23
* 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
* audio: don't write decoded audio format to sh_audioGravatar wm42013-11-23
* audio: move decoder context from sh_audio into new structGravatar wm42013-11-23
* timeline: reject mplayer2 EDL files, change EDL headerGravatar wm42013-11-21
* timeline: add edl:// URIsGravatar wm42013-11-19
* timeline: add new EDL formatGravatar wm42013-11-19
* demux: rename demux_packet.h to packet.hGravatar wm42013-11-18
* demux_packet: add source stream indexGravatar wm42013-11-16
* demux: update a commentGravatar wm42013-11-16
* demux: remove unused commandsGravatar wm42013-11-16
* demux: simplify handling of filepos fieldGravatar wm42013-11-16
* demux_lavf: remove broken and commented byte based seeksGravatar wm42013-11-16
* demux: reset EOF flag differentlyGravatar wm42013-11-16
* audio: drop "_NE"/"ne" suffix from audio formatsGravatar wm42013-11-15
* demux: use talloc for certain stream headersGravatar wm42013-11-14
* mf: silence compilation warningGravatar wm42013-11-13
* 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