Mercurial > libavcodec.hg
graph
-
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
-
Change "H.263 Intel" long name to "Intel H.263". libavcodecMon, 26 Jan 2009 19:46:47 +0000, by stefano
-
Fix an exploit in indeo by checking we are not writing out of the strip array. libavcodecMon, 26 Jan 2009 09:41:23 +0000, by benoit
-
Make more descriptive the long names for the various variants of H.263. libavcodecSun, 25 Jan 2009 16:59:48 +0000, by stefano
-
Add required headers to fix warnings during 'make checkheaders'. libavcodecSun, 25 Jan 2009 11:16:25 +0000, by diego
-
flacdec: get total number of samples from STREAMINFO libavcodecSun, 25 Jan 2009 02:27:02 +0000, by jbr
-
flacdec: cosmetics: some line wrapping at 80 chars libavcodecSat, 24 Jan 2009 19:05:52 +0000, by jbr
-
flacdec: cosmetics: use consistent coding style (K&R) libavcodecSat, 24 Jan 2009 18:51:43 +0000, by jbr
-
Add a check for ppc4xx instructions; rename preprocessor directive accordingly. libavcodecSat, 24 Jan 2009 17:44:46 +0000, by diego
-
Remove pointless #if HAVE_ALTIVEC around internal header #include libavcodecSat, 24 Jan 2009 17:32:06 +0000, by diego
-
flacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR libavcodecSat, 24 Jan 2009 16:03:17 +0000, by jbr
-
flacdec: remove another unneeded debugging statement libavcodecSat, 24 Jan 2009 16:02:30 +0000, by jbr
-
Add required headers to fix 'make checkheaders'. libavcodecSat, 24 Jan 2009 14:46:00 +0000, by diego
-
remove alloc_table_0 and alloc_table_2, the same libavcodecSat, 24 Jan 2009 14:32:22 +0000, by stefang
-
remove zigzag_scan8x8, it is the same as ff_zigzag_direct libavcodecSat, 24 Jan 2009 14:30:15 +0000, by stefang
-
avoid duplication of size_table and offset_table libavcodecSat, 24 Jan 2009 14:28:08 +0000, by stefang
-
Remove the block with always false condition from vc1_parse_frame_header() libavcodecFri, 23 Jan 2009 06:33:04 +0000, by kostya
-
VC-1 postproc field is 2 bits wide while decoder read only single bit. libavcodecFri, 23 Jan 2009 06:31:17 +0000, by kostya
-
flacdec: add support for 3 additional sample rate codes libavcodecThu, 22 Jan 2009 22:23:58 +0000, by jbr
-
VMD first chunk of audio is not coded as many separate chunks of block_align libavcodecWed, 21 Jan 2009 13:24:35 +0000, by kostya
-
Cosmetics: Fix indentation after last commit. libavcodecTue, 20 Jan 2009 09:36:28 +0000, by cehoyos