summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Make sorting function used in TwinVQ a shared functionVitor Sessak2009-11-22
* Set colorspace for libtheora encodingDavid Conrad2009-11-22
* Support 4:2:2 and 4:4:4 subsampling in libtheora encodingDavid Conrad2009-11-22
* Add support for two pass encoding in libtheoraDavid Conrad2009-11-22
* Update libtheora wrapper to use the 1.0 APIDavid Conrad2009-11-22
* Update dimensions in AVCodecContext when RV3/4 frame dimensions changeKostya Shishkov2009-11-22
* 10l: Fix inverted if-condition from r20448. Fixes issue 1562.Alex Converse2009-11-21
* Factorize av_get_bit_rate (for future use outside of libavcodec).Robert Krüger2009-11-21
* Allocate pictures with enough padding for jpeg.Michael Niedermayer2009-11-20
* In win32 thread implementation do not access jobnr if the thread is askedReimar Döffinger2009-11-20
* Add codec id for Flash screen codec v2 and hook it up in FLV demuxerDaniel Verkamp2009-11-20
* IndentRamiro Polla2009-11-20
* Implement missing case for decoding samples with large pivot value in APEKostya Shishkov2009-11-20
* cosmetics: break some long lines and insert few spacesKostya Shishkov2009-11-20
* 10l trocadero: ZMBV encoder used zero score to detect whether block should beKostya Shishkov2009-11-20
* avoid integer overflow in dnxhd encoder, fixes #1557Baptiste Coudurier2009-11-20
* clarify why the encoder is failingBaptiste Coudurier2009-11-19
* Fix name for PIX_FMT_NV21 PixFmtInfo entry.Stefano Sabatini2009-11-19
* Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is setReimar Döffinger2009-11-19
* Revert r20548, it was a dream. It seems faad does not ouput the last frameBaptiste Coudurier2009-11-19
* faad needs CODEC_CAP_DELAY, otherwise you miss last frameBaptiste Coudurier2009-11-18
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
* Cosmetics: Fix indentation.Carl Eugen Hoyos2009-11-16
* Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter.Alex Converse2009-11-15
* Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.Vitor Sessak2009-11-15
* Merge data tables from als_data.h with the decoder source to reduceThilo Borgmann2009-11-14
* Add long-term prediction to the ALS decoder.Thilo Borgmann2009-11-14
* ac3dec: apply dynamic range compression to correct channels in dual-mono mode.Justin Ruggles2009-11-14
* Reset rbsp buffer size when freeing its data buffer.Mike Scheutzow2009-11-13
* Bump minor version after MPEG-4 Lossless commitVitor Sessak2009-11-12
* Bump minor version after applying ALS decoder.Carl Eugen Hoyos2009-11-12
* Mark AOT_ALS as a supported MPEG-4 audio object type.Alex Converse2009-11-12
* Cosmetics: Re-indentAlex Converse2009-11-12
* Fix a __warn_memset_zero_len gcc-4.4 warning.Alex Converse2009-11-12
* Add MPEG-4 Audio Lossless Coding (ALS) decoder.Thilo Borgmann2009-11-11
* Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificCo...Thilo Borgmann2009-11-11
* Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum.Alex Converse2009-11-11
* AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not theAlex Converse2009-11-11
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-11
* Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use thisVitor Sessak2009-11-11
* Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.Alex Converse2009-11-11
* Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codecJustin Ruggles2009-11-10
* indentMichael Niedermayer2009-11-10
* Cosmetics: Fix indentation after r20505.Carl Eugen Hoyos2009-11-10
* Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete testCarl Eugen Hoyos2009-11-10
* Try to fix has_b_frame calculation for open gop files.Michael Niedermayer2009-11-10
* Fix palette copying in av_picture_copy(). Previous code worked only ifVitor Sessak2009-11-10
* Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation2009-11-10
* Handle JPEG2000 frames stored in the Quicktime container.Jai Menon2009-11-10