Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-19Split show_formats().Michael Niedermayer
2009-11-19Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is setReimar Döffinger
2009-11-19Revert r20548, it was a dream. It seems faad does not ouput the last frameBaptiste Coudurier
2009-11-19Clarify relations between log2_chroma_w, log2_chroma_h and comp.Stefano Sabatini
2009-11-19Make show_formats() print each bitstream filter on a separate line.Stefano Sabatini
2009-11-19faad needs CODEC_CAP_DELAY, otherwise you miss last frameBaptiste Coudurier
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-11-18Split avdevice.c off from alldevices.c.Diego Biurrun
2009-11-18Rename AVPixFmtDescriptor.nb_channels to nb_components, the new nameStefano Sabatini
2009-11-16Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun
2009-11-16Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje
2009-11-16Cosmetics: Fix indentation.Carl Eugen Hoyos
2009-11-15Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter.Alex Converse
2009-11-15Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.Vitor Sessak
2009-11-15Search relative path according to alias record when opening mov reference files.Baptiste Coudurier
2009-11-14Fix indention after last commit.Michael Niedermayer
2009-11-14Fix crash with av_tree_enumerate(NULL).Michael Niedermayer
2009-11-14Merge data tables from als_data.h with the decoder source to reduceThilo Borgmann
2009-11-14Make sure av_tree_enumerate() enumerates left->right.Michael Niedermayer
2009-11-14Add long-term prediction to the ALS decoder.Thilo Borgmann
2009-11-14ac3dec: apply dynamic range compression to correct channels in dual-mono mode.Justin Ruggles
2009-11-13Add cflags filter for sunccMichael Kostylev
2009-11-13Reset rbsp buffer size when freeing its data buffer.Mike Scheutzow
2009-11-13Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxerLuca Abeni
2009-11-13Split overly long line in doxy.Stefano Sabatini
2009-11-12Bump minor version after MPEG-4 Lossless commitVitor Sessak
2009-11-12Bump minor version after applying ALS decoder.Carl Eugen Hoyos
2009-11-12Split the sdp_read_packet() function out of rtsp_read_packet().Luca Abeni
2009-11-12Move some some functions around, so that splitting the SDP code out ofLuca Abeni
2009-11-12Mark AOT_ALS as a supported MPEG-4 audio object type.Alex Converse
2009-11-12Debug print MP4 objectTypeIndication in hex not decimal as values are listed inAlex Converse
2009-11-12Cosmetics: Re-indentAlex Converse
2009-11-12Fix a __warn_memset_zero_len gcc-4.4 warning.Alex Converse
2009-11-12Swap slicify / scale description positions, "scale" comes beforeStefano Sabatini
2009-11-12Add scale filter.Stefano Sabatini
2009-11-12Add #include for required header config.h.Diego Biurrun
2009-11-12Add MPEG-4 Audio Lossless Coding (ALS) decoder.Thilo Borgmann
2009-11-12Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificCo...Thilo Borgmann
2009-11-12Add '#undef fprintf' before PRINT macro that uses fprintf.Diego Biurrun
2009-11-11Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum.Alex Converse
2009-11-11AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not theAlex Converse
2009-11-11Add a channels field to MPEG4AudioConfig.Alex Converse
2009-11-11Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use thisVitor Sessak
2009-11-11Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.Alex Converse
2009-11-11Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.Carl Eugen Hoyos
2009-11-11Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codecJustin Ruggles
2009-11-11indentMichael Niedermayer
2009-11-10Cosmetics: Fix indentation after r20505.Carl Eugen Hoyos
2009-11-10Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete testCarl Eugen Hoyos