summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make sure av_tree_enumerate() enumerates left->right.Michael Niedermayer2009-11-14
| | | | Originally committed as revision 20535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long-term prediction to the ALS decoder.Thilo Borgmann2009-11-14
| | | | Originally committed as revision 20534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: apply dynamic range compression to correct channels in dual-mono mode.Justin Ruggles2009-11-14
| | | | Originally committed as revision 20533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add cflags filter for sunccMichael Kostylev2009-11-13
| | | | | | Patch by Michael Kostylev <gmail>. Originally committed as revision 20532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reset rbsp buffer size when freeing its data buffer.Mike Scheutzow2009-11-13
| | | | | | Patch by Mike Scheutzow $(name) AT alcatel 'minus' lucent com Originally committed as revision 20531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxerLuca Abeni2009-11-13
| | | | | | is disabled, and remove a useless "#if CONFIG_SDP_DEMUXER" Originally committed as revision 20530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split overly long line in doxy.Stefano Sabatini2009-11-12
| | | | Originally committed as revision 20529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version after MPEG-4 Lossless commitVitor Sessak2009-11-12
| | | | Originally committed as revision 20528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version after applying ALS decoder.Carl Eugen Hoyos2009-11-12
| | | | Originally committed as revision 20527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the sdp_read_packet() function out of rtsp_read_packet().Luca Abeni2009-11-12
| | | | | | This allows to avoid compiling RTSP code when not needed. Originally committed as revision 20526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move some some functions around, so that splitting the SDP code out ofLuca Abeni2009-11-12
| | | | | | rtsp_read_packet() is simpler. Originally committed as revision 20525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark AOT_ALS as a supported MPEG-4 audio object type.Alex Converse2009-11-12
| | | | Originally committed as revision 20524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Debug print MP4 objectTypeIndication in hex not decimal as values are listed inAlex Converse2009-11-12
| | | | | | hex in all official documents. Originally committed as revision 20523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Re-indentAlex Converse2009-11-12
| | | | Originally committed as revision 20522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a __warn_memset_zero_len gcc-4.4 warning.Alex Converse2009-11-12
| | | | Originally committed as revision 20521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Swap slicify / scale description positions, "scale" comes beforeStefano Sabatini2009-11-12
| | | | | | "slicify" in lexical order. Originally committed as revision 20520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add scale filter.Stefano Sabatini2009-11-11
| | | | Originally committed as revision 20519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add #include for required header config.h.Diego Biurrun2009-11-11
| | | | Originally committed as revision 20518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MPEG-4 Audio Lossless Coding (ALS) decoder.Thilo Borgmann2009-11-11
| | | | | | Patch by Thilo Borgmann, thilo D borgmann A googlemail Originally committed as revision 20517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the ability to parse the ALSSpecificConfig from an MPEG-4 ↵Thilo Borgmann2009-11-11
| | | | | | | | AudioSpecificConfig. Patch by Thilo Borgmann <com googlemail borgmann thilo> as part of GSoC 2009. Originally committed as revision 20516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add '#undef fprintf' before PRINT macro that uses fprintf.Diego Biurrun2009-11-11
| | | | | | Otherwise there may be trouble when fprintf is disabled in favor of av_log. Originally committed as revision 20515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum.Alex Converse2009-11-11
| | | | Originally committed as revision 20514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not theAlex Converse2009-11-11
| | | | | | length of the section. Originally committed as revision 20513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-11
| | | | Originally committed as revision 20512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use thisVitor Sessak2009-11-11
| | | | | | function with no change in output. Originally committed as revision 20511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.Alex Converse2009-11-11
| | | | Originally committed as revision 20510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.Carl Eugen Hoyos2009-11-11
| | | | Originally committed as revision 20509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codecJustin Ruggles2009-11-10
| | | | | | channel order from the decoder rather than the default FFmpeg channel order. Originally committed as revision 20508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2009-11-10
| | | | Originally committed as revision 20507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Fix indentation after r20505.Carl Eugen Hoyos2009-11-10
| | | | Originally committed as revision 20506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete testCarl Eugen Hoyos2009-11-10
| | | | | | for codec->capabilities. Originally committed as revision 20505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to fix has_b_frame calculation for open gop files.Michael Niedermayer2009-11-10
| | | | | | Fixes issue1523 Originally committed as revision 20504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix palette copying in av_picture_copy(). Previous code worked only ifVitor Sessak2009-11-10
| | | | | | linesize[1] == 1, which does not make sense. Originally committed as revision 20503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capableNVIDIA Corporation2009-11-10
| | | | | | | | hardware. Original patch by NVIDIA corporation. Originally committed as revision 29885 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation2009-11-10
| | | | | | | | by video players. Original patch by NVIDIA corporation. Originally committed as revision 20502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix make install when all of ffmpeg/ffplay/ffserver are disabledMåns Rullgård2009-11-10
| | | | Originally committed as revision 20501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle JPEG2000 frames stored in the Quicktime container.Jai Menon2009-11-10
| | | | | | Fixes issue 1525. Originally committed as revision 20500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics : fix indentation.Jai Menon2009-11-10
| | | | Originally committed as revision 20499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove code checking for __PIC__ or __pic__ and setting PIC from ↵Reimar Döffinger2009-11-10
| | | | | | | | libavutil/internal.h, configure is supposed to take care of that already. Originally committed as revision 20498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check if PIC is somehow already enabled (e.g. a compiler that enables it by ↵Reimar Döffinger2009-11-10
| | | | | | | | | | | default). This in particular ensures that -DPIC is set appropriately for YASM, which avoids linking failures on x86_64 for compilers that have PIE enabled by default (e.g. hardened Gentoo). It also makes the macho64 special-case hack adding -DPIC to YASMFLAGS obsolete. Originally committed as revision 20497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid variable-length array use in ff_acelp_lspd2lpc()Vitor Sessak2009-11-10
| | | | Originally committed as revision 20496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a NULL pointer check to avcodec_close() this should prevent a segfaultMichael Niedermayer2009-11-10
| | | | | | when closing without open. Originally committed as revision 20495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: whitespace cosmeticsMåns Rullgård2009-11-10
| | | | Originally committed as revision 20494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patcheck: check that pix_fmt etc. initializers are constReimar Döffinger2009-11-09
| | | | Originally committed as revision 20493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a rounding error in the PSNR calculation and update the many regressionJustin Ruggles2009-11-09
| | | | | | test references that this change affects. Originally committed as revision 20492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Attempt to document the "enable pic" hackery for OpenBSD.Reimar Döffinger2009-11-09
| | | | Originally committed as revision 20491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make get_bits_left() available for use in libavcodec (was previously heldRonald S. Bultje2009-11-09
| | | | | | private in dv.c for some reason). See "[PATCH] get_bits_left()" thread. Originally committed as revision 20490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* And on the sixth day, God gave us the <= operand, which makes the loopRonald S. Bultje2009-11-09
| | | | | | | | "for (i = 1; i < num + 1; i++)" look like "for (i = 1; i <= num; i++)". Programmers worldwide rejoiced and used the operand, e.g. in the thread "[PATCH] remove ugliness in cel_filters.c", and He saw that it was good. Originally committed as revision 20489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crop filter start_frame() for paletted formats different fromStefano Sabatini2009-11-09
| | | | | | PAL8. Shift data[1] only if the input format is not paletted. Originally committed as revision 20488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable linking of parseutils.o.Stefano Sabatini2009-11-09
| | | | Originally committed as revision 20487 to svn://svn.ffmpeg.org/ffmpeg/trunk