source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7f154bd5   12 years stefasab lavfi/setfield: switch to filter_frame API Signed-off-by: Stefano …
(edit) @4cd40ef3   12 years stefasab lavfi/idet: switch to filter_frame API Signed-off-by: Stefano …
(edit) @5c076205   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: golomb: …
(edit) @1a425049   12 years onemda MAINTAINERS: add myself for my works Signed-off-by: Paul B Mahol …
(edit) @5825e942   12 years stefasab lavfi/version: remove unused dropped symbol
(edit) @3a7ef8dc   12 years michaelni Merge commit '57231e4d5b467833fb289439cd35a92513bb55c1' * commit …
(edit) @64e174e8   12 years stefasab doc/filters: move volumedetect documentation below volume
(edit) @10db70d5   12 years stefasab lavfi: drop af_volume_stefano.c in favor of af_volume_justin.c …
(edit) @759e7a23   12 years stefasab doc/filters: fix copy&paste error in volume_justin documentation …
(edit) @76954663   12 years stefasab lavfi/volume_justin: add support to option shorthands and introspection
(edit) @402ac72b   12 years stefasab lavfi/volume_justin: fix a few grammar inconsistencies in options …
(edit) @7f70db3f   12 years Clément Bœsch doc: sync avoid_negative_ts option with internal help.
(edit) @57cee85   12 years michaelni Merge commit '096abfa15052977eed93f0b5e01afd2d47c53c1f' * commit …
(edit) @7efee140   12 years michaelni get_bits: rename get_bits_longlong to get_bits64 Signed-off-by: …
(edit) @b2b12a10   12 years michaelni mpegts: rename get_bits64 to get_ts64 Renaming because of name …
(edit) @aba1a48c   12 years michaelni Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' * commit …
(edit) @89c8eaa   12 years michaelni Merge commit '637606de2d2e0af0a9fa2f23f943765d7d7c5cd5' * commit …
(edit) @ee9e7a2e   12 years michaelni Merge commit '7f2b3dcabd108926bde819ad574017f4161d1546' * commit …
(edit) @4f0cf62   12 years michaelni Merge commit 'c6ebc9faa2210d7f36a3036c357f6f199520f575' * commit …
(edit) @fa6bab78   12 years michaelni Merge commit 'f0fe245bc31cf4fa3b3ed0240cd1ab6f0d5043ea' * commit …
(edit) @840a002   12 years michaelni Merge commit '1234c66a315b139339d52ca193b3f1d67af9ce19' * commit …
(edit) @7181806d   12 years michaelni Merge commit '9ebd45c2d58ad9241ad09718679f0cf7fb57da52' * commit …
(edit) @8ee14aa5   12 years michaelni lavf: improve avoid_negative_ts help text Signed-off-by: Michael …
(edit) @9a2e791   12 years janne-libav golomb: use unsigned arithmetics in svq3_get_ue_golomb() This …
(edit) @35e81441   12 years stefasab lavfi/sendcmd: switch to filter_frame API
(edit) @3eae531d   12 years stefasab lavfi/swapuv: switch to filter_frame API
(edit) @e6701d51   12 years nicolas.george lavc/mlpdec: reset layout when channels change. Triggered by the …
(edit) @1c012e6b   12 years justin.ruggles x86: float_dsp: fix loading of the len parameter on x86-32
(edit) @3fd60d80   12 years onemda gifdec: port to bytestream2 API While here remove ff_lzw_cur_ptr() as …
(edit) @e0a553d5   12 years michaelni opt_list: fix vertical alignment of types Signed-off-by: Michael …
(edit) @f4ceca62   12 years michaelni opt: print ranges in opt_list() The formating can and should be …
(edit) @a8e0d51b   12 years michaelni opt: Add support to query ranges Reviewed-by: Stefano Sabatini …
(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) @419ade4b   12 years michaelni lavc: check dimensions for video encoders Signed-off-by: Michael …
(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) @320ae9f   12 years michaelni sws_scale: check input against NULL Signed-off-by: Michael …
(edit) @710c4baf   12 years Clément Bœsch lavf: VobSub demuxer.
(edit) @fe508f80   12 years stefasab lavfi/alphaextract: consistently prefer "cur" over "in" in …
(edit) @0bc0d31b   12 years stefasab lavfi/alphaextract: access outlink properties rather than …
(edit) @130c6497   12 years stefasab lavfi/alphaextract: fix assignment of invalid size value to memcpy in …
(edit) @c3ad91a3   12 years stefasab lavfi/alphaextract: switch to filter_frame() API
(edit) @1f467220   12 years stefasab lavfi/alphaextract: drop cur_linesize = out_linesize branch in …
(edit) @fe63d413   12 years onemda brstm: do not return partial packets Such packets are useless. …
(edit) @b3267559   12 years mans arm: rename ARMVFP config symbol to VFP This is consistent with usual …
(edit) @b57c1da8   12 years mans arm: detect cpu features at runtime on Linux This allows compiling …
(edit) @637606de   12 years mans configure: arm: make _inline arch ext symbols depend on inline_asm …
(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) @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) @a7831d5   12 years mans arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation …
(edit) @7fd90119   12 years mans configure: clean up check_inline_asm and check_as functions The …
(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) @857d7194   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @6777aa63   12 years onemda lavc/takdec: s/get_b/get_bits_esc4 Signed-off-by: Paul B Mahol …
(edit) @4ed0c35c   12 years Clément Bœsch avcodec: Fix a typo in an option description Signed-off-by: Martin …
(edit) @1c779854   12 years onemda lavc/takdec: simplify code Merge get_scale/get_shift into …
(edit) @7c425e4f   12 years michaelni Merge commit 'd7d6efe42b0d2057e67999b96b9a391f533d2333' * commit …
(edit) @af164d7d   12 years michaelni Merge commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152' * commit …
(edit) @92dad668   12 years mans arm: fix use of uninitialised value in ff_fft_fixed_init_arm() When …
(edit) @8ca8b43d   12 years onemda lavf/pcm: check size, do not produce invalid packets Inspired by …
(edit) @ea6da80   12 years michaelni diracdec: check dimensions against chroma format. Fixes out of array …
(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) @f5d6b0c9   12 years michaelni diracdec: fix typo in mctmp allocation Signed-off-by: Michael …
(edit) @2f6ec9fd   12 years michaelni diracdec: Test mctmp and mcscratch for malloc failure. Fixes null …
(edit) @b84d1bf1   12 years michaelni diracdec: fix emulated_edge condition, fix out of array reads …
(edit) @f8d68822   12 years onemda takdec: use samplefmt.h from libavutil Instead of having own code for …
(edit) @6a7fed19   12 years onemda add missing dependency for tak demuxer
(edit) @4e4a95b1   12 years onemda takdec: remove get_code() and use get_sbits() directly As found by …
(edit) @24b20087   12 years Carl Eugen Hoyos Fix compilation with yasm 0.6.2.
(edit) @892750b   12 years michaelni fix tipo Found-by: ubitux Signed-off-by: Michael Niedermayer …
(edit) @da9a45b6   12 years stefasab lavfi/tinterlace: drop redundant NULL checks in uninit()
(edit) @c6a21677   12 years stefasab lavfi/tinterlace: add support to option parsing Simplify code, and …
(edit) @fef7b2e0   12 years stefasab lavfi/tinterlace: switch to filter_frame API Also add missing NULL checks.
(edit) @656500c5   12 years michaelni lavf: improve help text for avoid_negative_ts Signed-off-by: Michael …
(edit) @4b6869d6   12 years michaelni bitstream: make vlc init of static tables thread safe. Signed-off-by: …
(edit) @bbd44f6c   12 years Clément Bœsch lavfi/mp: switch to ff_filter_frame.
(edit) @586c2528   12 years onemda dxa: port to bytestream2 API Protects against overreads in input …
(edit) @547b8aee   12 years onemda smacker: use meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @29c3ebf5   12 years onemda siff: return meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @7510a9a   12 years onemda lavf/apedec: return meaningful error codes Signed-off-by: Paul B …
(edit) @4d1912ff   12 years onemda huffyuv: return meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @4a722a5c   12 years onemda huffyuv: check for malloc failures Signed-off-by: Paul B Mahol …
(edit) @b64ba37c   12 years justin.ruggles Changelog: add an entry for deprecating the avconv -vol option
(edit) @7f261ac8   12 years onemda huffyuv: make use of av_fast_padded_malloc() Signed-off-by: Paul B …
(edit) @eaa47e74   12 years Clément Bœsch lavfi/deshake: small align prettifying.
Note: See TracRevisionLog for help on using the revision log.