source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ba0c8981   12 years diego cosmetics: Fix dropable --> droppable typo
(edit) @1dd1c1c8   12 years lu_zero avio: K&R cosmetic formatting
(edit) @91ac403b   12 years mans lavf: fix arithmetic overflows in avformat_seek_file() The values …
(edit) @6a1aa5cb   12 years janne-libav mjpeg: initialize input padding after unescaped buffer to zero Fixes …
(edit) @18e6f08   12 years lu_zero img2: document the options available
(edit) @3c3a580f   12 years lu_zero hls: improve options description
(edit) @adbe0307   12 years lu_zero hls: use a meaningful long name
(edit) @5fbceb2c   12 years lu_zero hls: add start_number option
(edit) @ddd7559a   12 years lu_zero h264: check for invalid zeros_left before writing Prevent an invalid …
(edit) @9a2e791   12 years janne-libav golomb: use unsigned arithmetics in svq3_get_ue_golomb() This …
(edit) @1c012e6b   12 years justin.ruggles x86: float_dsp: fix loading of the len parameter on x86-32
(edit) @b3deec32   12 years janne-libav takdec: fix initialisation of LOCAL_ALIGNED array When LOCAL_ALIGNED …
(edit) @cd71af90   12 years mans takdec: fix initialisation of LOCAL_ALIGNED array When LOCAL_ALIGNED …
(edit) @57231e4   12 years justin.ruggles tak: demuxer, parser, and decoder Signed-off-by: Paul B Mahol …
(edit) @096abfa1   12 years justin.ruggles parser: fix large overreads Signed-off-by: Michael Niedermayer …
(edit) @41540b36   12 years justin.ruggles bitstream: add get_bits64() to support reading more than 32 bits at …
(edit) @b57c1da8   12 years mans arm: detect cpu features at runtime on Linux This allows compiling …
(edit) @b3267559   12 years mans arm: rename ARMVFP config symbol to VFP This is consistent with usual …
(edit) @637606de   12 years mans configure: arm: make _inline arch ext symbols depend on inline_asm …
(edit) @a7831d5   12 years mans arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation …
(edit) @7f2b3dca   12 years mans configure: arm: check inline and external asm support for extensions …
(edit) @c6ebc9fa   12 years mans configure: add check_insn function The check_insn function tests an …
(edit) @7fd90119   12 years mans configure: clean up check_inline_asm and check_as functions The …
(edit) @f0fe245b   12 years mans configure: arm: set fast_clz and fast_unaligned in cpuflags section …
(edit) @1234c66a   12 years mans configure: arm: detect toolchain default arch version Probe for the …
(edit) @9ebd45c2   12 years mans configure: do not bypass cpuflags section if --cpu not given This …
(edit) @c29d49c1   12 years mans dct-test: arm: indicate required cpu features for optimised funcs …
(edit) @380232fa   12 years anton snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793
(edit) @92dad668   12 years mans arm: fix use of uninitialised value in ff_fft_fixed_init_arm() When …
(edit) @2c963922   12 years martin avpicture: Don't assume a valid pix fmt in avpicture_get_size When …
(edit) @a394959b   12 years janne-libav h264: add a pointer for weighted prediction temporary buffer Reusing …
(edit) @d7d6efe4   12 years janne-libav h264: check sps.log2_max_frame_num for validity Fixes infinite or …
(edit) @8cc2fa1   12 years janne-libav mov: validate number of DataReferenceBox entries against box size …
(edit) @80b6b314   12 years janne-libav mov: compute avg_frame_rate only if duration is known Fixes an assert …
(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
Note: See TracRevisionLog for help on using the revision log.