source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @790f4dd5   13 years janne-libav Fixed segfault on corrupted sega streams in the demuxer. …
(edit) @69a0bce7   13 years janne-libav Fixed deference of NULL pointer in motionpixels decoder. Some of the …
(edit) @d97efd7f   13 years anton libx264: support 9- and 10-bit output.
(edit) @4418aa9c   13 years rsbultje h264: correct implicit_weight for field-interlaced pictures.
(edit) @330deb75   13 years rsbultje mpegvideo: set correct offset for edge emulation buffer. Using the …
(edit) @0884dd5a   13 years rsbultje mpegvideo: fix position of bottom edge. It was wrong in colorspaces …
(edit) @e83c2dde   13 years diego Fix 'heigth' vs. 'height' typos.
(edit) @a4ea00d   13 years anton lavc/lavf: use unique private classes. This is needed by the new …
(edit) @0ba1e197   13 years anton lavc: use designated initializers for av_codec_context_class
(edit) @dd376b1a   13 years justin.ruggles qcelpdec: cosmetics: do not add line break before opening bracket in …
(edit) @e43dd3d2   13 years justin.ruggles qcelp: check output buffer size before decoding
(edit) @bde25700   13 years justin.ruggles qcelpdec: fix the return value of qcelp_decode_frame(). …
(edit) @1b5a189f   13 years justin.ruggles sipr: fix the output data size check and only calculate it once.
(edit) @12bd8532   13 years diego Synchronize various 4CCs and codec tags from FFmpeg.
(edit) @7d49f79f   13 years justin.ruggles qdm2: check output buffer size before decoding
(edit) @5a19acb1   13 years justin.ruggles Fix out of bound reads in the QDM2 decoder. Signed-off-by: Michael …
(edit) @291d74a4   13 years justin.ruggles Check for out of bound writes in the QDM2 decoder. Signed-off-by: …
(edit) @fc2dd2c7   13 years justin.ruggles ogg/celt: do not set sample_fmt in the demuxer
(edit) @60df6b00   13 years anton id3v2: remove pointless casts
(edit) @d2961e4e   13 years anton id3v2: read TXXX frames with two calls to decode_str() instead of one. …
(edit) @1e18d32d   13 years anton id3v2: don't discard the whole tag when encountering empty frames. …
(edit) @24ec9ac4   13 years anton libvpx: fix build with older libvpx versions. …
(edit) @6308729e   13 years mans ARM: check for inline asm 'y' operand modifier support The inline asm …
(edit) @5674d4b   13 years justin.ruggles mpc8: check output buffer size before decoding
(edit) @8290d1f3   13 years justin.ruggles mpc7: return error if packet is too small.
(edit) @c8b5c4d2   13 years justin.ruggles mpc7: check output buffer size before decoding
(edit) @fac6b7f9   13 years justin.ruggles nellymoserdec: allocate float_buf only when decoding to int16
(edit) @32b48446   13 years justin.ruggles nellymoserdec: use NELLY_BUF_LEN instead of 128
(edit) @ded0800d   13 years justin.ruggles nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.
(edit) @84464b2e   13 years justin.ruggles nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.
(edit) @8b31c086   13 years justin.ruggles nellymoser: check output buffer size before decoding
(edit) @0e5cc174   13 years lu_zero win32: improve threading algorithm warning If no threading is …
(edit) @b036a718   13 years anton lavc: add video/audio/encoding flags to global_quality option
(edit) @6450f26c   13 years anton libvpxenc: use libvpx's own defaults for some parameters …
(edit) @e3eb015b   13 years anton vpxenc: add private options Make libvpx support close to the libx264 …
(edit) @08bd22a6   13 years justin.ruggles dpcm: return error if packet is too small
(edit) @0354fb7e   13 years justin.ruggles dpcm: use smaller data types for static tables
(edit) @5a54d510   13 years justin.ruggles dpcm: use sol_table_16 directly instead of through the DPCMContext.
(edit) @f47f7ef   13 years justin.ruggles dpcm: replace short with int16_t
(edit) @8d77d12a   13 years justin.ruggles dpcm: check to make sure channels is 1 or 2.
(edit) @4bad464e   13 years justin.ruggles dpcm: misc pretty-printing
(edit) @1de8401c   13 years justin.ruggles dpcm: remove unnecessary variable by using bytestream functions. Uses …
(edit) @fc6faee0   13 years justin.ruggles dpcm: move codec-specific variable declarations to their corresponding …
(edit) @989bb7bd   13 years justin.ruggles dpcm: consistently use the variable name 'n' for the next input byte.
(edit) @04b24cf   13 years justin.ruggles dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2. Uses …
(edit) @76db17dc   13 years justin.ruggles dpcm: calculate and check actual output data size prior to decoding.
(edit) @3db8db40   13 years justin.ruggles dpcm: factor out the stereo flag calculation
(edit) @b09c7eef   13 years justin.ruggles dpcm: cosmetics: rename channel_number to ch Make the code easier to read.
(edit) @f5e717f3   13 years anton avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected …
(edit) @e81e5e8a   13 years martin lavf: Avoid using av_malloc(0) in av_dump_format On OS X, …
(edit) @bcb15554   13 years janne-libav dxva2_h264: pass the correct 8x8 scaling lists Copy the Inter 8x8 …
(edit) @bf5d46d8   13 years mans dca: NEON optimised high freq VQ decoding Signed-off-by: Mans …
(edit) @6326afd   13 years justin.ruggles avcodec: reject audio packets with NULL data and non-zero size There …
(edit) @dcce09d6   13 years janne-libav dxva: Add ability to enable workaround for older ATI cards The …
(edit) @d4a544cb   13 years janne-libav latmenc: Set latmBufferFullness to largest value to indicate it is not …
(edit) @e562fbd0   13 years justin.ruggles adpcm: move codec-specific variable declarations to the sections for …
(edit) @9662539c   13 years justin.ruggles adpcm: check buffer size in Funcom ISS decoder before reading header. …
(edit) @ba5d2890   13 years justin.ruggles adpcm: simplify reading of Funcom ISS frame header.
(edit) @5c9eb4fa   13 years justin.ruggles adpcm: check buffer size in IMA DK4 decoder before reading header. …
(edit) @a57ea1a8   13 years justin.ruggles adpcm: simplify reading of IMA DK4 frame header.
(edit) @8114f94a   13 years justin.ruggles adpcm_ms: clean up reading of predictor coefficients
(edit) @943f4db5   13 years justin.ruggles adpcm_4xm: process planar packets sequentially rather than …
(edit) @119974b1   13 years justin.ruggles adpcm_ima_wav: process channel-interleaved blocks sequentially rather …
(edit) @7c287b18   13 years justin.ruggles adpcm: update reference links Add Multimedia Wiki link. Mark dead …
(edit) @ac94b8b   13 years justin.ruggles adpcm: simplify packet size bounds checking in the ADPCM IMA QT …
(edit) @de0b586a   13 years justin.ruggles adpcm: simplify and speed up several ADPCM decoders.
(edit) @5a9ed7c1   13 years justin.ruggles adpcm: pretty-print tables
(edit) @fcbe421c   13 years alex.converse prores: Handle 0 or fewer bits left show_bits() is undefined when the …
(edit) @fe21f78d   13 years alex.converse mpeg probe: check the 2/4-bit synchronization value found after a …
(edit) @bf00a73a   13 years mans dca: clear inactive subbands only once in qmf_32_subbands() Writing …
(edit) @1ee20141   13 years anton vf_unsharp: set default chroma size value to 5x5 The previous default …
(edit) @998e8519   13 years anton vf_unsharp: fix out-of-buffer read In apply_unsharp(), when y is >= …
(edit) @daf98908   13 years alex.converse avconv: Reformat s16 volume adjustment.
(edit) @baf6b73   13 years mans ARM: NEON optimised vector_fmac_scalar() Signed-off-by: Mans Rullgard …
(edit) @a92a1b93   13 years mans dca: use vector_fmac_scalar from dsputil Signed-off-by: Mans Rullgard …
(edit) @fcca826a   13 years mans dsputil: add vector_fmac_scalar() Signed-off-by: Mans Rullgard …
(edit) @32dfd8ca   13 years martin latmenc: Fix private options Signed-off-by: Martin Storsjö …
(edit) @1c257dc   13 years anton vf_unsharp: store hsub/vsub in the filter context Also drop …
(edit) @e6d17ba4   13 years anton vf_unsharp: adopt a more natural order of params in apply_unsharp() …
(edit) @de7b58da   13 years anton vf_unsharp: rename method "unsharpen" to "apply_unsharp" More …
(edit) @d33e0c6b   13 years anton vf_scale: apply the same transform to the aspect during init that is …
(edit) @80de930a   13 years anton vf_pad: fix "vsub" variable value computation It was shifting 2 …
(edit) @46b29397   13 years anton vf_scale: add a "sar" variable Also create a "dar" alias for the "a" …
(edit) @0ec56d1   13 years anton lavfi: fix realloc size computation in avfilter_add_format() Replace …
(edit) @e63e4c99   13 years anton vsrc_color: use internal timebase Avoid timescale conversion, …
(edit) @57fa3140   13 years anton lavfi: fix signature for avfilter_graph_parse() and …
(edit) @64abd375   13 years anton graphparser: prefer void * over AVClass * for log contexts …
(edit) @59cef18c   13 years anton avfiltergraph: use meaningful error codes Signed-off-by: Anton …
(edit) @4bb0b31f   13 years alex.converse avconv: Initialize return value for codec copy path.
(edit) @dec4b470   13 years mans fate: use 'run' helper for seek-test This is simpler, and the actual …
(edit) @bc3a741f   13 years mans fate: remove seek-mpeg2reuse test The input file for this test is no …
(edit) @77d2ef13   13 years siretart Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080. …
(edit) @a9a03377   13 years alex.converse avconv: Fix volume adjustment for non-s16 sample formats
(edit) @fe332cf5   13 years alex.converse avconv: Make samples void*. Different sample formats are different sizes.
(edit) @af3c06b4   13 years alex.converse avconv: Use the size of the decode sample format when allocating the …
(edit) @d3c1d37   13 years anton avconv: use different variables for decoded and filtered frame. Makes …
(edit) @3ccd1580   13 years anton avconv: add support for copying attachments.
(edit) @c7a63a52   13 years anton matroskaenc: write attachments.
(edit) @98cfe22b   13 years anton matroskadec: export mimetype of attachments as metadata.
(edit) @becdce99   13 years anton avconv: factorize common code from new_*_stream()
Note: See TracRevisionLog for help on using the revision log.