summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* cosmetics : fix indentation.Jai Menon2009-11-10
* Avoid variable-length array use in ff_acelp_lspd2lpc()Vitor Sessak2009-11-10
* Add a NULL pointer check to avcodec_close() this should prevent a segfaultMichael Niedermayer2009-11-10
* Make get_bits_left() available for use in libavcodec (was previously heldRonald S. Bultje2009-11-09
* And on the sixth day, God gave us the <= operand, which makes the loopRonald S. Bultje2009-11-09
* Do not hardcode filter order in ff_acelp_lspd2lpc()Vitor Sessak2009-11-09
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-09
* Use enum FrameType as parameter to construct_perm_table().Carl Eugen Hoyos2009-11-08
* Remove unused variable.Michael Niedermayer2009-11-08
* ac3dec: revert r20089. The change was just wrong. 10l for me.Justin Ruggles2009-11-08
* Simpliy exp*table init, based on patch by reimar.Michael Niedermayer2009-11-07
* Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that theReimar Döffinger2009-11-05
* Correct double include introduced by r20450Reynaldo H. Verdejo Pinochet2009-11-05
* Reduce stack memory allocation in MP3 decoderVitor Sessak2009-11-04
* Implement ff_scale_vector_to_given_sum_of_squares()Reynaldo H. Verdejo Pinochet2009-11-04
* Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.Reimar Döffinger2009-11-04
* Don't lock the channel output configuration based on the first value seen forAlex Converse2009-11-03
* add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason2009-11-03
* Simplify AC-3 critical band end calculation (correctly this time).Justin Ruggles2009-11-03
* Revert r20050, which caused decoding errors with at least one valid AC-3 file.Justin Ruggles2009-11-03
* Avoid huge array for rgb ljpeg on the stack.Michael Niedermayer2009-11-02