aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.h
Commit message (Expand)AuthorAge
...
| | * 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
|\|
| * added and reused demux_flush() instead of emptying the demux_stream buffers;Gravatar nicodvb2008-06-02
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
* | Remove some unnecessary recursive includesGravatar Uoti Urpala2008-04-23
* | Move correct_pts to options structGravatar Uoti Urpala2008-04-23
* | Add option pointer to demuxers and stheader.h structsGravatar Uoti Urpala2008-04-23
* | Declare demuxer *_streams fields with proper typesGravatar Uoti Urpala2008-04-23
|/
* Remove unused function demux_read_data_packGravatar uau2008-04-11
* Support 'default' attribute for audio and subtitle tracks.Gravatar eugeni2008-03-30
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-05
* Demuxer-independent functions for selecting tracks based on language.Gravatar eugeni2008-02-29
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleGravatar eugeni2008-02-29
* New member in demuxer_t: reference_clock.Gravatar nicodvb2008-02-23
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.Gravatar reimar2008-02-12
* Allow demuxers to choose a default value for correct_ptsGravatar reimar2008-02-03
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* First step towards making all demuxer_desc_t constGravatar reimar2008-01-13
* Add demuxer interface for attachments.Gravatar eugeni2008-01-12
* wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu...Gravatar nicodvb2008-01-05
* Add some const/static qualifiers as appropriateGravatar reimar2007-12-24