Commit History

Author SHA1 Message Date
  Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 8 years ago
  Nicolas George 4982130d5a lavfi/af_aresample: remove looping on request_frame(). 8 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 9 years ago
  Michael Niedermayer 09024fe681 avfilter/af_aresample: Limit data per inserted packet 9 years ago
  Michael Niedermayer 97da68172a avfilter/af_aresample: split flushing code out 9 years ago
  Derek Buitenhuis 1dbc3e8ac8 avfilter/aresample: Check for memory alloc failure for out sample rates 9 years ago
  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 10 years ago
  Michael Niedermayer ea6331b2c6 avfilter/af_aresample: Calculate output buffer size more precisely. 10 years ago
  Michael Niedermayer 325f6e0a97 Merge remote-tracking branch 'qatar/master' 10 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. 11 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. 11 years ago
  Michael Niedermayer cd7febd33f lavfi: replace filter_samples by filter_frame 11 years ago
  Michael Niedermayer 8d231e37af af_aresample: consistently use ROUNDED_DIV 11 years ago
  Michael Niedermayer 4b5a12a2cb af_aresample: fix rounding of negative timestamps 11 years ago
  Michael Niedermayer 014058abea af_aresample: check ff_get_audio_buffer() failure 11 years ago
  Michael Niedermayer c44a028e19 af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference. 11 years ago
  Paul B Mahol 1acd2f6ba7 Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 11 years ago
  Michael Niedermayer 9ba2484ece af_aresample: fix leak on alloc failure 11 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