Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-19Split show_formats().Michael Niedermayer
Originally committed as revision 20553 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-19Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is setReimar Döffinger
instead of either aborting on the assert or crashing due to writing beyond the array due to insufficient padding. Originally committed as revision 20552 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-19Revert r20548, it was a dream. It seems faad does not ouput the last frameBaptiste Coudurier
in any case. Originally committed as revision 20551 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-19Clarify relations between log2_chroma_w, log2_chroma_h and comp.Stefano Sabatini
Originally committed as revision 20550 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-19Make show_formats() print each bitstream filter on a separate line.Stefano Sabatini
Improve readability of the output. Originally committed as revision 20549 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-19faad needs CODEC_CAP_DELAY, otherwise you miss last frameBaptiste Coudurier
Originally committed as revision 20548 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
Originally committed as revision 29932 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
Originally committed as revision 20547 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-18Split avdevice.c off from alldevices.c.Diego Biurrun
alldevices.c is not a good place for avdevice_version(). Originally committed as revision 20546 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-18Rename AVPixFmtDescriptor.nb_channels to nb_components, the new nameStefano Sabatini
is more clear and lexically more consistent with API and documentation. Originally committed as revision 20545 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-16Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun
Originally committed as revision 20544 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-16Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje
Originally committed as revision 20543 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-16Cosmetics: Fix indentation.Carl Eugen Hoyos
Originally committed as revision 20542 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-15Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter.Alex Converse
Originally committed as revision 20541 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-15Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.Vitor Sessak
Based on code written by Colin McQuillan during his SoC project. Originally committed as revision 20540 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-15Search relative path according to alias record when opening mov reference files.Baptiste Coudurier
Based on patch by Maksym Veremeyenko, verem at m1stereo dot tv Originally committed as revision 20539 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-14Fix indention after last commit.Michael Niedermayer
Originally committed as revision 20538 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-14Fix crash with av_tree_enumerate(NULL).Michael Niedermayer
Originally committed as revision 20537 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-14Merge data tables from als_data.h with the decoder source to reduceThilo Borgmann
code complexity. Originally committed as revision 20536 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-14Make sure av_tree_enumerate() enumerates left->right.Michael Niedermayer
Originally committed as revision 20535 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-14Add long-term prediction to the ALS decoder.Thilo Borgmann
Originally committed as revision 20534 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-14ac3dec: apply dynamic range compression to correct channels in dual-mono mode.Justin Ruggles
Originally committed as revision 20533 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-13Add cflags filter for sunccMichael Kostylev
Patch by Michael Kostylev <gmail>. Originally committed as revision 20532 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-13Reset rbsp buffer size when freeing its data buffer.Mike Scheutzow
Patch by Mike Scheutzow $(name) AT alcatel 'minus' lucent com Originally committed as revision 20531 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-13Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxerLuca Abeni
is disabled, and remove a useless "#if CONFIG_SDP_DEMUXER" Originally committed as revision 20530 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-13Split overly long line in doxy.Stefano Sabatini
Originally committed as revision 20529 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Bump minor version after MPEG-4 Lossless commitVitor Sessak
Originally committed as revision 20528 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Bump minor version after applying ALS decoder.Carl Eugen Hoyos
Originally committed as revision 20527 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Split the sdp_read_packet() function out of rtsp_read_packet().Luca Abeni
This allows to avoid compiling RTSP code when not needed. Originally committed as revision 20526 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Move some some functions around, so that splitting the SDP code out ofLuca Abeni
rtsp_read_packet() is simpler. Originally committed as revision 20525 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Mark AOT_ALS as a supported MPEG-4 audio object type.Alex Converse
Originally committed as revision 20524 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Debug print MP4 objectTypeIndication in hex not decimal as values are listed inAlex Converse
hex in all official documents. Originally committed as revision 20523 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Cosmetics: Re-indentAlex Converse
Originally committed as revision 20522 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Fix a __warn_memset_zero_len gcc-4.4 warning.Alex Converse
Originally committed as revision 20521 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Swap slicify / scale description positions, "scale" comes beforeStefano Sabatini
"slicify" in lexical order. Originally committed as revision 20520 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Add scale filter.Stefano Sabatini
Originally committed as revision 20519 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Add #include for required header config.h.Diego Biurrun
Originally committed as revision 20518 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Add MPEG-4 Audio Lossless Coding (ALS) decoder.Thilo Borgmann
Patch by Thilo Borgmann, thilo D borgmann A googlemail Originally committed as revision 20517 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-12Add the ability to parse the ALSSpecificConfig from an MPEG-4 ↵Thilo Borgmann
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
2009-11-12Add '#undef fprintf' before PRINT macro that uses fprintf.Diego Biurrun
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
2009-11-11Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum.Alex Converse
Originally committed as revision 20514 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-11AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not theAlex Converse
length of the section. Originally committed as revision 20513 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-11Add a channels field to MPEG4AudioConfig.Alex Converse
Originally committed as revision 20512 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-11Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use thisVitor Sessak
function with no change in output. Originally committed as revision 20511 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-11Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.Alex Converse
Originally committed as revision 20510 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-11Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.Carl Eugen Hoyos
Originally committed as revision 20509 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-11Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codecJustin Ruggles
channel order from the decoder rather than the default FFmpeg channel order. Originally committed as revision 20508 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-11indentMichael Niedermayer
Originally committed as revision 20507 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-10Cosmetics: Fix indentation after r20505.Carl Eugen Hoyos
Originally committed as revision 20506 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-10Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete testCarl Eugen Hoyos
for codec->capabilities. Originally committed as revision 20505 to svn://svn.ffmpeg.org/ffmpeg/trunk