summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add MPEG-4 Audio Lossless Coding (ALS) decoder.Thilo Borgmann2009-11-11
* Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificCo...Thilo Borgmann2009-11-11
* Add '#undef fprintf' before PRINT macro that uses fprintf.Diego Biurrun2009-11-11
* Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum.Alex Converse2009-11-11
* AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not theAlex Converse2009-11-11
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-11
* Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use thisVitor Sessak2009-11-11
* Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.Alex Converse2009-11-11
* Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.Carl Eugen Hoyos2009-11-11
* Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codecJustin Ruggles2009-11-10
* indentMichael Niedermayer2009-11-10
* Cosmetics: Fix indentation after r20505.Carl Eugen Hoyos2009-11-10
* Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete testCarl Eugen Hoyos2009-11-10
* Try to fix has_b_frame calculation for open gop files.Michael Niedermayer2009-11-10
* Fix palette copying in av_picture_copy(). Previous code worked only ifVitor Sessak2009-11-10
* Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capableNVIDIA Corporation2009-11-10
* Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation2009-11-10
* Fix make install when all of ffmpeg/ffplay/ffserver are disabledMåns Rullgård2009-11-10
* Handle JPEG2000 frames stored in the Quicktime container.Jai Menon2009-11-10
* cosmetics : fix indentation.Jai Menon2009-11-10
* Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/in...Reimar Döffinger2009-11-10
* Check if PIC is somehow already enabled (e.g. a compiler that enables it by d...Reimar Döffinger2009-11-10
* Avoid variable-length array use in ff_acelp_lspd2lpc()Vitor Sessak2009-11-10
* Add a NULL pointer check to avcodec_close() this should prevent a segfaultMichael Niedermayer2009-11-10
* configure: whitespace cosmeticsMåns Rullgård2009-11-10
* patcheck: check that pix_fmt etc. initializers are constReimar Döffinger2009-11-09
* fix a rounding error in the PSNR calculation and update the many regressionJustin Ruggles2009-11-09
* Attempt to document the "enable pic" hackery for OpenBSD.Reimar Döffinger2009-11-09
* Make get_bits_left() available for use in libavcodec (was previously heldRonald S. Bultje2009-11-09
* And on the sixth day, God gave us the <= operand, which makes the loopRonald S. Bultje2009-11-09
* Fix crop filter start_frame() for paletted formats different fromStefano Sabatini2009-11-09
* Enable linking of parseutils.o.Stefano Sabatini2009-11-09
* Remove some BeOS/haiku hacks: -fomit-frame-pointer is used anyway,Reimar Döffinger2009-11-09
* Do not hardcode filter order in ff_acelp_lspd2lpc()Vitor Sessak2009-11-09
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-09
* Increase default value for max_analyze_duration, fixes issue 1506, a regression.Carl Eugen Hoyos2009-11-09
* Use enum instead of integer types where appropriate.Carl Eugen Hoyos2009-11-08
* Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos2009-11-08
* Use enum FrameType as parameter to construct_perm_table().Carl Eugen Hoyos2009-11-08
* Use enum PixelFormat instead of int for srcFormat and dstFormat.Carl Eugen Hoyos2009-11-08
* Fix start_frame(), which was issuing chroma artifacts with planarStefano Sabatini2009-11-08
* Set -DPREFIX for yasm simply whenever extern_prefix is set insteadReimar Döffinger2009-11-08
* Remove unused variable.Michael Niedermayer2009-11-08
* Always add -DPIC to YASM flags when pic is enabled.Reimar Döffinger2009-11-08
* move code to avoid forward declarationBaptiste Coudurier2009-11-08
* Let pmt override stream info when encoutered later in the ts file.Baptiste Coudurier2009-11-08
* ac3dec: revert r20089. The change was just wrong. 10l for me.Justin Ruggles2009-11-08
* Support some LATM AAC streams (they can be decoded with MPlayer).Carl Eugen Hoyos2009-11-07
* Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers.Justin Ruggles2009-11-07
* Simpliy exp*table init, based on patch by reimar.Michael Niedermayer2009-11-07