source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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()
(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 …
Note: See TracRevisionLog for help on using the revision log.