2007-03-15 |
diego |
Use explicit path for headers from the loader/ directory.
|
2007-03-15 |
diego |
Add explicit location for headers from the stream/ directory.
|
2007-03-05 |
reimar |
Audio should now work fine, so remove the ENABLE_AUDIO ifdef
|
2007-03-05 |
reimar |
Implement percent-based seeking
|
2007-03-05 |
reimar |
Fix seeking for avisynth audio.
|
2007-03-05 |
reimar |
Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideo
|
2007-03-05 |
reimar |
remove pointless cast to int
|
2007-03-04 |
reimar |
Remove variable that is unnecessary after last patch
|
2007-03-04 |
reimar |
Remove hack that sets demuxer->video->pts after seeking, it seems no longer needed.
|
2007-03-04 |
reimar |
Set pts also for audio packets
|
2007-03-04 |
reimar |
Already frameno == num_frames means we reached EOF.
|
2007-03-04 |
reimar |
Fix crash with avisynth audio-only files and take audio length into account when length is queried.
|
2007-03-04 |
reimar |
Support more avisynth audio sample types (untested)
|
2007-03-04 |
reimar |
Remove useless void * casts
|
2007-03-04 |
reimar |
Do not read more audio samples than available
|
2007-03-04 |
reimar |
Fix pakcet -> packet typo in output
|
2007-03-04 |
reimar |
Set format tag for float samples correctly (currently useless)
|
2007-03-04 |
reimar |
Move/simplify some variable declarations
|
2007-03-04 |
reimar |
Demuxers have no business setting o_bps
|
2007-03-04 |
reimar |
First half-working avisynth audio support
|
2007-03-04 |
reimar |
ENABLE_AUDIO now selects only between -nosound and -aid 0 as default, can be overridden at runtime.
|
2007-03-04 |
reimar |
Enable aid/vid stream selection, although it is quite useless currently.
|
2007-03-04 |
reimar |
Fix type and usage of avs_get_audio function
|
2006-09-01 |
diego |
The FSF changed postal address.
|
2006-07-28 |
reimar |
10l, last commit swapped U and V planes.
|
2006-07-28 |
reimar |
Handle frames with stride correctly (e.g. the "Version" source of current AVS).
|
2006-07-28 |
reimar |
Do not count each decoded frame twice.
|
2006-07-28 |
reimar |
Cosmetics for last commit
|
2006-07-28 |
reimar |
Move more stuff under if (avs_has_video... to simplify later patches.
|
2006-07-28 |
reimar |
set pts of the demux patcket correctly
|
2006-07-28 |
reimar |
Move variable declarations to the block level where they are actually used
|
2006-07-28 |
reimar |
call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer at netfarm it>
|
2006-02-17 |
corey |
Second-try commit of this patch.
|
2006-02-09 |
corey |
Reverse commit of unfinished patch for passing audio_delay to the demuxers.
|
2006-02-07 |
corey |
1. Include audio_delay as an argument to demux_seek.
|
2005-09-02 |
ods15 |
Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
|
2005-08-05 |
rtognimp |
Demuxer modularization
|
2005-06-02 |
faust3 |
memory leak fixes, patch by Gianluigi Tiesi <mplayer at netfarm.it>
|
2005-04-30 |
gpoirier |
Fixes double import of avs_create_script_environment.
|
2005-02-13 |
faust3 |
10l
|
2005-02-13 |
faust3 |
avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>
|