summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* use AVFormatContext in dprintfBaptiste Coudurier2009-11-19
* Split show_formats().Michael Niedermayer2009-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
* Clarify relations between log2_chroma_w, log2_chroma_h and comp.Stefano Sabatini2009-11-18
* Make show_formats() print each bitstream filter on a separate line.Stefano Sabatini2009-11-18
* 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
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Split avdevice.c off from alldevices.c.Diego Biurrun2009-11-18
* Rename AVPixFmtDescriptor.nb_channels to nb_components, the new nameStefano Sabatini2009-11-18
* Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun2009-11-16
* 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
* Search relative path according to alias record when opening mov reference files.Baptiste Coudurier2009-11-15
* Fix indention after last commit.Michael Niedermayer2009-11-14
* Fix crash with av_tree_enumerate(NULL).Michael Niedermayer2009-11-14
* Merge data tables from als_data.h with the decoder source to reduceThilo Borgmann2009-11-14
* Make sure av_tree_enumerate() enumerates left->right.Michael Niedermayer2009-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
* Add cflags filter for sunccMichael Kostylev2009-11-13
* Reset rbsp buffer size when freeing its data buffer.Mike Scheutzow2009-11-13
* Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxerLuca Abeni2009-11-13
* Split overly long line in doxy.Stefano Sabatini2009-11-12
* Bump minor version after MPEG-4 Lossless commitVitor Sessak2009-11-12
* Bump minor version after applying ALS decoder.Carl Eugen Hoyos2009-11-12
* Split the sdp_read_packet() function out of rtsp_read_packet().Luca Abeni2009-11-12
* Move some some functions around, so that splitting the SDP code out ofLuca Abeni2009-11-12
* Mark AOT_ALS as a supported MPEG-4 audio object type.Alex Converse2009-11-12
* Debug print MP4 objectTypeIndication in hex not decimal as values are listed inAlex Converse2009-11-12
* Cosmetics: Re-indentAlex Converse2009-11-12
* Fix a __warn_memset_zero_len gcc-4.4 warning.Alex Converse2009-11-12
* Swap slicify / scale description positions, "scale" comes beforeStefano Sabatini2009-11-12
* Add scale filter.Stefano Sabatini2009-11-11
* Add #include for required header config.h.Diego Biurrun2009-11-11
* 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
* Add '#undef fprintf' before PRINT macro that uses fprintf.Diego Biurrun2009-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