21378 Commits (07580347b95de7526a1743c63b016e79d088d0f2)
 

Author SHA1 Message Date
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
Reimar Döffinger 5755bc88e5 Check if PIC is somehow already enabled (e.g. a compiler that enables it by default). 15 years ago
Vitor Sessak 00fa73f052 Avoid variable-length array use in ff_acelp_lspd2lpc() 15 years ago
Michael Niedermayer dccda293a0 Add a NULL pointer check to avcodec_close() this should prevent a segfault 15 years ago
Måns Rullgård 7c4a001a33 configure: whitespace cosmetics 15 years ago
Reimar Döffinger 260dfb1a3c patcheck: check that pix_fmt etc. initializers are const 15 years ago
Justin Ruggles b00803e0ae fix a rounding error in the PSNR calculation and update the many regression 15 years ago
Reimar Döffinger a7b9c8aefd Attempt to document the "enable pic" hackery for OpenBSD. 15 years ago
Ronald S. Bultje c47ca25e74 Make get_bits_left() available for use in libavcodec (was previously held 15 years ago
Ronald S. Bultje b1ade3d182 And on the sixth day, God gave us the <= operand, which makes the loop 15 years ago
Stefano Sabatini 5c3c0e3f2e Fix crop filter start_frame() for paletted formats different from 15 years ago
Stefano Sabatini dd18b301f4 Enable linking of parseutils.o. 15 years ago
Reimar Döffinger f6e8140941 Remove some BeOS/haiku hacks: -fomit-frame-pointer is used anyway, 15 years ago
Vitor Sessak e26d131845 Do not hardcode filter order in ff_acelp_lspd2lpc() 15 years ago
Francesco Lavra 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 years ago
Carl Eugen Hoyos 66ddc150f0 Increase default value for max_analyze_duration, fixes issue 1506, a regression. 15 years ago
Carl Eugen Hoyos 0f87b77176 Use enum instead of integer types where appropriate. 15 years ago
Carl Eugen Hoyos 80454494de Use CODEC_ID_NONE instead of 0 for enum CodecID. 15 years ago
Carl Eugen Hoyos adadf26bb9 Use enum FrameType as parameter to construct_perm_table(). 15 years ago
Carl Eugen Hoyos b411dfff4c Use enum PixelFormat instead of int for srcFormat and dstFormat. 15 years ago
Stefano Sabatini ac74dfa436 Fix start_frame(), which was issuing chroma artifacts with planar 15 years ago
Reimar Döffinger 5f36d94d9d Set -DPREFIX for yasm simply whenever extern_prefix is set instead 15 years ago
Michael Niedermayer a16f80f392 Remove unused variable. 15 years ago