aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.h
Commit message (Expand)AuthorAge
...
* | | | Merge svn changes up to r30595Gravatar Uoti Urpala2010-03-09
|\ \ \ \
* | | | | demuxer.h: increase input buffer padding to 64 to match FFmpegGravatar Uoti Urpala2010-03-09
| | | | * Fix compilation of C++ source files (partly reverts r30744).Gravatar cehoyos2010-02-27
| | | |/
| | | * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
| | | * Drop weird and unnecessary _s/_st suffixes from demuxer struct names.Gravatar diego2010-02-21
| | |/
| | * Remove demux_ogg-related declarations that are no longer necessary.Gravatar diego2010-02-17
| |/
| * Simplify and slightly speed up avi_stream_id function.Gravatar reimar2010-02-14
* | Merge branch 'matroska'Gravatar Uoti Urpala2010-01-28
|\ \
* \ \ Merge svn changes up to r30437Gravatar Uoti Urpala2010-01-28
|\ \ \ | | |/ | |/|
| | * demux: take chapter/attachment name strings without 0-terminationGravatar Uoti Urpala2010-01-27
| |/ |/|
| * Add forgotten declaration of ds_clear_parser.Gravatar reimar2010-01-24
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
| * Add support for parsing audio streams (though should be easy to extend to video)Gravatar reimar2009-12-27
| * Never include ass.h and ass_types.h directly, use ass_mp.h instead.Gravatar reimar2009-12-19
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Separate teletext from tv support.Gravatar cehoyos2009-11-07
| * Unbreak the demuxer-specific code in video.c with e.g.Gravatar reimar2009-11-01
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* | Support chapter seeking with ordered chaptersGravatar Uoti Urpala2009-04-02
* | Change demuxer_seek_chapter() parametersGravatar Uoti Urpala2009-04-02
* | Add improved relative seek modeGravatar Uoti Urpala2009-03-24
* | demux_mkv: Parse ordered chapter informationGravatar Uoti Urpala2009-03-22
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Get rid of DEMUXER_TYPE_NUV define, it is no longer used.Gravatar reimar2009-03-09
* | Merge svn changes up to r28403Gravatar Uoti Urpala2009-01-31
|\|
| * increase max subtitle stream limitGravatar compn2009-01-28
| * WORDS_BIGENDIAN is defined/undefined, not 0/1.Gravatar diego2009-01-26
| * Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to ...Gravatar reimar2008-12-24
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Merge svn changes up to r28065Gravatar Uoti Urpala2008-12-02
|\|
| * MNG demuxer by Stefan Schuermans, stefan blinkenarea orgGravatar diego2008-11-30
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.Gravatar diego2008-10-16
* | demux: Increase max buffered packet bytes from 8 to 128 MiBGravatar Uoti Urpala2008-10-04
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Change a bunch of codec-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Merge svn changes up to r27332Gravatar Uoti Urpala2008-07-21
|\|
| * Avoid including avcodec.h in demuxer.h (and thus many other files) just to getGravatar reimar2008-07-17
| * Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.hGravatar reimar2008-07-16
* | Merge svn changes up to r27123Gravatar Uoti Urpala2008-06-23
|\|
| * Add missing #includes that are required for things used in the header.Gravatar diego2008-06-17
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|