]> git.sesse.net Git - ffmpeg/history - libavfilter/af_asyncts.c
qsvenc: do not try to close the encoder if the session is NULL
[ffmpeg] / libavfilter / af_asyncts.c
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-05-10 Anton Khirnovaf_asyncts: fix offset calculation
2013-05-04 Diego Biurrunavfilter: Add av_cold attributes to init/uninit functions
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovaf_asyncts: switch to an AVOptions-based system.
2013-03-22 Jindřich Makovičkaaf_asyncts: fix compensation and PTS monotonicity
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2012-12-13 Justin Rugglesasyncts: ignore min_delta only if first_pts is set
2012-12-13 Justin Rugglesasyncts: merge two conditions
2012-12-13 Justin Rugglesasyncts: cosmetics: reindent
2012-12-13 Justin Rugglesasyncts: fix the asyncts behavior when using the first_...
2012-12-13 Justin Rugglesasyncts: use clipped delta value when setting resample...
2012-12-13 Justin Rugglesasyncts: fix flushing of final samples at EOF
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-10-10 Mans Rullgardlavfi: convert input/ouput list compound literals to...
2012-10-05 Anton Khirnovlavr: change the type of the data buffers to uint8_t**.
2012-09-07 Anton Khirnovaf_asyncts: check return value from lavr when flushing.
2012-09-04 Martin Storsjöavopt: Explicitly store float/double option defaults...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-24 Anton KhirnovAVOptions: store defaults for INT64 options in int64...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-29 Justin Rugglesaf_asyncts: avoid overflow in out_size with large delta...
2012-07-29 Justin Rugglesaf_asyncts: add first_pts option
2012-07-09 Anton Khirnovlavfi: add error handling to filter_samples().
2012-07-09 Anton Khirnovaf_asyncts: fix request_frame() behavior.
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-05-22 Anton Khirnovasyncts: reset delta to 0 when it's not used.
2012-05-14 Anton Khirnovlavfi: add asyncts filter.