aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.c
Commit message (Expand)AuthorAge
...
* Make audio stream index handling saner in stream switchingGravatar Uoti Urpala2010-05-22
* stream.h: remove bad EOF check in stream_seek()Gravatar Uoti Urpala2010-05-22
* demux: use bstr arguments for demuxer_add_attachment() and demuxer_add_chapter()Gravatar Anton Khirnov2010-05-22
* demuxer.c: add demux_info_add_bstr(), use talloc for info fieldGravatar Anton Khirnov2010-05-21
* Fix chapter handling with first chapter not at beginning of fileGravatar Uoti Urpala2010-04-25
* demuxer.c: clean up stream-seek codeGravatar Uoti Urpala2010-04-23
* Move some sh_audio field setting out of demuxer.cGravatar Uoti Urpala2010-04-23
* Move seek-reset functionality out of demuxer.cGravatar Uoti Urpala2010-04-23
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30672Gravatar Uoti Urpala2010-03-10
|\ \
| | * 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
| |/
| * Do not discard stream buffer on eof, instead reuse it to slightly improveGravatar reimar2010-02-20
| * Print demuxer name in "freeing demuxer" message.Gravatar reimar2010-02-20
| * libmpdemux: Mark functions not used outside of their files as static.Gravatar diego2010-02-17
* | 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
| |/ / |/| |
| | * Remove ds_fill_buffer calls from demux_resync, they cause issues at least withGravatar reimar2010-01-26
| |/
| * Add support for parsing MLP and TrueHD.Gravatar reimar2010-01-24
| * Remove now unused variables.Gravatar reimar2010-01-24
| * Reset the parser on seek. Should fix some cases of audio "blips" after seeking.Gravatar reimar2010-01-24
| * Move the resync-related code into more consistent places instead of having itGravatar 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
* | options: Move ass_enabled to options structGravatar Uoti Urpala2009-12-02
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Free demuxer->teletext when closing the demuxer.Gravatar reimar2009-11-10
| * demuxer.c: Add initialization missing from previous commitGravatar uau2009-11-02
* | Merge svn changes up to r29684Gravatar Uoti Urpala2009-09-16
|\|
| * Reduce verbosity if demuxer sets an info value to the same as the current value.Gravatar reimar2009-09-14
* | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\|
| * Reuse ds_get_packet in ds_get_packet_ptsGravatar reimar2009-08-23
* | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\|
| * Handle demuxers that never set filepos by using stream_tell.Gravatar reimar2009-08-17
* | Remove internal libass treeGravatar Uoti Urpala2009-07-26
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
* | | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| | * Print information about chapters with -identify.Gravatar reimar2009-06-28
| |/
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* | Merge branch 'ordered_chapters'Gravatar Uoti Urpala2009-04-08
|\ \
| * | Change demuxer_seek_chapter() parametersGravatar Uoti Urpala2009-04-02
* | | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\ \ \ | | |/ | |/|
| * | Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream isGravatar reimar2009-03-29
| | * Allocate struct demuxer with tallocGravatar Uoti Urpala2009-03-21
| |/ |/|
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Remove native nuv demuxer, it only needs more code to achieve the same thingGravatar reimar2009-03-09