Mercurial > libavcodec.hg
graph
-
Add av_ prefix to LZO stuff and thus make it officially part of the public API. libavcodecMon, 02 Feb 2009 20:16:00 +0000, by reimar
-
Allocate trellis tables on heap only when needed. libavcodecMon, 02 Feb 2009 18:51:02 +0000, by banan
-
Doxygen defgroups throw a warning if they don't have a title as well as a name libavcodecMon, 02 Feb 2009 10:31:51 +0000, by superdump
-
cosmetics: Place all subtitle entries together. libavcodecMon, 02 Feb 2009 09:35:23 +0000, by diego
-
flacdec: set default sample_fmt before parsing extradata libavcodecMon, 02 Feb 2009 01:53:40 +0000, by jbr
-
Add av_unused to conditionally used variable, fixes the warning: libavcodecMon, 02 Feb 2009 00:35:25 +0000, by diego
-
Make WNV1 decoder use temporary buffer for bit-reversed input libavcodecSun, 01 Feb 2009 16:11:33 +0000, by kostya
-
cosmetics: Remove period after copyright statement non-sentence. libavcodecSun, 01 Feb 2009 15:52:01 +0000, by diego
-
Make TM2 decoder byteswap input into separate buffer instead of doing it in-place. libavcodecSun, 01 Feb 2009 15:27:44 +0000, by kostya
-
Silence two pointer assignment compiler warnings in rv34.c libavcodecSun, 01 Feb 2009 15:03:40 +0000, by kostya
-
Silence useless compiler warning when passing AVFrame* instead of AVPicture* libavcodecSun, 01 Feb 2009 14:44:51 +0000, by kostya
-
Use full internal pathname in doxygen @file directives. libavcodecSun, 01 Feb 2009 02:00:19 +0000, by diego
-
remove some warnings due to avctx->execute libavcodecSat, 31 Jan 2009 22:49:58 +0000, by bcoudurier
-
shorten: trivial simplification of signature check libavcodecSat, 31 Jan 2009 22:30:49 +0000, by mru
-
assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decadent dot org dot uk libavcodecSat, 31 Jan 2009 22:16:17 +0000, by bcoudurier
-
cosmetics: change comment type and vertical alignment libavcodecSat, 31 Jan 2009 02:11:37 +0000, by jbr
-
Cosmetics: replacing 0 with NULL for pointer assignment libavcodecSat, 31 Jan 2009 01:36:00 +0000, by romansh
-
Cosmetics: moving the function definition around libavcodecSat, 31 Jan 2009 01:35:29 +0000, by romansh
-
Fix documentation of the return value of avcodec_encode_video(). libavcodecSat, 31 Jan 2009 00:45:34 +0000, by michael
-
Use '#if defined()' for OS-specific preprocessor checks. libavcodecFri, 30 Jan 2009 23:50:13 +0000, by diego
-
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. libavcodecFri, 30 Jan 2009 20:15:48 +0000, by alexc
-
Add missing void keyword to parameterless function declarations. libavcodecFri, 30 Jan 2009 18:38:25 +0000, by diego
-
Record B-fraction index from frame header and two fields from entry point structure libavcodecFri, 30 Jan 2009 17:15:08 +0000, by kostya
-
Make ff_h263_resync() return the bit position of the resync_marker or libavcodecFri, 30 Jan 2009 17:13:03 +0000, by benoit
-
cosmetics: Add empty line for consistent formatting. libavcodecThu, 29 Jan 2009 22:08:32 +0000, by diego
-
ARM: reorder some instructions in put_pixels*_arm for speed gains libavcodecTue, 27 Jan 2009 16:06:51 +0000, by mru
-
ARM: replace jump tables with conditional branches libavcodecTue, 27 Jan 2009 16:06:47 +0000, by mru
-
ARM: replace explicit literal loads with ldr Rd, =lit libavcodecTue, 27 Jan 2009 16:06:44 +0000, by mru
-
ARM: change alignment of loops in put_pixels*_arm to 32 libavcodecTue, 27 Jan 2009 16:06:41 +0000, by mru
-
ARM: allow register operands for shifts in MULL() libavcodecTue, 27 Jan 2009 16:06:34 +0000, by mru
-
vp5: don't try decoding a P frame before any I frame was parsed libavcodecTue, 27 Jan 2009 00:23:27 +0000, by aurel