[libav-commits] bytestream: add a new set of bytestream functions with overread checking

2013-01-03 Thread Aneesh Dogra
Module: libav Branch: release/0.7 Commit: 42c3a3719b055836291eec5765857872fb75a1f8 Author:Aneesh Dogra Committer: Reinhard Tartler Date: Tue Dec 20 04:12:50 2011 +0530 bytestream: add a new set of bytestream functions with overread checking Signed-off-by: Justin Ruggles

[libav-commits] news: fix wrong syntax

2013-01-26 Thread Aneesh Dogra
Module: libav.org Branch: master Commit: 8ceb1ccb9b1e06056ae84b77d9da95e875fdf5ba Author:Aneesh Dogra Committer: Luca Barbato Date: Sun Jan 27 01:02:53 2013 +0530 news: fix wrong syntax Close the ul tag properly in the news page. Also use the correct syntax. Signed-off-by: Luca

[libav-commits] bytestream: add a new set of bytestream functions with overread checking

2013-02-10 Thread Aneesh Dogra
Module: libav Branch: release/0.5 Commit: c28c631d29a8a6388a58fb3aafb940c607915ff2 Author:Aneesh Dogra Committer: Reinhard Tartler Date: Tue Dec 20 04:12:50 2011 +0530 bytestream: add a new set of bytestream functions with overread checking Signed-off-by: Justin Ruggles

[libav-commits] cavs: Remove unused code.

2012-03-31 Thread Aneesh Dogra
Module: libav Branch: master Commit: c265b77b115885fd5f1b7a3eeae49dcc95718edc Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Sat Mar 31 00:02:06 2012 +0530 cavs: Remove unused code. The square is always passed as 1 whenever the function is called and thus the if block never

[libav-commits] pcm: K&R formatting cosmetics

2012-04-04 Thread Aneesh Dogra
Module: libav Branch: master Commit: 6d21f49879590c4383368bf31200699a6a5e757c Author:Aneesh Dogra Committer: Diego Biurrun Date: Fri Mar 30 21:21:02 2012 +0530 pcm: K&R formatting cosmetics Signed-off-by: Diego Biurrun --- libavcodec/pcm.c |

[libav-commits] bytestream: K&R formatting cosmetics

2012-04-29 Thread Aneesh Dogra
Module: libav Branch: release/0.8 Commit: e788c6e9cb269359d1527a862b003346789aa1c3 Author:Aneesh Dogra Committer: Reinhard Tartler Date: Wed Feb 8 23:55:20 2012 +0530 bytestream: K&R formatting cosmetics Signed-off-by: Diego Biurrun (cherry picked from co

[libav-commits] bytestream: Add bytestream2 writing API.

2012-04-29 Thread Aneesh Dogra
Module: libav Branch: release/0.8 Commit: 2e681cf50f8209e5be2441f1f0c34b9b0144a059 Author:Aneesh Dogra Committer: Reinhard Tartler Date: Tue Feb 7 01:57:22 2012 +0530 bytestream: Add bytestream2 writing API. Signed-off-by: Justin Ruggles (cherry picked from commit

[libav-commits] tta: Fix comment about channel number; TTA supports >2 channels.

2012-05-15 Thread Aneesh Dogra
Module: libav Branch: master Commit: 46ea46357a1f9adf7a8266125308803d00024b75 Author:Aneesh Dogra Committer: Diego Biurrun Date: Tue May 15 22:20:02 2012 +0530 tta: Fix comment about channel number; TTA supports >2 channels. Signed-off-by: Diego Biurrun --- libavcodec/tt

[libav-commits] indeo3: error out if no motion vector is set.

2011-11-27 Thread Aneesh Dogra
Module: libav Branch: master Commit: 97980db4870675baf553dc190051161ecffa9d77 Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Mon Nov 28 02:44:52 2011 +0530 indeo3: error out if no motion vector is set. This fixes a crash on a corrupt bitstream (bugzilla #93). Signed-off-by

[libav-commits] indeo3: check per-plane data buffer against input buffer bounds.

2011-11-29 Thread Aneesh Dogra
Module: libav Branch: master Commit: 464ccb01447b91717cf580b870e636514701ce4f Author:Aneesh Dogra Committer: Alex Converse Date: Tue Nov 29 23:31:35 2011 +0530 indeo3: check per-plane data buffer against input buffer bounds. Fixes : http://bugzilla.libav.org/show_bug.cgi?id=102

[libav-commits] utvideo: add fate tests covering all codec variants

2011-12-10 Thread Aneesh Dogra
Module: libav Branch: master Commit: 97334f106cfbf9787808b922bfb3c2973712f47d Author:Aneesh Dogra Committer: Janne Grunau Date: Fri Dec 9 00:31:33 2011 + utvideo: add fate tests covering all codec variants Signed-off-by: Janne Grunau --- tests/fate2.mak

[libav-commits] fate: add r210 decoder test

2011-12-15 Thread Aneesh Dogra
Module: libav Branch: master Commit: beaf4012d25373f94aab25a7288701e5be9a603a Author:Aneesh Dogra Committer: Janne Grunau Date: Sun Dec 11 04:45:38 2011 + fate: add r210 decoder test Signed-off-by: Janne Grunau --- tests/fate2.mak |3 +++ tests/ref/fate/r210 |3

[libav-commits] xl: Fix overreads

2011-12-19 Thread Aneesh Dogra
Module: libav Branch: master Commit: 00aad121d8a6f365641345a8321bdaac1ff80649 Author:Aneesh Dogra Committer: Martin Storsjö Date: Tue Dec 20 00:18:30 2011 +0530 xl: Fix overreads Signed-off-by: Martin Storsjö --- libavcodec/xl.c |6 ++ 1 files changed, 6 insertions(+), 0

[libav-commits] vc1: Handle WVC1 interlaced stream

2011-12-19 Thread Aneesh Dogra
Module: libav Branch: master Commit: 0a6aff69366cb60d252ae46bd1d21d4b2074fa71 Author:Aneesh Dogra Committer: Martin Storsjö Date: Tue Dec 20 01:56:19 2011 +0530 vc1: Handle WVC1 interlaced stream Signed-off-by: Martin Storsjö --- libavcodec/vc1dec.c | 25

[libav-commits] 4xm: Use bytestream2 functions to prevent overreads

2011-12-20 Thread Aneesh Dogra
Module: libav Branch: master Commit: 1443ea93d935784370f41d85e224718484b0e32c Author:Aneesh Dogra Committer: Justin Ruggles Date: Tue Dec 20 04:12:50 2011 +0530 4xm: Use bytestream2 functions to prevent overreads Fixes Bug 110. Signed-off-by: Justin Ruggles --- libavcodec/4xm.c

[libav-commits] bytestream: add a new set of bytestream functions with overread checking

2011-12-20 Thread Aneesh Dogra
Module: libav Branch: master Commit: fd22616c593156a35b4fe6acbd3668b0802f5f84 Author:Aneesh Dogra Committer: Justin Ruggles Date: Tue Dec 20 04:12:50 2011 +0530 bytestream: add a new set of bytestream functions with overread checking Signed-off-by: Justin Ruggles --- libavcodec

[libav-commits] fate: add more tests for VC-1 decoder

2011-12-29 Thread Aneesh Dogra
Module: libav Branch: master Commit: ac1c27bc2b23d93b2d5167620a51a69a2aa1753e Author:Aneesh Dogra Committer: Janne Grunau Date: Thu Dec 29 15:29:15 2011 +0100 fate: add more tests for VC-1 decoder Signed-off-by: Janne Grunau --- tests/fate/microsoft.mak |9 ++ tests/ref

[libav-commits] fate: Add a video test for xxan decoder

2011-12-29 Thread Aneesh Dogra
Module: libav Branch: master Commit: 8ca903ebcbe437f0448e675aa0288ca35ee1d450 Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Fri Dec 30 00:46:12 2011 +0530 fate: Add a video test for xxan decoder Signed-off-by: Ronald S. Bultje --- tests/fate.mak

[libav-commits] libmp3lame: K&R formatting cosmetics

2011-12-29 Thread Aneesh Dogra
Module: libav Branch: master Commit: c4db34466424f9853c3e6b3bbe8a430da14da7e7 Author:Aneesh Dogra Committer: Diego Biurrun Date: Fri Dec 30 03:07:55 2011 +0530 libmp3lame: K&R formatting cosmetics Signed-off-by: Diego Biurrun --- libavcodec/libmp3lame.c |

[libav-commits] bgmc: K&R cleanup

2012-01-01 Thread Aneesh Dogra
Module: libav Branch: master Commit: 87d9874864105d53ba8578c8879d5de1e0f38795 Author:Aneesh Dogra Committer: Anton Khirnov Date: Sat Dec 31 18:18:22 2011 +0530 bgmc: K&R cleanup Signed-off-by: Anton Khirnov --- libavcodec/bgmc.c | 12 ++-- 1 files changed, 6 insert

[libav-commits] bfi: K&R cosmetics

2012-01-01 Thread Aneesh Dogra
Module: libav Branch: master Commit: f7e30cc13b4463dab22e203a8ce0021bbc98876e Author:Aneesh Dogra Committer: Anton Khirnov Date: Sun Jan 1 22:25:54 2012 +0530 bfi: K&R cosmetics Signed-off-by: Anton Khirnov --- libavcodec/bfi.c | 23 --- 1 files changed

[libav-commits] dct: K&R formatting cosmetics

2012-01-03 Thread Aneesh Dogra
Module: libav Branch: master Commit: 2e70b2de58c4505223f643723820d21fe398f2e9 Author:Aneesh Dogra Committer: Diego Biurrun Date: Sun Jan 1 22:34:37 2012 +0530 dct: K&R formatting cosmetics Signed-off-by: Diego Biurrun --- libavcodec/dct.c |

[libav-commits] cmdutils: K&R reformatting cosmetics

2012-01-03 Thread Aneesh Dogra
Module: libav Branch: master Commit: cbaef7d16ef53d34fc0b3e3915a2d5a5909aadf0 Author:Aneesh Dogra Committer: Diego Biurrun Date: Sat Dec 31 18:19:54 2011 +0530 cmdutils: K&R reformatting cosmetics Signed-off-by: Diego Biurrun --- cmdutils.c |

[libav-commits] 4xm: pass the correct remaining buffer size to decode_i2_frame().

2012-01-04 Thread Aneesh Dogra
Module: libav Branch: master Commit: 4b84f682232205eee84e0e6bea1858be8e234129 Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Thu Jan 5 00:28:01 2012 +0530 4xm: pass the correct remaining buffer size to decode_i2_frame(). frame_size is the number of bytes left in the packet

[libav-commits] 4xm: fix calculation of the next output line position in decode_i2_frame().

2012-01-04 Thread Aneesh Dogra
Module: libav Branch: master Commit: 893f1376793e67e4be76d074d51313e59805bd40 Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Thu Jan 5 01:00:26 2012 +0530 4xm: fix calculation of the next output line position in decode_i2_frame(). The current code doesn't work unless wid

[libav-commits] 4xm: Prevent buffer overreads.

2012-01-04 Thread Aneesh Dogra
Module: libav Branch: master Commit: 295a7c0238e84b0ffa8f21ed938d45f51f54a4cd Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Thu Jan 5 01:46:21 2012 +0530 4xm: Prevent buffer overreads. 4xm decoder while decoding i2 frames can overread the buffer if proper checks are not made

[libav-commits] 4xm: Prevent buffer overreads.

2012-01-05 Thread Aneesh Dogra
Module: libav Branch: master Commit: 9b55b4bb3acc5f41b00eed5b93af4cd8400c9145 Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Thu Jan 5 01:46:21 2012 +0530 4xm: Prevent buffer overreads. 4xm decoder while decoding i2 frames can overread the buffer if proper checks are not made

[libav-commits] utvideo: frame multithreading.

2012-01-08 Thread Aneesh Dogra
Module: libav Branch: master Commit: 12e984aed76d52e959bb7cbee72c149444ff58ce Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Mon Jan 9 01:07:46 2012 +0530 utvideo: frame multithreading. >> time ./avconv -i file.avi -f null - Before : real 0m7.784s After : real 0m

[libav-commits] bfi: Use bytestream2 functions to prevent buffer overreads.

2012-01-08 Thread Aneesh Dogra
Module: libav Branch: master Commit: ccc27e2139336b66cdec3bb73a2cc7e60ef7e599 Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Mon Jan 9 01:45:58 2012 +0530 bfi: Use bytestream2 functions to prevent buffer overreads. Signed-off-by: Ronald S. Bultje --- libavcodec/bfi.c

[libav-commits] bethsoftvideo: Use bytestream2 functions to prevent buffer overreads.

2012-01-10 Thread Aneesh Dogra
Module: libav Branch: master Commit: 29112db8c0f65886e69cbbd6f4e5c44d2d14d238 Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Tue Jan 10 23:56:03 2012 +0530 bethsoftvideo: Use bytestream2 functions to prevent buffer overreads. Signed-off-by: Ronald S. Bultje --- libavcodec

[libav-commits] sgidec: Use bytestream2 functions to prevent buffer overreads.

2012-01-14 Thread Aneesh Dogra
Module: libav Branch: master Commit: 4cd0bdae9a62d1f0366e60603222762af31e5289 Author:Aneesh Dogra Committer: Justin Ruggles Date: Fri Jan 13 23:23:57 2012 +0530 sgidec: Use bytestream2 functions to prevent buffer overreads. The patch also adds several bytestream macros to deal with

[libav-commits] sunrast: Add a check for experimental type.

2012-01-27 Thread Aneesh Dogra
Module: libav Branch: master Commit: 1bbb173652605053ed9ed2fea20ee7205ea19e0e Author:Aneesh Dogra Committer: Justin Ruggles Date: Fri Jan 27 00:29:07 2012 +0530 sunrast: Add a check for experimental type. Signed-off-by: Justin Ruggles --- libavcodec/sunrast.c |3 ++- 1 files

[libav-commits] sunrast: Document the different Sun Raster file format types.

2012-01-27 Thread Aneesh Dogra
Module: libav Branch: master Commit: bca77a1a64a658beb616adcdd59fb3000c7a737b Author:Aneesh Dogra Committer: Justin Ruggles Date: Sat Jan 28 00:03:58 2012 +0530 sunrast: Document the different Sun Raster file format types. Signed-off-by: Justin Ruggles --- libavcodec/sunrast.c

[libav-commits] sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats.

2012-01-29 Thread Aneesh Dogra
Module: libav Branch: master Commit: f9708e9a0e76d3dfa89f175edde68d8cadb02763 Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Sat Jan 28 18:52:15 2012 +0530 sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats. Signed-off-by: Aneesh Dogra Signed-off

[libav-commits] sunrast: Cosmetics

2012-01-29 Thread Aneesh Dogra
Module: libav Branch: master Commit: 415f358a1f926878fc7bc31715cc6d221e372fa0 Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Sat Jan 28 18:52:14 2012 +0530 sunrast: Cosmetics Signed-off-by: Aneesh Dogra Signed-off-by: Ronald S. Bultje --- libavcodec/sunrast.c | 34

[libav-commits] sunrast: Replace magic number by a macro.

2012-01-29 Thread Aneesh Dogra
Module: libav Branch: master Commit: fef3771778dbc9e7a17b7ce773f1b6d9651dff6f Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Sat Jan 28 18:52:12 2012 +0530 sunrast: Replace magic number by a macro. Signed-off-by: Aneesh Dogra Signed-off-by: Ronald S. Bultje --- libavcodec

[libav-commits] sunrast: Remove if (unsigned int < 0) check.

2012-01-29 Thread Aneesh Dogra
Module: libav Branch: master Commit: 4ffb8e2c14dbbe28014fb9d5cea769d600094e1b Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Sun Jan 29 11:13:32 2012 +0530 sunrast: Remove if (unsigned int < 0) check. Note: This fixes the following GCC warning :- libavcodec/sunrast.c

[libav-commits] bytestream: Add bytestream2 writing API.

2012-02-06 Thread Aneesh Dogra
Module: libav Branch: master Commit: db7d45237ab6fc7fe90ec861cb756b2a109504a4 Author:Aneesh Dogra Committer: Justin Ruggles Date: Tue Feb 7 01:57:22 2012 +0530 bytestream: Add bytestream2 writing API. Signed-off-by: Justin Ruggles --- libavcodec/bytestream.h | 112

[libav-commits] bytestream: K&R formatting cosmetics

2012-02-09 Thread Aneesh Dogra
Module: libav Branch: master Commit: ab9ae401525d301a31ec695bf39103502db6afeb Author:Aneesh Dogra Committer: Diego Biurrun Date: Wed Feb 8 23:55:20 2012 +0530 bytestream: K&R formatting cosmetics Signed-off-by: Diego Biurrun --- libavcodec/bytestream.h |

[libav-commits] v210enc: Use Bytestream2 functions

2012-02-10 Thread Aneesh Dogra
Module: libav Branch: master Commit: eeb9e61a518f6b3a1a85dd44e44d55e395e015f6 Author:Aneesh Dogra Committer: Justin Ruggles Date: Wed Feb 8 23:36:40 2012 +0530 v210enc: Use Bytestream2 functions Signed-off-by: Justin Ruggles --- libavcodec/v210enc.c | 21

[libav-commits] sunrast: Add support for gray8 decoding.

2012-02-11 Thread Aneesh Dogra
Module: libav Branch: master Commit: 4fbccfab2371eb400efc51e550bf89adb87f1070 Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Sat Feb 11 11:00:45 2012 +0530 sunrast: Add support for gray8 decoding. Signed-off-by: Ronald S. Bultje --- libavcodec/sunrast.c |8 ++-- 1

[libav-commits] sunrast: Return AVERROR values instead of -1.

2012-02-11 Thread Aneesh Dogra
Module: libav Branch: master Commit: 41afdd913af9ac442b37c8bd39798576c66974c0 Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Sun Feb 12 02:17:56 2012 +0530 sunrast: Return AVERROR values instead of -1. Signed-off-by: Ronald S. Bultje --- libavcodec/sunrast.c | 17

[libav-commits] sunrast: Add fate test for gray8.

2012-02-13 Thread Aneesh Dogra
Module: libav Branch: master Commit: 186dcbcb50653a7e7c49e7eda3b44734e074db3c Author:Aneesh Dogra Committer: Janne Grunau Date: Sun Feb 12 17:48:49 2012 + sunrast: Add fate test for gray8. Signed-off-by: Janne Grunau --- tests/fate/image.mak |3

[libav-commits] sunrast: Move common defines to a new header file.

2012-02-17 Thread Aneesh Dogra
Module: libav Branch: master Commit: 1f1fbcfa71d1d3f90f90a72ba3fb32ddbb545df2 Author:Aneesh Dogra Committer: Justin Ruggles Date: Fri Feb 17 02:05:34 2012 +0530 sunrast: Move common defines to a new header file. Signed-off-by: Justin Ruggles --- libavcodec/sunrast.c | 27

[libav-commits] avcodec: add a Sun Rasterfile encoder

2012-02-17 Thread Aneesh Dogra
Module: libav Branch: master Commit: d7840529b624426025781e5fcde673108d39 Author:Aneesh Dogra Committer: Justin Ruggles Date: Fri Feb 17 02:56:51 2012 +0530 avcodec: add a Sun Rasterfile encoder Signed-off-by: Justin Ruggles --- Changelog |1 + doc

[libav-commits] sunrast: use RLE trigger macro inplace of the hard coded value.

2012-02-19 Thread Aneesh Dogra
Module: libav Branch: master Commit: 566df2eea2d8330748e770a7e2ab72df567cd487 Author:Aneesh Dogra Committer: Anton Khirnov Date: Sat Feb 18 02:22:24 2012 +0530 sunrast: use RLE trigger macro inplace of the hard coded value. Signed-off-by: Anton Khirnov --- libavcodec/sunrast.c

[libav-commits] sunrastenc: set keyframe flag for the output packet.

2012-02-19 Thread Aneesh Dogra
Module: libav Branch: master Commit: 1a58daed0f3450656a52766bea65c82d0e855b6b Author:Aneesh Dogra Committer: Anton Khirnov Date: Sat Feb 18 01:56:01 2012 +0530 sunrastenc: set keyframe flag for the output packet. Signed-off-by: Anton Khirnov --- libavcodec/sunrastenc.c |1

[libav-commits] gif: K&R formatting cosmetics

2012-02-21 Thread Aneesh Dogra
Module: libav Branch: master Commit: 33510e86b1bcf66c83ceea9eddba597dd3e71506 Author:Aneesh Dogra Committer: Diego Biurrun Date: Mon Feb 20 00:12:45 2012 +0530 gif: K&R formatting cosmetics Signed-off-by: Diego Biurrun --- libavformat/gif.c |

[libav-commits] sunrast: Add a sample request for RMP_RAW colormap.

2012-02-21 Thread Aneesh Dogra
Module: libav Branch: master Commit: 79c7064c5f48c974bc713471d2a0deac6bf873a3 Author:Aneesh Dogra Committer: Justin Ruggles Date: Mon Feb 20 00:15:21 2012 +0530 sunrast: Add a sample request for RMP_RAW colormap. Signed-off-by: Justin Ruggles --- libavcodec/sunrast.c |6

[libav-commits] qpeg: Use bytestream2 functions to prevent buffer overreads.

2012-03-03 Thread Aneesh Dogra
Module: libav Branch: master Commit: 3e9cd8b4b0b7b5cd5c1c2119da7b3e7d4c1fb86a Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Sun Mar 4 10:17:43 2012 +0530 qpeg: Use bytestream2 functions to prevent buffer overreads. Signed-off-by: Ronald S. Bultje --- libavcodec/qpeg.c

[libav-commits] qtrle: Use bytestream2 functions to prevent buffer overreads.

2012-03-16 Thread Aneesh Dogra
Module: libav Branch: master Commit: de64d8cf171c6ecdca22d57f0bdd7efec95d0c0e Author:Aneesh Dogra Committer: Ronald S. Bultje Date: Fri Mar 16 01:01:23 2012 +0530 qtrle: Use bytestream2 functions to prevent buffer overreads. Signed-off-by: Ronald S. Bultje --- libavcodec/qtrle.c

[libav-commits] css: improve h3

2012-03-23 Thread Aneesh Dogra
Module: libav.org Branch: master Commit: 06fd282bfd8e9649522a0a52f7dd19398e25a93f Author:Aneesh Dogra Committer: Luca Barbato Date: Sat Mar 24 00:24:12 2012 +0530 css: improve h3 Signed-off-by: Luca Barbato --- htdocs/default.css |5 + 1 files changed, 5 insertions(+), 0

[libav-commits] sunrast: Add support for negative linesize.

2012-03-24 Thread Aneesh Dogra
Module: libav Branch: master Commit: cc965300cb504ce452df1d37041b81c6ee6a5964 Author:Aneesh Dogra Committer: Justin Ruggles Date: Fri Mar 23 23:42:00 2012 +0530 sunrast: Add support for negative linesize. Signed-off-by: Justin Ruggles --- libavcodec/sunrastenc.c | 11