This is (hopefully) the final batch.

The changes:
[01/42] -- added suncc atomics (tested by Sean, apparrently they mostly
           work)
[03/42] -- renamed av_buffer_alloc_pool() to av_buffer_get()
        -- dropped av_buffer_allocz_pool(), since it's unlikely to be
           useful. If the mallocs are large enough so the caller wants a
           pool for them, then he most certainly doesn't want to memset
           them each time.
[04/42] -- by Martin's suggestions, changed the semantics of
           av_packet_from_data() so that the size parameter does not
           include the padding
[07/42] -- dropped av_get_frame_defaults(), since av_frame_unref() does
           pretty much the same thing and I don't see a reason to have
           both.

mpegvideo -- addressed Janne's comments

new patches -- 11,31-42/42, finalize the plan.

Please comment. I hope we can have this all in within a week.

-- 
Anton Khirnov

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to