[FFmpeg-devel] [PATCH] Split H.261into separate encoder and decoder

Panagiotis Issaris takis.issaris
Mon May 21 13:47:06 CEST 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

The attached patch splits the h261.c file into separate files for the
encoder, decoder and common stuff.

The patch shows differences after three svn copies:

 Makefile  |    4
 h261.c    |  942
- --------------------------------------------------------------
 h261.h    |   45 ++
 h261dec.c |  355 -----------------------
 h261enc.c |  671 --------------------------------------------
 5 files changed, 65 insertions(+), 1952 deletions(-)


Regression tests fail, but they already failed before this patch.


With friendly regards,
Takis


This is the "normal" patch (not against SVN copies):
Makefile  |    4
 h261.c    |  942
- --------------------------------------------------------------
 h261.h    |   45 ++
 h261dec.c |  650 ++++++++++++++++++++++++++++++++++++++++++
 h261enc.c |  336 ++++++++++++++++++++++
 5 files changed, 1036 insertions(+), 941 deletions(-)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGUYa69kOxLuzz4CkRAjc0AJ9bKd1jHDB23L5S9yVkZvhGcYSrXwCeLAhs
cZgHaHInbNuSHbXkrH3Xqis=
=F+nI
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pi-20070521T134322-ffmpeg-h261_split.diff
Type: text/x-patch
Size: 61799 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070521/74bba76a/attachment.bin>



More information about the ffmpeg-devel mailing list