aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Do not special-case a grouping-subsegment length of 0.Gravatar reimar2008-09-25
* riff.h and avi.h are not needed, but avio.h is.Gravatar diego2008-09-15
* Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.Gravatar diego2008-09-15
* Make internal Matroska demuxer default againGravatar uau2008-09-09
* revert r27551 which break much more things than it fixesGravatar aurel2008-09-09
* Use internal demuxer for Matroska files for nowGravatar uau2008-09-08
* Revert bad changes to SSA/ASS subtitle packet formatGravatar uau2008-09-08
* Fix compilation after libavcodec major version 52 changesGravatar uau2008-09-08
* demux_mkv: output correctly formated ASS packetsGravatar aurel2008-09-05
* lavf: the subtitles display duration is stored in pkt.convergence_durationGravatar aurel2008-09-04
* support E-AC-3 decoding using ffmpegGravatar aurel2008-09-01
* Remove unused GUID_t definition that also incorrectly defined GUID_DEFINEDGravatar reimar2008-08-31
* handle the lavfpref demuxer in the same way as the lavf oneGravatar aurel2008-08-27
* prefer libavformat to demux matroska filesGravatar aurel2008-08-26
* cosmetics: indentationGravatar aurel2008-08-24
* use new lavf API to grab sample_aspect_ratio from the demuxersGravatar aurel2008-08-24
* add mapping for real audio and video CODEC_ID to MPlayer's fourccGravatar aurel2008-08-13
* demux_lavf: fix mp_seek behavior in case of seeking errorGravatar aurel2008-08-13
* fix audio in some rtsp streams, ok'd by lu_zeroGravatar compn2008-08-11
* Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
* 10l: MUSEPACK --> CONFIG_MUSEPACKGravatar diego2008-08-07
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
* Rename all preprocessor directives related to Apple / Mac OS X.Gravatar diego2008-08-06
* Rename preprocessor directives related to image libraries.Gravatar diego2008-08-05
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Change a bunch of codec-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* changed 'Audio file' to 'Audio only' (to not get 'Audio file file' when played)Gravatar ptt2008-07-29
* add ffvp6a codecGravatar compn2008-07-28
* add ffmotionpixels codecGravatar compn2008-07-28
* Get rid of horrible code that relies on codec-set context variable,Gravatar reimar2008-07-26
* Avoid including avcodec.h in demuxer.h (and thus many other files) just to getGravatar reimar2008-07-17
* limits.h is required for UINT_MAXGravatar reimar2008-07-16
* And a 1000l for r27263, swapped a condition, thus setting size toGravatar reimar2008-07-16
* 100l, fix calloc being called with the wrong argument due to reorderingGravatar reimar2008-07-16
* Make sure demuxed ASF packet is properly padded after descramblingGravatar reimar2008-07-16
* Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.hGravatar reimar2008-07-16
* Do not just print a warning, also fix the len in ASF demuxer!Gravatar reimar2008-07-16
* Change a broken check. FFMAX does not work as intended because trak->chunkmap...Gravatar reimar2008-07-14
* 100l, do not use macros on functions that are not idempotentGravatar reimar2008-07-13
* Reindent after last commitGravatar reimar2008-07-11
* Check size of tkdata before using it in mov demuxer.Gravatar reimar2008-07-11
* Add atom_len sanity check to mov demuxer.Gravatar reimar2008-07-11
* Quick hack to fix demux_mov crashes where easily possible.Gravatar reimar2008-07-11
* 1000l, fix demux_lavf compilationGravatar reimar2008-07-11
* Correct stream-seekability tests in demux_audio and demux_lavfGravatar reimar2008-07-11
* Only read wav header cbSize when there is enough space in header.Gravatar reimar2008-07-10
* 100l, assignment introduced in r27246 was exactly the wrong way around.Gravatar reimar2008-07-10