aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Merge svn r30174Gravatar Uoti Urpala2010-01-08
|\
| * Add support for JPEG2000 via FFmpeg/OpenJPEGGravatar reimar2010-01-03
* | demux_mkv: improve seeking with generated indexGravatar Uoti Urpala2010-01-01
* | demux_mkv: remove useless codeGravatar Uoti Urpala2009-12-31
* | demux_mkv: respect -forceidxGravatar Uoti Urpala2009-12-31
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
* | Merge svn changes up to r30104Gravatar Uoti Urpala2009-12-30
|\ \
* | | demux_mkv.c, ebml.c: Reformat to K&R styleGravatar Uoti Urpala2009-12-29
| | * Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.Gravatar cehoyos2009-12-28
| | * Revert r30100: It breaks some mov and asf samples.Gravatar cehoyos2009-12-28
| | * Add support for parsing audio streams (though should be easy to extend to video)Gravatar reimar2009-12-27
| | * Remove currently unneeded members accidentally added in the last revision.Gravatar reimar2009-12-27
| | * Introduce a sh_common struct that contains the parts in common by the audio, ...Gravatar reimar2009-12-27
| | * Remove one more incorrect direct ass.h include.Gravatar reimar2009-12-27
| | * Fix grammar/missing verb in description.Gravatar reimar2009-12-25
| | * Remove unnecessary entries from extension_table, these formats are alreadyGravatar reimar2009-12-25
| | * Add a (unfortunately rather long) explanation on how and when to use itGravatar reimar2009-12-25
| | * force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwiseGravatar compn2009-12-24
| |/
| * create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.confGravatar compn2009-12-24
| * Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.Gravatar cehoyos2009-12-22
| * Never include ass.h and ass_types.h directly, use ass_mp.h instead.Gravatar reimar2009-12-19
* | Merge svn changes up to r30055Gravatar Uoti Urpala2009-12-18
|\|
| * Do not modify priv->idx_pos when regenerating the index, use a localGravatar reimar2009-12-17
* | Fix printf format strings with invalid '%lf' conversionGravatar Uoti Urpala2009-12-15
| * Avoid miscompilation issues with the grow_array function more permanentlyGravatar reimar2009-12-11
* | Support for multiple editions in MatroskaGravatar Daniel Dawson2009-12-04
* | demux_mkv: Detect and warn about virtual timeline nestingGravatar Daniel Dawson2009-12-04
* | options: Move ass_enabled to options structGravatar Uoti Urpala2009-12-02
* | demux_mkv.c: Make time arithmetic more precise in one more caseGravatar Uoti Urpala2009-12-02
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
| * av_alloc_format_context -> avformat_alloc_contextGravatar reimar2009-11-22
| * Reuse buffer in priv context instead of allocating the 32kB probe bufferGravatar reimar2009-11-22
* | core: Add support for decoder reordering of pts valuesGravatar Uoti Urpala2009-11-21
| * Move 128kB buffer from stack to demuxer context.Gravatar reimar2009-11-20
| * calloc instead of malloc+memset.Gravatar reimar2009-11-20
| * Silence two gcc warnings: suggest parentheses around && within ||Gravatar cehoyos2009-11-18
| * Set display size in sh_video when decoding H264.Gravatar cehoyos2009-11-16
| * Use calloc instead of initializing each struct member individually to 0.Gravatar reimar2009-11-16
| * Try to detect broken files with unaligned chunks.Gravatar reimar2009-11-16
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Fix declarations in mp_taglists.h and include it in mp_taglists.c toGravatar reimar2009-11-11
| * Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer si...Gravatar reimar2009-11-10
| * Calculate length of ASF files with more than 1 second precision.Gravatar reimar2009-11-10
| * Fix length calculation for ASF, preroll is in ms, play time in 100 ns.Gravatar reimar2009-11-10
| * Remove useless castGravatar reimar2009-11-10
| * Free demuxer->teletext when closing the demuxer.Gravatar reimar2009-11-10
| * Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT.Gravatar cehoyos2009-11-07
| * Separate teletext from tv support.Gravatar cehoyos2009-11-07
| * Remove pointless and broken (e.g. does not set aid and vid) -tsprog handlingGravatar reimar2009-11-07