aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* 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
* | 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