Commit History

Author SHA1 Message Date
  Reimar Döffinger 3cc0f335fe af_aresample: remove only use of array compound literals with non-const initializers in FFmpeg. 10 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
  Michael Niedermayer 325f6e0a97 Merge remote-tracking branch 'qatar/master' 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 11 years ago
  Michael Niedermayer cd5f50a255 avfilter: avoid direct access to AVFrame.channels 11 years ago
  Clément Bœsch c82bb2815b lavfi/aresample: raise filter_frame() error. 11 years ago
  Michael Niedermayer a05a44e205 Merge commit '7e350379f87e7f74420b4813170fe808e2313911' 11 years ago
  Nicolas George 3d2adeb6f8 lavfi/af_aresample: fix info log for unknown layouts. 11 years ago
  Nicolas George 2bd104c72a lavfi/af_aresample: fix layout consistency check. 11 years ago
  Nicolas George b00502457a lavfi/af_aresample: accept unknown channel layouts. 11 years ago
  Stefano Sabatini e06c147581 lavfi/aresample: fix style 11 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 11 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 12 years ago
  Michael Niedermayer f8911b987d Merge remote-tracking branch 'qatar/master' 12 years ago
  Michael Niedermayer 052f4f859c Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' 12 years ago
  Stefano Sabatini 972cad77fa lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h 12 years ago
  Michael Niedermayer 62975afa68 af_aresample: fix sample_rate type. 12 years ago
  Michael Niedermayer 1c60088885 Merge remote-tracking branch 'qatar/master' 12 years ago
  Paul B Mahol c9e183b490 lavfi: update some deprecated functions 12 years ago
  Michael Niedermayer be97675e6c af_aresample: fix pts, they where off by a packet in the -async >0 case. 12 years ago
  Michael Niedermayer 411689b5e1 af_aresample: fix request_frame() 12 years ago
  Clément Bœsch b0b7a89b07 lavfi/aresample: print channel layouts and formats along with the rate. 12 years ago
  Michael Niedermayer 21d8a80e30 af_aresample: use new swr API to pass and compensate PTS 12 years ago
  Michael Niedermayer 087d09b6d5 af_aresample: allocate a larger buffer so accumulated data can be returned quicker 12 years ago
  Michael Niedermayer e17a039647 af_aresample: use extended_data 12 years ago
  Michael Niedermayer 96ac8663de af_aresample: Consider the swresample delay during calculating timestamps. 12 years ago
  Michael Niedermayer 6ba692f8a7 af_aresample: fix rounding that led to sample accumulation in the buffers. 12 years ago
  Michael Niedermayer db6ef054f5 af_aresample: 10l fix, wrong timebase for next_pts. 12 years ago
  Michael Niedermayer 847943bc51 aresample: add code to flush the internal swr buffer. 12 years ago
  Michael Niedermayer b3e1b95afa aresample: check return code of swr_convert() 12 years ago
  Michael Niedermayer b13d39bd81 av_aresample: Allow changing sample format and channel layout as well 12 years ago
  Michael Niedermayer e3c6b61263 af_aresample: support all swresample parameters. 12 years ago
  Michael Niedermayer 47c2e52bc6 af_aresample: fix typo in query formats 12 years ago
  Michael Niedermayer efdc895fbd lavfi: fix pts rescaling in the resampler 12 years ago
  Michael Niedermayer 75492cce8e lavfi: fix resample with differing formats 12 years ago
  Michael Niedermayer 1cbf7fb434 Merge remote-tracking branch 'qatar/master' 12 years ago
  Clément Bœsch 4522df52aa lavfi: remove audio.h include from avfilter.h. 12 years ago