summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_avs.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-2/+2
* cleanup: #include loader/wine/winbase.h instead of local declarationsdiego2010-11-021-4/+1
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-33/+33
* Merge svn changes up to r27649Uoti Urpala2008-09-201-9/+10
|\
| * Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.diego2008-09-151-9/+10
* | Make various functions staticUoti Urpala2008-08-121-1/+1
|/
* Take audio delay into account when seeking in avisynth demuxer.reimar2008-04-231-0/+2
* Calculate fps as double-precision to make switching to double-precision fps v...reimar2008-04-231-1/+1
* Use defines to give names to the different seek flags.reimar2008-01-291-4/+2
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-1/+1
* Use explicit path for headers from the loader/ directory.diego2007-03-151-2/+2
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Audio should now work fine, so remove the ENABLE_AUDIO ifdefreimar2007-03-051-5/+0
* Implement percent-based seekingreimar2007-03-051-0/+5
* Fix seeking for avisynth audio.reimar2007-03-051-6/+14
* Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideoreimar2007-03-051-1/+3
* remove pointless cast to intreimar2007-03-051-1/+1
* Remove variable that is unnecessary after last patchreimar2007-03-041-2/+1
* Remove hack that sets demuxer->video->pts after seeking, it seems no longer n...reimar2007-03-041-1/+0
* Set pts also for audio packetsreimar2007-03-041-0/+1
* Already frameno == num_frames means we reached EOF.reimar2007-03-041-1/+1
* Fix crash with avisynth audio-only files and take audio length into account w...reimar2007-03-041-2/+5
* Support more avisynth audio sample types (untested)reimar2007-03-041-2/+13
* Remove useless void * castsreimar2007-03-041-8/+8
* Do not read more audio samples than availablereimar2007-03-041-1/+4
* Fix pakcet -> packet typo in outputreimar2007-03-041-1/+1
* Set format tag for float samples correctly (currently useless)reimar2007-03-041-1/+2
* Move/simplify some variable declarationsreimar2007-03-041-5/+2
* Demuxers have no business setting o_bpsreimar2007-03-041-1/+0
* First half-working avisynth audio supportreimar2007-03-041-4/+15
* ENABLE_AUDIO now selects only between -nosound and -aid 0 as default, can be ...reimar2007-03-041-10/+4
* Enable aid/vid stream selection, although it is quite useless currently.reimar2007-03-041-4/+7
* Fix type and usage of avs_get_audio functionreimar2007-03-041-3/+2
* The FSF changed postal address.diego2006-09-011-2/+2
* 10l, last commit swapped U and V planes.reimar2006-07-281-2/+2
* Handle frames with stride correctly (e.g. the "Version" source of current AVS).reimar2006-07-281-2/+16
* Do not count each decoded frame twice.reimar2006-07-281-2/+0
* Cosmetics for last commitreimar2006-07-281-10/+10
* Move more stuff under if (avs_has_video... to simplify later patches.reimar2006-07-281-4/+4
* set pts of the demux patcket correctlyreimar2006-07-281-1/+1
* Move variable declarations to the block level where they are actually usedreimar2006-07-281-11/+4
* call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer a...reimar2006-07-281-1/+6
* Second-try commit of this patch.corey2006-02-171-1/+1
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-1/+1
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-1/+1
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. Theods152005-09-021-1/+1
* Demuxer modularizationrtognimp2005-08-051-16/+36
* memory leak fixes, patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-06-021-5/+19
* Fixes double import of avs_create_script_environment.gpoirier2005-04-301-1/+0
* 10lfaust32005-02-131-2/+3
* avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-131-0/+405