source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fb32f31a   12 years mans svq3: fix pointer type warning Fixes: libavcodec/svq3.c:661:9: …
(edit) @366b72f1   12 years mans svq3: replace unsafe pointer casting with intreadwrite macros …
(edit) @68e360a8   12 years mans parseutils-test: various cleanups - make tables static const - remove …
(edit) @15ba7f65   12 years mans parseutils: fix const removal warning The const qualifier is still …
(edit) @e578f8f4   12 years janne-libav prepare 9_beta1 release
(edit) @9734b8ba   12 years diego Move avutil tables only used in libavcodec to libavcodec.
(edit) @0a75d1da   12 years diego options_table: refs option is not snow-only
(edit) @1093383d   12 years martin random_seed: Support using CryptGenRandom on windows Signed-off-by: …
(edit) @26b3fde6   12 years lu_zero doc: update the faq entry about custom I/O URLProtocols are private …
(edit) @1ec62930   12 years lu_zero mlpdsp: adding missing file
(edit) @2d6caade   12 years lu_zero dsputil: split out mlp dsp function
(edit) @25dc79bc   12 years mans sh4: add required #include, fix build Signed-off-by: Mans Rullgard …
(edit) @1a2c7880   12 years janne-libav averror: make error values proper negative values Fixes stupid …
(edit) @effe4438   12 years mans build: do not use LIB as variable name The Microsoft linker uses the …
(edit) @1c7428e6   12 years mans build: whitespace cosmetics Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @e5c6e9a6   12 years mans build: remove single-use variable THIS_LIB Replace the single use of …
(edit) @4436f25a   12 years mans build: remove references to unused EXTRAOBJS variable This was part …
(edit) @568c70e7   12 years mans lavfi: convert input/ouput list compound literals to named objects A …
(edit) @b404c660   12 years janne-libav fate: add h263 obmc vsynth tests
(edit) @8d09d39a   12 years janne-libav avconv: remove bogus warning when using avconv -h without parameter
(edit) @25227c3a   12 years janne-libav averror: explicitly define AVERROR_* values
(edit) @c466eb1   12 years janne-libav flashsv: propagate inflateReset() errors Fixes CID717493.
(edit) @6d556e83   12 years janne-libav indeo4/5: remove constant parameter num_bands from wavelet …
(edit) @bd141f5e   12 years janne-libav mxfdec: return error if no segments are available in …
(edit) @35a35d49   12 years derek.buitenhuis Double motion vector range for HPEL interlaced picture in proper place …
(edit) @eb657ec   12 years derek.buitenhuis vc1dec: Set opposite to the correct value for 1REF field pictures …
(edit) @7cc3c4e1   12 years derek.buitenhuis vc1dec: Invoke edge emulation regardless of MV precision for 1-MV …
(edit) @88058d9a   12 years derek.buitenhuis vc1dec: Set chroma reference field from REFFIELD for 1REF field …
(edit) @26db9100   12 years lu_zero segment: support applehttp style list
(edit) @b522000e   12 years lu_zero avio: introduce avio_closep
(edit) @82569b01   12 years lu_zero mpegtsenc: set muxing type notification to verbose
(edit) @7fb35ee9   12 years diego vc1dec: Use correct spelling of "opposite" Signed-off-by: Diego …
(edit) @706a559b   12 years janne-libav a64multienc: change mc_frame_counter to unsigned GCC cannot proof …
(edit) @507dce25   12 years janne-libav arm: call arm-specific rv34dsp init functions under if (ARCH_ARM) …
(edit) @63a46c61   12 years diego svq1: Drop a bunch of useless parentheses
(edit) @41e46a5f   12 years mans parseutils-test: do not print numerical error codes The error codes …
(edit) @ada12f8   12 years diego svq1: K&R formatting cosmetics
(edit) @4b895cb2   12 years mans build: sanitize linking of tools and test programs This makes sure …
(edit) @096a5d76   12 years diego fate: Refactor setting of environment variables for groups of tests
(edit) @6d0beefb   12 years diego swscale: Do not make ff_ symbols globally visible.
(edit) @d5ef9354   12 years janne-libav rtspdec: use av_strlcpy for writing into fixed size buffer Fixes …
(edit) @f1de23fa   12 years janne-libav g722enc: fix size argument in memset Fixes CID700725.
(edit) @4a7c0c45   12 years janne-libav http: use av_strlcpy instead of strcpy() without size checks Fixes …
(edit) @79e6e8e   12 years janne-libav avfilter: correct memcpy size avfilter_copy_buf_props() Does not make …
(edit) @233a5a80   12 years anton lavc: split asv12 encoder/decoder
(edit) @fb722a90   12 years anton avconv: remove -same_quant It has not worked for anything other than …
(edit) @b94e4acb   12 years janne-libav cmdutils_read_file: increment *size after writing the trailing \0 …
(edit) @ac9a8956   12 years janne-libav af_resample: unref out_buf when avresample_convert returns 0 Fixes …
(edit) @8501c098   12 years janne-libav af_amix: prevent memory leak on error path Fixes CID732272.
(edit) @6f8ef532   12 years janne-libav vc1dec: prevent memory leak in error path Fixes CID732271.
(edit) @714f5ab5   12 years janne-libav vc1dec: prevent memory leak on av_realloc error
(edit) @1afd7a11   12 years janne-libav af_channelmap: free old extended_data on reallocation Prevents writes …
(edit) @18ff4d20   12 years janne-libav avconv: simplify memory allocation in copy_chapters Make just a …
(edit) @4ffbe3f3   12 years janne-libav matroskaenc: check cue point validity before reallocation Prevents …
(edit) @53e122dd   12 years janne-libav swfenc: error out for more than 1 audio or video stream Prevents …
(edit) @0fb3b24a   12 years mans build: link test programs only against static libs The test programs …
(edit) @cbcd497f   12 years justin.ruggles adxdec: use planar sample format
(edit) @4ebd74ce   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_thp
(edit) @327cdb04   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_ea_xas
(edit) @da9620e   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3
(edit) @d2b6ae02   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_xa
(edit) @8b854283   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3
(edit) @4356d66d   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_4xm
(edit) @1b9ac729   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_ima_wav
(edit) @176db0b8   12 years justin.ruggles adpcmdec: use planar sample format for adpcm_ima_qt
(edit) @7e5f0450   12 years justin.ruggles pcmdec: use planar sample format for pcm_lxf
(edit) @c1a9cfd1   12 years justin.ruggles mace: use planar sample format
(edit) @23d53c54   12 years justin.ruggles atrac1: use planar sample format
(edit) @ac56ff9   12 years diego build: non-x86: Only compile mpegvideo optimizations when necessary
(edit) @8dd0650f   12 years janne-libav rtpdec_mpeg4: au_headers is a single array, simple av_free is enough …
(edit) @3fbda309   12 years janne-libav avcodec: free extended_data instead address of it Fixes CID732173.
(edit) @7bc433b3   12 years martin fate: Add tests of the ff_make_absolute_url function Signed-off-by: …
(edit) @33893e6a   12 years martin url: Handle relative urls starting with two slashes This is defined …
(edit) @eea00381   12 years martin url: Handle relative urls being just a new query string …
(edit) @a6363e3d   12 years martin url: Don't treat slashes in query parameters as directory separators …
(edit) @a75b9a18   12 years diego mingw/cygwin: Stop adding -fno-common to gcc CFLAGS This was done to …
(edit) @f75f419   12 years diego Restructure av_log_missing_feature message Some invocations include a …
(edit) @c136a813   12 years martin rtp: Support packetization/depacketization of opus Signed-off-by: …
(edit) @e04826c3   12 years martin file: Set the return value type for lseek to int64_t. This fixes a …
(edit) @f79364b2   12 years mans ppc: fix Altivec build with old compilers The vec_splat() intrinsic …
(edit) @643933f5   12 years mans build: add LTO support for PGI compiler Signed-off-by: Mans Rullgard …
(edit) @8f23907f   12 years mans build: add -Mdse to PGI optimisation flags Enable dead store …
(edit) @c9b10cc4   12 years martin rtpenc_vp8: Update the packetizer to the latest spec version Tested …
(edit) @66d652cb   12 years martin rtpdec_vp8: Make the depacketizer implement the latest spec draft Not …
(edit) @27a310e3   12 years mans doc: allow building with old texi2html versions Signed-off-by: Mans …
(edit) @ea14a655   12 years janne-libav avutil: skip old_pix_fmts.h since it is just a list
(edit) @7e522859   12 years janne-libav x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)
(edit) @cb36febc   12 years janne-libav x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)
(edit) @f101eab1   12 years janne-libav x86: call most of the x86 dsp init functions under if (ARCH_X86) …
(edit) @d19d01bf   12 years lu_zero doc: support the new website layout
(edit) @91f5f875   12 years lu_zero doc: remove a warning from filters.texi The tag @table expects @item …
(edit) @175d0d94   12 years lu_zero doc: initial nut documentation
(edit) @0826d85   12 years lu_zero segment: drop global headers setting avconv provides an option to set …
(edit) @8728b958   12 years anton lavu: fix typo in Makefile
(edit) @716d413c   12 years anton Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
(edit) @78071a14   12 years anton pixfmt: add AV_ prefixes to PIX_FMT_*
(edit) @7b556be6   12 years justin.ruggles af_resample: avoid conversion of identical sample formats for 1 …
(edit) @37f701f1   12 years justin.ruggles avcodec: allow either planar or interleaved sample format when …
(edit) @53643271   12 years justin.ruggles adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right …
(edit) @62ae37de   12 years diego timefilter: De-doxygenize normal code comments and drop silly ones
Note: See TracRevisionLog for help on using the revision log.