log

age author description
2008-07-02 astrange Reorder the if/else for residual cats to match gcc's branch prediction. libavcodec
2008-07-02 astrange Simplify loop condition for readability. libavcodec
2008-07-02 astrange Reindent. libavcodec
2008-07-02 astrange Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop. libavcodec
2008-07-02 astrange Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. libavcodec
2008-07-02 astrange Don't test for H264 encoding unless an encoder exists. libavcodec
2008-07-02 ramiro Clarify comment about parity nibble. libavcodec
2008-07-01 ramiro Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers. libavcodec
2008-06-30 stefano Clarify/simplify documentation for the default_val field in AVOption. libavcodec
2008-06-30 vitor Remove useless wrapper around ra288_decode_frame() libavcodec
2008-06-30 vitor Remove unpack() function, read the bitstream as needed libavcodec
2008-06-30 vitor Clean up error message libavcodec
2008-06-30 vitor Rewrite unpack() using the bitstream reader libavcodec
2008-06-30 voroshil gain code, gain pitch and pitch delay decoding for ACELP based codecs libavcodec
2008-06-30 vitor Move function to avoid forward declaration libavcodec
2008-06-30 vitor Remove useless initialization libavcodec
2008-06-30 vitor Reindent the whole file libavcodec
2008-06-30 benoit Simplify mm_support() for ARM (by Måns). libavcodec
2008-06-30 benoit Define mm_support() for ARM. libavcodec
2008-06-29 vitor Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one libavcodec
2008-06-29 vitor Update copyright libavcodec
2008-06-29 vitor Use ff_acelp_lp_synthesis_filter() instead of duplicating it libavcodec
2008-06-29 vitor Add a rounding parameter to ff_acelp_lp_synthesis_filter() libavcodec
2008-06-29 diego Add command line support for '-idct simplearmv6'. libavcodec
2008-06-29 vitor Doxy comment libavcodec
2008-06-28 bcoudurier set frame_size in libfaad decoder libavcodec
2008-06-28 astrange Realign newlines. libavcodec
2008-06-28 astrange Use MANGLE() instead of memory operands to read globals. libavcodec
2008-06-28 michael Make code independent/less dependent on dsputil. libavcodec
2008-06-27 ramiro Seek the file forwards instead of backwards when sync is lost. libavcodec
2008-06-27 astrange Remove pointless AVFrame* casting. libavcodec
2008-06-27 astrange Remove duplicate emms. libavcodec
2008-06-27 astrange Remove commented-out code. libavcodec
2008-06-27 astrange Export qscale so that postprocessing works. libavcodec
2008-06-27 astrange Remove unused PutBitContext. libavcodec
2008-06-26 mru Revert "add libmpeg2 permutation to dct-test" libavcodec
2008-06-26 aurel VP3 parser can also handle VP6 without any changes. libavcodec
2008-06-26 stefang move ff_log2_run to bitstream.c and reuse in ffv1.c libavcodec
2008-06-26 michael VP3 & Theora parser to extract keyframe flags. libavcodec
2008-06-26 mru add libmpeg2 permutation to dct-test libavcodec
2008-06-25 michael Support >=4096 dimensions, fixes issue499. libavcodec
2008-06-25 michael Set frame_size to the gcd of what the decoder can output. libavcodec
2008-06-25 astrange Don't set mm_flags in fft-test, since it doesn't do anything anyway. libavcodec
2008-06-25 astrange Use a local variable instead of mm_flags in dct-test. libavcodec
2008-06-25 stefang make ModeAlphabet read-only and use a custom mode alphabet libavcodec
2008-06-25 benoit Close parse context. libavcodec
2008-06-25 ramiro Make it a little easier to spot that the code is not dealing only with libavcodec
2008-06-25 stefang remove duplicate tables libavcodec
2008-06-24 astrange Define mm_flags/support to be 0 on architectures where they don't exist. libavcodec
2008-06-24 vitor Simplify interp() libavcodec
2008-06-24 vitor More cosmetics libavcodec
2008-06-24 vitor Cosmetics libavcodec
2008-06-24 stefang revert accidental const slipping in libavcodec
2008-06-24 diego Replace redundant MAX macro declaration by proper use of FFMAX. libavcodec
2008-06-24 stefang mark read-only data as const libavcodec
2008-06-24 vitor Use lpc_coef[2] instead of lpc_coef and lpc_coef_old libavcodec
2008-06-24 vitor Remove unused entries from lpc_refl_cb* libavcodec
2008-06-24 vitor Remove unused entries from energy_tab libavcodec
2008-06-24 diego Mark constant structure member as const to avoid some warnings. libavcodec
2008-06-24 diego Remove redundant mm_flags declaration, fixes the warning: libavcodec