69 Commits (a23a56e77c0c2059f27baa194abc3213aee8825f)

Author SHA1 Message Date
  Paul B Mahol ed93ed5ee3 avfilter: don't anonymously typedef structs 8 years ago
  Muhammad Faiz 6af050d7d0 avfilter: do not use AVFrame accessor 8 years ago
  Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
  Nicolas George 4982130d5a lavfi/af_aresample: remove looping on request_frame(). 9 years ago
  Ronald S. Bultje ad45121d56 options: mark av_get_{int,double,q} as deprecated. 9 years ago
  Michael Niedermayer 2ea8a48083 avfilter/af_aresample: Check ff_all_* for allocation failures 9 years ago
  Michael Niedermayer d70e503ebc avfilter/af_aresample: remove unused variable 10 years ago
  Michael Niedermayer 09024fe681 avfilter/af_aresample: Limit data per inserted packet 10 years ago
  Michael Niedermayer 97da68172a avfilter/af_aresample: split flushing code out 10 years ago
  Derek Buitenhuis 1dbc3e8ac8 avfilter/aresample: Check for memory alloc failure for out sample rates 10 years ago
  Reimar Döffinger 3cc0f335fe af_aresample: remove only use of array compound literals with non-const initializers in FFmpeg. 11 years ago
  Alex Sukhanov 86b3435fc0 af_aresample: Fix timestamp of first padded PCM audio packet 11 years ago
  Michael Niedermayer ea6331b2c6 avfilter/af_aresample: Calculate output buffer size more precisely. 11 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Michael Niedermayer ec0e0eb4c1 avfilter/vf_scale+aresample: minor simpification 11 years ago
  Michael Niedermayer 4f43e9b4af avfilter/aresample: use init_dict system and set child AVOption context correctly 12 years ago
  Michael Niedermayer cd5f50a255 avfilter: avoid direct access to AVFrame.channels 12 years ago
  Clément Bœsch c82bb2815b lavfi/aresample: raise filter_frame() error. 12 years ago
  Nicolas George 3d2adeb6f8 lavfi/af_aresample: fix info log for unknown layouts. 12 years ago
  Nicolas George 2bd104c72a lavfi/af_aresample: fix layout consistency check. 12 years ago
  Nicolas George b00502457a lavfi/af_aresample: accept unknown channel layouts. 12 years ago
  Stefano Sabatini e06c147581 lavfi/aresample: fix style 12 years ago
  Nicolas George 238edd2fe3 lavfi: add a channels field to AVFilterLink. 12 years ago
  Michael Niedermayer 616e6ffac6 aresample: increase n_out buffer size a bit to reduce delay in some corner cases 12 years ago
  Clément Bœsch 2d9d444051 lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
  Michael Niedermayer cd7febd33f lavfi: replace filter_samples by filter_frame 12 years ago
  Michael Niedermayer 8d231e37af af_aresample: consistently use ROUNDED_DIV 12 years ago
  Michael Niedermayer 4b5a12a2cb af_aresample: fix rounding of negative timestamps 12 years ago
  Michael Niedermayer 014058abea af_aresample: check ff_get_audio_buffer() failure 12 years ago
  Michael Niedermayer c44a028e19 af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference. 12 years ago
  Paul B Mahol 1acd2f6ba7 Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 12 years ago
  Michael Niedermayer 9ba2484ece af_aresample: fix leak on alloc failure 12 years ago
  Nicolas George b5bea2f960 lavfi/aresample: set buffer properties after copy. 12 years ago
  Stefano Sabatini fda968aa8f lavfi: decrease logging level of message showing initial parameters 13 years ago
  Stefano Sabatini 972cad77fa lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h 13 years ago
  Michael Niedermayer 62975afa68 af_aresample: fix sample_rate type. 13 years ago
  Paul B Mahol c9e183b490 lavfi: update some deprecated functions 13 years ago
  Michael Niedermayer be97675e6c af_aresample: fix pts, they where off by a packet in the -async >0 case. 13 years ago
  Michael Niedermayer 411689b5e1 af_aresample: fix request_frame() 13 years ago
  Clément Bœsch b0b7a89b07 lavfi/aresample: print channel layouts and formats along with the rate. 13 years ago
  Michael Niedermayer 21d8a80e30 af_aresample: use new swr API to pass and compensate PTS 13 years ago
  Michael Niedermayer 087d09b6d5 af_aresample: allocate a larger buffer so accumulated data can be returned quicker 13 years ago
  Michael Niedermayer e17a039647 af_aresample: use extended_data 13 years ago
  Michael Niedermayer 96ac8663de af_aresample: Consider the swresample delay during calculating timestamps. 13 years ago
  Michael Niedermayer 6ba692f8a7 af_aresample: fix rounding that led to sample accumulation in the buffers. 13 years ago
  Michael Niedermayer db6ef054f5 af_aresample: 10l fix, wrong timebase for next_pts. 13 years ago
  Michael Niedermayer 847943bc51 aresample: add code to flush the internal swr buffer. 13 years ago
  Michael Niedermayer b3e1b95afa aresample: check return code of swr_convert() 13 years ago
  Michael Niedermayer b13d39bd81 av_aresample: Allow changing sample format and channel layout as well 13 years ago
  Michael Niedermayer e3c6b61263 af_aresample: support all swresample parameters. 13 years ago