Mercurial > libavcodec.hg
graph
-
revert r8469 (increase bits for non default highprecision mode) libavcodecThu, 22 Mar 2007 03:18:34 +0000, by michael
-
optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...) libavcodecThu, 22 Mar 2007 00:52:49 +0000, by michael
-
select more sensible default windows (= attenuation beyond the dynamic range of your input is silly if it negatively affects other parameters) libavcodecThu, 22 Mar 2007 00:16:41 +0000, by michael
-
make kaiser windows with other beta than 16 available libavcodecWed, 21 Mar 2007 23:44:49 +0000, by michael
-
enable iwmmxt support, removing mm_support() stub libavcodecWed, 21 Mar 2007 23:07:24 +0000, by mru
-
make high precision mode accessible at compile time libavcodecWed, 21 Mar 2007 22:39:00 +0000, by michael
-
increase bits for non default highprecision mode libavcodecWed, 21 Mar 2007 22:38:07 +0000, by michael
-
code for testing the accuracy of the resampler libavcodecWed, 21 Mar 2007 22:37:05 +0000, by michael
-
remove dithering of filter coefficients, improves precision by 1-2 bits and libavcodecWed, 21 Mar 2007 22:02:52 +0000, by michael
-
Small simplifications to subband coefficient handling and use av_random(). libavcodecTue, 20 Mar 2007 18:08:51 +0000, by banan
-
fix handling of special case for lowest snroffset. regressions are unaffected. libavcodecTue, 20 Mar 2007 02:12:13 +0000, by jbr
-
10l, fix debug, dprintf does not have log level libavcodecMon, 19 Mar 2007 16:07:51 +0000, by bcoudurier
-
AC-3 encoded volume is too high. Revert revision 7160: libavcodecSun, 18 Mar 2007 23:18:05 +0000, by jbr
-
split ac3_parametric_bit_allocation into 3 separate functions libavcodecSun, 18 Mar 2007 21:43:20 +0000, by jbr
-
Proper handling of motion vectors for adv. profile libavcodecSun, 18 Mar 2007 07:51:40 +0000, by kostya
-
Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com. libavcodecSat, 17 Mar 2007 14:59:58 +0000, by diego
-
Move the encoding of the image data to its own function. libavcodecSat, 17 Mar 2007 13:16:18 +0000, by diego
-
Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com. libavcodecSat, 17 Mar 2007 12:56:34 +0000, by diego
-
force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2 libavcodecThu, 15 Mar 2007 23:45:20 +0000, by gpoirier
-
remove silly static int done protecting the initalization of 32 elements to 1 libavcodecTue, 13 Mar 2007 22:51:11 +0000, by michael
-
Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour. libavcodecSun, 11 Mar 2007 21:01:33 +0000, by banan
-
Replace custom modified discrete cosine transform with ffmpeg's own. libavcodecSun, 11 Mar 2007 20:30:06 +0000, by banan
-
Check dimensions to avoid division by zero due to invalid new dimensions. libavcodecSun, 11 Mar 2007 09:16:11 +0000, by reimar
-
remove redundancy in AC-3 parser by using common tables from ac3tab.h libavcodecSun, 11 Mar 2007 02:13:05 +0000, by jbr
-
Remove common code from AC-3 encoder and utilize ac3.c. libavcodecFri, 09 Mar 2007 13:57:42 +0000, by jbr
-
Create ac3.c which will be used for AC-3 common code. libavcodecFri, 09 Mar 2007 13:54:44 +0000, by jbr
-
Don't output the first two frames, since they don't contain valid audio. libavcodecThu, 08 Mar 2007 19:47:03 +0000, by banan
-
bitrate sanity check (fixes assertion failure) libavcodecThu, 08 Mar 2007 10:25:06 +0000, by michael
-
Remove useless casts as recommended by Mns Rullgrd. libavcodecThu, 08 Mar 2007 10:21:35 +0000, by takis
-
Move the initialization on context definition. In amr.c, only the libavcodecThu, 08 Mar 2007 10:06:59 +0000, by takis
-
add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter libavcodecWed, 07 Mar 2007 09:29:44 +0000, by michael
-
add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags libavcodecWed, 07 Mar 2007 02:21:35 +0000, by michael
-
make av_find_opt() available to the public and add a mask+flags parameter to search for specific AVOptions libavcodecWed, 07 Mar 2007 02:03:44 +0000, by michael
-
change management of "ab" option in ffmpeg.c, so that it works as "b" option. libavcodecMon, 05 Mar 2007 10:04:53 +0000, by gpoirier
-
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" libavcodecSun, 04 Mar 2007 11:53:11 +0000, by takis
-
imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder libavcodecSun, 04 Mar 2007 02:59:11 +0000, by bcoudurier
-
partial avid meridien uncompressed support libavcodecSat, 03 Mar 2007 14:11:45 +0000, by bcoudurier
-
Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2. libavcodecSat, 03 Mar 2007 08:33:07 +0000, by diego
-
support feeding individual NAL units to the decoder instead of just complete frames libavcodecFri, 02 Mar 2007 23:35:26 +0000, by michael
-
support for mjpeg bottom field first in mov libavcodecFri, 02 Mar 2007 12:26:07 +0000, by bcoudurier
-
remove ps option and rename rtp_payload_size AVOption to ps libavcodecThu, 01 Mar 2007 16:36:38 +0000, by bcoudurier
-
Add documentation to some avcodec.h's pix_fmt related functions and defines. libavcodecThu, 01 Mar 2007 15:27:26 +0000, by takis
-
get rid of CODEC_FLAG_H263P_AIC with next major bump libavcodecThu, 01 Mar 2007 10:29:03 +0000, by bcoudurier
-
define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump libavcodecThu, 01 Mar 2007 10:24:07 +0000, by bcoudurier
-
get rid of rtp_mode field after next major bump libavcodecWed, 28 Feb 2007 17:56:45 +0000, by bcoudurier
-
enable rtp payload size AVOption for video encoding libavcodecWed, 28 Feb 2007 17:40:31 +0000, by bcoudurier
-
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER. libavcodecTue, 27 Feb 2007 00:24:49 +0000, by diego
-
Move the unaltered documentation of the functions which are part of the public libavcodecSun, 25 Feb 2007 07:53:44 +0000, by takis
-
Only compile snowdsp_mmx.c if the Snow decoder is enabled. libavcodecSat, 24 Feb 2007 11:59:26 +0000, by diego
-
Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. libavcodecSat, 24 Feb 2007 11:58:52 +0000, by diego
-
cosmetics: Fix another common typo, dependAnt --> dependEnt. libavcodecSat, 24 Feb 2007 09:41:43 +0000, by diego
-
h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com) libavcodecSat, 24 Feb 2007 00:58:28 +0000, by michael
-
reorder a few more paddws to reduce dependancy chains libavcodecFri, 23 Feb 2007 15:44:56 +0000, by michael
-
add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c libavcodecFri, 23 Feb 2007 15:19:29 +0000, by gpoirier
-
fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr) libavcodecFri, 23 Feb 2007 14:29:13 +0000, by michael
-
use av_noinline instead of __attribute((noinline)) libavcodecFri, 23 Feb 2007 10:23:45 +0000, by aurel
-
dont check buffer size if the decode function wont be called at all libavcodecFri, 23 Feb 2007 00:47:21 +0000, by michael
-
av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. libavcodecFri, 23 Feb 2007 00:20:39 +0000, by takis
-
Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. libavcodecThu, 22 Feb 2007 20:21:33 +0000, by takis
-
Doxygenize the comments for the av_fast_realloc() function. libavcodecThu, 22 Feb 2007 19:14:07 +0000, by takis
-
Doxygenize the comments for the av_free_static() function. libavcodecThu, 22 Feb 2007 19:12:40 +0000, by takis
-
Doxygenize the comments for the av_mallocz_static() function. libavcodecThu, 22 Feb 2007 19:11:33 +0000, by takis
-
Doxygenize the comments for the av_realloc_static() function. libavcodecThu, 22 Feb 2007 19:10:55 +0000, by takis
-
Doxygenize the comments for the av_get_bits_per_sample() function. libavcodecThu, 22 Feb 2007 19:09:35 +0000, by takis
-
Doxygenize the comments for the av_get_pict_type_char() function. libavcodecThu, 22 Feb 2007 19:08:39 +0000, by takis
-
Doxygenize the comments for the avpicture_free() function. libavcodecThu, 22 Feb 2007 19:06:28 +0000, by takis
-
Move the Doxygen function documentation unaltered from libavcodec/utils.c to libavcodecThu, 22 Feb 2007 19:05:44 +0000, by takis
-
The memsetting of the end of buffer is not needed for audio. libavcodecThu, 22 Feb 2007 12:56:31 +0000, by takis
-
Stray comment, probably copy & pasted from audio_encode_example(). libavcodecThu, 22 Feb 2007 02:12:54 +0000, by takis
-
cosmetics: Fix another common typo, gurantee --> guArantee. libavcodecWed, 21 Feb 2007 19:19:46 +0000, by diego
-
cosmetics: Fix a common typo, sepErate --> sepArate. libavcodecWed, 21 Feb 2007 10:15:08 +0000, by diego
-
Add some more Doxygen documentation to libavcodec/utils.c. libavcodecTue, 20 Feb 2007 12:45:16 +0000, by takis
-
Remove a non-C dependency (being M_PI) from the libavcodec example. libavcodecSun, 18 Feb 2007 21:23:50 +0000, by takis
-
Don't use byte swaps and use the more portable way libavcodecSun, 18 Feb 2007 19:12:20 +0000, by banan
-
remove imgresample and convert with the next version bump libavcodecSat, 17 Feb 2007 11:55:57 +0000, by michael
-
prevent h.264 MC related functions from being inlined (yes this is much faster the code just doesnt fit in the code cache otherwise) libavcodecFri, 16 Feb 2007 21:21:07 +0000, by michael
-
Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan. libavcodecWed, 14 Feb 2007 23:33:16 +0000, by diego
-
rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF libavcodecTue, 13 Feb 2007 23:45:28 +0000, by mru
-
This fixes error handling for BeOS, removing the need for some ifdefs. libavcodecTue, 13 Feb 2007 18:26:14 +0000, by mmu_man
-
Intensity compensation for B-frames in AP was missing libavcodecTue, 13 Feb 2007 07:48:23 +0000, by kostya
-
Restore the possibility to link liba52 instead of dlopening. libavcodecMon, 12 Feb 2007 10:05:19 +0000, by diego
-
Rename ac3 decoder to liba52 to prepare for native decoder. libavcodecSun, 11 Feb 2007 19:02:59 +0000, by diego
-
Remove internal liba52; external lib still works, native decoder coming up. libavcodecSun, 11 Feb 2007 16:29:00 +0000, by diego
-
always decode extradata when of non-avc stream (like RTSP) libavcodecFri, 09 Feb 2007 22:25:29 +0000, by gpoirier
-
factor out common subexprssion (gcc of course is too stupid to do this ...) libavcodecFri, 09 Feb 2007 12:37:38 +0000, by michael
-
merge asm fragments in H264_CHROMA_MC2_TMPL() libavcodecFri, 09 Feb 2007 12:24:22 +0000, by michael
-
fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily) libavcodecFri, 09 Feb 2007 02:21:34 +0000, by michael
-
Directly access av_log_level instead of calling av_log_{set, get}_level() libavcodecThu, 08 Feb 2007 18:55:36 +0000, by lucabe
-
Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian. libavcodecWed, 07 Feb 2007 17:35:36 +0000, by reimar
-
vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back) libavcodecWed, 07 Feb 2007 16:59:10 +0000, by michael
-
Add a comment about swapped numerator and denominator. libavcodecWed, 07 Feb 2007 14:10:50 +0000, by diego
-
Replace deprecated PIX_FMT names by the newer variants. libavcodecWed, 07 Feb 2007 01:48:09 +0000, by diego
-
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) libavcodecTue, 06 Feb 2007 19:14:16 +0000, by michael
-
Progressive frames disguised as interlaced are supported libavcodecTue, 06 Feb 2007 07:16:52 +0000, by kostya
-
B-frames could not be determined from broken_link/closed_entry, use fixed value libavcodecTue, 06 Feb 2007 07:11:20 +0000, by kostya
-
ensure that data[0] is set to NULL for next frame libavcodecTue, 06 Feb 2007 00:35:51 +0000, by aurel
-
cosmetic: indent sensibly so code can be read at all libavcodecMon, 05 Feb 2007 19:35:36 +0000, by mru
-
BMP encoder by Michel Bardiaux, mbardiaux mediaxim be libavcodecMon, 05 Feb 2007 15:05:29 +0000, by diego
-
Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com. libavcodecMon, 05 Feb 2007 09:11:10 +0000, by diego
-
useless as this file wont be compiled if this is not true libavcodecSun, 04 Feb 2007 11:20:32 +0000, by michael
-
some (probably exploitable) out of array write fixes libavcodecFri, 02 Feb 2007 02:58:01 +0000, by michael
-
Add decode_end method to bmp decoder. Patch by Michel Bardiaux, libavcodecThu, 01 Feb 2007 09:48:09 +0000, by takis
-
Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux, libavcodecThu, 01 Feb 2007 09:45:05 +0000, by takis
-
optimize IDCT of rows with mostly zero coefficients libavcodecWed, 31 Jan 2007 23:04:56 +0000, by mru
-
Make sure we do not accidentially "fix" cnt to something < 0 libavcodecWed, 31 Jan 2007 21:20:31 +0000, by reimar
-
Simplify checks, use that we know that cnt will not be < 0 libavcodecWed, 31 Jan 2007 21:00:48 +0000, by reimar
-
Remove boundary checks that are actually done "well enough" libavcodecWed, 31 Jan 2007 20:57:30 +0000, by reimar
-
Documentation fix: Copy functions should "work" fine for cnt == 0 libavcodecWed, 31 Jan 2007 20:26:32 +0000, by reimar
-
replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my doubts that gcc can replace the shifts as x is signed, it could in theory but well its gcc ... libavcodecWed, 31 Jan 2007 10:07:22 +0000, by michael
-
Add code to testcode to ease comparing with liblzo. libavcodecWed, 31 Jan 2007 09:37:02 +0000, by reimar
-
Make BMP decoder use bytestream. Patch by Michel Bardiaux libavcodecWed, 31 Jan 2007 00:34:56 +0000, by takis
-
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian libavcodecTue, 30 Jan 2007 14:24:12 +0000, by takis
-
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not libavcodecTue, 30 Jan 2007 14:19:43 +0000, by takis
-
Add the const specifier as needed to reduce the number of warnings. libavcodecTue, 30 Jan 2007 10:31:34 +0000, by takis
-
typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru libavcodecMon, 29 Jan 2007 22:27:27 +0000, by mru
-
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be. libavcodecMon, 29 Jan 2007 14:07:12 +0000, by takis
-
Check that js_vlc_bits from the extradata is in a valid range. libavcodecMon, 29 Jan 2007 10:42:36 +0000, by banan
-
Get rid of the COOKextradata struct. And use valid C to parse the extradata. libavcodecMon, 29 Jan 2007 10:32:14 +0000, by banan
-
decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk. libavcodecMon, 29 Jan 2007 08:37:22 +0000, by banan
-
LZO optimization: check input buffer bounds less frequently if padded libavcodecSun, 28 Jan 2007 16:49:51 +0000, by reimar
-
Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite. libavcodecSun, 28 Jan 2007 10:05:21 +0000, by banan
-
Simplify and avoid a warning (should be faster on Cell and certain G4 revisions) libavcodecSat, 27 Jan 2007 15:09:34 +0000, by lu_zero
-
Fix buffer end checks in lzo copy code to work in all cases. libavcodecSat, 27 Jan 2007 14:15:03 +0000, by reimar
-
rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure libavcodecSat, 27 Jan 2007 14:10:57 +0000, by mru
-
Segregate code common to BMP decoder and future encoder libavcodecSat, 27 Jan 2007 07:39:16 +0000, by diego
-
fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg libavcodecFri, 26 Jan 2007 15:26:08 +0000, by michael
-
Silence GCC when incorrectly complaining that the "line" variable could be used libavcodecThu, 25 Jan 2007 15:23:22 +0000, by takis
-
Bring down the number of snow.c warnings from 27 to 17 by using the const libavcodecThu, 25 Jan 2007 09:54:22 +0000, by takis
-
Brings down the number of snow.c warnings from 33 to 27 by putting parentheses libavcodecThu, 25 Jan 2007 09:43:52 +0000, by takis
-
Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and Michel Bardiaux mbardiaux at mediaxim dot be. libavcodecThu, 25 Jan 2007 08:21:02 +0000, by banan
-
Some TIFFs do not set rows per strip for single strip. libavcodecThu, 25 Jan 2007 06:44:53 +0000, by kostya
-
Move conditional CFLAGS and OBJS setting to common place. libavcodecThu, 25 Jan 2007 00:34:38 +0000, by diego
-
add hint for closed gop and sc threshold error message libavcodecWed, 24 Jan 2007 16:15:00 +0000, by bcoudurier
-
fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com % libavcodecWed, 24 Jan 2007 15:32:49 +0000, by gpoirier
-
Allows the AC3 parser to read the frame size and codec parameters from E-AC3 streams, libavcodecWed, 24 Jan 2007 15:31:48 +0000, by gpoirier
-
set last_picture for h.264 too, this significantly improves error concealment quality, i hope it doesnt break anything as last_picture_ptr was always NULL for h.264 libavcodecWed, 24 Jan 2007 14:20:00 +0000, by michael
-
crash fix by Carl Eugen Hoyos cehoyos ag.or at libavcodecWed, 24 Jan 2007 11:20:01 +0000, by michael
-
maybe fix segfault with missing extradata (unchecked) libavcodecWed, 24 Jan 2007 00:54:36 +0000, by michael
-
fix segfault with darkkben.free.fr/corrupted_h264.mp4 libavcodecTue, 23 Jan 2007 19:32:26 +0000, by michael
-
cosmetics: Sort decoder/encoder/parser variables lists. libavcodecSun, 21 Jan 2007 22:45:18 +0000, by diego
-
Add flashsv encoder to changelog and fix the encoder so it actually works. libavcodecSun, 21 Jan 2007 21:24:05 +0000, by banan
-
Declare zlib dependency in the Makefile, not in the source. libavcodecSun, 21 Jan 2007 20:04:00 +0000, by diego
-
Don't break compilation on systems without zlib. libavcodecSun, 21 Jan 2007 17:48:03 +0000, by banan
-
The block_size might be used incorrectly if it is not updated. libavcodecSun, 21 Jan 2007 14:14:50 +0000, by banan
-
Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the other Diego" libavcodecSun, 21 Jan 2007 12:32:01 +0000, by lu_zero
-
Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup. libavcodecSun, 21 Jan 2007 12:26:23 +0000, by banan
-
Fix crash when pred_order greater s->blocksize >> rice_order. libavcodecSun, 21 Jan 2007 09:55:28 +0000, by reimar
-
checking bitstream values and other related changes libavcodecSat, 20 Jan 2007 13:50:00 +0000, by michael
-
remove useless cast that makes code unreadable libavcodecFri, 19 Jan 2007 12:41:56 +0000, by gpoirier
-
harden h264 decoding to prevent some crashes when input data is corrupted. libavcodecFri, 19 Jan 2007 09:37:04 +0000, by gpoirier
-
Change the Snow encoder to always use the available MotionEstContext pointer. libavcodecThu, 18 Jan 2007 13:35:24 +0000, by takis
-
Avoid branches in the loop and solve a gcc warning libavcodecWed, 17 Jan 2007 11:02:07 +0000, by lu_zero
-
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and libavcodecWed, 17 Jan 2007 10:26:13 +0000, by takis
-
set data_size to 0 so that in case we return without setting it nothing funny can happen libavcodecTue, 16 Jan 2007 23:28:41 +0000, by michael
-
fix a gcc warning, avoid an unnecessary operation libavcodecTue, 16 Jan 2007 22:07:49 +0000, by lu_zero
-
Avoid calling decode_slice when context_initialized is not set. libavcodecTue, 16 Jan 2007 17:46:26 +0000, by reimar
-
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf/lol-ffplay.m2v libavcodecMon, 15 Jan 2007 23:26:09 +0000, by michael
-
* Fixing a bug with incorrect bits set in AAUX source pack libavcodecMon, 15 Jan 2007 07:41:28 +0000, by romansh
-
er and strict also apply to audio theoretically libavcodecSun, 14 Jan 2007 23:19:22 +0000, by michael
-
Buffer for get_bits must be padded because readers may overread. libavcodecSun, 14 Jan 2007 16:11:10 +0000, by reimar
-
replace a few hardcoded numbers with their correct named ones libavcodecSat, 13 Jan 2007 01:00:37 +0000, by michael
-
fix 16 CABAC_BIT * 10l bug introduced in r6578 libavcodecSat, 13 Jan 2007 00:56:43 +0000, by michael
-
Unconditionally enable Theora decoder. It works fine now and there is no libavcodecWed, 10 Jan 2007 14:19:33 +0000, by diego
-
Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) libavcodecSun, 07 Jan 2007 23:24:14 +0000, by gpoirier
-
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin libavcodecSat, 06 Jan 2007 23:54:01 +0000, by diego
-
Rename variables: a52 --> liba52, a52bin --> liba52bin libavcodecSat, 06 Jan 2007 23:33:43 +0000, by diego
-
store a few values in the header as difference to the last libavcodecTue, 02 Jan 2007 12:24:31 +0000, by michael
-
Decode previous 32 frames to avoid seeking artifacts in MPC libavcodecMon, 01 Jan 2007 05:32:27 +0000, by kostya
-
skiprd doxygen comment from avcodec.h -> AVOption comment libavcodecTue, 26 Dec 2006 17:08:03 +0000, by michael
-
i think this if() is useless lets abuse our users to test this ;) libavcodecThu, 21 Dec 2006 15:21:44 +0000, by michael
-
skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome) libavcodecThu, 21 Dec 2006 15:20:02 +0000, by michael
-
dont randomly disallow intr4v in adaptive quant libavcodecThu, 21 Dec 2006 14:24:23 +0000, by michael
-
try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD libavcodecWed, 20 Dec 2006 23:43:13 +0000, by michael
-
fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) libavcodecWed, 20 Dec 2006 17:11:54 +0000, by michael
-
dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 to 0.14, most are <=0.04 though) libavcodecWed, 20 Dec 2006 01:30:17 +0000, by michael
-
Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection libavcodecMon, 18 Dec 2006 22:43:09 +0000, by gpoirier
-
always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR libavcodecMon, 18 Dec 2006 13:45:03 +0000, by bcoudurier
-
warn user if the selected diamond size is larger then the motion estimation score cache size libavcodecSun, 17 Dec 2006 13:11:34 +0000, by michael
-
Check mb_pos is big enough before trying to access data left or above. libavcodecSun, 17 Dec 2006 11:11:44 +0000, by reimar
-
av_log(NULL,... -> av_log(avctx,.. where appropriate. libavcodecThu, 14 Dec 2006 17:58:25 +0000, by banan
-
Bug fix for crashes when SSE is used on unaligned arrays. libavcodecThu, 14 Dec 2006 17:50:23 +0000, by banan
-
vqmin/vqmax --> qmin/qmax in the option description libavcodecWed, 13 Dec 2006 11:10:41 +0000, by diego
-
Doxygen comments about variables described by Michael here: libavcodecTue, 12 Dec 2006 13:41:17 +0000, by gpoirier
-
mv overflow in map fix (untested except regression tests) libavcodecTue, 12 Dec 2006 13:31:12 +0000, by michael
-
Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data. libavcodecMon, 11 Dec 2006 20:18:36 +0000, by reimar
-
Adding function which enables writing H.264 NAL units. libavcodecMon, 11 Dec 2006 01:00:50 +0000, by takis
-
Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the original libavcodecSat, 09 Dec 2006 13:30:28 +0000, by reimar
-
fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architecture, patch by Martin Storsj, martin at martin st libavcodecFri, 08 Dec 2006 13:25:37 +0000, by bcoudurier
-
rename always_inline to av_always_inline and move to common.h libavcodecFri, 08 Dec 2006 00:35:08 +0000, by mru
-
ff_check_alignment to warn the user about a missaligned stack libavcodecThu, 07 Dec 2006 18:33:00 +0000, by michael
-
Making rem6 and div6 globally visible and thus adding prefixes. libavcodecThu, 07 Dec 2006 09:59:05 +0000, by takis
-
use the standard INT64_C() macro for 64-bit constants libavcodecWed, 06 Dec 2006 23:46:11 +0000, by mru
-
Add "mixed_refs" description suggested by Loren Merritt and update accompanying libavcodecWed, 06 Dec 2006 17:04:23 +0000, by takis
-
Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments. libavcodecWed, 06 Dec 2006 08:24:29 +0000, by takis
-
Export symbols of several H.264 intra prediction functions libavcodecWed, 06 Dec 2006 08:17:43 +0000, by takis
-
fix crash when decoding a truncated H264 slice libavcodecTue, 05 Dec 2006 22:18:19 +0000, by gpoirier
-
Change NAL unit type defines to an enum and move to a header file for usage libavcodecTue, 05 Dec 2006 21:52:15 +0000, by takis
-
10l umh search needs hex size 2 now after the last change libavcodecTue, 05 Dec 2006 12:35:47 +0000, by michael
-
make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2 libavcodecTue, 05 Dec 2006 12:34:52 +0000, by michael
-
Fix some obvious mistakes in the option descriptions. libavcodecMon, 04 Dec 2006 12:04:53 +0000, by diego
-
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further libavcodecSun, 03 Dec 2006 16:35:30 +0000, by reimar
-
Another hack to allow the Cinepak decoder to detect both types of deviant Cinepak libavcodecSat, 02 Dec 2006 22:27:18 +0000, by melanson
-
Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato libavcodecSat, 02 Dec 2006 14:50:42 +0000, by gpoirier
-
10e6l FastUVMC was done right but in the wrong place libavcodecSat, 02 Dec 2006 12:55:29 +0000, by kostya
-
remove pretty much useless skiping of some predictors libavcodecFri, 01 Dec 2006 20:38:54 +0000, by michael
-
mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime libavcodecFri, 01 Dec 2006 14:06:21 +0000, by bcoudurier
-
add bytestream big endian 16/32 writing functions libavcodecFri, 01 Dec 2006 14:01:50 +0000, by bcoudurier
-
cosmetic (prevent name clashes of variables in a macro with surrounding code) libavcodecFri, 01 Dec 2006 09:46:52 +0000, by michael
-
1 step diamond search around the median MV predictor libavcodecThu, 30 Nov 2006 22:44:22 +0000, by michael
-
cleanup the #ifdef mess in encoder/decoder/parser registration libavcodecTue, 28 Nov 2006 23:55:24 +0000, by aurel
-
100l: Initialize dc_scale with current quantizer for adv I frames libavcodecSun, 26 Nov 2006 04:53:36 +0000, by kostya
-
Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson libavcodecFri, 24 Nov 2006 00:16:32 +0000, by alex
-
support byte_run=0 case in DELTA_FLI (this case means only skip pixels) libavcodecThu, 23 Nov 2006 23:50:08 +0000, by alex
-
10l memory corruption bug found by Steven Johnson libavcodecThu, 23 Nov 2006 22:57:20 +0000, by alex
-
flac: allow reading of full metadata headers from extradata libavcodecThu, 23 Nov 2006 22:22:03 +0000, by aurel
-
bring AC3 encoder output up to input volume level libavcodecThu, 23 Nov 2006 22:21:01 +0000, by gpoirier
-
fix bitstream to be correctly decoded by quicktime libavcodecWed, 22 Nov 2006 13:53:22 +0000, by bcoudurier
-
Conditionally compile some of the AltiVec optimizations. libavcodecWed, 22 Nov 2006 09:20:16 +0000, by diego
-
fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de libavcodecWed, 22 Nov 2006 01:11:29 +0000, by bcoudurier
-
fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt been noticed as everyone who tested stuff used -psnr) libavcodecTue, 21 Nov 2006 19:37:44 +0000, by michael