source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f9888520   13 years rsbultje vp8dsp x86: perform rounding shift with a single instruction …
(edit) @7756859a   13 years rsbultje fate: add BMP tests.
(edit) @bc0bdda7   13 years rsbultje swscale: handle complete dimensions for monoblack/white. Fixes bug 269.
(edit) @e484265c   13 years diego aacenc: Mark deinterleave_input_samples argument as const. This fixes …
(edit) @1f068e44   13 years diego vf_unsharp: Mark readonly variable as const. This fixes the following …
(edit) @14af74e9   13 years diego h264: fix 4:2:2 PCM-macroblocks decoding Fixes bug 239. …
(edit) @91dffb4c   13 years derek.buitenhuis w32threads: Make pthread_cond_wait follow POSIX pthread_cond_wait is …
(edit) @3dde147f   13 years diego cosmetics: Consistently place static, inline and av_cold …
(edit) @d4f05ae3   13 years diego sbrdsp: Use standard multiple inclusion guards.
(edit) @6d21f498   13 years diego pcm: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @835a893b   13 years derek.buitenhuis rawdec: Support fourccs YV16 and YV24
(edit) @34d908c   13 years lu_zero rtmp: implement bandwidth notification Improve compatibility with …
(edit) @faba4a9b   13 years lu_zero rtmp: update supported audio codecs value The audio codecs property …
(edit) @b991b300   13 years derek.buitenhuis Unscaled Planar RGB -> RGB support in swscale. Signed-off-by: Michael …
(edit) @0aaa45ef   13 years derek.buitenhuis FATE: Add RALF decoding test Signed-off-by: Derek Buitenhuis …
(edit) @95587d29   13 years anton vsrc_buffer: allow buffering arbitrary number of frames.
(edit) @416fd90e   13 years anton vf_scale: avoid a pointless memcpy in no-op conversion. I.e. just …
(edit) @63736fe   13 years anton avfiltergraph: try to reduce format conversions in filters. Current …
(edit) @996f9f0c   13 years anton avfiltergraph: add an AVClass to AVFilterGraph on next major bump. It …
(edit) @ddb44312   13 years anton id3v2: fix skipping extended header in id3v2.4 In v2.4, the length …
(edit) @420d1df2   13 years derek.buitenhuis apedec: check bits <= 32. Fixes a floating-point exception further …
(edit) @c265b77b   13 years rsbultje cavs: Remove unused code. The square is always passed as 1 whenever …
(edit) @10b1c060   13 years justin.ruggles oggenc: fix condition when not to flush due to keyframe granule. The …
(edit) @ed3e1b48   13 years justin.ruggles oggenc: add pagesize option to set preferred page size When set, if …
(edit) @67aec40   13 years justin.ruggles libspeexdec: set frame size in libspeex_decode_init() This fixes …
(edit) @12cbbbb4   13 years justin.ruggles smacker audio: sign-extend the initial 16-bit predicted value Fixes …
(edit) @b691fd7a   13 years diego h264: drop ff_h264_ prefix from static function …
(edit) @9ad80ef3   13 years diego h264: Make ff_h264_decode_end() static, it is not used externally. …
(edit) @afd8a395   13 years diego output-example: K&R formatting cosmetics, comment spelling fixes
(edit) @93f6d04   13 years lu_zero avf: make the example output the proper message av_dump_format needs …
(edit) @28db30aa   13 years lu_zero avf: fix audio writing in the output-example av_init_packet does not …
(edit) @4f7c7624   13 years rsbultje mov: don't overwrite existing indexes. Prevents all kind of badness …
(edit) @0399fe0f   13 years rsbultje lzw: fix potential integer overflow.
(edit) @b7b1509d   13 years rsbultje truemotion: forbid invalid VLC bitsizes and token values. …
(edit) @bf39d3b5   13 years rsbultje truemotion2: handle out-of-frame motion vectors through edge …
(edit) @9bd41bb1   13 years martin configure: Check for a different SDL function This one is available …
(edit) @a05c41ac   13 years kostya.shishkov mp3dec: perform I/S and M/S only when frame mode is joint stereo. …
(edit) @f704eb61   13 years kostya.shishkov id3v2: add another mimetype for JPEG image
(edit) @ddcf67c8   13 years rsbultje lzw: prevent buffer overreads. Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @28e8c4d5   13 years diego WMAL: Remove inaccurate and unnecessary doxy A call to …
(edit) @63a1b48   13 years rsbultje h264: fix cabac-on-stack after safe cabac reader.
(edit) @bd508d43   13 years rsbultje truemotion2: convert packet header reading to bytestream2. Also use …
(edit) @44257ef4   13 years rsbultje asf: only set index_read if the index contained entries. This allows …
(edit) @a9401981   13 years rsbultje cabac: add overread protection to BRANCHLESS_GET_CABAC(). Found-by: …
(edit) @448dc425   13 years rsbultje cabac: increment jump locations by one in callers of …
(edit) @16f6e83f   13 years rsbultje cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().
(edit) @951014e5   13 years rsbultje cabac: use struct+offset instead of memory operand in …
(edit) @a0bdcb01   13 years rsbultje h264: add overread protection to get_cabac_bypass_sign_x86().
(edit) @95bfa4ea   13 years rsbultje h264: reindent get_cabac_bypass_sign_x86().
(edit) @db02592   13 years rsbultje h264: use struct offsets in get_cabac_bypass_sign_x86().
(edit) @7374fac8   13 years rsbultje h264: fix overreads in cabac reader. Found-by: Mateusz "j00ru" …
(edit) @d360dd90   13 years rsbultje wmall: fix seeking.
(edit) @0a82f52   13 years rsbultje lagarith: fix buffer overreads. Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @c0b34e61   13 years diego dvdec: drop unnecessary dv_tablegen.h #include dvdec.c uses nothing …
(edit) @2efb710a   13 years mans build: fix doc generation errors in parallel builds The $(dir) …
(edit) @a92be9b8   13 years diego Replace memset(0) by zero initializations. Also remove one pointless …
(edit) @856c8e0a   13 years diego faandct: Remove FAAN_POSTSCALE define and related code. It is not a …
(edit) @a839dbb9   13 years anton dvenc: print allowed profiles if the video doesn't conform to any of them.
(edit) @3c6607eb   13 years anton avcodec_encode_{audio,video}: only reallocate output packet when it …
(edit) @e2e165c0   13 years anton FATE: add a test for vp8 with changing frame size.
(edit) @e74d6da   13 years rsbultje fate: add kgv1 fate test. Tested to be bit-exact across x86-64, …
(edit) @eed691f   13 years justin.ruggles oggdec: calculate correct timestamps in Ogg/FLAC We need to parse the …
(edit) @55abaa58   13 years justin.ruggles westwood_vqa: fix SND0 chunk handling Version from vqa header does …
(edit) @f0a343f3   13 years rsbultje westwood_vqa: set video stream duration Signed-off-by: Paul B Mahol …
(edit) @98df2e24   13 years rsbultje raw: forward avpicture_fill() error code in raw_decode(). Found-by: …
(edit) @8e0b7e2f   13 years diego build: Do not explicitly add the doc directory to the OBJDIRS list. …
(edit) @d724fe66   13 years diego dv: Split off DV video decoder into its own file.
(edit) @9f43fdda   13 years diego build: fix RALF decoder standalone compilation, which depends on …
(edit) @d7ce1a48   13 years diego configure: Drop stray duplicate entry for --disable-fft from help output.
(edit) @904100e5   13 years martin make av_interleaved_write_frame() flush packets when pkt is NULL This …
(edit) @c9024a9f   13 years alex.converse mpegts: Fix dead error checks
(edit) @95b192de   13 years rsbultje vc1: Do not read from array if index is invalid. Found-by: Mateusz …
(edit) @2ad40554   13 years rsbultje targa: convert to bytestream2. Also remove some write-only variables …
(edit) @5484170a   13 years rsbultje rv34: set mb_num_left to 0 after finishing a frame Prevents running …
(edit) @72ccfb3   13 years diego build: ppc: drop stray leftover backslash
(edit) @e7e19b15   13 years diego build: Only clean the architecture subdirectory we build for. This …
(edit) @6a7c5312   13 years diego build: drop some unnecessary dependencies from the H.264 parser
(edit) @ad0e31f1   13 years diego build: prettyprinting cosmetics
(edit) @80391552   13 years diego libavutil: Remove pointless rational test program.
(edit) @193d7ee   13 years diego libavutil: Remove broken and pointless lzo test program.
(edit) @967923a   13 years anton lavf doxy: expand AVStream.codec doxy.
(edit) @e44ada12   13 years anton lavf doxy: improve AVStream.time_base doxy. Remove confusing sentence …
(edit) @f58b8cc3   13 years anton lavf doxy: add some basic documentation about reading from the demuxer.
(edit) @10fa4ff7   13 years anton lavf doxy: document passing options to demuxers.
(edit) @dca9c81d   13 years anton lavf doxy: clarify that an AVPacket contains encoded data.
(edit) @3fadb29   13 years martin mpegtsenc: allow user triggered PES packet flushing Signed-off-by: …
(edit) @9c47f2b2   13 years anton APIchanges: mark the place where 0.7 was cut.
(edit) @75bdd55e   13 years anton APIchanges: mark the place where 0.8 was cut.
(edit) @5d20e7b7   13 years anton APIchanges: fill in missing dates and hashes.
(edit) @b2af057a   13 years rsbultje smacker: convert palette and header reading to bytestream2.
(edit) @c3bbd0b5   13 years rsbultje alac: convert extradata reading to bytestream2.
(edit) @62ce9de   13 years diego x86: dsputil: prettyprint gcc inline asm
(edit) @3b54912   13 years diego x86: K&R prettyprinting cosmetics for dsputil_mmx.c
(edit) @915a2a0a   13 years diego x86: conditionally compile H.264 QPEL optimizations
(edit) @3816642   13 years diego dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks. This …
(edit) @5d115c1d   13 years diego Ignore generated files below doc/.
(edit) @3a3f06b0   13 years rsbultje dpcm: convert to bytestream2.
(edit) @f31a68e7   13 years rsbultje interplayvideo: convert to bytestream2.
(edit) @68893afe   13 years martin movenc: Merge if statements This isn't exactly equivalent with the …
(edit) @cb348677   13 years rsbultje h264: fix memleak in error path. Signed-off-by: Ronald S. Bultje …
Note: See TracRevisionLog for help on using the revision log.