source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @cb58adaa   13 years michaelni g723.1: simplify scale_vector() Signed-off-by: Michael Niedermayer …
(edit) @431f8af8   13 years michaelni g723.1: replace loop of normalize_bits( by av_log2() idea by vitor …
(edit) @6e50554   13 years michaelni g723.1: cleanup square_root() Signed-off-by: Michael Niedermayer …
(edit) @c02c52f   13 years michaelni g723.1_ use skip_bits1() Signed-off-by: Michael Niedermayer …
(edit) @fac3ac39   13 years michaelni g723.1: use get_bits1() Signed-off-by: Michael Niedermayer …
(edit) @11512367   13 years michaelni celp_math: cleanup ff_dot_product() based on code & idea by vitor …
(edit) @84f8aef4   13 years michaelni general.texi: we dont have a g729 encoder yet Signed-off-by: Michael …
(edit) @abd71130   13 years michaelni G.723.1 doc and change log entry
(edit) @f990dc37   13 years michaelni Add the G723.1 demuxer and decoder
(edit) @da43980f   13 years michaelni Add G.723.1 decoder data tables
(edit) @a82c6238   13 years michaelni Add dot_product function for use by the G.723.1 decoder
(edit) @bcc67dff   13 years michaelni Add a shift parameter to celp_lp_synthesis_filter for reuse by the …
(edit) @ecf31a68   13 years Carl Eugen Hoyos Show configuration and library version with AV_LOG_INFO. This partly …
(edit) @b4483a53   13 years michaelni Check for unsupported parameters in ff_j2k_dwt_init() Signed-off-by: …
(edit) @02660a87   13 years michaelni Check for out of bound reads in jpeg 2000 decoder. Signed-off-by: …
(edit) @41b7389c   13 years michaelni Prevent calling init_vlc() with invalid parameters in motionpixels …
(edit) @56ee5a9a   13 years michaelni Prevent NULL dereference when the palette is missing in the xan …
(edit) @5279141c   13 years michaelni Fixed out of bound accesses in xan_unpack() of the xan decoder. …
(edit) @da343ff4   13 years michaelni swr_test: dont test samples that have not been written Signed-off-by: …
(edit) @f9a2d0c3   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (23 …
(edit) @a3a5c61c   13 years Carl Eugen Hoyos 2/4 bpp png is supported.
(edit) @237d31e0   13 years michaelni h264: fix FIXME and use list_count in ff_h264_fill_mbaff_ref_list() …
(edit) @dc9ce400   13 years michaelni h264: More correct ref_count check in decode_slice_header() …
(edit) @514c44c4   13 years michaelni sink_buffer: fix typo Signed-off-by: Michael Niedermayer …
(edit) @daf98908   13 years alex.converse avconv: Reformat s16 volume adjustment.
(edit) @75f26a6f   13 years Carl Eugen Hoyos Use "JPEG 2000" as long name for j2k.
(edit) @6a095afb   13 years Carl Eugen Hoyos Encoding speex via libspeex is supported.
(edit) @194c243   13 years michaelni movenc: Replace av_realloc by av_realloc_f when relevant. …
(edit) @af84d9bb   13 years michaelni gxfenc: Replace av_realloc by av_realloc_f when relevant. …
(edit) @247a1dc8   13 years michaelni aviobuf: Replace av_realloc by av_realloc_f when relevant. …
(edit) @e47cfe9e   13 years michaelni avienc: Replace av_realloc by av_realloc_f when relevant. …
(edit) @71e23d39   13 years michaelni avidec: Replace av_realloc by av_realloc_f when relevant. …
(edit) @0cc44fac   13 years michaelni 4xm: Replace av_realloc by av_realloc_f when relevant. Signed-off-by: …
(edit) @769298a   13 years michaelni libvpxenc: Replace av_realloc by av_realloc_f when relevant. …
(edit) @198ed647   13 years michaelni bitstream: Replace av_realloc by av_realloc_f when relevant. …
(edit) @1d3b280e   13 years michaelni ffmpeg: Replace av_realloc by av_realloc_f when relevant. Also mark …
(edit) @5cd754b   13 years michaelni Introduce av_realloc_f. av_realloc_f helps avoiding memory-leaks in …
(edit) @b2600509   13 years michaelni Introduce av_size_mult. av_size_mult helps checking for overflow when …
(edit) @e89f5881   13 years michaelni libx264: remove check_default_settings() Signed-off-by: Michael …
(edit) @f9d8a342   13 years Clément Bœsch ffprobe: fix trailing '=' in stream id.
(edit) @f63ec3ee   13 years stefasab lavfi: fix FF_API_* definition macros Fix ABI break occurred after …
(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) @b592f9b   13 years michaelni swresample: remove unused variable. Signed-off-by: Nicolas George …
(edit) @a34869ed   13 years michaelni libswr/rematrix: remove unused variable. Signed-off-by: Nicolas …
(edit) @80287854   13 years michaelni libswr/rematrix: add braces to silence a warning. Signed-off-by: …
(edit) @4a14dd76   13 years michaelni bintext: remove unused variable. Signed-off-by: Nicolas George …
(edit) @fb35f7d   13 years michaelni vf_boxblur: remove useless code. This block was probably leftovers …
(edit) @6d98e2db   13 years michaelni j2kdec: use correct printf format. Signed-off-by: Nicolas George …
(edit) @7393b417   13 years michaelni j2kenc: Fix pointer<->integer casts. Signed-off-by: Michael …
(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) @5a6e7771   13 years michaelni h264: dont set key_frame when the frame is not a real keyframe. Fixes …
(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) @530cd7a9   13 years michaelni doc/ffmpeg.texi: merge changes from avconv.texi since last merge …
(edit) @0aa793a1   13 years michaelni ffplay: fix forgotten codec_name checks Signed-off-by: Michael …
(edit) @2f3dd904   13 years michaelni ffmpeg: fix wrong indention that leaked in from merge Signed-off-by: …
(edit) @1f024b88   13 years michaelni Check for out of bound reads in the flic decoder. Signed-off-by: …
(edit) @23c1db9   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
(edit) @feca3ba0   13 years michaelni Prevent out of bound accesses in the xan decoder. Signed-off-by: …
(edit) @b9596a50   13 years michaelni Check for invalid/corrupted bitstream in sun raster decoder. …
(edit) @19e95b88   13 years michaelni Prevent NULL dereferences when missing the reference frame in the xan …
(edit) @039f3c33   13 years michaelni Check for out of bounds reads in sun rasterfile decoder. …
(edit) @61930119   13 years michaelni Check for corrupted extra data in wmavoice decoder. Signed-off-by: …
(edit) @e09ae22a   13 years michaelni Check for out of bound writes in the wmavoice decoder. Signed-off-by: …
(edit) @66aae97a   13 years michaelni Prevent NULL dereferences when missing the reference frame in the bink …
(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) @a1cb09d3   13 years michaelni mxf: Add PictureEssenceCoding UL for V210 Signed-off-by: Michael …
(edit) @36be0f2e   13 years michaelni ffplay.texi: document -codec Signed-off-by: Michael Niedermayer …
(edit) @5eda0967   13 years michaelni ffplay: support -codec:avs to force a specific decoder implementation …
(edit) @07a96dc1   13 years michaelni regression tests: add jpeg2000 Signed-off-by: Michael Niedermayer …
(edit) @2fbf6910   13 years michaelni j2kenc: Fix use of value before its initialized. Signed-off-by: …
(edit) @398b5327   13 years michaelni j2kenc: only list pixel formats that fully work currently. …
(edit) @2214a67d   13 years michaelni j2kenc: fix colors on yuv444 Signed-off-by: Michael Niedermayer …
(edit) @9e0438c9   13 years michaelni img2enc: show first 4 bytes if a malformed jpeg2000 codestream is …
(edit) @0047ac14   13 years michaelni img2enc: Accept raw jpeg2000 codestream too, our decoder outputs …
(edit) @bfea1600   13 years michaelni RELEASE: set to 0.8.4.git after the release from 2011-09-22 …
(edit) @34ac8ec   13 years michaelni j2kenc: enable 4:2:0 YUV it works as "well" as the other subsampled …
(edit) @c4b269c5   13 years michaelni build system: enable j2kenc Signed-off-by: Michael Niedermayer …
(edit) @e6aed5f4   13 years michaelni j2kenc: fix coded_frame and prevent null pointer dereference. …
(edit) @40923e1   13 years michaelni j2kenc: Update ff_j2k_init_component() arguments Signed-off-by: …
(edit) @2f16b6a5   13 years michaelni j2kenc: fix arguments for ff_j2k_getnbctxno() Signed-off-by: Michael …
(edit) @0db973e0   13 years michaelni j2kenc: mark as experimental. Signed-off-by: Michael Niedermayer …
(edit) @1c20a0b3   13 years michaelni j2kenc: s/CODEC_TYPE_VIDEO/AVMEDIA_TYPE_VIDEO/ Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.