summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stheader.h
Commit message (Expand)AuthorAgeFilesLines
* 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