aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_avs.c
Commit message (Expand)AuthorAge
* Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.Gravatar diego2008-09-15
* Take audio delay into account when seeking in avisynth demuxer.Gravatar reimar2008-04-23
* Calculate fps as double-precision to make switching to double-precision fps v...Gravatar reimar2008-04-23
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Use explicit path for headers from the loader/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Audio should now work fine, so remove the ENABLE_AUDIO ifdefGravatar reimar2007-03-05
* Implement percent-based seekingGravatar reimar2007-03-05
* Fix seeking for avisynth audio.Gravatar reimar2007-03-05
* Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideoGravatar reimar2007-03-05
* remove pointless cast to intGravatar reimar2007-03-05
* Remove variable that is unnecessary after last patchGravatar reimar2007-03-04
* Remove hack that sets demuxer->video->pts after seeking, it seems no longer n...Gravatar reimar2007-03-04
* Set pts also for audio packetsGravatar reimar2007-03-04
* Already frameno == num_frames means we reached EOF.Gravatar reimar2007-03-04
* Fix crash with avisynth audio-only files and take audio length into account w...Gravatar reimar2007-03-04
* Support more avisynth audio sample types (untested)Gravatar reimar2007-03-04
* Remove useless void * castsGravatar reimar2007-03-04
* Do not read more audio samples than availableGravatar reimar2007-03-04
* Fix pakcet -> packet typo in outputGravatar reimar2007-03-04
* Set format tag for float samples correctly (currently useless)Gravatar reimar2007-03-04
* Move/simplify some variable declarationsGravatar reimar2007-03-04
* Demuxers have no business setting o_bpsGravatar reimar2007-03-04
* First half-working avisynth audio supportGravatar reimar2007-03-04
* ENABLE_AUDIO now selects only between -nosound and -aid 0 as default, can be ...Gravatar reimar2007-03-04
* Enable aid/vid stream selection, although it is quite useless currently.Gravatar reimar2007-03-04
* Fix type and usage of avs_get_audio functionGravatar reimar2007-03-04
* The FSF changed postal address.Gravatar diego2006-09-01
* 10l, last commit swapped U and V planes.Gravatar reimar2006-07-28
* Handle frames with stride correctly (e.g. the "Version" source of current AVS).Gravatar reimar2006-07-28
* Do not count each decoded frame twice.Gravatar reimar2006-07-28
* Cosmetics for last commitGravatar reimar2006-07-28
* Move more stuff under if (avs_has_video... to simplify later patches.Gravatar reimar2006-07-28
* set pts of the demux patcket correctlyGravatar reimar2006-07-28
* Move variable declarations to the block level where they are actually usedGravatar reimar2006-07-28
* call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer a...Gravatar reimar2006-07-28
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* Demuxer modularizationGravatar rtognimp2005-08-05
* memory leak fixes, patch by Gianluigi Tiesi <mplayer at netfarm.it>Gravatar faust32005-06-02
* Fixes double import of avs_create_script_environment.Gravatar gpoirier2005-04-30
* 10lGravatar faust32005-02-13
* avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>Gravatar faust32005-02-13