Mercurial > libavcodec.hg
graph
-
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
-
Add missing opcodes for 16-bit Interplay Video decoding and finally enable it libavcodec2009-12-27, by kostya
-
16-bit Interplay Video stores motion vector data at the end of frame, libavcodec2009-12-27, by kostya
-
10l trocadero: forgot one case where picture linesize should be used libavcodec2009-12-27, by kostya
-
Add 16-bit image data handling (but not decoding yet) to Interplay Video libavcodec2009-12-27, by kostya
-
Change main loop in Interplay Video decoder, so variables x and y really mean libavcodec2009-12-27, by kostya