21400 Commits (d7a0e29f3156271e4ff7c551199ba42d28e7934d)
 

Author SHA1 Message Date
Diego Biurrun d7a0e29f31 Split avdevice.c off from alldevices.c. 15 years ago
Stefano Sabatini b8873c2a8f Rename AVPixFmtDescriptor.nb_channels to nb_components, the new name 15 years ago
Diego Biurrun 1f20782c04 Add missing #includes for avutil.h, required for the AV_VERSION* macros. 15 years ago
Ronald S. Bultje 6e44ba1550 Use get_bits_left() instead of size_in_bits - get_bits_count(). 15 years ago
Carl Eugen Hoyos 830628e11c Cosmetics: Fix indentation. 15 years ago
Alex Converse b3507d398b Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter. 15 years ago
Vitor Sessak b2bf3cfe32 Implement ff_decode_pitch_lag() that is used by both AMR and SIPR. 15 years ago
Baptiste Coudurier adeb907137 Search relative path according to alias record when opening mov reference files. 15 years ago
Michael Niedermayer b154ed5abe Fix indention after last commit. 15 years ago
Michael Niedermayer edabf35926 Fix crash with av_tree_enumerate(NULL). 15 years ago
Thilo Borgmann 25c4fddadc Merge data tables from als_data.h with the decoder source to reduce 15 years ago
Michael Niedermayer 1bf83b9548 Make sure av_tree_enumerate() enumerates left->right. 15 years ago
Thilo Borgmann 93d38cf6b0 Add long-term prediction to the ALS decoder. 15 years ago
Justin Ruggles 7934cbb3be ac3dec: apply dynamic range compression to correct channels in dual-mono mode. 15 years ago
Michael Kostylev 03279bbea0 Add cflags filter for suncc 15 years ago
Mike Scheutzow eda4ea4e2e Reset rbsp buffer size when freeing its data buffer. 15 years ago
Luca Abeni 103dfbe2c4 Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer 15 years ago
Stefano Sabatini 1d8041b36c Split overly long line in doxy. 15 years ago
Vitor Sessak 6870aefa40 Bump minor version after MPEG-4 Lossless commit 15 years ago
Carl Eugen Hoyos c5c2df9423 Bump minor version after applying ALS decoder. 15 years ago
Luca Abeni 987131828c Split the sdp_read_packet() function out of rtsp_read_packet(). 15 years ago
Luca Abeni 1ced9da357 Move some some functions around, so that splitting the SDP code out of 15 years ago
Alex Converse 07580347b9 Mark AOT_ALS as a supported MPEG-4 audio object type. 15 years ago
Alex Converse ba278391ba Debug print MP4 objectTypeIndication in hex not decimal as values are listed in 15 years ago
Alex Converse 9349e5582c Cosmetics: Re-indent 15 years ago
Alex Converse 0bb622ba4d Fix a __warn_memset_zero_len gcc-4.4 warning. 15 years ago
Stefano Sabatini 0c0ccc28a8 Swap slicify / scale description positions, "scale" comes before 15 years ago
Stefano Sabatini c3eabb7d2f Add scale filter. 15 years ago
Diego Biurrun ba11257e48 Add #include for required header config.h. 15 years ago
Thilo Borgmann 99971952b0 Add MPEG-4 Audio Lossless Coding (ALS) decoder. 15 years ago
Thilo Borgmann 24026a2d49 Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificConfig. Patch by Thilo Borgmann 15 years ago
Diego Biurrun ca02d8ec97 Add '#undef fprintf' before PRINT macro that uses fprintf. 15 years ago
Alex Converse e92ad83f54 Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum. 15 years ago
Alex Converse 01d19fbc9f AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not the 15 years ago
Alex Converse 5aea268d14 Add a channels field to MPEG4AudioConfig. 15 years ago
Vitor Sessak f2b7ce8ae6 Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this 15 years ago
Alex Converse 4312b9367a Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types. 15 years ago
Carl Eugen Hoyos dd6308addd Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c. 15 years ago
Justin Ruggles 3155716677 Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codec 15 years ago
Michael Niedermayer 67e362ca45 indent 15 years ago
Carl Eugen Hoyos de9bc64df4 Cosmetics: Fix indentation after r20505. 15 years ago
Carl Eugen Hoyos 602dd2d359 Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test 15 years ago
Michael Niedermayer 44be1d6478 Try to fix has_b_frame calculation for open gop files. 15 years ago
Vitor Sessak 51ae2142d5 Fix palette copying in av_picture_copy(). Previous code worked only if 15 years ago
NVIDIA Corporation 8cbcb1c732 Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable 15 years ago
NVIDIA Corporation 70e0c871eb Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used 15 years ago
Måns Rullgård 00962abaa0 Fix make install when all of ffmpeg/ffplay/ffserver are disabled 15 years ago
Jai Menon 09bad7e3ca Handle JPEG2000 frames stored in the Quicktime container. 15 years ago
Jai Menon b70b158833 cosmetics : fix indentation. 15 years ago
Reimar Döffinger 7fc58b1eeb Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/internal.h, 15 years ago