log libmpdemux/demux_avs.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Fri, 06 Dec 2013 19:32:52 +0000 reimar demux_avs: fixed pointer signedness mismatch
Fri, 06 Dec 2013 19:30:53 +0000 reimar demux_avs: calloc instead of malloc + memset
Sun, 19 Feb 2012 15:21:28 +0000 diego Make inline keyword handling consistent.
Sun, 12 Sep 2010 12:22:01 +0000 reimar Replace some sizeof(type) by sizeof(*pointer)
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Mon, 14 Jun 2010 14:35:57 +0000 diego Replace forward declarations by proper loader/wine/winbase.h #include.
Wed, 17 Feb 2010 22:01:35 +0000 diego libmpdemux: Mark functions not used outside of their files as static.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 15 Sep 2008 05:40:29 +0000 diego Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.
Wed, 23 Apr 2008 07:50:54 +0000 reimar Take audio delay into account when seeking in avisynth demuxer.
Wed, 23 Apr 2008 07:49:51 +0000 reimar Calculate fps as double-precision to make switching to double-precision fps values easier.
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Thu, 15 Mar 2007 22:34:45 +0000 diego Use explicit path for headers from the loader/ directory.
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Mon, 05 Mar 2007 13:29:06 +0000 reimar Audio should now work fine, so remove the ENABLE_AUDIO ifdef
Mon, 05 Mar 2007 13:27:42 +0000 reimar Implement percent-based seeking
Mon, 05 Mar 2007 13:17:16 +0000 reimar Fix seeking for avisynth audio.
Mon, 05 Mar 2007 12:56:41 +0000 reimar Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideo
Mon, 05 Mar 2007 12:53:43 +0000 reimar remove pointless cast to int
Sun, 04 Mar 2007 15:15:59 +0000 reimar Remove variable that is unnecessary after last patch
Sun, 04 Mar 2007 15:13:38 +0000 reimar Remove hack that sets demuxer->video->pts after seeking, it seems no longer needed.
Sun, 04 Mar 2007 15:02:53 +0000 reimar Set pts also for audio packets
Sun, 04 Mar 2007 14:59:23 +0000 reimar Already frameno == num_frames means we reached EOF.
Sun, 04 Mar 2007 14:53:26 +0000 reimar Fix crash with avisynth audio-only files and take audio length into account when length is queried.
Sun, 04 Mar 2007 14:42:17 +0000 reimar Support more avisynth audio sample types (untested)
Sun, 04 Mar 2007 14:24:03 +0000 reimar Remove useless void * casts
Sun, 04 Mar 2007 14:11:44 +0000 reimar Do not read more audio samples than available
Sun, 04 Mar 2007 13:56:45 +0000 reimar Fix pakcet -> packet typo in output
Sun, 04 Mar 2007 13:49:55 +0000 reimar Set format tag for float samples correctly (currently useless)
Sun, 04 Mar 2007 12:59:48 +0000 reimar Move/simplify some variable declarations
Sun, 04 Mar 2007 12:55:45 +0000 reimar Demuxers have no business setting o_bps
Sun, 04 Mar 2007 12:52:16 +0000 reimar First half-working avisynth audio support
Sun, 04 Mar 2007 11:31:43 +0000 reimar ENABLE_AUDIO now selects only between -nosound and -aid 0 as default, can be overridden at runtime.
Sun, 04 Mar 2007 11:23:11 +0000 reimar Enable aid/vid stream selection, although it is quite useless currently.
Sun, 04 Mar 2007 09:45:32 +0000 reimar Fix type and usage of avs_get_audio function
Fri, 01 Sep 2006 12:11:11 +0000 diego The FSF changed postal address.
Fri, 28 Jul 2006 17:56:38 +0000 reimar 10l, last commit swapped U and V planes.
Fri, 28 Jul 2006 17:04:43 +0000 reimar Handle frames with stride correctly (e.g. the "Version" source of current AVS).
Fri, 28 Jul 2006 17:03:08 +0000 reimar Do not count each decoded frame twice.
Fri, 28 Jul 2006 15:05:35 +0000 reimar Cosmetics for last commit
Fri, 28 Jul 2006 15:04:10 +0000 reimar Move more stuff under if (avs_has_video... to simplify later patches.
Fri, 28 Jul 2006 14:44:11 +0000 reimar set pts of the demux patcket correctly
Fri, 28 Jul 2006 14:37:41 +0000 reimar Move variable declarations to the block level where they are actually used
Fri, 28 Jul 2006 14:24:04 +0000 reimar call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer at netfarm it>
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Thu, 09 Feb 2006 19:39:51 +0000 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
Tue, 07 Feb 2006 20:22:44 +0000 corey 1. Include audio_delay as an argument to demux_seek.
Fri, 02 Sep 2005 08:32:32 +0000 ods15 Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Thu, 02 Jun 2005 16:49:29 +0000 faust3 memory leak fixes, patch by Gianluigi Tiesi <mplayer at netfarm.it>
Sat, 30 Apr 2005 09:05:45 +0000 gpoirier Fixes double import of avs_create_script_environment.
Sun, 13 Feb 2005 21:36:56 +0000 faust3 10l
Sun, 13 Feb 2005 13:39:19 +0000 faust3 avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>