log

age author description
2010-04-10 mru DCA: align some arrays libavcodec
2010-04-08 alexc Reindent read_sbr_extension. libavcodec
2010-04-08 alexc Print an error and skip PS when PS is found but explicitly found but libavcodec
2010-04-08 alexc Add support for PS sync extensions. libavcodec
2010-04-08 alexc Use get_bits_left() in the sync extension check. libavcodec
2010-04-08 alexc Fix ext_object_type. libavcodec
2010-04-06 benoit Fix segfault when encoder initialization fails. libavcodec
2010-04-04 siretart Avoid division by zero libavcodec
2010-04-03 vitor Add help for (I)RDFT test in fft-test libavcodec
2010-04-03 vitor Make code using 1d-DCT consistent with the API change libavcodec
2010-04-03 stefano Replace all remaining occurrences of AVERROR_NOMEM with libavcodec
2010-04-02 alexc aacenc: Error when an unsupported profile is requested libavcodec
2010-04-02 alexc aacenc: Don't lowpass the input unless specifically requested. libavcodec
2010-04-02 michael Change default for bidir_refine to 1. libavcodec
2010-04-02 michael Optimize bidir_refine a bit. libavcodec
2010-04-02 michael Change bidir refine hash code so we only need to perform a single libavcodec
2010-04-02 michael Reduce the size of the bidir refine hashtable from 4096 to 256 and libavcodec
2010-04-02 michael Move comment that belonged to cmp() back to cmp(). libavcodec
2010-04-02 michael slice dice, inline and outline cmp() libavcodec
2010-04-01 michael Store range coder state transition table. libavcodec
2010-04-01 reimar Allow hardcoding of ulaw and alaw tables. libavcodec
2010-04-01 reimar Change/simplify the tableprint/tablegen API. libavcodec
2010-04-01 reimar Convert two "m" constraints to MANGLE to fix compilation with some compilers. libavcodec
2010-04-01 benoit Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags. libavcodec
2010-04-01 koorogi Add function to export EDGE_WIDTH from libavcodec. libavcodec
2010-03-31 rbultje Document API addition of avcodec_copy_context(). libavcodec
2010-03-31 rbultje Add avcodec_copy_context(). libavcodec
2010-03-31 cehoyos Fix likely typo in r15937. libavcodec
2010-03-31 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavcodec
2010-03-31 astrange H264: Copy h264dsp when creating new slice threads libavcodec
2010-03-30 stefano Move AVMediaType from libavcodec to libavutil. libavcodec
2010-03-30 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
2010-03-30 cehoyos Add spectral extension to the E-AC-3 decoder. libavcodec
2010-03-30 michael Fix implicit weight for b frames in mbaff. libavcodec
2010-03-30 michael Make sure the EC code does not attempt to use inter based concealment if there libavcodec
2010-03-30 benoit Replace @returns by @return. libavcodec
2010-03-30 cehoyos Set VDPAU H264 picture parameter field_order_cnt and frame_num at the libavcodec
2010-03-30 cehoyos Fix VDPAU for H.264 streams with long reference frames. libavcodec
2010-03-29 stefano Implement YOP demuxer and video decoder. libavcodec
2010-03-29 reimar Include appropriate header in table generators instead of using a dummy libavcodec
2010-03-29 reimar Fix indentation. libavcodec
2010-03-29 rbultje Simplify interleaving code. libavcodec
2010-03-29 jai_menon Cosmetics : add a space after ",". libavcodec
2010-03-29 lorenm indent libavcodec
2010-03-29 lorenm optimize init_vlc(). libavcodec
2010-03-28 jai_menon TTA : Check if the output buffer size is within bounds. libavcodec
2010-03-27 reimar Clearer CODEC_CAP_DR1 documentation. libavcodec
2010-03-26 astrange h264: Use + instead of | in some places libavcodec
2010-03-26 ramiro libxvid: Clear extradata pointer when freeing it. libavcodec
2010-03-26 astrange h264: Remove unused function argument libavcodec
2010-03-26 astrange h264: Simplify decode_cabac_residual() specialization libavcodec
2010-03-25 stefano Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA / libavcodec
2010-03-25 bcoudurier Enable mbtree by default, and remove it from presets libavcodec
2010-03-25 bcoudurier Enable more libx264 options, aq, psy, rc lookahead and ssim libavcodec
2010-03-24 alexc aacenc: Merge quantize_band_cost() with quantize_and_encode_band(). libavcodec
2010-03-23 vitor Bump minor version, I forgot in the last commit libavcodec
2010-03-23 vitor Implement the discrete sine/cosine transforms DCT-I and DST-I libavcodec
2010-03-23 cehoyos Always check if ff_alloc_picture() succeeds. libavcodec
2010-03-23 diego Remove unused variable, fixes the warning: libavcodec
2010-03-23 mru ARM: NEON optimised RDFT libavcodec
2010-03-23 michael Change ref_index structure so it matches how its organized in h264. libavcodec
2010-03-22 michael Disallow VLC coding with more than 8 bits as there are several bugs libavcodec
2010-03-22 michael Throw out last experimental warning that was printed for colorspaces with more than libavcodec
2010-03-22 mstorsjo Add doxygen docs for av_xiphlacing libavcodec