source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @480be07a   12 years janne-libav flac: change minimum and default of lpc_passes option to 1 Avoid use …
(edit) @c25fc5c2   12 years diego fate: dpcm: Add dependencies
(edit) @2aef3d66   12 years diego SBR DSP x86: implement SSE sbr_hf_gen Start and end index are …
(edit) @9a16359c   12 years diego AAC SBR: use AVFloatDSPContext's vector_fmul Around 5% speedup on the …
(edit) @33086f92   12 years diego fate: image: Add dependencies
(edit) @b64ba37c   12 years justin.ruggles Changelog: add an entry for deprecating the avconv -vol option
(edit) @ecc8b021   12 years janne-libav x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on …
(edit) @5945c7b3   12 years janne-libav h264: slice-mt: check master context for valid current_picture_ptr …
(edit) @a8cb1746   12 years janne-libav h264: slice-mt: get last_pic_dropable from master context Fixes …
(edit) @5e1bbb8c   12 years justin.ruggles alacenc: add support for multi-channel encoding
(edit) @b519298a   12 years lu_zero pixdesc: fix yuva 10bit bit depth It was wrongly set as the yuva …
(edit) @9a71d362   12 years justin.ruggles avconv: deprecate the -vol option Remove the code for volume scaling …
(edit) @b30a363   12 years justin.ruggles x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling
(edit) @f96f1e06   12 years justin.ruggles x86: af_volume: add SSE2-optimized s16 volume scaling
(edit) @b384e031   12 years justin.ruggles lavfi: add volume filter Based on the volume filter in FFmpeg written …
(edit) @9d5c62ba   12 years justin.ruggles lavu/opt: do not filter out the initial sign character except for …
(edit) @5312268b   12 years justin.ruggles eval: treat dB as decibels instead of decibytes
(edit) @ac7eb4cb   12 years justin.ruggles float_dsp: add vector_dmul_scalar() to multiply a vector of doubles …
(edit) @da025d11   12 years mans fate: workaround for slighly broken 'test' shell builtin Some shells, …
(edit) @c15fea79   12 years janne-libav mimic: initialize padding of swap_buf through av_fast_padded_malloc
(edit) @42060c7   12 years janne-libav eamad: initialize padding of bitstream_buf through av_fast_padded_malloc()
(edit) @54c7fe6d   12 years janne-libav raw demuxer: initialize end of partial packets
(edit) @df9b9567   12 years anton lavc: fix decode_frame() third parameter semantics for video decoders …
(edit) @387bef95   12 years anton lavc: factorise setting buffer type in avcodec_default_get_buffer().
(edit) @e57c4706   12 years anton lavc: don't reuse audio buffers Any performance gain from this is …
(edit) @ff953fec   12 years anton lavc: set frame properties in ff_get_buffer(). There is no point in …
(edit) @594d4d5d   12 years anton lavc: add a wrapper for AVCodecContext.get_buffer(). It will be …
(edit) @cb45553f   12 years anton Remove pointless #undefs of previously forbidden functions.
(edit) @90153465   12 years diego fate: Add dependencies for bmp, cdxl, dfa, mp3
(edit) @1944d532   12 years lu_zero ppc: always use pic for shared libraries CC: libav-stable@libav.org
(edit) @62641dce   12 years diego build: cosmetics: Move CONFIG_RTPDEC entry to a more suitable place
(edit) @20162889   12 years diego fate: ea, h264: prettyprinting and ordering cosmetics
(edit) @eb7018d2   12 years martin configure: Strip ordinals from mingw generated def files The def …
(edit) @66371c28   12 years mans configure: arm: detect default thumb state of compiler This makes …
(edit) @eebc40e1   12 years diego fate: fft: Fix libavcodec dependency
(edit) @31f16dc   12 years diego build: Make the ISMV muxer select the MOV muxer They share the same …
(edit) @81dfa21e   12 years mans configure: move arm arch extensions to a separate variable …
(edit) @e816034a   12 years janne-libav fate-seek: remove use of gnu make 3.82 only private modifier
(edit) @c8148e5c   12 years janne-libav fate: move vsynth reference files to their own directory
(edit) @337dbe2   12 years janne-libav fate: move fate-acodec reference files to their own dir
(edit) @d173ede   12 years diego configure: avplay now depends on avresample
(edit) @abab0435   12 years janne-libav fate: split dependencies for fate-seek tests Each fate-seek test …
(edit) @0b300daa   12 years janne-libav h264: error out on unset current_picture_ptr for h->current_slice > 0 …
(edit) @89a4465b   12 years janne-libav avprobe: report per stream bit rate if set by the decoder
(edit) @e32bea8e   12 years lu_zero aac: avoid a memcpy in sbr_qmf_analysis Swapping buffer indices …
(edit) @7e9e7cc2   12 years mans configure: fix indentation in option parsing loop Signed-off-by: Mans …
(edit) @3bbe63d1   12 years martin configure: Use headers in the check for _beginthreadex for w32threads …
(edit) @7e6a11bc   12 years martin avutil: Use a configure check to enable windows console functions Not …
(edit) @b70abd5b   12 years martin avutil: Include io.h with a separate condition from windows console …
(edit) @15816c8e   12 years martin avutil: Include io.h with a separate condition from MapViewOfFile The …
(edit) @15caccb9   12 years martin cmdutils: Use a configure check for enabling CommandLineToArgvW This …
(edit) @9d46eaec   12 years diego build: The FLAC encoder also depends on the flacdsp code Fixes …
(edit) @cc7d5cf   12 years diego img2: K&R formatting cosmetics Also introduce local img_ namespace to …
(edit) @c1fcf563   12 years janne-libav h264: check context state before decoding slice data partitions Fixes …
(edit) @3ae69b91   12 years janne-libav flashsv: make sure data for zlib priming is available Fixes a …
(edit) @e2718e7a   12 years diego avplay: Do not use removed av_get_int() Fixes build with lavfi …
(edit) @95682d8c   12 years justin.ruggles avconv: fix variable shadowing in configure_input_audio_filter()
(edit) @e4d349b4   12 years diego fate: h264: Add dependencies
(edit) @d2f576bd   12 years diego fate: ea: Add dependencies
(edit) @47e7fb88   12 years diego fate: Do not unconditionally run libavutil tests Now that libavutil …
(edit) @2c4593dd   12 years diego rtpenc_chain: Remove unused variable
(edit) @ab87d9b6   12 years justin.ruggles nuv: check for malloc failure when allocating extradata Also make …
(edit) @838ed296   12 years justin.ruggles nuv: use the stream indices generated by avformat_new_stream()
(edit) @c74f8178   12 years justin.ruggles nuv: cosmetics: pretty-printing
(edit) @5c7bf2dd   12 years justin.ruggles lavf: move nuv fourcc audio tags from riff to nuv
(edit) @261e9348   12 years justin.ruggles lavf: add a common function for selecting a pcm codec from parameters
(edit) @bfe5454c   12 years justin.ruggles lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to …
(edit) @cdaa1f8   12 years justin.ruggles lavf: move "MP3 " fourcc from riff to nut Original commit, 7b24f9b, …
(edit) @db9dbfb7   12 years diego fate: vpx: Add dependencies
(edit) @a1d1fc9b   12 years diego fate: Fix wavpack-matroskamode test dependencies
(edit) @9b15c0a9   12 years diego x86: dsputilenc: port to cpuflags
(edit) @1f3f8965   12 years diego fate: Add dependencies for Vorbis, ProRes, QTRLE, utvideo tests
(edit) @5116ac77   12 years diego fate: real: Add dependencies
(edit) @9534e0f5   12 years diego fate: lossless-audio: Add dependencies
(edit) @89145fb   12 years diego x86: h264dsp: Fix linking with yasm and optimizations disabled Some …
(edit) @4c973de9   12 years anton vf_fieldorder: require write permissions This filter modifies the …
(edit) @49dd71a6   12 years anton vf_fieldorder: reindent
(edit) @565e4993   12 years anton lavfi: merge start_frame/draw_slice/end_frame Any alleged performance …
(edit) @bb6c67bb   12 years anton lavfi: remove vf_slicify The following commit will make it useless. …
(edit) @af7d13ee   12 years anton asink_nullsink: plug a memory leak.
(edit) @2e89aeed   12 years diego x86: h264_idct: port to cpuflags
(edit) @490df522   12 years diego x86: cpu: Drop unused HAVE_RWEFLAGS condition The test for rweflags …
(edit) @f5fa0366   12 years derek.buitenhuis vble: Do not abort decoding when version is not 1 Some combinations …
(edit) @1d86aa8b   12 years justin.ruggles lavr: do not pass consumed samples as a parameter to …
(edit) @d2f9f8e0   12 years justin.ruggles lavr: correct the documentation for the ff_audio_resample() return value
(edit) @7f534d11   12 years justin.ruggles lavr: do not pass sample count as a parameter to ff_audio_convert() …
(edit) @28e1cf19   12 years diego x86: h264_weight: port to cpuflags
(edit) @54fd593a   12 years martin configure: Enable avconv filter dependencies automatically This makes …
(edit) @d5e83122   12 years janne-libav h264: set Picture.owner2 to the current thread This does not seem to …
(edit) @6e5cdf26   12 years janne-libav h264: check ref_count validity for num_ref_idx_active_override_flag …
(edit) @150b236   12 years janne-libav h264: add missing new line to log message
(edit) @5d47850b   12 years justin.ruggles dcadec: skip QMF on unused channels When the extra rear channel is …
(edit) @2fe0094e   12 years justin.ruggles wavenc: write fact chunk sample count at the correct file position …
(edit) @259d8c56   12 years justin.ruggles riff: do not add empty metadata tags in INFO chunk
(edit) @3c370f5a   12 years justin.ruggles riff: only warn on a bad INFO chunk code size instead of failing …
(edit) @d89f2fa9   12 years diego configure: Add separate list for libraries and use where appropriate
(edit) @947f9336   12 years justin.ruggles x86: float_dsp: add SSE version of vector_fmul_scalar()
(edit) @284ea790   12 years justin.ruggles dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil
(edit) @1e276553   12 years justin.ruggles aacenc: use the correct output buffer This fixes segfault caused by …
(edit) @edd80ec7   12 years mans aacdec: fix signed overflows in lcg_random() Signed-off-by: Mans …
Note: See TracRevisionLog for help on using the revision log.