]> git.sesse.net Git - ffmpeg/history - libavfilter/af_asyncts.c
swscale: Provide the right alignment for external mmx asm
[ffmpeg] / libavfilter / af_asyncts.c
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.