index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavresample
/
resample.c
Age
Commit message (
Expand
)
Author
2016-06-21
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
Clément Bœsch
2016-05-04
cosmetics: Fix spelling mistakes
Vittorio Giovara
2015-09-29
avresample: Remove an unused variable
Ganesh Ajjanagadde
2015-09-19
avresample/resample: remove unused variable
Ganesh Ajjanagadde
2015-09-16
Merge commit 'c7247eb7fe2b95803983e8f7c4f0e904f050ca7b'
Hendrik Leppkes
2015-09-13
lavr: Remove unreachable code
Vittorio Giovara
2015-09-07
Merge commit '9a003fc38833b6b9f08e44d7f1c6539db65840a0'
Hendrik Leppkes
2015-09-05
Merge commit '11b2eed43e91b35b8295ed47115cae2e29bd687d'
Hendrik Leppkes
2015-08-31
lavr: Remove unused label
Vittorio Giovara
2015-08-28
lavr: Drop deprecated context reinitialization if resampling was not enabled
Vittorio Giovara
2015-04-29
Merge commit '0ac8ff618c5e6d878c547a8877e714ed728950ce'
Michael Niedermayer
2015-04-28
avresample: Reallocate the internal buffer to the correct size
Luca Barbato
2015-04-20
Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'
Michael Niedermayer
2015-04-19
Replace av_dlog with normal av_log at trace level
Vittorio Giovara
2015-02-22
Merge commit '12655c48049f9a52e5504bde90fe738862b0ff08'
Michael Niedermayer
2015-02-21
libavresample: NEON optimized FIR audio resampling
Peter Meerwald
2014-04-25
Merge commit 'a24a252709dd38f12aa4929ce4981f87091a5113'
Michael Niedermayer
2014-04-25
Merge commit 'cae8df78759c2e69257f7fe58842f34c0d98a7ec'
Michael Niedermayer
2014-04-24
aarch64: NEON optimized FIR audio resampling
Janne Grunau
2014-04-24
lavr: define ResampleContext in resample.h
Janne Grunau
2014-04-17
Merge commit '21d8f4da91673051ad7055cf63d989488a56368e'
Michael Niedermayer
2014-04-17
resample: remove an unneeded context variable
Anton Khirnov
2014-04-13
Merge commit 'f7c5fd81516fb7b186c64c66dc080e1139586226'
Michael Niedermayer
2014-04-13
resample: implement flushing
Anton Khirnov
2014-04-11
Merge commit '254c95cdd1b669a722204a4a65974fc2523c8f83'
Michael Niedermayer
2014-04-11
Merge commit 'be394968c81019887ef996a78a526bdd85d1e216'
Michael Niedermayer
2014-04-11
Merge commit 'f20892eb67a7b4b5a3c080388a35a3380516a805'
Michael Niedermayer
2014-04-11
Merge commit 'b9dea23766f52b8e059e72d34980bb7b456efe8f'
Michael Niedermayer
2014-04-11
resample: split linear into its own function
Anton Khirnov
2014-04-11
resample: add initial padding explicitly
Anton Khirnov
2014-04-11
resample: split the nearest neighbour path into a separate function pointer
Anton Khirnov
2014-04-11
resample: fix avresample_get_delay() return value
Anton Khirnov
2013-08-30
Reinstate proper FFmpeg license for all files.
Thilo Borgmann
2013-01-07
lavr: typedef internal structs in internal.h
Justin Ruggles
2012-12-16
lavr: remove automatic context close/open for resampling compensation
Justin Ruggles
2012-12-16
lavr: only save/restore the mixing matrix if mixing is being done
Justin Ruggles
2012-11-27
lavr: do not pass consumed samples as a parameter to ff_audio_resample()
Justin Ruggles
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-08-11
avresample: De-doxygenize some comments where Doxygen is not appropriate
Diego Biurrun
2012-07-08
lavr: resampling: add support for s32p, fltp, and dblp internal sample formats
Justin Ruggles
2012-07-08
lavr: resampling: add filter type and Kaiser window beta to AVOptions
Justin Ruggles
2012-04-24
Add libavresample
Justin Ruggles