summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is setReimar Döffinger2009-11-191-1/+4
* Revert r20548, it was a dream. It seems faad does not ouput the last frameBaptiste Coudurier2009-11-191-1/+0
* Clarify relations between log2_chroma_w, log2_chroma_h and comp.Stefano Sabatini2009-11-181-1/+9
* Make show_formats() print each bitstream filter on a separate line.Stefano Sabatini2009-11-181-1/+1
* faad needs CODEC_CAP_DELAY, otherwise you miss last frameBaptiste Coudurier2009-11-181-0/+1
* Add functions to return library license and library configuration.Diego Biurrun2009-11-182-0/+21
* Add functions to return library license and library configuration.Diego Biurrun2009-11-1813-0/+129
* Split avdevice.c off from alldevices.c.Diego Biurrun2009-11-183-7/+25
* Rename AVPixFmtDescriptor.nb_channels to nb_components, the new nameStefano Sabatini2009-11-182-52/+52
* Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun2009-11-162-0/+4
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-1611-21/+21
* Cosmetics: Fix indentation.Carl Eugen Hoyos2009-11-161-3/+3
* Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter.Alex Converse2009-11-151-1/+1
* Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.Vitor Sessak2009-11-152-0/+62
* Search relative path according to alias record when opening mov reference files.Baptiste Coudurier2009-11-152-10/+92
* Fix indention after last commit.Michael Niedermayer2009-11-141-4/+4
* Fix crash with av_tree_enumerate(NULL).Michael Niedermayer2009-11-141-0/+2
* Merge data tables from als_data.h with the decoder source to reduceThilo Borgmann2009-11-142-106/+73
* Make sure av_tree_enumerate() enumerates left->right.Michael Niedermayer2009-11-141-4/+5
* Add long-term prediction to the ALS decoder.Thilo Borgmann2009-11-142-2/+55
* ac3dec: apply dynamic range compression to correct channels in dual-mono mode.Justin Ruggles2009-11-141-1/+1
* Add cflags filter for sunccMichael Kostylev2009-11-131-0/+37
* Reset rbsp buffer size when freeing its data buffer.Mike Scheutzow2009-11-131-0/+2
* Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxerLuca Abeni2009-11-131-3/+5
* Split overly long line in doxy.Stefano Sabatini2009-11-121-1/+4
* Bump minor version after MPEG-4 Lossless commitVitor Sessak2009-11-121-1/+1
* Bump minor version after applying ALS decoder.Carl Eugen Hoyos2009-11-121-1/+1
* Split the sdp_read_packet() function out of rtsp_read_packet().Luca Abeni2009-11-121-52/+63
* Move some some functions around, so that splitting the SDP code out ofLuca Abeni2009-11-121-161/+162
* Mark AOT_ALS as a supported MPEG-4 audio object type.Alex Converse2009-11-121-1/+1
* Debug print MP4 objectTypeIndication in hex not decimal as values are listed inAlex Converse2009-11-121-1/+1
* Cosmetics: Re-indentAlex Converse2009-11-121-1/+1
* Fix a __warn_memset_zero_len gcc-4.4 warning.Alex Converse2009-11-121-0/+1
* Swap slicify / scale description positions, "scale" comes beforeStefano Sabatini2009-11-121-15/+15
* Add scale filter.Stefano Sabatini2009-11-115-1/+231
* Add #include for required header config.h.Diego Biurrun2009-11-111-0/+1
* Add MPEG-4 Audio Lossless Coding (ALS) decoder.Thilo Borgmann2009-11-116-0/+1096
* Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificCo...Thilo Borgmann2009-11-111-1/+40
* Add '#undef fprintf' before PRINT macro that uses fprintf.Diego Biurrun2009-11-111-0/+2
* Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum.Alex Converse2009-11-111-1/+1
* AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not theAlex Converse2009-11-111-7/+7
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-115-8/+7
* Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use thisVitor Sessak2009-11-112-2/+2
* Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.Alex Converse2009-11-111-0/+1
* Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.Carl Eugen Hoyos2009-11-111-0/+6
* Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codecJustin Ruggles2009-11-101-1/+6
* indentMichael Niedermayer2009-11-101-1/+1
* Cosmetics: Fix indentation after r20505.Carl Eugen Hoyos2009-11-101-1/+1
* Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete testCarl Eugen Hoyos2009-11-101-3/+1
* Try to fix has_b_frame calculation for open gop files.Michael Niedermayer2009-11-101-5/+8
OpenPOWER on IntegriCloud