summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-17lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUTStefano Sabatini3-7/+7
2013-09-29swr: fix example code and doxy indent.Clément Bœsch1-2/+2
2013-01-09swr: update copyright years of a few files iam working onMichael Niedermayer4-4/+4
2013-01-09swr: Implement Noise shaping ditherMichael Niedermayer6-19/+369
2012-12-16swr/doxy: fix missing quote in code example.Clément Bœsch1-2/+2
2012-12-11swr: Add SOX resampler supportRob Sykes7-4/+110
2012-12-11swr: Add API to make resample engine selectable.Rob Sykes4-39/+87
2012-12-11doxy: fix swr group nameMichael Niedermayer2-1/+2
2012-12-03lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini4-18/+12
2012-11-20swr: include stdint.h instead of inttypes.h.Clément Bœsch2-2/+2
2012-11-20swr: fix a few typo in the public header.Clément Bœsch1-5/+5
2012-11-20swr-doxy: elaborate on swr_get_delay() and the timebaseMichael Niedermayer1-0/+4
2012-11-20swr: general doxy text about swr and example code.Michael Niedermayer1-2/+72
2012-11-03lswr/swresample.h: use consistent inclusion guard header nameStefano Sabatini1-3/+3
2012-09-28swresample: Create version.h headerjamal4-9/+43
2012-09-06swr: update copyright yearsMichael Niedermayer4-4/+4
2012-07-23swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles4-15/+36
2012-05-19swr: add swr_next_pts()Michael Niedermayer3-2/+64
2012-05-19swr: add swr_drop_output()Michael Niedermayer3-1/+38
2012-05-19swr: add swr_inject_silence()Michael Niedermayer2-1/+30
2012-05-18swr: add swr_get_delay() to find the exact delay the swresampler introduces.Michael Niedermayer2-1/+34
2012-04-11swr: add triangular highpass ditherMichael Niedermayer3-1/+24
2012-04-11swr: add swr_get_class()Michael Niedermayer2-0/+13
2012-04-10swr: add triangular dither supportMichael Niedermayer3-0/+7
2012-04-10swr: add dither support.Michael Niedermayer6-11/+98
2012-03-25swr: More flexible and convenient bufferingMichael Niedermayer2-41/+105
2012-03-24swr: drop SWR_CH_MAX with the next major ABI bumpMichael Niedermayer1-0/+2
2012-03-24swr: dont use SWR_CH_MAX in the public function declaration.Michael Niedermayer1-3/+3
2012-03-24swr: make SwrContext a typedef.Michael Niedermayer1-2/+2
2012-03-24swresample: support up to 32 channelsMichael Niedermayer1-2/+2
2012-02-27Exit ffmpeg if swr_convert() fails.Carl Eugen Hoyos2-1/+5
2012-02-20libswr: allow to set custom matrices.Nicolas George5-11/+60
2012-01-09libswresample: introduce int swr_set_compensation() instead of void swr_compe...Marton Balint3-7/+23
2011-12-23swr: fix swresample_version()Michael Niedermayer2-1/+5
2011-12-22swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100Michael Niedermayer2-1/+2
2011-12-22swr: add swresample_version swresample_configuration and swresample_licenseMichael Niedermayer2-0/+31
2011-11-24swr: use native planar sample formats.Clément Bœsch3-21/+20
2011-11-17swr: introduce a public function to customize the channel mapping.Clément Bœsch5-11/+25
2011-11-17swr: doxycomment public API.Clément Bœsch1-13/+48
2011-11-17swr: bump minor version.Clément Bœsch1-1/+1
2011-11-17swr: rename swr_alloc2() to swr_alloc_set_opts().Clément Bœsch5-20/+23
2011-11-04ffmpeg: add -map_channel option.Clément Bœsch15-22/+228
2011-11-04swr: document how flushing works and bump minor version.Michael Niedermayer1-1/+3
2011-09-19Add libswresample.Michael Niedermayer18-67/+1634