summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stheader.h
Commit message (Expand)AuthorAgeFilesLines
* Remove dead codewm42012-08-011-2/+0
* mplayer: let frontend print stream info, instead of demuxerswm42012-07-301-0/+15
* video, audio: use lavc decoders without codecs.conf entriesUoti Urpala2012-07-241-0/+2
* audio/video: delete buggy "dynamic plugin" codeUoti Urpala2011-10-201-6/+0
* OSD: when switching sub/audio tracks show title of new trackUoti Urpala2011-07-031-0/+1
* cleanup: reindent stheader.hUoti Urpala2011-07-031-100/+102
* audio: move ready-for-ao data buffer from decoder to AOUoti Urpala2011-07-021-5/+0
* vd_ffmpeg: autoselect output colorspaces without codecs.confUoti Urpala2011-06-261-0/+1
* codecs.conf, stheader.h: support CrystalHD decoding (libavcodec)cehoyos2011-04-131-1/+1
* subtitles: add framework for subtitle decodersUoti Urpala2011-01-181-1/+4
* demux_mkv, ad_ffmpeg: use Matroska OutputSamplingFrequency if availableUoti Urpala2010-11-211-0/+1
* demux_lavf: print subtitle type in more casesreimar2010-11-021-0/+2
* demuxer.c: add new_sh_sub_sid_langUoti Urpala2010-11-021-0/+2
* cleanup: Add const qualifiers for struct ad_functions pointersreimar2010-11-021-1/+1
* Merge svn changes up to r30136Uoti Urpala2009-12-301-22/+26
|\
| * Add support for parsing audio streams (though should be easy to extend to video)reimar2009-12-271-0/+4
| * Remove currently unneeded members accidentally added in the last revision.reimar2009-12-271-4/+0
| * Introduce a sh_common struct that contains the parts in common by the audio, ...reimar2009-12-271-19/+25
* | core: Add support for decoder reordering of pts valuesUoti Urpala2009-11-211-0/+7
* | Change libass type names to match upstream renamesUoti Urpala2009-07-291-1/+1
* | Merge svn changes up to r29304Uoti Urpala2009-07-071-0/+18
|\|
| * Add standard license header to all files in libmpdemux.diego2009-05-081-0/+18
* | stheader.h: Allow inclusion before demuxer.hUoti Urpala2009-04-191-4/+5
* | Merge svn changes up to r27841Uoti Urpala2008-10-281-6/+0
|\|
| * Factorize vobsub idx/extradata handling.aurel2008-10-271-6/+0
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-2/+2
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-071-2/+2
| * Start unifying names of internal preprocessor directives.diego2008-07-301-1/+1
* | Make video decoder description structs constUoti Urpala2008-04-251-1/+1
* | Remove global vo_flagsUoti Urpala2008-04-251-0/+1
* | Store video decoder functions in struct sh_video fieldUoti Urpala2008-04-251-0/+1
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-5/+5
* | Remove some unnecessary recursive includesUoti Urpala2008-04-231-6/+3
* | Add option pointer to demuxers and stheader.h structsUoti Urpala2008-04-231-0/+4
* | Declare demuxer *_streams fields with proper typesUoti Urpala2008-04-231-3/+3
|/
* Support 'default' attribute for audio and subtitle tracks.eugeni2008-03-301-0/+2
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-051-0/+1
* Add language info to sh_sub_t and sh_audio_t.eugeni2008-02-291-0/+2
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* Add extradata to sh_sub_t.eugeni2008-01-111-0/+2
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-1/+1
* Clean up some fields in stheader.h structsuau2007-11-011-3/+2
* added .stream_aspect to st_video_t: if non-zero and if not specified otherwisenicodvb2007-09-011-0/+1
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* Consistently use filename as multiple inclusion guard.diego2007-07-021-2/+2
* Move the sh_audio->delay field to mpctx->delay.uau2007-03-111-1/+0
* Reorganize code to move more things out of main().uau2006-11-201-0/+2
* Move sh_sub_t to stheader.h, where all the other sh structs are definedreimar2006-11-131-0/+14
* Add forgotten new_sh_subreimar2006-11-131-0/+2
* Get rid of demux_aid_vid_mismatch mess.reimar2006-08-261-2/+6
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-061-0/+2
* Change free_sh_audio() to take demuxer and stream id as parametersuau2006-06-141-1/+1
* Change common pts variables from floats to doubles. Individual demuxersuau2006-04-271-3/+3
* 4 - Implement a better way to calculate current audio pts and use it forrtognimp2006-04-241-0/+2
* dwStart support for mplayer.corey2006-02-181-0/+2
* Remove file-global mpadec, add ad_driver member to sh_audio_t instead.hzoli2005-02-251-0/+1
* removed loader/ dependancy, imported some files from g2, also used patches fr...alex2004-04-281-37/+2
* fixed the well-known DVD/DVB audio delay bug :)arpi2003-01-161-0/+3
* export imagedescription for qt video codecsarpi2002-11-111-0/+1
* dlopen() support for ad and vdalex2002-11-111-0/+6
* fixed comment - noticed by Alexarpi2002-11-021-2/+2
* A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it containsarpi2002-11-021-1/+1
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderarpi2002-10-051-3/+9
* wine headers cleanuparpi2002-09-221-5/+37
* - cosmetics, reorderarpi2002-09-211-31/+30
* removed obsolete itemsalex2002-09-011-13/+0
* vf_inited flag addedarpi2002-05-011-0/+1
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+1
* field 'vfilter' added to sh_video_tarpi2002-04-061-0/+1
* Improved MP4 parsing (finally)atmos42002-03-241-0/+2
* added get_sh_video/audio and realmedia seekingalex2002-03-151-0/+4
* video_out added to sh_video_tarpi2002-03-071-0/+1
* 're-include' possibilitynick2002-03-031-0/+5
* We should know size of out buffernick2002-02-271-0/+1
* image field added. 10*10l....arpi2002-01-161-0/+3
* void* context added - it should keep the codec-specific stuff (struct ptr or ...arpi2001-12-211-2/+4
* video frame reading cleanuparpi2001-10-301-0/+2
* oggvorbis stuff moved out from stheader.harpi2001-10-211-19/+1
* includes cleanuparpi2001-10-211-6/+3
* libdemuxer...arpi2001-10-201-0/+94