[FFmpeg-devel] [PATCH] PAF demuxer and decoder

Paul B Mahol onemda at gmail.com
Thu Jul 5 05:05:52 CEST 2012


On 7/4/12, Paul B Mahol <onemda at gmail.com> wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  doc/general.texi         |    4 +
>  libavcodec/Makefile      |    2 +
>  libavcodec/allcodecs.c   |    2 +
>  libavcodec/avcodec.h     |    2 +
>  libavcodec/paf.c         |  455
> ++++++++++++++++++++++++++++++++++++++++++++++
>  libavcodec/paf.h         |   28 +++
>  libavformat/Makefile     |    1 +
>  libavformat/allformats.c |    1 +
>  libavformat/paf.c        |  257 ++++++++++++++++++++++++++
>  9 files changed, 752 insertions(+), 0 deletions(-)
>  create mode 100644 libavcodec/paf.c
>  create mode 100644 libavcodec/paf.h
>  create mode 100644 libavformat/paf.c
>

Pushed.


More information about the ffmpeg-devel mailing list