summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Avoid division by zeroReinhard Tartler2010-04-04
* Add help for (I)RDFT test in fft-testVitor Sessak2010-04-03
* Make code using 1d-DCT consistent with the API changeVitor Sessak2010-04-03
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* aacenc: Error when an unsupported profile is requestedAlex Converse2010-04-02
* aacenc: Don't lowpass the input unless specifically requested.Alex Converse2010-04-02
* Change default for bidir_refine to 1.Michael Niedermayer2010-04-02
* Optimize bidir_refine a bit.Michael Niedermayer2010-04-02
* Change bidir refine hash code so we only need to perform a singleMichael Niedermayer2010-04-02
* Reduce the size of the bidir refine hashtable from 4096 to 256 andMichael Niedermayer2010-04-02
* Move comment that belonged to cmp() back to cmp().Michael Niedermayer2010-04-02
* slice dice, inline and outline cmp()Michael Niedermayer2010-04-02
* Store range coder state transition table.Michael Niedermayer2010-04-01
* Allow hardcoding of ulaw and alaw tables.Reimar Döffinger2010-04-01
* Change/simplify the tableprint/tablegen API.Reimar Döffinger2010-04-01
* Convert two "m" constraints to MANGLE to fix compilation with some compilers.Reimar Döffinger2010-04-01
* Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.Takashi Mochizuki2010-04-01
* Add function to export EDGE_WIDTH from libavcodec.Bobby Bingham2010-04-01
* Document API addition of avcodec_copy_context().Ronald S. Bultje2010-03-31
* Add avcodec_copy_context().Ronald S. Bultje2010-03-31
* Fix likely typo in r15937.Carl Eugen Hoyos2010-03-31
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* H264: Copy h264dsp when creating new slice threadsAlexander Strange2010-03-31
* Move AVMediaType from libavcodec to libavutil.Stefano Sabatini2010-03-30
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-30
* Fix implicit weight for b frames in mbaff.Michael Niedermayer2010-03-30
* Make sure the EC code does not attempt to use inter based concealment if thereMichael Niedermayer2010-03-30
* Replace @returns by @return.Benoit Fouet2010-03-30
* Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren2010-03-30
* Fix VDPAU for H.264 streams with long reference frames.Stephen Warren2010-03-30
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-29
* Include appropriate header in table generators instead of using a dummyReimar Döffinger2010-03-29
* Fix indentation.Reimar Döffinger2010-03-29
* Simplify interleaving code.Ronald S. Bultje2010-03-29
* Cosmetics : add a space after ",".Jai Menon2010-03-29
* indentLoren Merritt2010-03-29
* optimize init_vlc().Loren Merritt2010-03-29
* TTA : Check if the output buffer size is within bounds.Jai Menon2010-03-28
* Clearer CODEC_CAP_DR1 documentation.Reimar Döffinger2010-03-27
* h264: Use + instead of | in some placesAlexander Strange2010-03-26
* libxvid: Clear extradata pointer when freeing it.Ramiro Polla2010-03-26
* h264: Remove unused function argumentAlexander Strange2010-03-26
* h264: Simplify decode_cabac_residual() specializationAlexander Strange2010-03-26
* Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /Stefano Sabatini2010-03-25
* Enable mbtree by default, and remove it from presetsBaptiste Coudurier2010-03-25
* Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier2010-03-25
* aacenc: Merge quantize_band_cost() with quantize_and_encode_band().Alex Converse2010-03-24
* Bump minor version, I forgot in the last commitVitor Sessak2010-03-23
* Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak2010-03-23