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