Mercurial > libavcodec.hg
graph
-
Make calculation of mask_edge free of branches, faster of course but probably libavcodec2010-01-21, by michael
-
Only calculate the second chroma qp if it differs from the firstin the main libavcodec2010-01-20, by michael
-
Mark the h264 c loop filter as av_always_inline av_flatten to make sure its libavcodec2010-01-19, by michael
-
Reenable ff_h264_filter_mb_fast() for all slices it supported before. libavcodec2010-01-19, by michael
-
Remove -2 -> -1 remapping, its not needed anymore as we must remap all libavcodec2010-01-19, by michael
-
Dont waste time initializing stuff for deblocking intra mbs, none of libavcodec2010-01-19, by michael
-
Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose. libavcodec2010-01-19, by michael
-
Remove code that handles the case of a MB pair to our right being available. libavcodec2010-01-19, by michael
-
Remove unneeded for_deblock check, this code was alraedy under for_deblock. libavcodec2010-01-18, by michael
-
Rather call filter_mb_mbaff_edge*v() more often than do extra calculations libavcodec2010-01-18, by michael
-
PAFF CABAC P slices seem to work as well, so enable them for ff_h264_filter_mb_fast() too. libavcodec2010-01-18, by michael
-
Reenable filter_mb_fast for I slices and progressive CABAC P slices. libavcodec2010-01-18, by michael
-
Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_caches libavcodec2010-01-18, by michael
-
Perform reference remapping at fill_cache() time instead of in the libavcodec2010-01-18, by michael
-
Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller libavcodec2010-01-16, by michael
-
Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. libavcodec2010-01-16, by michael
-
Replace cabac checks in inline functions from h264.h with constants. libavcodec2010-01-16, by michael
-
Split some SIPR structs to a header file for the upcoming SIPR16k commit libavcodec2010-01-16, by vitor
-
Support decoding of Avid uncompressed mov files, fixes issue 1685. libavcodec2010-01-15, by cehoyos
-
AAC: Unswitch loop over window groups in decode_spectrum_and_dequant() libavcodec2010-01-13, by mru
-
Remove the struct SiprModeParam of the context. This will simplify splitting libavcodec2010-01-13, by vitor
-
Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. libavcodec2010-01-13, by michael
-
Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel Atom. libavcodec2010-01-12, by reimar
-
Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just libavcodec2010-01-12, by michael
-
Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). libavcodec2010-01-12, by michael
-
Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer libavcodec2010-01-12, by zuxy
-
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. libavcodec2010-01-12, by cehoyos
-
fft-test: Replace do_mdct with a tf_transform enum and switch on it. libavcodec2010-01-11, by alexc
-
10l: Fix forgotten variable rename from r14893 (fixes issue 1675). libavcodec2010-01-11, by cehoyos
-
Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the libavcodec2010-01-11, by michael
-
Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 libavcodec2010-01-09, by michael
-
Make some tables static again, i mistakely thought they would be used in several libavcodec2010-01-09, by michael
-
Always initialize bit_depth_luma and bit_depth_chroma in the H264 libavcodec2010-01-09, by jai_menon
-
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c. libavcodec2010-01-08, by michael
-
Change local variable type from unsigned int to int in order to libavcodec2010-01-08, by thilo.borgmann
-
Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. libavcodec2010-01-08, by michael
-
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability libavcodec2010-01-08, by michael
-
Rename DCtab_*, its a global variable and it helps understanding if mpeg4 libavcodec2010-01-08, by michael
-
Explain why the level variable is magically inceased in mpeg4_encode_dc(). libavcodec2010-01-08, by diego
-
Optimize short-term prediction by reducing index arithmetic. libavcodec2010-01-07, by thilo.borgmann
-
Mark h263_get_picture_format() av_const to indicate that it has no funny libavcodec2010-01-07, by michael
-
Stop the approximation in bessel() once it does no longer improve. libavcodec2010-01-06, by michael
-
Use correct context for av_log(), should prevent a crash for malformed files. libavcodec2010-01-05, by vitor
-
Improve readability of 4bpp raw decoder and prepare for supporting 2bpp. libavcodec2010-01-05, by cehoyos
-
The H.263 wrong_run table is only for encoding; only enable it in such cases. libavcodec2010-01-04, by diego
-
VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line. libavcodec2010-01-04, by gb
-
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavcodec2010-01-03, by stefano
-
Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it libavcodec2010-01-02, by reimar
-
Small ELBG optimization: use last pixel as a initial guess for the codebook libavcodec2010-01-02, by vitor
-
It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert. libavcodec2010-01-01, by michael
-
Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian. libavcodec2009-12-31, by cehoyos
-
cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations. libavcodec2009-12-30, by diego
-
cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations. libavcodec2009-12-30, by diego
-
cosmetics: Move H.263-related functions around to avoid forward declarations. libavcodec2009-12-30, by diego
-
Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure. libavcodec2009-12-29, by diego
-
Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630. libavcodec2009-12-29, by cehoyos
-
Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure. libavcodec2009-12-29, by diego
-
Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure. libavcodec2009-12-28, by diego
-
Declare the dependency of the H.263 decoder on the H.263 parser in configure. libavcodec2009-12-28, by diego
-
cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef. libavcodec2009-12-27, by diego