59 Commits (f3158c3f29cd24cf50a02b58201ec2cf149b51e5)

Author SHA1 Message Date
  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
  Michael Niedermayer 47c2e52bc6 af_aresample: fix typo in query formats 13 years ago
  Michael Niedermayer efdc895fbd lavfi: fix pts rescaling in the resampler 13 years ago
  Michael Niedermayer 75492cce8e lavfi: fix resample with differing formats 13 years ago
  Clément Bœsch 4522df52aa lavfi: remove audio.h include from avfilter.h. 13 years ago
  Robert Nagy ed66bbfcb9 lavfi/aresample: properly propagate pts == AV_NOPTS_VALUE; 13 years ago
  Clément Bœsch e96be8409f lavfi/aresample: use libswresample. 13 years ago
  Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 13 years ago
  Stefano Sabatini 22137bb5c2 af_aresample: fix properties setting in the output buffer 13 years ago
  Stefano Sabatini db79d04173 af_aresample: do not request a buffer with AV_PERM_REUSE2 permissions in filter_samples() 13 years ago
  Stefano Sabatini 9899037dc6 lavfi: rename avfilter_all_* function names to avfilter_make_all_* 13 years ago