Mercurial > libavcodec.hg
graph
-
Re-indent after PAFF MMCO implementation patch. libavcodecSun, 07 Oct 2007 23:46:51 +0000, by cehoyos
-
Augment MMCO execution to work with both fields and frames. Part of PAFF libavcodecSun, 07 Oct 2007 23:32:42 +0000, by cehoyos
-
Cosmetic renaming variable so that it makes more sense for forthcoming PAFF mmco patches. libavcodecSat, 06 Oct 2007 15:50:55 +0000, by andoma
-
Augment mmcodecoding process to work properly with fields. Part of PAFF implementation. libavcodecSat, 06 Oct 2007 15:49:13 +0000, by andoma
-
Edge emulation for fields. Part of PAFF implementation libavcodecSat, 06 Oct 2007 15:47:02 +0000, by andoma
-
Set Picture.poc for fields and field pairs. Part of PAFF implementation. libavcodecSat, 06 Oct 2007 15:44:58 +0000, by andoma
-
Modifies macroblock addressing and current macroblock y-position for field decoding. libavcodecSat, 06 Oct 2007 05:59:14 +0000, by andoma
-
Support function and changes to reference picture reordering for PAFF. libavcodecFri, 05 Oct 2007 13:54:11 +0000, by andoma
-
Reindent fill_default_ref_list after changes for PAFF libavcodecFri, 05 Oct 2007 13:47:46 +0000, by andoma
-
Support functions and changes to default reference list creation for PAFF. libavcodecFri, 05 Oct 2007 13:41:27 +0000, by andoma
-
blackfin optimized vp3 transform and infastructure for idct libavcodecThu, 04 Oct 2007 20:47:12 +0000, by mhoffman
-
Replace "signed short" typecast with "int16_t" as suggested by libavcodecThu, 04 Oct 2007 15:13:42 +0000, by voroshil
-
Reorganize long reference management to minimize code duplication in upcoming PAFF implementation. libavcodecThu, 04 Oct 2007 06:53:12 +0000, by andoma
-
Fix Picture.key_frame setting to be compatible with frame and field contexts. Part of PAFF implementation. libavcodecThu, 04 Oct 2007 06:50:44 +0000, by andoma
-
Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support. libavcodecThu, 04 Oct 2007 06:43:58 +0000, by andoma
-
Rename variable to make sense in both field and frame contexts (support of PAFF implementation). libavcodecThu, 04 Oct 2007 06:41:49 +0000, by andoma
-
Further modularize short reference list management for upcoming PAFF implementation. libavcodecThu, 04 Oct 2007 06:38:58 +0000, by andoma
-
Modify unreference_pic implementation with PAFF in mind. libavcodecThu, 04 Oct 2007 06:35:46 +0000, by andoma
-
Partial PAFF implementation at macroblock level. libavcodecThu, 04 Oct 2007 06:33:26 +0000, by andoma
-
Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short" libavcodecWed, 03 Oct 2007 19:32:57 +0000, by voroshil
-
remove alternative declaration of h263_encode_init() libavcodecWed, 03 Oct 2007 17:47:41 +0000, by aurel
-
fix declaration name from MPV_common_init_ppc to MPV_common_init_altivec libavcodecWed, 03 Oct 2007 17:37:22 +0000, by aurel
-
Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is libavcodecWed, 03 Oct 2007 14:01:42 +0000, by diego
-
Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file libavcodecWed, 03 Oct 2007 13:49:51 +0000, by diego
-
remove unused code, spotted by Jeff Downs, heydowns a borg d com libavcodecTue, 02 Oct 2007 20:04:39 +0000, by andoma
-
Hopefully fix sparc compilation again, add incorrectly removed variable declaration libavcodecTue, 02 Oct 2007 19:51:18 +0000, by reimar
-
Remove uses of SIGILL for CPU extension detection, that method is not acceptable libavcodecTue, 02 Oct 2007 18:18:35 +0000, by reimar
-
Rename MMCO stuff to prepare for h264/PAFF implementation. libavcodecTue, 02 Oct 2007 14:35:20 +0000, by andoma
-
Cosmetic preparations for h264/PAFF implementation. libavcodecTue, 02 Oct 2007 14:25:47 +0000, by andoma
-
100l: Revert accidental commit, restore previous version. libavcodecTue, 02 Oct 2007 13:14:37 +0000, by diego
-
Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). libavcodecTue, 02 Oct 2007 12:34:43 +0000, by diego
-
Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. libavcodecTue, 02 Oct 2007 12:16:33 +0000, by diego
-
Sanitize altivec code so it can be built with runtime check properly libavcodecTue, 02 Oct 2007 11:39:32 +0000, by lu_zero
-
Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec libavcodecTue, 02 Oct 2007 10:22:22 +0000, by diego
-
Remove const vector macro indirection that is useless and obfuscating libavcodecMon, 01 Oct 2007 14:23:36 +0000, by diego
-
unroll finite differences to avoid swapping registers. libavcodecSat, 29 Sep 2007 23:44:34 +0000, by lorenm
-
encode_residual_fixed(): replace FIR with finite differences. libavcodecSat, 29 Sep 2007 23:21:57 +0000, by lorenm
-
Add variables to prepare to the AMV decoder patch. libavcodecSat, 29 Sep 2007 12:52:56 +0000, by vitor
-
was computing one more autocorrelation coefficient that was actually used libavcodecSat, 29 Sep 2007 07:43:52 +0000, by lorenm
-
replace brute force find_optimal_param() with a closed-form solution. libavcodecSat, 29 Sep 2007 05:41:27 +0000, by lorenm
-
gcc isn't smart enough to factor out duplicate stores libavcodecSat, 29 Sep 2007 01:54:25 +0000, by lorenm
-
On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will segfault when xvmc is in use. libavcodecFri, 28 Sep 2007 20:38:32 +0000, by iive
-
unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. libavcodecThu, 27 Sep 2007 02:42:00 +0000, by lorenm
-
h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output libavcodecWed, 26 Sep 2007 13:28:13 +0000, by andoma
-
oops, potential overflow on really large blocks libavcodecTue, 25 Sep 2007 23:34:48 +0000, by lorenm
-
rename one variable to be consistent with the rest of the file libavcodecTue, 25 Sep 2007 22:31:00 +0000, by aurel
-
add a new vp6a codec (add alpha plan support to vp6) libavcodecTue, 25 Sep 2007 19:12:46 +0000, by aurel
-
Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an libavcodecTue, 25 Sep 2007 07:30:22 +0000, by diego
-
move all model related tables into their own struct libavcodecMon, 24 Sep 2007 22:29:11 +0000, by aurel
-
Remove check for input buffer size as it does not guarantee that libavcodecMon, 24 Sep 2007 16:50:32 +0000, by kostya
-
add support for yuva420p colorspace (yuv420p + alpha) libavcodecMon, 24 Sep 2007 13:21:41 +0000, by aurel
-
factor out dequant table lookup outside loops, gives a 1-2% speed-up libavcodecMon, 24 Sep 2007 13:01:15 +0000, by gpoirier
-
Do not try to decode more data than output buffer may hold libavcodecMon, 24 Sep 2007 03:32:24 +0000, by kostya
-
VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. libavcodecSun, 23 Sep 2007 21:59:09 +0000, by diego
-
some experimental iterative quantization code libavcodecSun, 23 Sep 2007 21:11:36 +0000, by michael
-
VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC. libavcodecSun, 23 Sep 2007 21:02:22 +0000, by diego
-
Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff). libavcodecSun, 23 Sep 2007 16:11:07 +0000, by kostya
-
Apply skip_loop_filter before checking if we can parallelize with the selected libavcodecSat, 22 Sep 2007 10:28:22 +0000, by reimar
-
Do not decode more data than output buffer may hold libavcodecSat, 22 Sep 2007 09:09:47 +0000, by kostya
-
Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup. libavcodecFri, 21 Sep 2007 00:26:31 +0000, by diego
-
allcodecs.h and allformats.h are not used anymore libavcodecThu, 20 Sep 2007 20:42:50 +0000, by aurel
-
remove last dependencies on allformats.h and allcodecs.h libavcodecThu, 20 Sep 2007 20:36:15 +0000, by aurel
-
properly tell the compiler that A0 and A1 are clobbered libavcodecMon, 17 Sep 2007 13:17:50 +0000, by mhoffman
-
Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to libavcodecMon, 17 Sep 2007 10:14:56 +0000, by diego
-
fix image corruption when with multi-threaded decoding. libavcodecSun, 16 Sep 2007 10:37:07 +0000, by gpoirier
-
HALFPQ should be used only for when PQUANT is selected libavcodecSat, 15 Sep 2007 09:24:53 +0000, by kostya
-
In case when any quantizer may occur, HALFPQ should be zero libavcodecSat, 15 Sep 2007 09:23:58 +0000, by kostya
-
cosmetics: rename variables. tbl->tab for consistency with other AC3 tables libavcodecSat, 15 Sep 2007 00:19:21 +0000, by jbr
-
Pass correct CPU flags to compilation of sparc/simple_idct_vis.o. libavcodecThu, 13 Sep 2007 09:13:56 +0000, by diego
-
Add checks on input/output buffers size for some audio decoders libavcodecThu, 13 Sep 2007 05:59:58 +0000, by kostya
-
make changing spatial_decomposition_count per frame work libavcodecSun, 09 Sep 2007 18:28:36 +0000, by michael
-
dsputil must be initialized before calling rtjpeg init. libavcodecSun, 09 Sep 2007 18:14:11 +0000, by reimar
-
do not force the halfpel filter coeffs to be retransmitted on every frame libavcodecSun, 09 Sep 2007 16:54:00 +0000, by michael
-
allow changing of the spatial_decomposition_count and quantization tables libavcodecSun, 09 Sep 2007 15:06:46 +0000, by michael
-
perform init after reading the values needed for init libavcodecSun, 09 Sep 2007 13:47:25 +0000, by michael
-
allocate slice buffer after parsing the header containing needed parameters libavcodecSun, 09 Sep 2007 12:33:34 +0000, by michael
-
scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently) libavcodecSun, 09 Sep 2007 12:22:11 +0000, by michael
-
Properly handle nuv file with changing resolution libavcodecSun, 09 Sep 2007 10:20:47 +0000, by reimar
-
Fix extreme stupidity: buffer size check must of course be before buffer use! libavcodecSun, 09 Sep 2007 09:00:12 +0000, by reimar
-
First ugly and slow attempt to fix nuv files with extra frameheader libavcodecSun, 09 Sep 2007 08:42:49 +0000, by reimar
-
rename HTAPS -> HTAPS_MAX (later is correct after the previous change) libavcodecSat, 08 Sep 2007 14:52:21 +0000, by michael
-
store halfpel filter coefficients in the header as well as the libavcodecSat, 08 Sep 2007 14:51:13 +0000, by michael
-
Let H.264 decoder skip deblocking across slices libavcodecFri, 07 Sep 2007 18:27:13 +0000, by benoit
-
Set data_size to zero when DCA header parse failed libavcodecThu, 06 Sep 2007 14:55:13 +0000, by kostya
-
Avoid a crash when H264 MMC operation causes the short term reference libavcodecWed, 05 Sep 2007 20:04:09 +0000, by benoit
-
Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm. libavcodecWed, 05 Sep 2007 11:05:33 +0000, by diego
-
Move H.264 intra prediction functions into their own context libavcodecWed, 05 Sep 2007 05:30:08 +0000, by kostya
-
fix decoding of dracula.4xm before diego complains libavcodecWed, 05 Sep 2007 01:21:32 +0000, by michael
-
Replace constants by HTAPS (half pel interpolation filter taps) where appropriate. libavcodecWed, 05 Sep 2007 00:49:09 +0000, by michael
-
code to do halfpel interpolation per frame (unfinished and under ifdef but it libavcodecWed, 05 Sep 2007 00:06:34 +0000, by michael
-
Fix issue 123 (Support Magic-carpet fli version, libavcodecTue, 04 Sep 2007 17:31:25 +0000, by melanson
-
Silence warnings about NAL_SVC_NON_IDR in H.264. libavcodecTue, 04 Sep 2007 14:48:39 +0000, by diego
-
Remove error raising when explicitely skipping frame libavcodecMon, 03 Sep 2007 08:46:24 +0000, by benoit
-
add a warning message for unsupported kind of encoding libavcodecSat, 01 Sep 2007 13:04:25 +0000, by aurel
-
cosmetics: Add some whitespace for better readability. libavcodecThu, 30 Aug 2007 23:16:34 +0000, by diego
-
cosmetics: Sort some lines, whitespace changes. libavcodecThu, 30 Aug 2007 23:11:24 +0000, by diego
-
Blackfin 32bit multiplication primitives MULH MUL16 libavcodecThu, 30 Aug 2007 15:15:48 +0000, by mhoffman
-
Replace complicated and currently broken manual alignment code by libavcodecThu, 30 Aug 2007 11:41:58 +0000, by reimar
-
Change 4xm demuxer and video decoder to pass the video format version in libavcodecMon, 27 Aug 2007 21:58:39 +0000, by rtogni
-
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific libavcodecMon, 27 Aug 2007 09:17:03 +0000, by diego
-
Do not wrongly mark Apple gcc workarounds as being specific to Darwin. libavcodecSun, 26 Aug 2007 22:06:40 +0000, by diego
-
remove alignment correction of the destination pointers in luma_16x6 libavcodecSun, 26 Aug 2007 21:47:58 +0000, by gpoirier
-
workaround gcc bug, untested as my gcc is not complaining libavcodecSun, 26 Aug 2007 12:34:22 +0000, by michael
-
optimize the first vertical lifting step, this also prevents another libavcodecSun, 26 Aug 2007 11:16:23 +0000, by michael
-
get rid of totally senseless "m" + read in register we have enough libavcodecSun, 26 Aug 2007 06:51:51 +0000, by michael
-
avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum libavcodecSun, 26 Aug 2007 01:11:02 +0000, by michael
-
avoid an overflow in the 1 horizontal lifting step libavcodecSat, 25 Aug 2007 19:04:33 +0000, by michael
-
prevent one overflow in the first vertical lifting step libavcodecSat, 25 Aug 2007 16:28:45 +0000, by michael
-
cleanup (remove some old experimentation related code) libavcodecSat, 25 Aug 2007 03:19:39 +0000, by michael
-
we only have 2 wavelets, the 3rd was just for experimentation ... libavcodecSat, 25 Aug 2007 03:04:13 +0000, by michael
-
use 16bit IDWT (a SIMD implementation of it should be >2x faster then with libavcodecSat, 25 Aug 2007 03:00:51 +0000, by michael
-
Remove HAVE_ALTIVEC preprocessor directives that are only compiled libavcodecFri, 24 Aug 2007 23:01:50 +0000, by diego
-
Fix trivial mixed declarations and code warning caused by a double semicolon. libavcodecFri, 24 Aug 2007 15:42:50 +0000, by diego
-
Remove SYS_DARWIN preprocessor directive that is just a duplicate of a libavcodecFri, 24 Aug 2007 15:38:37 +0000, by diego
-
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodecFri, 24 Aug 2007 15:18:41 +0000, by diego
-
Move Apple gcc AltiVec vector declaration syntax to libavutil. libavcodecFri, 24 Aug 2007 15:04:00 +0000, by diego
-
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodecFri, 24 Aug 2007 14:57:46 +0000, by diego
-
Add request_channels member to AVCodecContext so we now have a proper libavcodecThu, 23 Aug 2007 20:28:28 +0000, by reimar
-
Initialize the "stc" variable before using it in ff_find_start_code() libavcodecThu, 23 Aug 2007 07:02:27 +0000, by lucabe
-
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). libavcodecWed, 22 Aug 2007 22:46:39 +0000, by diego
-
Identifiers starting with underscores are reserved. libavcodecWed, 22 Aug 2007 12:41:16 +0000, by diego
-
parsers and bsfs declarations are not meant to be part of public API libavcodecTue, 21 Aug 2007 18:24:08 +0000, by aurel
-
Change rounding of the horizontal DWT to match the vertical one. libavcodecTue, 21 Aug 2007 16:29:40 +0000, by michael
-
asv1.c directly uses Put/GetBitContext, so it should include bitstream.h libavcodecTue, 21 Aug 2007 15:48:08 +0000, by aurel
-
remove code which become unused by the previous changes libavcodecTue, 21 Aug 2007 00:05:30 +0000, by michael
-
Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested) libavcodecTue, 21 Aug 2007 00:03:18 +0000, by michael
-
Simplify and optimize the 4th vertical lifting step of the MMX code libavcodecTue, 21 Aug 2007 00:02:19 +0000, by michael
-
Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd libavcodecMon, 20 Aug 2007 23:59:20 +0000, by michael
-
simplify, speedup and reduce needed headroom by 2 bits in the 3rd libavcodecMon, 20 Aug 2007 23:54:49 +0000, by michael
-
slightly change horizontal lift3 so it needs 1 bit less headroom libavcodecMon, 20 Aug 2007 23:02:59 +0000, by michael
-
remove idiotc double subtraction from the sse2 code (untested, no sse2 here) libavcodecMon, 20 Aug 2007 22:41:47 +0000, by michael
-
and of course the unneeded double subtractions were blindly put in the libavcodecMon, 20 Aug 2007 22:29:21 +0000, by michael
-
Use defines instead of raw hex numbers to specify CRC polynomials libavcodecSun, 19 Aug 2007 12:36:15 +0000, by reimar
-
Statements like a = b = c = d = e; store from right-to-left, so if libavcodecTue, 14 Aug 2007 22:28:09 +0000, by gpoirier
-
Move msmpeg4 tables from a header file to msmpegdata.c. libavcodecMon, 13 Aug 2007 17:57:06 +0000, by diego
-
Add attribute that forces alignment of stack to functions that need it. libavcodecMon, 13 Aug 2007 15:28:29 +0000, by ramiro
-
special handling for vp3 idct, use the c reference libavcodecMon, 13 Aug 2007 14:16:20 +0000, by mhoffman
-
use bytestream_get_le*() this also fixes a big endian bug libavcodecMon, 13 Aug 2007 13:20:16 +0000, by michael
-
Support for WavPack version 0x410 (false stereo chunks) libavcodecMon, 13 Aug 2007 05:36:50 +0000, by kostya
-
Rename flag for consistency with the next commit libavcodecMon, 13 Aug 2007 05:35:48 +0000, by kostya
-
fix type 3 aka skipped blocks for old version libavcodecMon, 13 Aug 2007 01:06:04 +0000, by michael
-
use version instead of some random 32bit value to switch between 16 and libavcodecMon, 13 Aug 2007 00:55:39 +0000, by michael
-
replace vlc_type by version and set that from codec_tag which contains the libavcodecMon, 13 Aug 2007 00:53:55 +0000, by michael
-
support ifr2 from Toy-Story2_better-image-quality.4xa libavcodecSun, 12 Aug 2007 15:47:27 +0000, by michael
-
use shorter types vec_"type" instead of the too long vector "type" libavcodecSun, 12 Aug 2007 13:50:06 +0000, by gpoirier
-
Don't check the return value of decode_cabac_residual since it always libavcodecSun, 12 Aug 2007 00:07:29 +0000, by conrad
-
various simplifications around recent av_clip_int16() usage libavcodecSat, 11 Aug 2007 23:17:03 +0000, by aurel
-
fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq libavcodecSat, 11 Aug 2007 23:09:28 +0000, by michael
-
ensure that default_get_buffer() doesnt reuse images if the dimension or libavcodecFri, 10 Aug 2007 19:28:28 +0000, by michael
-
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) libavcodecThu, 09 Aug 2007 17:01:15 +0000, by romansh
-
comments modification: add, clean up, Doxygenize, and reword libavcodecThu, 09 Aug 2007 00:36:49 +0000, by jbr
-
use reget_buffer and remove internal copying of buffer - codec works again libavcodecThu, 09 Aug 2007 00:16:27 +0000, by alex
-
debug: tell how much bits are skipped with unknown nal code libavcodecWed, 08 Aug 2007 20:27:18 +0000, by alex
-
make output buffer larger so drift compensation can work libavcodecMon, 06 Aug 2007 23:34:41 +0000, by michael
-
add pointer to the parent context for use with av_log() libavcodecSun, 05 Aug 2007 21:34:33 +0000, by jbr
-
make wmv1 and wmv2 playable with M$ DMO decoder libavcodecSun, 05 Aug 2007 20:03:37 +0000, by michael
-
fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf libavcodecSun, 05 Aug 2007 13:41:44 +0000, by bcoudurier
-
Remove AVCodecContext parameter from parse_timecode function libavcodecSun, 05 Aug 2007 12:11:31 +0000, by reimar
-
Colours except background should not be transparent libavcodecSun, 05 Aug 2007 12:11:24 +0000, by reimar
-
get rid of av_rescale_q, it does not work as intended. libavcodecSun, 05 Aug 2007 12:11:22 +0000, by reimar
-
get rid of xsubdec array and calculate value instead libavcodecSun, 05 Aug 2007 12:11:20 +0000, by reimar
-
Add the handling of the INT32INFO block to the WavPack decoder. libavcodecSun, 05 Aug 2007 05:56:34 +0000, by kostya
-
prevent huffyuv from generating codewords of length 32. (regression in r9069) libavcodecSun, 05 Aug 2007 00:29:02 +0000, by lorenm
-
use dsputil for float to signed 16-bit sample conversion libavcodecSat, 04 Aug 2007 20:59:22 +0000, by jbr
-
Add support for grayscale MJPEG streams sent by Axis cameras such as the libavcodecSat, 04 Aug 2007 20:49:39 +0000, by diego
-
consolidate decoding of lfe and coupling channels with decoding of full-bandwidth channels. libavcodecSat, 04 Aug 2007 19:19:48 +0000, by jbr
-
cosmetics: use more appropriate names for iterator variables. libavcodecSat, 04 Aug 2007 13:52:56 +0000, by jbr
-
make exponent decoding consistent (prepare for merging coupling and lfe code with normal channel code). libavcodecSat, 04 Aug 2007 13:26:46 +0000, by jbr
-
no need to duplicate cid table vars in context libavcodecSat, 04 Aug 2007 13:09:08 +0000, by bcoudurier
-
add coding unit size for interlaced decoding libavcodecSat, 04 Aug 2007 12:59:49 +0000, by bcoudurier
-
cosmetics: use braces when it makes the code easier to read. libavcodecSat, 04 Aug 2007 12:04:41 +0000, by jbr
-
change AC3DecodeContext variable to local variable libavcodecSat, 04 Aug 2007 11:55:10 +0000, by jbr
-
Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader. libavcodecSat, 04 Aug 2007 11:01:11 +0000, by michael
-
use table for converting dynamic range codes to scale factors libavcodecSat, 04 Aug 2007 03:27:05 +0000, by jbr
-
use floating-point mantissa dequantization tables libavcodecSat, 04 Aug 2007 03:21:17 +0000, by jbr
-
dither zero-bit mantissas by default. remove dithering only if it's explicitly turned off. libavcodecSat, 04 Aug 2007 01:13:08 +0000, by jbr
-
merge decoding of coupling channel coefficients and regular channel coefficients libavcodecSat, 04 Aug 2007 00:04:17 +0000, by jbr
-
split out coupling coefficient reconstruction into a separate function libavcodecFri, 03 Aug 2007 23:53:53 +0000, by jbr
-
output last frame if seq end code is encountered libavcodecThu, 02 Aug 2007 20:49:42 +0000, by michael
-
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, libavcodecWed, 01 Aug 2007 22:12:52 +0000, by michael
-
exchange for() and if() order in the MT_FRAME case libavcodecWed, 01 Aug 2007 21:05:58 +0000, by michael
-
merge another 2 if() to save a few cpu cycles libavcodecWed, 01 Aug 2007 20:04:12 +0000, by michael
-
reorder if() so that the condition can be simplified libavcodecWed, 01 Aug 2007 19:37:28 +0000, by michael
-
use buf_ptr to correctly decode second field libavcodecWed, 01 Aug 2007 13:18:23 +0000, by bcoudurier
-
make grayscale only decoding checks in inner loops compiletime killable libavcodecWed, 01 Aug 2007 00:39:39 +0000, by michael
-
move some code which was executed for every skipped MB so it is only executed libavcodecTue, 31 Jul 2007 21:39:09 +0000, by michael
-
chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it libavcodecTue, 31 Jul 2007 20:44:48 +0000, by michael
-
Identifiers starting with underscores are reserved. libavcodecTue, 31 Jul 2007 06:55:48 +0000, by diego
-
fix cabac decoding with some Blue-Ray sources libavcodecMon, 30 Jul 2007 21:19:36 +0000, by gpoirier
-
replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 libavcodecMon, 30 Jul 2007 18:05:46 +0000, by romansh
-
support silly PCM variant used by zork nemesis libavcodecMon, 30 Jul 2007 02:05:16 +0000, by michael
-
prevent assert failure with negative quant_offset libavcodecSun, 29 Jul 2007 21:34:31 +0000, by michael
-
make the reference code use double instead of float where it is easy libavcodecSun, 29 Jul 2007 10:11:12 +0000, by michael
-
BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion libavcodecSat, 28 Jul 2007 20:50:25 +0000, by jbr
-
remove broken downmixing. will add new implementation later. libavcodecSat, 28 Jul 2007 19:33:19 +0000, by jbr
-
Take care of some renames (Doxygen and function name) after the previous pure rename patch. libavcodecSat, 28 Jul 2007 18:26:43 +0000, by takis
-
remove "Advanced Prediction Mode not supported" spam libavcodecThu, 26 Jul 2007 15:47:43 +0000, by michael
-
Update the dvdsub parser to be able to parse HD-DVD subtitle packets. libavcodecTue, 24 Jul 2007 14:17:13 +0000, by takis
-
Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit libavcodecTue, 24 Jul 2007 13:03:13 +0000, by takis
-
help some gcc version to optimize out those functions libavcodecTue, 24 Jul 2007 08:54:56 +0000, by aurel
-
set bit allocation parameters directly instead of copying libavcodecTue, 24 Jul 2007 01:35:25 +0000, by jbr
-
use enum value instead of numerical value for acmod libavcodecMon, 23 Jul 2007 22:47:49 +0000, by jbr
-
use consistent data type for exponents. needs to be int8_t to pass to bit allocation. libavcodecMon, 23 Jul 2007 22:23:37 +0000, by jbr
-
Use shared AC-3 header parsing. Move some initializations to block parsing function. libavcodecSat, 21 Jul 2007 16:28:12 +0000, by jbr
-
don't need to synchronize in the decoder. the parser does that already. libavcodecSat, 21 Jul 2007 13:56:04 +0000, by jbr
-
Return AVERROR(EINVAL) when invalid width and/or height are specified to libavcodecFri, 20 Jul 2007 15:09:10 +0000, by takis
-
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. libavcodecFri, 20 Jul 2007 15:08:10 +0000, by takis
-
bail out on unknown jpeg pixel format instead of silently decoding data incorrectly libavcodecThu, 19 Jul 2007 15:56:56 +0000, by gpoirier
-
Fix the self tests which are contained in some codecs and are using random(). libavcodecThu, 19 Jul 2007 08:47:07 +0000, by takis
-
Fix the compilation of dct-test, fft-test and motion-test which are using libavcodecThu, 19 Jul 2007 08:46:28 +0000, by takis
-
update license header. add copyright for myself. correct and complete the statement about liba52. libavcodecThu, 19 Jul 2007 02:16:20 +0000, by jbr
-
remove portions of bit allocation which are no longer needed since they are shared with the encoder libavcodecThu, 19 Jul 2007 00:50:31 +0000, by jbr
-
Set the step index correctly for flash adpcm. Patch by Baptiste libavcodecWed, 18 Jul 2007 18:40:03 +0000, by banan
-
Calculate the correct blocksize for flash adpcm. Patch by Baptiste libavcodecWed, 18 Jul 2007 18:35:03 +0000, by banan
-
Make deinterlace_16 receive an array as a parameter and not two separated vars libavcodecWed, 18 Jul 2007 14:45:01 +0000, by vitor
-
Remove more code duplication. Based on a patch by Matthieu Castet. libavcodecWed, 18 Jul 2007 06:06:21 +0000, by vitor
-
Move var. declaration to allow further clean up libavcodecTue, 17 Jul 2007 23:51:34 +0000, by vitor
-
Remove code duplication. Based on a patch by Matthieu Castet. libavcodecTue, 17 Jul 2007 22:05:33 +0000, by vitor
-
create colorspace.h and use it where appropriate libavcodecTue, 17 Jul 2007 12:33:14 +0000, by benoit
-
fixpoint: renaming all lowlevel arithmetic routines to xxx_float libavcodecTue, 17 Jul 2007 11:06:12 +0000, by mhoffman
-
Don't segfault if an empty codebook gets used. libavcodecTue, 17 Jul 2007 07:12:40 +0000, by benoit
-
* making profile selection a bit more tolerant to the badly broken streams libavcodecTue, 17 Jul 2007 04:06:03 +0000, by romansh
-
cosmetics: adding some white space to align the arguments of a couple of functions libavcodecTue, 17 Jul 2007 00:36:47 +0000, by mhoffman
-
remove useless #ifdef CONFIG_ZLIB from zmbv decoder libavcodecMon, 16 Jul 2007 21:05:16 +0000, by mru
-
fixpoint: move cplscales to context structure and provide hook for data format conversion libavcodecMon, 16 Jul 2007 13:24:43 +0000, by mhoffman
-
fixpoint: lowlevel functional abstraction for all buffer arithmetics libavcodecMon, 16 Jul 2007 12:32:41 +0000, by mhoffman
-
fixpoint: separate windowing arithmetic imlt_window_float libavcodecMon, 16 Jul 2007 11:52:46 +0000, by mhoffman
-
separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation libavcodecMon, 16 Jul 2007 11:25:56 +0000, by mhoffman
-
separating saturation codes so that we can support other data formats libavcodecMon, 16 Jul 2007 01:28:58 +0000, by mhoffman
-
moving automatic allocation of joint_decode/decode_buffer libavcodecSun, 15 Jul 2007 22:06:08 +0000, by mhoffman
-
cosmetic changing hardwired 20 to SUBBAND_SIZE libavcodecSun, 15 Jul 2007 21:48:17 +0000, by mhoffman
-
hardly anything in PNGContext is shared; split it libavcodecSun, 15 Jul 2007 19:23:55 +0000, by mru
-
fix visual painting of MVs from h264: they are painted twice too long libavcodecSun, 15 Jul 2007 19:03:12 +0000, by gpoirier
-
no need for the decoder to have the license as a prefix libavcodecSun, 15 Jul 2007 01:38:13 +0000, by jbr
-
remove a debugging function and variable, and remove the commented-out code which uses them. libavcodecSun, 15 Jul 2007 01:35:46 +0000, by jbr
-
move some common values to ac3.h and utilize them libavcodecSun, 15 Jul 2007 01:31:09 +0000, by jbr
-
revise license header for simplicity and consistency libavcodecSat, 14 Jul 2007 18:53:56 +0000, by jbr
-
AC-3 decoder, soc revision 402, Jul 14 13:45:14 2007 UTC by jbr libavcodecSat, 14 Jul 2007 16:06:14 +0000, by jbr
-
AC-3 decoder, soc revision 148, Sep 28 18:38:27 2006 UTC by banan libavcodecSat, 14 Jul 2007 16:05:39 +0000, by jbr
-
AC-3 decoder, soc revision 109, Sep 22 22:42:54 2006 UTC by banan libavcodecSat, 14 Jul 2007 16:05:13 +0000, by jbr
-
AC-3 decoder, soc revision 72, Sep 7 04:20:00 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:04:40 +0000, by jbr
-
AC-3 decoder, soc revision 71, Sep 4 09:47:12 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:04:17 +0000, by jbr
-
AC-3 decoder, soc revision 70, Aug 31 18:04:23 2006 UTC by banan libavcodecSat, 14 Jul 2007 16:03:47 +0000, by jbr
-
AC-3 decoder, soc revision 69, Aug 31 07:12:56 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:03:14 +0000, by jbr
-
AC-3 decoder, soc revision 58, Aug 19 14:20:45 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:02:32 +0000, by jbr
-
AC-3 decoder, soc revision 57, Aug 19 12:44:38 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:02:08 +0000, by jbr
-
AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:01:44 +0000, by jbr
-
AC-3 decoder, soc revision 55, Aug 17 12:25:24 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:01:14 +0000, by jbr
-
AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:00:38 +0000, by jbr
-
AC-3 decoder, soc revision 53, Aug 17 08:53:44 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:00:05 +0000, by jbr
-
AC-3 decoder, soc revision 52, Aug 16 22:45:07 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:59:25 +0000, by jbr