[libav-devel] [PATCH 2/2] rtp: Depacketization of JPEG (RFC 2435)

2012-09-06 Thread Samuel Pitoiset
--- Changelog| 1 + libavformat/Makefile | 1 + libavformat/rtpdec.c | 1 + libavformat/rtpdec_formats.h | 1 + libavformat/rtpdec_jpeg.c| 330 +++ libavformat/version.h| 2 +- 6 files changed, 335 in

[libav-devel] [PATCH 2/2] rtp: Depacketization of JPEG (RFC 2435)

2012-09-07 Thread Samuel Pitoiset
--- Fix build with --disable-everything --enable-demuxer=rtsp --- Changelog| 1 + configure| 2 +- libavformat/Makefile | 1 + libavformat/rtpdec.c | 1 + libavformat/rtpdec_formats.h | 1 + libavformat/rtpdec_jpeg.c| 335 ++

[libav-devel] [PATCH 2/2] rtp: Depacketization of JPEG (RFC 2435)

2012-09-07 Thread Samuel Pitoiset
--- Changelog| 1 + libavcodec/Makefile | 1 + libavformat/Makefile | 1 + libavformat/rtpdec.c | 1 + libavformat/rtpdec_formats.h | 1 + libavformat/rtpdec_jpeg.c| 331 +++ libavformat/version.h

Re: [libav-devel] [PATCH 2/2] rtp: Depacketization of JPEG (RFC 2435)

2012-09-06 Thread Martin Storsjö
On Thu, 6 Sep 2012, Samuel Pitoiset wrote: --- Changelog| 1 + libavformat/Makefile | 1 + libavformat/rtpdec.c | 1 + libavformat/rtpdec_formats.h | 1 + libavformat/rtpdec_jpeg.c| 330 +++ libavformat/version.h

Re: [libav-devel] [PATCH 2/2] rtp: Depacketization of JPEG (RFC 2435)

2012-09-06 Thread Samuel Pitoiset
On Thu, Sep 6, 2012 at 3:00 PM, Martin Storsjö wrote: > On Thu, 6 Sep 2012, Samuel Pitoiset wrote: > >> --- >> Changelog| 1 + >> libavformat/Makefile | 1 + >> libavformat/rtpdec.c | 1 + >> libavformat/rtpdec_formats.h | 1 + >> libavformat/rtpdec_jpeg.c

Re: [libav-devel] [PATCH 2/2] rtp: Depacketization of JPEG (RFC 2435)

2012-09-06 Thread Martin Storsjö
On Thu, 6 Sep 2012, Samuel Pitoiset wrote: On Thu, Sep 6, 2012 at 3:00 PM, Martin Storsjö wrote: On Thu, 6 Sep 2012, Samuel Pitoiset wrote: --- Changelog| 1 + libavformat/Makefile | 1 + libavformat/rtpdec.c | 1 + libavformat/rtpdec_formats.h | 1 +

Re: [libav-devel] [PATCH 2/2] rtp: Depacketization of JPEG (RFC 2435)

2012-09-07 Thread Martin Storsjö
On Fri, 7 Sep 2012, Samuel Pitoiset wrote: --- Fix build with --disable-everything --enable-demuxer=rtsp --- Changelog| 1 + configure| 2 +- libavformat/Makefile | 1 + libavformat/rtpdec.c | 1 + libavformat/rtpdec_formats.h | 1 + l

Re: [libav-devel] [PATCH 2/2] rtp: Depacketization of JPEG (RFC 2435)

2012-09-07 Thread Samuel Pitoiset
On Fri, Sep 7, 2012 at 1:21 PM, Martin Storsjö wrote: > On Fri, 7 Sep 2012, Samuel Pitoiset wrote: > >> --- >> Fix build with --disable-everything --enable-demuxer=rtsp >> --- >> Changelog| 1 + >> configure| 2 +- >> libavformat/Makefile | 1 + >

Re: [libav-devel] [PATCH 2/2] rtp: Depacketization of JPEG (RFC 2435)

2012-09-09 Thread Martin Storsjö
On Fri, 7 Sep 2012, Samuel Pitoiset wrote: --- Changelog| 1 + libavcodec/Makefile | 1 + libavformat/Makefile | 1 + libavformat/rtpdec.c | 1 + libavformat/rtpdec_formats.h | 1 + libavformat/rtpdec_jpeg.c| 331 +

Re: [libav-devel] [PATCH 2/2] rtp: Depacketization of JPEG (RFC 2435)

2012-09-09 Thread Samuel Pitoiset
On Sun, Sep 9, 2012 at 3:08 PM, Martin Storsjö wrote: > On Fri, 7 Sep 2012, Samuel Pitoiset wrote: > >> --- >> Changelog| 1 + >> libavcodec/Makefile | 1 + >> libavformat/Makefile | 1 + >> libavformat/rtpdec.c | 1 + >> libavformat/rtpdec_formats.