Mercurial > libavcodec.hg
graph
-
silence a gcc warning about using an uninitialized variable libavcodecThu, 13 Nov 2008 03:18:24 +0000, by jbr
-
add a generic function to decode banding structure for coupling, spectral libavcodecThu, 13 Nov 2008 03:18:07 +0000, by jbr
-
Making it easier to send arbitrary structures as work orders to MT workers libavcodecWed, 12 Nov 2008 17:47:23 +0000, by romansh
-
Remove channel layout table that only should be used by encoders. libavcodecTue, 11 Nov 2008 08:30:32 +0000, by banan
-
Split RV3/4 deblock pattern into horizontal and vertical parts libavcodecSat, 08 Nov 2008 18:15:13 +0000, by kostya
-
Drop redundant check in RV3/4 deblock coefficients calculation libavcodecSat, 08 Nov 2008 07:24:56 +0000, by kostya
-
implementing more efficient (and direct) allocation of work for DV codec workers libavcodecSat, 08 Nov 2008 00:18:00 +0000, by romansh
-
Promote inv_aanscales array to global scope (ff_inv_aanscales) libavcodecSat, 08 Nov 2008 00:15:08 +0000, by pross
-
Calculating an additional MV-based deblocking pattern is the same libavcodecFri, 07 Nov 2008 07:18:22 +0000, by kostya
-
Add missing #include "libavutil/avstring.h", fixes libavcodecWed, 05 Nov 2008 23:28:41 +0000, by diego
-
Fix perceptual noise shaping scaling including an oversight of the offset for libavcodecWed, 05 Nov 2008 13:59:42 +0000, by superdump
-
Fix test program build: ff_eval was replaced by ff_eval2. libavcodecWed, 05 Nov 2008 13:32:06 +0000, by diego
-
h264: Implement decoding of picture timing SEI message. libavcodecTue, 04 Nov 2008 18:31:48 +0000, by andoma
-
Only warn about "Invalid and inefficient vfw-avi packed B frames" once. libavcodecTue, 04 Nov 2008 06:54:42 +0000, by andoma
-
Fix illegal identifier, __ are reserved for the system. libavcodecMon, 03 Nov 2008 21:59:35 +0000, by diego
-
Remove duplicated MM_* macros for CPU capabilities from dsputil.h. libavcodecMon, 03 Nov 2008 18:08:00 +0000, by rathann
-
Change the dca channel layout, S -> SIDE not BACK. libavcodecSun, 02 Nov 2008 21:51:27 +0000, by banan
-
Change multichannel API define prefix from "CHANNEL_" to "CH_". libavcodecSun, 02 Nov 2008 21:04:28 +0000, by andoma
-
Guess channel layout based on the number of channels if a custom layout is specified in amode. libavcodecSat, 01 Nov 2008 20:49:37 +0000, by banan
-
Introduce RV3-specific motion vector prediction. libavcodecSat, 01 Nov 2008 17:57:44 +0000, by kostya
-
Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com. libavcodecThu, 30 Oct 2008 22:32:43 +0000, by diego
-
Remove nonsense @return Doxygen comment for void function. libavcodecThu, 30 Oct 2008 22:12:43 +0000, by diego
-
renaming macro in order to conform with the rest of libavcodec libavcodecThu, 30 Oct 2008 15:43:00 +0000, by romansh
-
Remove unused variable, patch by Art Clarke, aclarke vlideshow com. libavcodecThu, 30 Oct 2008 09:13:48 +0000, by diego
-
Correct motion vector scaling in B-frames for RV3/4 libavcodecThu, 30 Oct 2008 06:08:47 +0000, by kostya
-
Add missing headers to pass 'make checkheaders'. libavcodecWed, 29 Oct 2008 23:43:55 +0000, by diego
-
Fix av_picture_copy missing pixels on packed planar AVPictures with odd size. libavcodecWed, 29 Oct 2008 23:07:49 +0000, by diego
-
Reset state after some frame header is found. libavcodecWed, 29 Oct 2008 21:08:14 +0000, by michael
-
Add the function declaration of ff_svq1_packet_checksum to svq1.h and include libavcodecTue, 28 Oct 2008 23:11:59 +0000, by diego
-
Replace literally hardcoded max slice number by named constant. libavcodecTue, 28 Oct 2008 22:50:16 +0000, by michael
-
Rename template included sources from .h to _template.c. libavcodecMon, 27 Oct 2008 14:35:58 +0000, by flameeyes
-
ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S libavcodecMon, 27 Oct 2008 00:25:19 +0000, by mru
-
ARM: use new macros for assembler function labels libavcodecMon, 27 Oct 2008 00:25:09 +0000, by mru
-
svq3 watermark decoding support, based on reverse engineering work by chrono libavcodecSun, 26 Oct 2008 23:34:44 +0000, by bcoudurier
-
Disable codec downmix when not using simd instead of silently produce silence libavcodecSun, 26 Oct 2008 10:14:16 +0000, by banan
-
Fix dca decoder with non simd float2int16 conversion libavcodecSun, 26 Oct 2008 09:54:53 +0000, by banan
-
remove useless ifdeffery, tscc won't do anything useful without zlib libavcodecSat, 25 Oct 2008 18:37:50 +0000, by aurel
-
cosmetics: Change the order of mlp parser objects to be consistent. libavcodecSat, 25 Oct 2008 01:28:29 +0000, by diego
-
Move declaration of mlp decoder dependency on mlp parser to the Makefile libavcodecSat, 25 Oct 2008 01:21:43 +0000, by diego
-
Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder. libavcodecFri, 24 Oct 2008 21:29:23 +0000, by diego
-
Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge. libavcodecFri, 24 Oct 2008 21:20:29 +0000, by diego
-
add state64 field to ParseContext storing last 8 bytes, to be able to check for longer startcodes libavcodecThu, 23 Oct 2008 17:12:41 +0000, by bcoudurier
-
Use x86_reg type instead of long in float_to_int16 MMX/SSE functions. libavcodecMon, 20 Oct 2008 16:05:29 +0000, by reimar
-
RV3 and RV4 decoders set some deblocking coefs for each macroblock, libavcodecMon, 20 Oct 2008 05:58:05 +0000, by kostya
-
Mark some of RV3/4 block types as having separate DC subblock libavcodecMon, 20 Oct 2008 05:54:31 +0000, by kostya
-
Cosmetics: fix indentation after previous commit. libavcodecWed, 15 Oct 2008 07:31:06 +0000, by benoit
-
Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer. libavcodecWed, 15 Oct 2008 07:29:37 +0000, by benoit
-
Include zlib.h as it is needed for watermark support, libavcodecTue, 14 Oct 2008 20:42:54 +0000, by michael
-
Export svq1_packet_checksum() that is needed for svq3 watermarks, libavcodecTue, 14 Oct 2008 20:34:31 +0000, by michael
-
Add variable to hold the svq3 watermarking key, libavcodecTue, 14 Oct 2008 20:30:11 +0000, by michael
-
Fix some icc warnings by using enum PixelFormat instead of int where appropriate. libavcodecMon, 13 Oct 2008 07:42:11 +0000, by cehoyos
-
vp6dec: ensure we don't try to use a buffer with negative size libavcodecMon, 13 Oct 2008 00:10:53 +0000, by aurel