Mercurial > libavcodec.hg
graph
-
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
-
allow amr bitrate to be changed "on the fly" through avctx->bitrate. libavcodecMon, 20 Nov 2006 20:35:47 +0000, by gpoirier
-
testing all dquant for qp_rd fixes the qp runaway to 31 bug libavcodecSun, 19 Nov 2006 23:19:52 +0000, by michael
-
Add useful Altivec types, taken from with permission from x264 authors libavcodecSun, 19 Nov 2006 22:51:54 +0000, by gpoirier
-
Divide first audio buffer chunk into atomary bufffers. libavcodecSun, 19 Nov 2006 05:30:43 +0000, by kostya
-
BGR555 has never been working as alpha supporting format. Remove the false setting. libavcodecThu, 16 Nov 2006 20:43:29 +0000, by alex
-
throw error if unsupported resolution is used with h261 libavcodecThu, 16 Nov 2006 09:58:34 +0000, by bcoudurier
-
detect a few more errors (fixes libmp3-bug.avi again) libavcodecWed, 15 Nov 2006 17:58:35 +0000, by michael
-
changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too) libavcodecTue, 14 Nov 2006 19:53:22 +0000, by alex
-
changed rgba32_to routines to support both alpha and non-alpha formats libavcodecTue, 14 Nov 2006 19:48:11 +0000, by alex
-
move some CFLAGS settings away from config.* writing section libavcodecTue, 14 Nov 2006 03:12:29 +0000, by mru
-
Remove redundant #ifdef HAVE_THREAD, the file is only compiled libavcodecTue, 14 Nov 2006 00:56:56 +0000, by diego
-
add low delay forcing option for mpeg1/2 encoding libavcodecMon, 13 Nov 2006 11:30:26 +0000, by bcoudurier
-
Print error message for unsupported mode (RGB planar,CMYK,YCrCb) libavcodecMon, 13 Nov 2006 11:20:50 +0000, by kostya
-
Output proper 16-bit sound (fixes decoding on PPC) libavcodecMon, 13 Nov 2006 05:15:55 +0000, by kostya
-
zigzag_direct_noperm doesn't exist, remove declaration libavcodecSun, 12 Nov 2006 23:35:49 +0000, by mru
-
rename ff_cavs_flush to cavs_flush and make it static libavcodecSun, 12 Nov 2006 20:23:47 +0000, by stefang
-
make mpeg4video_split public as ff_mpeg4video_split libavcodecSun, 12 Nov 2006 20:01:50 +0000, by stefang
-
store a identifer and the first header in extradata libavcodecFri, 10 Nov 2006 11:31:02 +0000, by michael
-
Remove the H264Context parameter from decode_init_vlc() as it is not being used. libavcodecThu, 09 Nov 2006 16:40:33 +0000, by takis
-
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavcodecThu, 09 Nov 2006 11:37:30 +0000, by bcoudurier
-
10000l to myself, fixing regression test failure libavcodecThu, 09 Nov 2006 01:23:47 +0000, by michael
-
100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture libavcodecWed, 08 Nov 2006 18:15:54 +0000, by michael
-
add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag libavcodecTue, 07 Nov 2006 13:45:08 +0000, by bcoudurier
-
Use MMX only under x86_32, there are compilation problems. libavcodecTue, 07 Nov 2006 12:28:13 +0000, by diego
-
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values libavcodecTue, 07 Nov 2006 09:46:57 +0000, by bcoudurier
-
Avoid void*-arithmetic, and uint8_t* is more correct anyway. libavcodecMon, 06 Nov 2006 17:56:08 +0000, by reimar
-
rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static libavcodecMon, 06 Nov 2006 10:46:54 +0000, by bcoudurier
-
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c libavcodecMon, 06 Nov 2006 10:43:49 +0000, by bcoudurier
-
Fix ASF format parser's broken UTF-16 string handling libavcodecMon, 06 Nov 2006 10:32:48 +0000, by gpoirier
-
Limit output sample to 0..maxval, fixes decoding of T16E0.JLS libavcodecMon, 06 Nov 2006 05:35:09 +0000, by kostya
-
use AVRational and ff_frame_rate_tab for frame_rate libavcodecSun, 05 Nov 2006 19:24:23 +0000, by bcoudurier
-
Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since libavcodecSun, 05 Nov 2006 16:18:37 +0000, by reimar
-
Correct support for Fraps v4 (and Huffman tree for < 256 symbols) libavcodecSun, 05 Nov 2006 08:18:52 +0000, by kostya
-
2 instructions less in h264_loop_filter_luma_mmx2() libavcodecFri, 03 Nov 2006 12:07:53 +0000, by michael
-
outputs bit spent on various encoding functions (motion vectors, overhead, etc) libavcodecThu, 02 Nov 2006 19:11:20 +0000, by gpoirier
-
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavcodecWed, 01 Nov 2006 22:39:58 +0000, by diego
-
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com libavcodecWed, 01 Nov 2006 21:09:14 +0000, by diego
-
merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) libavcodecWed, 01 Nov 2006 19:34:30 +0000, by michael
-
Reenable AMD64 optimizations for cabac accidentially disabled in r6852 libavcodecWed, 01 Nov 2006 17:18:49 +0000, by reimar
-
Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change libavcodecWed, 01 Nov 2006 17:01:33 +0000, by diego
-
fix for disabling vorbis decoder but enabling vorbis encoder libavcodecMon, 30 Oct 2006 18:05:35 +0000, by ods15
-
dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3) libavcodecMon, 30 Oct 2006 02:19:55 +0000, by michael
-
Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under libavcodecSun, 29 Oct 2006 13:14:37 +0000, by diego
-
update copyright year, it looks odd otherwise :) libavcodecSat, 28 Oct 2006 20:18:18 +0000, by michael
-
CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the distortion becomes less relevant then the overhead of intra blocks libavcodecSat, 28 Oct 2006 20:00:05 +0000, by michael
-
I hope noone minds, adding myself to eval.c copyright... libavcodecSat, 28 Oct 2006 18:30:20 +0000, by ods15
-
use lambda/lmax instead of qscale/qmax as end check for vbv retry libavcodecSat, 28 Oct 2006 11:15:06 +0000, by michael
-
shut gcc warning, also makes sense for NAN to be returned if the loop was never executed libavcodecSat, 28 Oct 2006 07:03:24 +0000, by ods15
-
add support for while() loops again ugly syntax while(condition, statements) but very simple implementation libavcodecFri, 27 Oct 2006 22:35:55 +0000, by michael
-
possible bug of 'gte' being read as 'gt', same with 'lte' libavcodecFri, 27 Oct 2006 21:37:47 +0000, by ods15
-
adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by Michael libavcodecFri, 27 Oct 2006 19:53:41 +0000, by reynaldo
-
adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael libavcodecFri, 27 Oct 2006 19:50:31 +0000, by reynaldo
-
new optimized eval method, by seperating parsing and runtime libavcodecFri, 27 Oct 2006 16:42:16 +0000, by ods15
-
LZW decoder as separate module plus TIFF LZW support libavcodecThu, 26 Oct 2006 04:15:48 +0000, by kostya
-
Don't include inttypes.h/stdint.h directly, there is an abstraction in libavcodecTue, 24 Oct 2006 18:57:43 +0000, by diego
-
reverse my last change, it was wrong and broken libavcodecTue, 24 Oct 2006 10:13:26 +0000, by michael
-
merge 8 and 16bit functions, they are identical except the data type libavcodecTue, 24 Oct 2006 08:33:44 +0000, by michael
-
set v_edge_pos correctly for field picture mpeg2 libavcodecTue, 24 Oct 2006 07:33:39 +0000, by michael
-
Do not use a fake libavcodec/swscale.h, but always use the real one libavcodecMon, 23 Oct 2006 17:06:32 +0000, by lucabe
-
use the adjustment value present in FLV to crop VP6 video libavcodecSun, 22 Oct 2006 23:19:42 +0000, by aurel
-
use coded_width and coded_height instead of width and height libavcodecSun, 22 Oct 2006 18:33:09 +0000, by aurel
-
Protect code that uses CMOV instructions with HAVE_CMOV, libavcodecFri, 20 Oct 2006 17:53:19 +0000, by gpoirier
-
another instruction less in decode_significance_x86() -> 1% faster ion P3 libavcodecFri, 20 Oct 2006 10:00:28 +0000, by michael
-
reordering instructions a little in decode_significance_x86() -> 2 instructions less / 1% faster decode_residual on P3 libavcodecFri, 20 Oct 2006 00:51:04 +0000, by michael
-
factorize get_cabac asm (0.5% slower but its much cleaner) libavcodecFri, 20 Oct 2006 00:35:54 +0000, by michael
-
Fix PIC compilation, some defines were under #ifdef !PIC but used libavcodecThu, 19 Oct 2006 20:24:33 +0000, by diego
-
1 variable less in decode_cabac_residual() no speed change (but less vars means less things gcc can load and store redundantly) libavcodecThu, 19 Oct 2006 10:33:56 +0000, by michael
-
optimize sign decoding code in decode_residual() libavcodecThu, 19 Oct 2006 01:19:03 +0000, by michael
-
copy cabac context onto the stack for the c code in decode_cabac_residual() (15% faster on P3 but still slower then the current asm) libavcodecTue, 17 Oct 2006 23:59:21 +0000, by michael
-
x86 asm version of the decode significance loop (not 8x8) of decode_residual() 5% faster decode_residual() on P3 libavcodecTue, 17 Oct 2006 22:18:29 +0000, by michael
-
Implement sws_getCachedContext() in swscale emulation libavcodecTue, 17 Oct 2006 10:26:37 +0000, by lucabe
-
Fix crash with illegal instruction, cmov is available on 686 and later only. libavcodecMon, 16 Oct 2006 21:47:19 +0000, by diego
-
fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt come up with a better one quickly) libavcodecMon, 16 Oct 2006 11:11:20 +0000, by michael
-
this code will not work with PIC as it needs 7 registers and gcc doesnt support that in PIC libavcodecSun, 15 Oct 2006 20:50:05 +0000, by michael
-
shift CABACContext.range right, this reduces the number of shifts needed in get_cabac() and is slightly faster on P3 (and should be much faster on P4 as the P4 except the more recent variants lacks an integer shifter and so shifts have ~10 times longer latency then simple operations like adds) libavcodecSun, 15 Oct 2006 20:40:50 +0000, by michael
-
Have xvid encoder wrapper honnor -vtag option libavcodecSun, 15 Oct 2006 16:52:33 +0000, by gpoirier
-
Revert putting EXTRALIBS in common.mak, linking fails on MinGW. libavcodecSun, 15 Oct 2006 12:59:45 +0000, by diego
-
Ignore blocks with no samples and flags (but usually with MD5 sum) libavcodecSun, 15 Oct 2006 04:50:19 +0000, by kostya
-
Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failure libavcodecSat, 14 Oct 2006 17:04:50 +0000, by diego
-
Remove intrinsics checks, they are no longer used. libavcodecFri, 13 Oct 2006 16:04:41 +0000, by diego
-
dehack *ps_state indexing in the branchless decoder libavcodecFri, 13 Oct 2006 14:21:25 +0000, by michael
-
add "memory" to the clobber list we change memory so we need it, this also fixes some problems with gcc svn libavcodecThu, 12 Oct 2006 21:32:56 +0000, by michael
-
-1 is a valid return value in ratecontrol_1pass() -> 100l for takis libavcodecThu, 12 Oct 2006 20:55:42 +0000, by michael
-
prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_cabac() on P3) libavcodecThu, 12 Oct 2006 14:49:19 +0000, by michael
-
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavcodecThu, 12 Oct 2006 12:02:58 +0000, by bcoudurier
-
fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A users P sourceforge P net% libavcodecThu, 12 Oct 2006 11:54:24 +0000, by bcoudurier
-
Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h. libavcodecThu, 12 Oct 2006 11:51:34 +0000, by diego
-
adds some useful comments after some of the #else, #elseif, libavcodecThu, 12 Oct 2006 07:51:18 +0000, by gpoirier
-
slightly faster on P3 slightly slower on athlon and probably faster on P4 libavcodecWed, 11 Oct 2006 17:59:40 +0000, by michael
-
update doc, changelog, and increase libavcodec version for .cin files support libavcodecWed, 11 Oct 2006 17:14:02 +0000, by bcoudurier
-
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavcodecWed, 11 Oct 2006 16:57:00 +0000, by bcoudurier
-
moving lps state transition code a little up in the branched asm code (1% faster on P3) libavcodecWed, 11 Oct 2006 16:39:50 +0000, by michael
-
write cabac low and range variables as early as possible to prevent stalls from reading them before they where written, the P4 is said to disslike that alot, on P3 its 2% faster (START/STOP_TIMER over decode_residual) libavcodecWed, 11 Oct 2006 16:11:41 +0000, by michael
-
use ecx instead of cl (no speed change on P3 but might avoid partial register stalls on some cpus) libavcodecWed, 11 Oct 2006 15:20:08 +0000, by michael
-
make state transition tables global as they are constant and the code is slightly faster that way libavcodecWed, 11 Oct 2006 14:44:17 +0000, by michael
-
make lps_range a global table its constant anyway (saves 1 addition for accessing it) libavcodecWed, 11 Oct 2006 13:21:42 +0000, by michael
-
enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron, athlon, PM, P3) from which ive seen benchmarks, it might be slower on P4 but noone has posted benchmarks ... libavcodecWed, 11 Oct 2006 12:23:40 +0000, by michael
-
Switch to the LGPL as agreed to by the author according to the libavcodecWed, 11 Oct 2006 07:47:59 +0000, by diego
-
moving another bit&1 out, this is as fast as with it in there, but it makes more sense with it outside of the loop libavcodecTue, 10 Oct 2006 06:56:51 +0000, by michael
-
move the &1 out of the asm so gcc can optimize it away in inlined cases (yes this is slightly faster) libavcodecTue, 10 Oct 2006 01:17:39 +0000, by michael
-
reading 8bit mem into a 8bit register needs 2 uops on P4, 8bit->32bit with zero extension needs just 1 libavcodecMon, 09 Oct 2006 21:57:10 +0000, by michael
-
reverse remainder of the failed attempt to optimize *state=c->mps_state[s] libavcodecMon, 09 Oct 2006 21:14:16 +0000, by michael
-
removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore libavcodecMon, 09 Oct 2006 18:29:46 +0000, by lu_zero
-
move outcommented START/STOP_TIMER to a hopefully better place for benchmarking ... libavcodecMon, 09 Oct 2006 18:20:00 +0000, by michael
-
drop failed attempt to optimize *state= c->mps_state[s]; libavcodecMon, 09 Oct 2006 15:52:17 +0000, by michael
-
first try of a handwritten get_cabac() for x86, this is 10-20% faster on P3 depening on if you try to subtract the START/STOP_TIMER overhead libavcodecMon, 09 Oct 2006 14:15:14 +0000, by michael
-
remove bytestream_end checks, seems to work fine without them and the bitstream reader doesnt check for the end either libavcodecMon, 09 Oct 2006 12:25:24 +0000, by michael
-
Non Altivec optimizations already present at the top libavcodecSun, 08 Oct 2006 13:55:02 +0000, by lu_zero
-
branchless renormalization (1% faster get_cabac) old branchless renormalization wasnt faster because gcc was scared of the shift variable (missusing bit variable now) libavcodecSun, 08 Oct 2006 13:20:22 +0000, by michael
-
Compilation fix: pix_abs16x16_c was undeclared. libavcodecSun, 08 Oct 2006 09:41:00 +0000, by diego
-
Compilation fix, printf gets redefined to please_use_av_log. libavcodecSun, 08 Oct 2006 09:38:22 +0000, by diego
-
renorm_cabac_decoder_once START/STOP_TIMER scores for athlon libavcodecSat, 07 Oct 2006 22:34:32 +0000, by michael
-
refill cabac variables in 16bit steps, 3% faster get_cabac() libavcodecSat, 07 Oct 2006 15:44:14 +0000, by michael
-
Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodecSat, 07 Oct 2006 15:30:46 +0000, by diego
-
Compilation fix, printf gets redefined to please_use_av_log. libavcodecSat, 07 Oct 2006 11:30:24 +0000, by diego
-
several x86 renorm_cabac_decoder_once optimizations libavcodecSat, 07 Oct 2006 11:15:10 +0000, by michael
-
cosmetics: Add backslashes to the last line of continued lines to make libavcodecSat, 07 Oct 2006 08:10:47 +0000, by diego
-
fix buffer underflows by reencoding the current frame with a higher QP libavcodecThu, 05 Oct 2006 19:27:18 +0000, by michael
-
Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the libavcodecThu, 05 Oct 2006 00:23:24 +0000, by diego
-
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs. libavcodecWed, 04 Oct 2006 21:42:31 +0000, by diego
-
don't try to inline cabac functions. gcc ignored the hint anyway, and forcing it would make h264 slower. libavcodecWed, 04 Oct 2006 07:16:10 +0000, by lorenm
-
Slightly simplify apiexample compilation command line. libavcodecTue, 03 Oct 2006 18:03:45 +0000, by diego
-
Remove unused variables and the corresponding warnings along with them. libavcodecTue, 03 Oct 2006 17:12:48 +0000, by diego
-
add vorbis_enc_data.h, remove codebook data from vorbis_enc.c libavcodecMon, 02 Oct 2006 06:56:39 +0000, by ods15
-
Original Commit: r114 | ods15 | 2006-10-01 21:38:37 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:52 +0000, by ods15
-
Original Commit: r113 | ods15 | 2006-10-01 21:35:47 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:49 +0000, by ods15
-
Original Commit: r112 | ods15 | 2006-10-01 20:48:39 +0200 (Sun, 01 Oct 2006) | 3 lines libavcodecMon, 02 Oct 2006 06:09:47 +0000, by ods15
-
Original Commit: r111 | ods15 | 2006-10-01 19:40:50 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:45 +0000, by ods15
-
Original Commit: r110 | ods15 | 2006-10-01 19:17:32 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:43 +0000, by ods15
-
Original Commit: r109 | ods15 | 2006-10-01 19:14:52 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:41 +0000, by ods15
-
Original Commit: r108 | ods15 | 2006-10-01 18:46:06 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:39 +0000, by ods15
-
Original Commit: r107 | ods15 | 2006-10-01 18:13:12 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:36 +0000, by ods15
-
Original Commit: r106 | ods15 | 2006-10-01 18:11:55 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:33 +0000, by ods15
-
Original Commit: r105 | ods15 | 2006-10-01 18:09:55 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:30 +0000, by ods15
-
Original Commit: r104 | ods15 | 2006-10-01 18:04:08 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:28 +0000, by ods15
-
Original Commit: r103 | ods15 | 2006-10-01 18:00:43 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:24 +0000, by ods15
-
Original Commit: r102 | ods15 | 2006-10-01 17:58:38 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:22 +0000, by ods15
-
Original Commit: r101 | ods15 | 2006-10-01 14:15:00 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:20 +0000, by ods15
-
Original Commit: r100 | ods15 | 2006-10-01 14:01:27 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:18 +0000, by ods15
-
Original Commit: r99 | ods15 | 2006-10-01 11:12:44 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:14 +0000, by ods15
-
Original Commit: r98 | ods15 | 2006-10-01 10:15:33 +0200 (Sun, 01 Oct 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:12 +0000, by ods15
-
Original Commit: r97 | ods15 | 2006-09-30 23:32:19 +0300 (Sat, 30 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:10 +0000, by ods15
-
Original Commit: r96 | ods15 | 2006-09-30 23:25:18 +0300 (Sat, 30 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:08 +0000, by ods15
-
Original Commit: r95 | ods15 | 2006-09-30 22:11:08 +0300 (Sat, 30 Sep 2006) | 3 lines libavcodecMon, 02 Oct 2006 06:09:06 +0000, by ods15
-
Original Commit: r94 | ods15 | 2006-09-30 22:09:33 +0300 (Sat, 30 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:04 +0000, by ods15
-
Original Commit: r93 | ods15 | 2006-09-30 22:02:21 +0300 (Sat, 30 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:09:02 +0000, by ods15
-
Original Commit: r92 | ods15 | 2006-09-30 12:13:47 +0300 (Sat, 30 Sep 2006) | 3 lines libavcodecMon, 02 Oct 2006 06:08:59 +0000, by ods15
-
Original Commit: r91 | ods15 | 2006-09-30 10:05:16 +0300 (Sat, 30 Sep 2006) | 4 lines libavcodecMon, 02 Oct 2006 06:08:57 +0000, by ods15
-
Original Commit: r90 | ods15 | 2006-09-29 22:14:40 +0300 (Fri, 29 Sep 2006) | 3 lines libavcodecMon, 02 Oct 2006 06:08:55 +0000, by ods15
-
Original Commit: r88 | ods15 | 2006-09-29 21:10:36 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:53 +0000, by ods15
-
Original Commit: r87 | ods15 | 2006-09-29 21:10:05 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:51 +0000, by ods15
-
Original Commit: r86 | ods15 | 2006-09-29 21:08:42 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:48 +0000, by ods15
-
Original Commit: r85 | ods15 | 2006-09-29 21:07:58 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:46 +0000, by ods15
-
Original Commit: r84 | ods15 | 2006-09-29 21:07:07 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:44 +0000, by ods15
-
Original Commit: r83 | ods15 | 2006-09-29 21:06:13 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:41 +0000, by ods15
-
Original Commit: r82 | ods15 | 2006-09-29 21:03:43 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:39 +0000, by ods15
-
Original Commit: r81 | ods15 | 2006-09-29 21:02:09 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:36 +0000, by ods15
-
Original Commit: r80 | ods15 | 2006-09-29 15:44:22 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:33 +0000, by ods15
-
Original Commit: r79 | ods15 | 2006-09-29 15:15:26 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:31 +0000, by ods15
-
Original Commit: r78 | ods15 | 2006-09-29 15:14:28 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:28 +0000, by ods15
-
Original Commit: r77 | ods15 | 2006-09-29 15:12:56 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:25 +0000, by ods15
-
Original Commit: r76 | ods15 | 2006-09-29 13:16:37 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:23 +0000, by ods15
-
Original Commit: r75 | ods15 | 2006-09-29 13:03:51 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:21 +0000, by ods15
-
Original Commit: r74 | ods15 | 2006-09-29 13:03:31 +0300 (Fri, 29 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:19 +0000, by ods15
-
Original Commit: r73 | ods15 | 2006-09-28 21:01:59 +0300 (Thu, 28 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:16 +0000, by ods15
-
Original Commit: r72 | ods15 | 2006-09-28 21:00:47 +0300 (Thu, 28 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:14 +0000, by ods15
-
Original Commit: r71 | ods15 | 2006-09-28 21:00:24 +0300 (Thu, 28 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:11 +0000, by ods15
-
Original Commit: r70 | ods15 | 2006-09-28 19:07:36 +0300 (Thu, 28 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:09 +0000, by ods15
-
Original Commit: r69 | ods15 | 2006-09-27 20:27:50 +0300 (Wed, 27 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:07 +0000, by ods15
-
Original Commit: r68 | ods15 | 2006-09-25 21:15:09 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:03 +0000, by ods15
-
Original Commit: r67 | ods15 | 2006-09-25 20:33:06 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:08:01 +0000, by ods15
-
Original Commit: r66 | ods15 | 2006-09-25 18:42:13 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:59 +0000, by ods15
-
Original Commit: r65 | ods15 | 2006-09-25 18:40:19 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:57 +0000, by ods15
-
Original Commit: r64 | ods15 | 2006-09-25 18:39:30 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:55 +0000, by ods15
-
Original Commit: r63 | ods15 | 2006-09-25 13:51:44 +0300 (Mon, 25 Sep 2006) | 3 lines libavcodecMon, 02 Oct 2006 06:07:53 +0000, by ods15
-
Original Commit: r62 | ods15 | 2006-09-25 13:12:07 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:51 +0000, by ods15
-
Original Commit: r61 | ods15 | 2006-09-25 13:10:56 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:49 +0000, by ods15
-
Original Commit: r60 | ods15 | 2006-09-25 12:46:30 +0300 (Mon, 25 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:46 +0000, by ods15
-
Original Commit: r59 | ods15 | 2006-09-24 17:40:40 +0300 (Sun, 24 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:44 +0000, by ods15
-
Original Commit: r58 | ods15 | 2006-09-24 17:35:28 +0300 (Sun, 24 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:42 +0000, by ods15
-
Original Commit: r56 | ods15 | 2006-09-24 13:55:01 +0300 (Sun, 24 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:40 +0000, by ods15
-
Original Commit: r55 | ods15 | 2006-09-24 13:54:43 +0300 (Sun, 24 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:38 +0000, by ods15
-
Original Commit: r54 | ods15 | 2006-09-24 13:54:12 +0300 (Sun, 24 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:36 +0000, by ods15
-
Original Commit: r52 | ods15 | 2006-09-23 17:38:43 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:34 +0000, by ods15
-
Original Commit: r51 | ods15 | 2006-09-23 16:32:30 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:32 +0000, by ods15
-
Original Commit: r50 | ods15 | 2006-09-23 16:24:51 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:30 +0000, by ods15
-
Original Commit: r49 | ods15 | 2006-09-23 12:52:21 +0300 (Sat, 23 Sep 2006) | 3 lines libavcodecMon, 02 Oct 2006 06:07:28 +0000, by ods15
-
Original Commit: r48 | ods15 | 2006-09-23 12:45:25 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:26 +0000, by ods15
-
Original Commit: r47 | ods15 | 2006-09-23 12:34:48 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 06:07:24 +0000, by ods15
-
Original Commit: r46 | ods15 | 2006-09-23 11:36:32 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:40 +0000, by ods15
-
Original Commit: r44 | ods15 | 2006-09-23 10:54:43 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:37 +0000, by ods15
-
Original Commit: r43 | ods15 | 2006-09-23 10:53:46 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:35 +0000, by ods15
-
Original Commit: r42 | ods15 | 2006-09-23 10:53:16 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:32 +0000, by ods15
-
Original Commit: r41 | ods15 | 2006-09-23 10:52:34 +0300 (Sat, 23 Sep 2006) | 4 lines libavcodecMon, 02 Oct 2006 05:56:30 +0000, by ods15
-
Original Commit: r40 | ods15 | 2006-09-23 09:36:30 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:27 +0000, by ods15
-
Original Commit: r39 | ods15 | 2006-09-23 09:36:11 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:25 +0000, by ods15
-
Original Commit: r38 | ods15 | 2006-09-23 09:02:34 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:23 +0000, by ods15
-
Original Commit: r37 | ods15 | 2006-09-23 08:43:43 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:21 +0000, by ods15
-
Original Commit: r36 | ods15 | 2006-09-23 08:43:09 +0300 (Sat, 23 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:18 +0000, by ods15
-
Original Commit: r35 | ods15 | 2006-09-22 18:53:22 +0300 (Fri, 22 Sep 2006) | 4 lines libavcodecMon, 02 Oct 2006 05:56:16 +0000, by ods15
-
Original Commit: r34 | ods15 | 2006-09-22 18:46:57 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:14 +0000, by ods15
-
Original Commit: r32 | ods15 | 2006-09-22 18:37:50 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:12 +0000, by ods15
-
Original Commit: r31 | ods15 | 2006-09-22 18:33:17 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:10 +0000, by ods15
-
Original Commit: r30 | ods15 | 2006-09-22 18:24:04 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:07 +0000, by ods15
-
Original Commit: r27 | ods15 | 2006-09-22 14:19:51 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:05 +0000, by ods15
-
Original Commit: r26 | ods15 | 2006-09-22 14:18:22 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:03 +0000, by ods15
-
Original Commit: r25 | ods15 | 2006-09-22 14:06:04 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:56:01 +0000, by ods15
-
Original Commit: r24 | ods15 | 2006-09-22 13:57:09 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:59 +0000, by ods15
-
Original Commit: r23 | ods15 | 2006-09-22 13:55:48 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:57 +0000, by ods15
-
Original Commit: r22 | ods15 | 2006-09-22 13:49:56 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:55 +0000, by ods15
-
Original Commit: r21 | ods15 | 2006-09-22 13:40:31 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:52 +0000, by ods15
-
Original Commit: r20 | ods15 | 2006-09-22 13:12:48 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:49 +0000, by ods15
-
Original Commit: r19 | ods15 | 2006-09-22 12:54:18 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:47 +0000, by ods15
-
Original Commit: r18 | ods15 | 2006-09-22 12:29:26 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:45 +0000, by ods15
-
Original Commit: r17 | ods15 | 2006-09-22 12:28:28 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:43 +0000, by ods15
-
Original Commit: r16 | ods15 | 2006-09-22 12:27:17 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:41 +0000, by ods15
-
Original Commit: r15 | ods15 | 2006-09-22 12:26:42 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:39 +0000, by ods15
-
Original Commit: r14 | ods15 | 2006-09-22 12:26:17 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:37 +0000, by ods15
-
Original Commit: r13 | ods15 | 2006-09-22 09:29:38 +0300 (Fri, 22 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:35 +0000, by ods15
-
Original Commit: r12 | ods15 | 2006-09-22 09:28:30 +0300 (Fri, 22 Sep 2006) | 5 lines libavcodecMon, 02 Oct 2006 05:55:33 +0000, by ods15
-
Original Commit: r11 | ods15 | 2006-09-17 19:41:28 +0300 (Sun, 17 Sep 2006) | 4 lines libavcodecMon, 02 Oct 2006 05:55:30 +0000, by ods15
-
Original Commit: r10 | ods15 | 2006-09-17 19:37:17 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:28 +0000, by ods15
-
Original Commit: r9 | ods15 | 2006-09-17 18:56:41 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:26 +0000, by ods15
-
Original Commit: r8 | ods15 | 2006-09-17 09:43:38 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:24 +0000, by ods15
-
Original Commit: r7 | ods15 | 2006-09-17 08:50:47 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:22 +0000, by ods15
-
Original Commit: r6 | ods15 | 2006-09-16 20:36:31 +0300 (Sat, 16 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:20 +0000, by ods15
-
Original Commit: r5 | ods15 | 2006-09-16 17:29:04 +0300 (Sat, 16 Sep 2006) | 4 lines libavcodecMon, 02 Oct 2006 05:55:18 +0000, by ods15
-
Original Commit: r4 | ods15 | 2006-09-16 15:36:03 +0300 (Sat, 16 Sep 2006) | 3 lines libavcodecMon, 02 Oct 2006 05:55:16 +0000, by ods15
-
Original Commit: r3 | ods15 | 2006-09-16 11:49:07 +0300 (Sat, 16 Sep 2006) | 2 lines libavcodecMon, 02 Oct 2006 05:55:14 +0000, by ods15
-
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. libavcodecSun, 01 Oct 2006 21:25:17 +0000, by lorenm
-
remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead libavcodecSun, 01 Oct 2006 17:38:07 +0000, by ods15
-
100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c libavcodecSun, 01 Oct 2006 13:45:17 +0000, by ods15
-
make some more functions global so they can be shared with vorbis_enc.c libavcodecSun, 01 Oct 2006 11:59:33 +0000, by ods15
-
make ready_floor1_list() shared for vorbis_enc.c libavcodecSun, 01 Oct 2006 11:11:30 +0000, by ods15
-
1l: correct argument order in avcodec_check_dimensions libavcodecSun, 01 Oct 2006 05:09:20 +0000, by kostya
-
palette (if we memcpy it into AVFrame) must be uint32_t libavcodecSat, 30 Sep 2006 23:49:09 +0000, by michael
-
marking AVPaletteControl as deprecated due to thread saftey amongth other issues (it doesnt work if theres any delay between demuxer and decoder) libavcodecSat, 30 Sep 2006 18:16:38 +0000, by michael
-
seems only 3 bits are used for the number of resolutions, some rv30 files have this set to 10 even though there are just 2 resolutions in the extradata libavcodecSat, 30 Sep 2006 16:00:27 +0000, by michael
-
support resolution switching, fixes rv20errors.rm libavcodecSat, 30 Sep 2006 11:31:15 +0000, by michael
-
fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) libavcodecFri, 29 Sep 2006 23:34:42 +0000, by michael
-
Move the ratecontrol related code from mpegvideo.h to a separate header file. libavcodecFri, 29 Sep 2006 19:39:19 +0000, by takis
-
Reformat the output of the list of available AVOptions, by indenting the libavcodecFri, 29 Sep 2006 19:36:12 +0000, by takis
-
Remove the override of lmin and lmax, so the actual option value provided will libavcodecFri, 29 Sep 2006 19:34:53 +0000, by takis
-
Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and libavcodecFri, 29 Sep 2006 19:33:04 +0000, by takis
-
remove extraneous #ifdef CONFIG_ENCODERS/DECODERS libavcodecThu, 28 Sep 2006 22:03:52 +0000, by mru
-
Remove the "mblmax" OptionDef. The equally named AVOption takes over its libavcodecThu, 28 Sep 2006 17:46:25 +0000, by takis
-
Remove the "mblmin" OptionDef. The equally named AVOption takes over its libavcodecThu, 28 Sep 2006 17:45:51 +0000, by takis
-
return 0 from encode_picture() and estimate_qp() on success libavcodecWed, 27 Sep 2006 22:12:08 +0000, by mru
-
Break compatibility only when first part of version number changes, in this libavcodecWed, 27 Sep 2006 20:08:36 +0000, by takis
-
Fix compilation by postponing deprecation of ff_eval() until the next version libavcodecWed, 27 Sep 2006 11:09:35 +0000, by takis
-
fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000) libavcodecTue, 26 Sep 2006 22:23:33 +0000, by michael
-
Introduce ff_eval2 which is equivalent to ff_eval but does not log anything. libavcodecTue, 26 Sep 2006 22:01:33 +0000, by takis
-
fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000) libavcodecTue, 26 Sep 2006 20:24:13 +0000, by michael
-
remove get_le16 and get_le32, get_bits and get_bits_long can just be used directly. libavcodecMon, 25 Sep 2006 22:57:34 +0000, by reimar
-
Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same way. libavcodecMon, 25 Sep 2006 22:54:19 +0000, by reimar
-
Changes needed due to show_bits_long behaviour changes/fixes libavcodecMon, 25 Sep 2006 22:53:11 +0000, by reimar
-
Fix get_bits_long to work with ALT_BITSTREAM_READER_LE. libavcodecMon, 25 Sep 2006 22:47:55 +0000, by reimar
-
rename vector to vect to avoid clash with Apple gcc libavcodecMon, 25 Sep 2006 18:54:18 +0000, by aurel
-
Remove the "error" OptionDef. The equally named AVOption takes over its libavcodecFri, 22 Sep 2006 15:05:27 +0000, by takis
-
Remove the "mepc" OptionDef. The equally named AVOption takes over its function. libavcodecFri, 22 Sep 2006 15:04:56 +0000, by takis
-
Remove the "mb_threshold" OptionDef. The equally named AVOption takes over its libavcodecFri, 22 Sep 2006 13:55:56 +0000, by takis
-
Finally enable B-frame decoding as all known samples work perfect libavcodecThu, 21 Sep 2006 04:46:11 +0000, by kostya
-
For B-frames if the second reference frame signals intensity compensation libavcodecThu, 21 Sep 2006 04:44:35 +0000, by kostya
-
Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed libavcodecThu, 21 Sep 2006 04:38:47 +0000, by kostya
-
Zero number of current scan after decoding one picture. libavcodecThu, 21 Sep 2006 04:28:46 +0000, by kostya
-
set supported pixel formats for a few encoders (fixes crashes with grayscale) libavcodecWed, 20 Sep 2006 21:17:37 +0000, by michael
-
Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match libavcodecWed, 20 Sep 2006 08:39:56 +0000, by takis
-
Remove the "bf" OptionDef parameter so the equally named AVOption will take libavcodecWed, 20 Sep 2006 08:34:13 +0000, by takis
-
Inform the user that a certain AVOption is out of range. libavcodecWed, 20 Sep 2006 08:28:24 +0000, by takis
-
Correct the constraints of some AVOptions. These had a default value of zero, libavcodecWed, 20 Sep 2006 08:27:18 +0000, by takis
-
Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units. libavcodecMon, 18 Sep 2006 11:35:48 +0000, by takis
-
Correct the i_qfactor minimum, which was current set higher then the default libavcodecFri, 15 Sep 2006 21:57:19 +0000, by takis
-
Rename the AVOption's names to the shorter OptionDef names. libavcodecFri, 15 Sep 2006 10:57:20 +0000, by takis
-
remove unused, uninitialized free format frame size libavcodecFri, 15 Sep 2006 10:28:23 +0000, by bcoudurier
-
disable vp3 mmx idct for theora files to avoid artifacts libavcodecThu, 14 Sep 2006 22:13:23 +0000, by aurel
-
Synchronize the defaults specified in the AVOptions[] array to the defaults libavcodecThu, 14 Sep 2006 14:02:32 +0000, by takis
-
Allow parameter values (AVOptions) to use the 'k', 'M', 'G' libavcodecThu, 14 Sep 2006 11:23:41 +0000, by takis
-
Remove the LGPL exception clause as discussed on ffmpeg-devel libavcodecThu, 14 Sep 2006 00:38:03 +0000, by diego
-
replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) libavcodecWed, 13 Sep 2006 20:16:33 +0000, by aurel
-
corrects the type of the AVOption parameter "bugs", patch by Takis libavcodecWed, 13 Sep 2006 09:28:48 +0000, by gpoirier
-
adds descriptions to the libavcodec AVOptions array, taken from the libavcodecWed, 13 Sep 2006 09:03:13 +0000, by gpoirier
-
Enables back the mmx/sse optimized version of the vp3 idct. libavcodecTue, 12 Sep 2006 20:58:17 +0000, by aurel
-
Swap back and forward motion vectors to achieve correct picture libavcodecTue, 12 Sep 2006 04:35:11 +0000, by kostya
-
Set motion vectors used in B-frames to zero by default libavcodecTue, 12 Sep 2006 04:29:37 +0000, by kostya
-
2989l: Set avctx->has_b_frames value in header and don't change it libavcodecTue, 12 Sep 2006 04:13:00 +0000, by kostya
-
don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec) libavcodecMon, 11 Sep 2006 23:29:24 +0000, by aurel
-
adds doxygen docs to av_opt_set_defaults. Patch by Takis libavcodecSun, 10 Sep 2006 20:46:20 +0000, by gpoirier
-
Cleanup, from Emanuele Giaquinta <exg@gentoo.org> libavcodecSun, 10 Sep 2006 15:36:53 +0000, by lu_zero
-
Add official LGPL license headers to the files that were missing them. libavcodecSun, 10 Sep 2006 14:02:42 +0000, by diego
-
Disable B-frames decoding until they produce correct picture libavcodecSun, 10 Sep 2006 04:24:53 +0000, by kostya
-
rename vector to vect to avoid clash with Apple gcc libavcodecSat, 09 Sep 2006 22:53:44 +0000, by aurel
-
Drop unneeded checks before av_free() and change to av_freep() where it's more suitable. libavcodecSat, 09 Sep 2006 11:40:41 +0000, by kostya
-
[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header() libavcodecSat, 09 Sep 2006 11:28:02 +0000, by kostya
-
[Cosmetics] Remove some done TODOs/FIXMEs from comments libavcodecSat, 09 Sep 2006 11:23:44 +0000, by kostya
-
undefines a few temporary defines which were not undefined after their usage. libavcodecSat, 09 Sep 2006 08:49:28 +0000, by gpoirier
-
Handle the rest of known blocks (by skipping them) libavcodecThu, 07 Sep 2006 04:08:34 +0000, by kostya
-
Switch license from GPL to LGPL. The original author agreed to this as libavcodecWed, 06 Sep 2006 10:17:28 +0000, by diego
-
Fix buffer handling for stereo mace files, fixes some random sig11 libavcodecTue, 05 Sep 2006 21:17:30 +0000, by rtogni
-
Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg. libavcodecTue, 05 Sep 2006 13:50:36 +0000, by diego
-
Try to handle all chunks, previous scheme was not correct. libavcodecTue, 05 Sep 2006 07:31:53 +0000, by kostya
-
Handle raw blocks correctly (both updating pointer and storing to memory) libavcodecTue, 05 Sep 2006 07:29:26 +0000, by kostya
-
Exchange informal GPL notice by official license header. libavcodecMon, 04 Sep 2006 09:37:28 +0000, by diego
-
VC-1 Advanced Profile support (progressive only, tested on WVC1 samples) libavcodecMon, 04 Sep 2006 04:24:49 +0000, by kostya
-
* Restructuring the division of labor between DV codec and DV format libavcodecMon, 04 Sep 2006 03:33:11 +0000, by romansh
-
The license of this file is LGPL, as clarified by Fabrice. libavcodecSun, 03 Sep 2006 22:16:54 +0000, by diego
-
Add copyright notice from the Independent JPEG Group instead of referring libavcodecSun, 03 Sep 2006 16:15:29 +0000, by diego
-
Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7. libavcodecSun, 03 Sep 2006 15:59:08 +0000, by jbr
-
AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed version of put_h264_chroma_pixels_tab[0]) libavcodecSun, 03 Sep 2006 04:44:50 +0000, by kostya
-
Drop put_vc1_qpel_pixels_tab as they won't be needed anymore. libavcodecSat, 02 Sep 2006 04:58:51 +0000, by kostya
-
Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab libavcodecSat, 02 Sep 2006 04:53:49 +0000, by kostya
-
New function for chroma MC (will be used in VC-1) libavcodecSat, 02 Sep 2006 04:52:00 +0000, by kostya
-
snow cosmetics: merge the sliced and non-sliced versions of add_yblock libavcodecFri, 01 Sep 2006 22:02:38 +0000, by lorenm
-
fix snow 1pass rc: the qlog used and the one written to the bitstream weren't always the same. libavcodecFri, 01 Sep 2006 21:51:35 +0000, by lorenm
-
Align the input buffer in ffplay, introduce a public macro for aligned declarations libavcodecThu, 31 Aug 2006 19:14:00 +0000, by lu_zero
-
Proper fix for the corner case that would have been corrected before, praise&blame to me and exg in equal shares libavcodecThu, 31 Aug 2006 15:44:37 +0000, by lu_zero
-
Fix float_to_int16, unaligned case, broken by the previous commit libavcodecThu, 31 Aug 2006 15:15:14 +0000, by lu_zero
-
New qpel MC functions conforming to VC-1 standard. libavcodecThu, 31 Aug 2006 04:44:54 +0000, by kostya
-
Motion compensation for luma always use halfpel precision. libavcodecThu, 31 Aug 2006 04:39:27 +0000, by kostya
-
fix b pyramid in mp4 muxing if no dts are provided to the muxer libavcodecWed, 30 Aug 2006 21:18:17 +0000, by michael
-
use the A32_BITSTREAM_READER by default on ARM (faster) libavcodecMon, 28 Aug 2006 22:25:30 +0000, by aurel
-
force usage of ALT_BITSTREAM_READER where needed libavcodecMon, 28 Aug 2006 18:46:01 +0000, by aurel
-
move some functions to bitstream.h to avoid conflicts libavcodecMon, 28 Aug 2006 18:44:49 +0000, by aurel
-
Minimal support for the new pixel formats in libavcodec libavcodecMon, 28 Aug 2006 14:56:47 +0000, by lucabe
-
mmx implementation of deblocking strength decision. libavcodecMon, 28 Aug 2006 09:33:01 +0000, by lorenm
-
check the validity of the amount of the remaining bytes in the bitsteam before memcpy libavcodecSun, 27 Aug 2006 07:19:11 +0000, by michael
-
dont copy frame if the whole mp1/2/3 frame is available in one piece in the input libavcodecSat, 26 Aug 2006 18:56:24 +0000, by michael
-
another silly typo which surprisingly neither valgrind nor cmp of the file output cought libavcodecSat, 26 Aug 2006 17:29:31 +0000, by michael