On Fri, Aug 17, 2012 at 01:25:24AM +0300, Jan Ekström wrote:
> Rename utvideo.c to utvideodec.c, add a common header
> utvideo.h.
>
> Slices work, but hardcoded to one for the time being.
> All related colorspaces work.
>
> Interlaced encoding is not yet supported.
> ---
> libavcodec/Makefile | 3 +-
> libavcodec/allcodecs.c | 2 +-
> libavcodec/utvideo.h | 96 +++++
> libavcodec/{utvideo.c => utvideodec.c} | 39 +--
> libavcodec/utvideoenc.c | 736
> ++++++++++++++++++++++++++++++++
one still needs Changelog entry, doc/general.texi update and version bump
> 5 files changed, 837 insertions(+), 39 deletions(-)
> create mode 100644 libavcodec/utvideo.h
> rename libavcodec/{utvideo.c => utvideodec.c} (96%)
> create mode 100644 libavcodec/utvideoenc.c
>
[...]
> +
> + /* Pad output to a 32bit boundary */
> + count = put_bits_count(&pb) & 0x1F; // % 32
useless comment (% 32)
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel