Sat, 21 Aug 2010 16:04:18 +0000 |
reimar |
Print subtitle type also for internally-supported types with a libavcodec decoder.
|
Fri, 30 Jul 2010 18:14:35 +0000 |
greg |
Rename libass types to match upstream libass >= 0.9.7
|
Sat, 10 Jul 2010 18:47:59 +0000 |
reimar |
Make the stream language an argument to the stream creation function
|
Thu, 01 Jul 2010 20:41:42 +0000 |
reimar |
Add some const, the ad_functions structs are in rodata.
|
Thu, 27 May 2010 20:59:40 +0000 |
diego |
Drop pointless _s suffix from 'struct af_stream'.
|
Thu, 27 May 2010 10:10:27 +0000 |
diego |
cosmetics: Drop pointless _s suffix from 'struct ad_functions'.
|
Fri, 26 Feb 2010 20:01:04 +0000 |
diego |
cosmetics: Rename "codecs_st" struct to just plain "codecs".
|
Sun, 21 Feb 2010 20:02:50 +0000 |
diego |
Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.
|
Sun, 21 Feb 2010 15:48:03 +0000 |
diego |
cosmetics: Rename struct vf_instance_s --> vf_instance.
|
Sun, 27 Dec 2009 15:28:01 +0000 |
reimar |
Add support for parsing audio streams (though should be easy to extend to video)
|
Sun, 27 Dec 2009 14:42:37 +0000 |
reimar |
Remove currently unneeded members accidentally added in the last revision.
|
Sun, 27 Dec 2009 14:40:56 +0000 |
reimar |
Introduce a sh_common struct that contains the parts in common by the audio, video
|
Fri, 08 May 2009 21:51:13 +0000 |
diego |
Add standard license header to all files in libmpdemux.
|
Mon, 27 Oct 2008 22:51:22 +0000 |
aurel |
Factorize vobsub idx/extradata handling.
|
Thu, 07 Aug 2008 12:20:50 +0000 |
diego |
Give a CONFIG_ prefix to preprocessor directives that lacked one and
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Sun, 30 Mar 2008 16:55:46 +0000 |
eugeni |
Support 'default' attribute for audio and subtitle tracks.
|
Wed, 05 Mar 2008 23:32:01 +0000 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
Fri, 29 Feb 2008 17:25:33 +0000 |
eugeni |
Add language info to sh_sub_t and sh_audio_t.
|
Fri, 22 Feb 2008 09:09:46 +0000 |
diego |
Add MPLAYER_ prefix to multiple inclusion guards.
|
Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Fri, 11 Jan 2008 21:45:10 +0000 |
eugeni |
Add extradata to sh_sub_t.
|
Mon, 31 Dec 2007 16:15:50 +0000 |
diego |
Add explanatory comments to the #endif part of multiple inclusion guards.
|
Thu, 01 Nov 2007 06:52:14 +0000 |
uau |
Clean up some fields in stheader.h structs
|
Sat, 01 Sep 2007 15:54:45 +0000 |
nicodvb |
added .stream_aspect to st_video_t: if non-zero and if not specified otherwise
|
Mon, 02 Jul 2007 22:34:45 +0000 |
diego |
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
Mon, 02 Jul 2007 21:34:39 +0000 |
diego |
Consistently use filename as multiple inclusion guard.
|
Sun, 11 Mar 2007 06:16:14 +0000 |
uau |
Move the sh_audio->delay field to mpctx->delay.
|
Mon, 20 Nov 2006 09:12:07 +0000 |
uau |
Reorganize code to move more things out of main().
|
Mon, 13 Nov 2006 18:38:29 +0000 |
reimar |
Move sh_sub_t to stheader.h, where all the other sh structs are defined
|
Mon, 13 Nov 2006 16:18:05 +0000 |
reimar |
Add forgotten new_sh_sub
|
Sat, 26 Aug 2006 19:17:04 +0000 |
reimar |
Get rid of demux_aid_vid_mismatch mess.
|
Thu, 06 Jul 2006 06:58:17 +0000 |
uau |
Add a new video pts tracking mode, enabled by option -correct-pts.
|
Wed, 14 Jun 2006 14:05:59 +0000 |
uau |
Change free_sh_audio() to take demuxer and stream id as parameters
|
Thu, 27 Apr 2006 11:13:21 +0000 |
uau |
Change common pts variables from floats to doubles. Individual demuxers
|
Mon, 24 Apr 2006 10:58:40 +0000 |
rtognimp |
4 - Implement a better way to calculate current audio pts and use it for
|
Sat, 18 Feb 2006 09:26:39 +0000 |
corey |
dwStart support for mplayer.
|
Fri, 25 Feb 2005 11:17:43 +0000 |
hzoli |
Remove file-global mpadec, add ad_driver member to sh_audio_t instead.
|
Wed, 28 Apr 2004 10:18:33 +0000 |
alex |
removed loader/ dependancy, imported some files from g2, also used patches from Dominik Mierzejewski
|
Thu, 16 Jan 2003 22:34:46 +0000 |
arpi |
fixed the well-known DVD/DVB audio delay bug :)
|
Mon, 11 Nov 2002 23:46:27 +0000 |
arpi |
export imagedescription for qt video codecs
|
Mon, 11 Nov 2002 17:28:41 +0000 |
alex |
dlopen() support for ad and vd
|
Sat, 02 Nov 2002 19:59:40 +0000 |
arpi |
fixed comment - noticed by Alex
|
Sat, 02 Nov 2002 19:52:59 +0000 |
arpi |
A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it contains
|
Sat, 05 Oct 2002 22:55:45 +0000 |
arpi |
aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoder
|
Sun, 22 Sep 2002 00:43:14 +0000 |
arpi |
wine headers cleanup
|
Sat, 21 Sep 2002 23:23:03 +0000 |
arpi |
- cosmetics, reorder
|
Sun, 01 Sep 2002 18:23:18 +0000 |
alex |
removed obsolete items
|
Wed, 01 May 2002 17:30:23 +0000 |
arpi |
vf_inited flag added
|
Sat, 13 Apr 2002 19:14:34 +0000 |
arpi |
mp_image.h and img_format.h moved to libmpcodecs
|
Sat, 06 Apr 2002 22:00:50 +0000 |
arpi |
field 'vfilter' added to sh_video_t
|
Sun, 24 Mar 2002 02:25:41 +0000 |
atmos4 |
Improved MP4 parsing (finally)
|
Fri, 15 Mar 2002 15:53:11 +0000 |
alex |
added get_sh_video/audio and realmedia seeking
|
Thu, 07 Mar 2002 02:49:46 +0000 |
arpi |
video_out added to sh_video_t
|
Sun, 03 Mar 2002 18:47:29 +0000 |
nick |
're-include' possibility
|
Wed, 27 Feb 2002 11:16:53 +0000 |
nick |
We should know size of out buffer
|
Wed, 16 Jan 2002 12:24:36 +0000 |
arpi |
image field added. 10*10l....
|
Fri, 21 Dec 2001 16:17:24 +0000 |
arpi |
void* context added - it should keep the codec-specific stuff (struct ptr or HANDLE)
|
Tue, 30 Oct 2001 20:36:20 +0000 |
arpi |
video frame reading cleanup
|
Sun, 21 Oct 2001 16:31:19 +0000 |
arpi |
oggvorbis stuff moved out from stheader.h
|