source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @22c0babb   13 years justin.ruggles apedec: remove unneeded #include of get_bits.h and associated macro
(edit) @e416961   13 years justin.ruggles apedec: av_fast_malloc() instead of av_realloc() av_realloc() does …
(edit) @0759c8eb   13 years justin.ruggles apedec: fix handling of packet sizes that are not a multiple of 4 bytes
(edit) @e15e2a6d   13 years anton libx264: fix indentation.
(edit) @24947d49   13 years rsbultje vorbis: fix overflows in floor1[] vector and inverse db table index.
(edit) @7e4d9d5d   13 years rsbultje win64: add a XMM clobber test configure option. This will be useful …
(edit) @89415b8e   13 years martin movdec: Parse the dvc1 atom Normally, the actual payload data …
(edit) @cd2f98f3   13 years mans ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6 This function was broken …
(edit) @148bc235   13 years diego swscale: K&R formatting cosmetics for Blackfin code Also prettyprint …
(edit) @3f57bde1   13 years diego frwu: lowercase the FRWU codec name This is more consistent with all …
(edit) @7f19bdc2   13 years janne-libav movdec: fix dts generation in fragmented files Do not use AVStream's …
(edit) @2c98f407   13 years mans fate: make acodec-ac3_fixed test output raw AC3 There is no point in …
(edit) @fcc518a0   13 years janne-libav APIchanges: add missing commit hashes
(edit) @de53b906   13 years rsbultje swscale: implement MMX, SSE2 and AVX functions for RGB32 input.
(edit) @38c6bbc1   13 years justin.ruggles ra144enc: drop pointless "encoder" from .long_name Signed-off-by: …
(edit) @c3a06615   13 years justin.ruggles bethsoftvideo: fix palette reading. Return the correct number of …
(edit) @83ce51cc   13 years justin.ruggles mpc7: use av_fast_padded_malloc() Avoids doing malloc/free for each …
(edit) @b5b825c3   13 years justin.ruggles mpc7: simplify handling of packet sizes that are not a multiple of 4 bytes
(edit) @41dd77bd   13 years justin.ruggles doc: decoding Forward Uncompressed is supported Signed-off-by: Paul B …
(edit) @236a550c   13 years justin.ruggles Fix a typo in the x86 asm version of ff_vector_clip_int32() Specifies …
(edit) @3c432631   13 years justin.ruggles pcmenc: Do not set avpkt->size. It is already the correct size as set …
(edit) @1a670973   13 years justin.ruggles ff_alloc_packet: modify the size of the packet to match the requested …
(edit) @5ff88020   13 years justin.ruggles frwu: Employ more meaningful return values. Signed-off-by: Paul B …
(edit) @f54ae2f8   13 years justin.ruggles fraps: Use av_fast_padded_malloc() instead of av_realloc() Ensures …
(edit) @0880503f   13 years justin.ruggles mjpegdec: use av_fast_padded_malloc() also check for allocation …
(edit) @2f4b9021   13 years justin.ruggles eatqi: use av_fast_padded_malloc() Signed-off-by: Justin Ruggles …
(edit) @00db4d4a   13 years justin.ruggles asv1: use av_fast_padded_malloc() Signed-off-by: Justin Ruggles …
(edit) @316fc744   13 years janne-libav avcodec: Add av_fast_padded_malloc(). Wrapper around av_fast_malloc() …
(edit) @378c5ef   13 years rsbultje swscale: enable dithering in MMX functions. This was accidently …
(edit) @212f161c   13 years rsbultje swscale: make rgb24 function macros slightly smaller.
(edit) @3b637dca   13 years diego avcodec.h: Remove some disabled cruft.
(edit) @f5490fbe   13 years rsbultje swscale: remove obsolete comment.
(edit) @2e3fb9e3   13 years diego swscale-test: Drop unused argc and argv arguments from main().
(edit) @8ca8e4a8   13 years diego zmbv: Employ more meaningful return values. Also use …
(edit) @013a677f   13 years diego zmbvenc: Employ more meaningful return values. Signed-off-by: Paul B …
(edit) @510ef04a   13 years janne-libav vc1: prevent null pointer dereference on broken files CC: …
(edit) @cb0b2843   13 years janne-libav zmbv: check av_realloc() return values and avoid memleaks on ENOMEM
(edit) @d4eeadcb   13 years rsbultje truespeech: align buffer DSPContext.bswap_buf() requires aligned …
(edit) @034b03e7   13 years alex.converse ac3: Do not read past the end of ff_ac3_band_start_tab. Found-by: …
(edit) @2d1c0dea   13 years alex.converse dv: Fix small stack overread related to CVE-2011-3929 and …
(edit) @5a396bb3   13 years alex.converse dv: Fix null pointer dereference due to ach=0 dv: Fix null pointer …
(edit) @635bcfcc   13 years alex.converse dv: check stype dv: check stype Fixes part1 of CVE-2011-3929 …
(edit) @e67e3a3f   13 years janne-libav fate-golomb: extend golomb-test to get_ue_golomb_long() …
(edit) @c0bc7bd1   13 years alex.converse swfdec: Simplify sample rate calculation.
(edit) @52afc971   13 years diego fate: add golomb-test
(edit) @9e3a273   13 years diego golomb-test: K&R formatting cosmetics
(edit) @631f96f9   13 years diego h264: Split h264-test off into a separate file - golomb-test.c. The …
(edit) @4ff46af0   13 years diego h264-test: cleanup: drop timer invocations, commented out code and …
(edit) @3856a2aa   13 years diego h264-test: Remove unused DSP and AVCodec contexts and related init …
(edit) @b010178e   13 years diego adpcm: Add missing stdint.h #include to fix standalone header compilation.
(edit) @dd6d3b0e   13 years anton lavf: add functions for accessing the fourcc<->CodecID mapping tables. …
(edit) @bc901998   13 years anton lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). …
(edit) @0e72ad95   13 years anton lavc: make avcodec_close() work properly on unopened codecs. I.e. …
(edit) @af08d9ae   13 years anton lavc: add avcodec_is_open(). It allows to check whether an …
(edit) @f7fe41a0   13 years anton lavf: rename AVInputFormat.value to raw_codec_id. It's only used by …
(edit) @9a463917   13 years anton lavf: remove the pointless value field from flv and iv8 The demuxers …
(edit) @afa4069e   13 years anton lavc/lavf: remove unnecessary symbols from the symbol version script.
(edit) @f5f49a66   13 years anton lavc: reorder AVCodec fields. Put all private fields at the end and …
(edit) @183eaa9a   13 years anton lavf: reorder AVInput/OutputFormat fields. Put all private fields at …
(edit) @f372ce11   13 years alex.converse mp3dec: Fix a heap-buffer-overflow In some cases, what is left to …
(edit) @a3a0691b   13 years justin.ruggles adpcmenc: remove some unneeded casts
(edit) @149f2058   13 years justin.ruggles adpcmenc: use int16_t and uint8_t instead of short and unsigned char.
(edit) @dd88ae83   13 years justin.ruggles adpcmenc: fix adpcm_ms extradata allocation Add …
(edit) @877a1d40   13 years justin.ruggles adpcmenc: return proper AVERROR codes instead of -1
(edit) @cb023d9a   13 years justin.ruggles adpcmenc: check for coded_frame allocation failure
(edit) @ddf70db   13 years justin.ruggles adpcmenc: Do not set coded_frame->key_frame. It is already set in …
(edit) @3c4add27   13 years justin.ruggles mpc7: check for allocation failure
(edit) @eac31dd1   13 years justin.ruggles mpc7: align local temp buffer DSPContext.bswap_buf() requires aligned …
(edit) @e5c9de2a   13 years diego rv40: x86 SIMD for biweight Provide MMX, SSE2 and SSSE3 versions, …
(edit) @91bafb52   13 years diego x86: Give RV40 init file a more suitable name.
(edit) @c30b198   13 years diego x86: Place mm_flags variable declaration below the appropriate #ifdef. …
(edit) @75ab1e62   13 years martin movdec: Ignore sample_degradation_priority bits when checking …
(edit) @89f6e8a   13 years martin flvdec: Interpret a toplevel 'object' type metadata item as normal …
(edit) @d7edd359   13 years anton avconv: deprecate the -deinterlace option Its quality is horrible, …
(edit) @c9b309e8   13 years martin doc: Fix the name of the new function Signed-off-by: Martin Storsjö …
(edit) @89eea6df   13 years justin.ruggles aacenc: make sure to encode enough frames to cover all input samples. …
(edit) @f44005b6   13 years justin.ruggles aacenc: only use the number of input samples provided by the user. …
(edit) @48f1e52   13 years alex.converse wmadec: Verify bitstream size makes sense before calling …
(edit) @ae35210a   13 years alex.converse kmvc: Log into a context at a log level constant.
(edit) @dfa37fe8   13 years alex.converse mpeg12: Pad framerate tab to 16 entries. There are many places where …
(edit) @a02e8df9   13 years alex.converse kgv1dec: Increase offsets array size so it is large enough. Fixes …
(edit) @386741f8   13 years alex.converse kmvc: Check palsize. Fixes: CVE-2011-3952 Found-by: Mateusz "j00ru" …
(edit) @c898431c   13 years alex.converse nsvdec: Propagate errors Related to CVE-2011-3940. Found-by: Mateusz …
(edit) @8fd8a482   13 years alex.converse nsvdec: Be more careful with av_malloc(). Check results for …
(edit) @6a89b41d   13 years alex.converse nsvdec: Fix use of uninitialized streams. Fixes CVE-2011-3940 (Out of …
(edit) @b7d3dd90   13 years martin movenc: cosmetics: Get rid of camelCase identifiers Also add spacing …
(edit) @08d8029e   13 years rsbultje swscale: more generic check for planar destination formats with alpha …
(edit) @fe47ea8f   13 years martin doc: Document mov/mp4 fragmentation options Signed-off-by: Martin …
(edit) @e9ba6b37   13 years diego build: Use order-only prerequisites for creating FATE reference file dirs.
(edit) @6b039003   13 years diego x86 dsputil: provide SSE2/SSSE3 versions of bswap_buf While pshufb …
(edit) @a8462023   13 years diego rtsp: Remove some unused variables from ff_rtsp_connect().
(edit) @8b933129   13 years anton avutil: make intfloat api public The functions are already av_ …
(edit) @420df8b7   13 years anton avformat_write_header(): detail error message Give the exact aspect …
(edit) @cc09dc78   13 years anton s/vbsf/bsf/ -vbsf doesn't exist anymore. It got renamed to -bsf …
(edit) @b864b383   13 years anton yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace. …
(edit) @af79a0c4   13 years rsbultje png: add support for bpp>4 to paeth x86 SIMD code. This fixes …
(edit) @f91c4b78   13 years rsbultje png: add SSE2 version for add_bytes_l2.
(edit) @59f474b4   13 years rsbultje png: convert DSP functions to yasm.
(edit) @3715d841   13 years mans Fix non-C89 declarations in for loops Some compilers still do not …
(edit) @20a7d31   13 years rsbultje png: add missing #if HAVE_SSSE3 around function pointer assignment.
Note: See TracRevisionLog for help on using the revision log.