source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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()
(edit) @d159060a   13 years anton doc/avconv: expand documentation for some options.
(edit) @5aa3fce   13 years anton doc/avconv: document -timelimit.
(edit) @908f12f3   13 years mans fate: allow testing with libavfilter disabled This declares …
(edit) @96a59cf3   13 years jason x86: XOP/FMA4 CPU detection support
(edit) @3d371f41   13 years justin.ruggles ws_snd: misc cosmetic clean-ups
(edit) @659c719b   13 years justin.ruggles ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead.
(edit) @618b067d   13 years justin.ruggles ws_snd: use memcpy() and memset() instead of loops
(edit) @6896aa7a   13 years justin.ruggles ws_snd: use samples pointer for loop termination instead of a separate …
(edit) @6a818cb3   13 years justin.ruggles ws_snd: make sure number of channels is 1
(edit) @417364c   13 years justin.ruggles ws_snd: add some checks to prevent buffer overread or overwrite.
(edit) @2322ced   13 years justin.ruggles ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16. 8-bit unsigned is …
(edit) @4c5e7b27   13 years justin.ruggles flacdec: fix buffer size checking in get_metadata_size() Adds an …
(edit) @1430ae44   13 years martin rtp: Simplify ff_rtp_get_payload_type Signed-off-by: Martin Storsjö …
(edit) @9152880e   13 years martin rtpenc: Add a payload type private option Specifying the payload type …
(edit) @14288774   13 years martin rtp: Correct ff_rtp_get_payload_type documentation Since 0c378ea1f, …
(edit) @e3245b26   13 years anton avconv: replace all fprintf() by av_log(). Deprecate -v option, now …
(edit) @f24facd   13 years anton avconv: change av_log verbosity from ERROR to FATAL for fatal errors.
(edit) @1c5e955   13 years anton cmdutils: replace fprintf() by av_log() This way, all messages can be …
(edit) @182cbe43   13 years anton avtools: parse loglevel before all the other options. This way it can …
(edit) @4ca59d19   13 years diego oggdec: add support for Xiph's CELT codec This patch also introduces …
(edit) @b15a9888   13 years justin.ruggles sol: return error if av_get_packet() fails. This prevents sending a …
(edit) @88f908fb   13 years justin.ruggles cosmetics: reindent and pretty-print
(edit) @8febd6af   13 years justin.ruggles libgsm: split init and close fuctions for encoder and decoder. The …
(edit) @d853e571   13 years mans ppc: fix some pointer to integer casts Use uintptr_t instead of plain …
(edit) @6e4a35ce   13 years mans ppc: fix 32-bit PIC build On 32-bit ppc, the GOT pointer must be …
(edit) @4568c2bf   13 years justin.ruggles vmdaudio: fix decoding of 16-bit audio format. The initial sample of …
(edit) @bb416bd6   13 years mans lavf: do not set codec_tag for rawvideo If the demuxer did not set a …
(edit) @d1186ff7   13 years anton h264: check for out of bounds reads in ff_h264_decode_extradata(). …
(edit) @a246cefa   13 years martin flvdec: Check for overflow before allocating arrays On allocation, …
(edit) @9b921a82   13 years anton avconv: use correct output stream index when checking max_frames
(edit) @240ae356   13 years anton avconv: remove fake coded_frame on streamcopy hack Back in 2002 when …
(edit) @2b4e49d4   13 years martin flvdec: Fix invalid pointer deferences when parsing index …
(edit) @87a74f47   13 years janne-libav configure: disable hardware capabilities ELF section with suncc on …
(edit) @86714887   13 years diego Use explicit struct initializers for AVCodec declarations.
(edit) @30b4ee79   13 years diego Use explicit struct initializers for AVOutputFormat/AVInputFormat …
(edit) @9ff6d079   13 years justin.ruggles adpcmenc: Set bits_per_coded_sample
(edit) @b304244b   13 years justin.ruggles adpcmenc: fix QT IMA ADPCM encoder Signed-off-by: Michael Niedermayer …
(edit) @bf334535   13 years justin.ruggles adpcmdec: Fix QT IMA ADPCM decoder Signed-off-by: Michael Niedermayer …
(edit) @3a549eb8   13 years justin.ruggles permit decoding of multichannel ADPCM_EA_XAS Signed-off-by: Michael …
(edit) @ffe92ff9   13 years justin.ruggles Fix input buffer size check in adpcm_ea decoder. Unfortunately the …
(edit) @c2d3f561   13 years alex.converse fft: avoid a signed overflow As a signed integer, 1<<31 overflows, so …
(edit) @9fba8ebe   13 years alex.converse mpegps: Handle buffer exhaustion when reading packets.
(edit) @0c378ea1   13 years lu_zero rtp: factorize dynamic payload type fallback Move the identical code …
(edit) @bafff166   13 years martin flvdec: Ignore the index if it's from a creator known to be different …
(edit) @e1b10155   13 years janne-libav cmdutils: move grow_array out of #if CONFIG_AVFILTER fixes programs …
(edit) @dc3e76f3   13 years anton avconv: actually set InputFile.rate_emu
(edit) @d554b33e   13 years lu_zero ratecontrol: update last_qscale_for sooner In order to make …
(edit) @4d4d0e81   13 years diego Fix unnecessary shift with 9/10bit vertical scaling Signed-off-by: …
(edit) @5cc2530f   13 years diego prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()
(edit) @167d3b16   13 years diego prores: return more meaningful error values
(edit) @21612824   13 years diego prores: improve error message wording
(edit) @27ba121e   13 years diego prores: cosmetics: prettyprinting, drop useless parentheses
(edit) @2983f1f   13 years diego prores: lowercase AVCodec name entry All other codecs use lowercase …
(edit) @dcb9f6a2   13 years janne-libav Add LATM demuxer This is a raw demuxer for the AAC LATM decoder and …
(edit) @59df4b82   13 years justin.ruggles avplay: flush audio decoder with empty packets at EOF if the decoder …
(edit) @1993c684   13 years justin.ruggles 8svx/iff: fix decoding of compressed stereo 8svx files. Make the iff …
(edit) @fda459ce   13 years justin.ruggles 8svx: log an error message if output buffer is too small Based on a …
(edit) @0ac3b8fc   13 years justin.ruggles 8svx: check packet size before reading the initial sample value.
(edit) @e3718784   13 years justin.ruggles 8svx: output 8-bit samples instead of 16-bit. Based on a patch by …
(edit) @ac68607b   13 years justin.ruggles 8svx: split delta decoding into a separate function. Based on a patch …
(edit) @1c2e07b8   13 years alex.converse mp4: Don't read an empty Decoder Config Descriptor
(edit) @20e1829   13 years diego fate.sh: Ignore errors from rm command during cleanup. The install …
(edit) @12ad0677   13 years diego fate.sh: Run git-pull in quiet mode to avoid console spam. Since …
(edit) @be64629a   13 years martin Apple ProRes decoder Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @b14629e5   13 years martin rtmp: Make the input FLV parser handle data cut at any point This …
(edit) @fe476e5a   13 years martin rv34: Check for invalid slices offsets Signed-off-by: Martin Storsjö …
(edit) @775af761   13 years anton eval: test isnan(sqrt(-1)) instead of just sqrt(-1) sqrt(-1) returns …
(edit) @05fc9e40   13 years alex.converse swfdec: Add support for sample_rate_code 0 (5512 Hz)
Note: See TracRevisionLog for help on using the revision log.