Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Fri, 26 Dec 2008 17:04:31 +0000 | michael | Move sync line pointers code to the end of the loop, it is simpler that way. libavcodec |
Fri, 26 Dec 2008 16:59:10 +0000 | michael | Get rid of check for condition that is always true (run_off < avctx->width). libavcodec |
Fri, 26 Dec 2008 16:57:35 +0000 | michael | Get rid of pix_left in the 2d code, it is simpler that way. libavcodec |
Fri, 26 Dec 2008 16:50:21 +0000 | reynaldo | COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch. libavcodec |
Fri, 26 Dec 2008 16:49:06 +0000 | reynaldo | Part 2 of Kenan Gillet's QCELP silence handling patch. libavcodec |
Fri, 26 Dec 2008 16:38:55 +0000 | michael | Factorize "avctx->width + 2" out to avoid someone mistakenly changing libavcodec |
Fri, 26 Dec 2008 16:30:50 +0000 | michael | cosmetic (moving pix_left update) libavcodec |