aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Use 64 bit numbers for file positions in the seek function in audio demuxer.Gravatar reimar2008-11-16
* Factorize vobsub idx/extradata handling.Gravatar aurel2008-10-27
* increase the max RTP packet size to 5MB as modern ElphelGravatar attila2008-10-22
* Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.Gravatar diego2008-10-16
* Fix double free in demux_nut, patch by Onur Küçük.Gravatar ods152008-10-13
* Remove unused line (and fix an icc warning).Gravatar cehoyos2008-10-09
* Correctly place second const in declaration.Gravatar cehoyos2008-10-05
* Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place whereGravatar diego2008-10-05
* fix compilation w/ FFmpeg r15533Gravatar gpoirier2008-10-03
* Apply patch for oCERT #2008-013 / CVE-2008-3827Gravatar reimar2008-09-30
* 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