aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.c
Commit message (Expand)AuthorAge
* Reduce verbosity if demuxer sets an info value to the same as the current value.Gravatar reimar2009-09-14
* Reuse ds_get_packet in ds_get_packet_ptsGravatar reimar2009-08-23
* Handle demuxers that never set filepos by using stream_tell.Gravatar reimar2009-08-17
* Print information about chapters with -identify.Gravatar reimar2009-06-28
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream isGravatar reimar2009-03-29
* Remove native nuv demuxer, it only needs more code to achieve the same thingGravatar reimar2009-03-09
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* MNG demuxer by Stefan Schuermans, stefan blinkenarea orgGravatar diego2008-11-30
* Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
* 10l: MUSEPACK --> CONFIG_MUSEPACKGravatar diego2008-08-07
* Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
* Rename preprocessor directives related to image libraries.Gravatar diego2008-08-05
* 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
* Avoid including avcodec.h in demuxer.h (and thus many other files) just to getGravatar reimar2008-07-17
* cosmetics: Remove useless parentheses, align.Gravatar diego2008-06-16
* Support NULL name parameter for demuxer_add_chapter.Gravatar reimar2008-06-16
* cosmetics: Break overly long lines.Gravatar diego2008-06-16
* cosmetics: indentation, whitespace changesGravatar diego2008-06-16
* cosmetics: consistent * placementGravatar diego2008-06-16
* cosmetics: one more if brace placement fixGravatar diego2008-06-16
* M-x untabifyGravatar diego2008-06-16
* cosmetics: Remove all trailing whitespace.Gravatar diego2008-06-16
* cosmetics: Split/join multiline statements.Gravatar diego2008-06-16
* cosmetics: Consistently format all if, for, while constructs.Gravatar diego2008-06-16
* Remove one more commented-out line.Gravatar diego2008-06-16
* cosmetics: Make all function declarations consistent by moving the openingGravatar diego2008-06-16
* Remove one more commented-out line.Gravatar diego2008-06-16
* Remove pointless comments and commented-out code.Gravatar diego2008-06-16
* added and reused demux_flush() instead of emptying the demux_stream buffers;Gravatar nicodvb2008-06-02
* Initialize sh_audio/sh_video->dsGravatar reimar2008-05-27
* Simplify/make new_sh behaviour more consistent when a stream gets redefined.Gravatar reimar2008-05-27
* Cosmetics: simplifyGravatar reimar2008-05-27
* Move native musepack demuxer further down in demuxer listGravatar reimar2008-05-27
* cosmetics: Remove pointless parentheses from return statements.Gravatar diego2008-05-16
* Revert r26411: policy violationGravatar rtogni2008-04-19
* Reformat demuxer.cGravatar uau2008-04-12
* Remove global demuxer_typeGravatar uau2008-04-12
* Remove unused function demux_read_data_packGravatar uau2008-04-11
* Support 'default' attribute for audio and subtitle tracks.Gravatar eugeni2008-03-30
* Set audio->sh correctly when switching audio tracks. The same for video tracks.Gravatar eugeni2008-02-29
* Don't select subtitle track in lavf and mkv demuxers.Gravatar eugeni2008-02-29
* Demuxer-independent functions for selecting tracks based on language.Gravatar eugeni2008-02-29
* Remove stupid checks of free() argument.Gravatar eugeni2008-02-29
* Add language info to sh_sub_t and sh_audio_t.Gravatar eugeni2008-02-29
* in ds_fill_buffer() disabled the code that demuxes until the arrival of the r...Gravatar nicodvb2008-02-25
* New member in demuxer_t: reference_clock.Gravatar nicodvb2008-02-23
* 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