source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1f4f7521   13 years diego libschroedinger: Move a function to avoid a forward declaration.
(edit) @b68c4ac   13 years diego pthread: warn on high thread counts Signed-off-by: Diego Biurrun …
(edit) @a07578f3   13 years diego vf_yadif: fix missing error handling for avfilter_poll_frame()
(edit) @08354bf   13 years anton avprobe: allow showing only one container/stream property. This is …
(edit) @0bbd8747   13 years anton lavfi: support audio in avfilter_copy_frame_props().
(edit) @11b6a824   13 years anton lavfi: avfilter_merge_formats: handle case where inputs are same This …
(edit) @828bd088   13 years anton lavc: add sample rate and channel layout to AVFrame. Rationale is the …
(edit) @37f4a976   13 years lu_zero zerocodec: check if the previous frame is missing ZeroCodec relies on …
(edit) @e004bc16   13 years lu_zero doc: clarify check for NULL pointer style Our code should be terse …
(edit) @fb5c1aae   13 years kostya.shishkov dfa: use more meaningful return codes
(edit) @71a3c59e   13 years kostya.shishkov eatgv: check vector_bits Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @a390aa0   13 years kostya.shishkov eatgv: check motion vectors
(edit) @30b1961c   13 years diego Mark a number of variables only used in av_dlog() calls as av_unused. …
(edit) @b2e92e94   13 years diego dvdec: drop const qualifier from variable to eliminate a warning …
(edit) @ad027866   13 years diego avcodec: Improve comment for thread_safe_callbacks to avoid …
(edit) @be6009d3   13 years diego tests/utils: don't ignore the return value of fwrite() Signed-off-by: …
(edit) @d4ac703c   13 years anton lavfi/formats: use sizeof(var) instead of sizeof(type).
(edit) @f10530b7   13 years anton lavfi: remove avfilter_default_config_input_link() declaration The …
(edit) @25b3babe   13 years anton lavfi: always enable the scale filter and depend on sws. The scale …
(edit) @fd18ee0f   13 years anton vf_split: support user-specifiable number of outputs.
(edit) @dce415e7   13 years anton avconv: remove stray useless comment.
(edit) @29d27b54   13 years janne-libav mpegmux: add stuffing to avoid incomplete PCM frames Fixes …
(edit) @ddce7dab   13 years mans rtsp: avoid const warnings from strtol() call The strtol() interface …
(edit) @0de1319e   13 years mans avserver: check return value of ftruncate() Signed-off-by: Mans …
(edit) @1fdb5649   13 years kostya.shishkov lagarith: make offset array type unsigned This is logical and also …
(edit) @8099187e   13 years kostya.shishkov dfa: add some checks to ensure that decoder won't write past frame end
(edit) @96f7590   13 years mans aacps: NEON optimisations Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @47d18d5   13 years mans aacps: align some arrays This is required for SIMD optimisations. …
(edit) @bf1945af   13 years mans aacps: move some loops to function pointers Signed-off-by: Mans …
(edit) @2ed503af   13 years martin rtpdec_h264: Add missing newlines to av_log calls Signed-off-by: …
(edit) @b97d21e4   13 years martin rtpdec_h264: Free old extradata before clearing the pointer This …
(edit) @3c148703   13 years martin rtpdec_h264: Reorder code blocks This removes one level of …
(edit) @b3688617   13 years martin rtpdec_h264: Make start_sequence a static const array Signed-off-by: …
(edit) @48666c2b   13 years martin rtpdec_h264: Cleanup debug packet type counting Signed-off-by: Martin …
(edit) @0b3ac9fe   13 years martin rtpdec_h264: Cosmetic cleanup Add/fix spacing, split long lines, …
(edit) @f3d471f   13 years martin rtpdec_h264: Clean up comments Split long comments, move long …
(edit) @dee48d0   13 years martin rtpdec_h264: Convert commented out code into setting an unused …
(edit) @f0ccd53a   13 years diego tests: Refactor rotozoom/videogen common code into a separate file.
(edit) @814208a7   13 years diego tests: Mark some file-internal symbols as static.
(edit) @b5a3c603   13 years diego build: Drop leftover .exp pattern from LIBSUFFIXES list.
(edit) @5cb4f1a1   13 years anton vsrc_buffer: return EAGAIN if no frame is available. This is not an …
(edit) @ddffe3de   13 years kostya.shishkov WMAL: Shift output samples by the specified number of padding zeroes. …
(edit) @363c3a44   13 years kostya.shishkov WMAL: Restore removed code in mclms_predict() Based on observations …
(edit) @44f99fe0   13 years martin rtpdec_h264: Remove a useless ifdef assert is a no-op if DEBUG isn't …
(edit) @8d43b8b   13 years martin rtpdec_h264: Remove outdated/useless/incorrect comments RTCP is …
(edit) @5a571d32   13 years martin rtpdec_h264: Remove useless memory corruption checks Signed-off-by: …
(edit) @b7b7354c   13 years martin rtpdec_h264: Return proper error codes Signed-off-by: Martin Storsjö …
(edit) @5245adb9   13 years martin rtpdec_h264: Check the available data length before reading This …
(edit) @de26a4b6   13 years martin rtpdec_h264: Add input size checks This fixes crashes if given too …
(edit) @d2205d65   13 years rsbultje png: check bit depth for PAL8/Y400A pixel formats. Wrong bit depth …
(edit) @273e6af4   13 years rsbultje ea: check chunk_size for validity. Found-by: Mateusz "j00ru" Jurczyk …
(edit) @37ddd383   13 years alex.converse celp filters: Do not read earlier than the start of the 'out' vector. …
(edit) @313f9fbf   13 years mans configure: add POWER[5-7] support Also merge POWER3 and POWER4 …
(edit) @c02efacc   13 years mans arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6 …
(edit) @58b2e0f   13 years mans vqavideo: return error if image size is not a multiple of block size …
(edit) @e5356ebf   13 years justin.ruggles cosmetics: indentation
(edit) @8916f1fb   13 years justin.ruggles avformat: only fill-in interpolated timestamps if duration is non-zero …
(edit) @ff499157   13 years justin.ruggles avformat: remove a workaround for broken timestamps This modifies pts …
(edit) @1d4a0147   13 years derek.buitenhuis mpeg12: fixed parsing in some mpeg2 streams Signed-off-by: Michael …
(edit) @ca93f0fa   13 years derek.buitenhuis Add SMPTE240M transfer characteristics flag. Signed-off-by: Michael …
(edit) @68b9ed83   13 years derek.buitenhuis mpegts: Some additional HDMV types and reg descriptors for mpegts …
(edit) @b5da848f   13 years alex.converse motionpixels: Clip YUV values after applying a gradient. Prevents …
(edit) @5eec5a7   13 years rsbultje jpeg: handle progressive in second field of interlaced. Progressive …
(edit) @1f05dcba   13 years rsbultje ituh263dec: Implement enough of Annex O (scalability) to fix a FPE. …
(edit) @2d22d430   13 years rsbultje h263: more strictly forbid frame size changes with frame-mt. Prevents …
(edit) @732f9fcf   13 years rsbultje h264: additional protection against unsupported size/bitdepth changes. …
(edit) @ac80b812   13 years rsbultje tta: prevents overflows for 32bit integers in header. This prevents …
(edit) @77cfb256   13 years rsbultje configure: remove malloc_aligned. It was to signal that allocations …
(edit) @82a0497   13 years rsbultje vp8: update frame size changes on thread context switches. This …
(edit) @bec207f9   13 years rsbultje snowdsp: explicitily state instruction size. Fixes a compile error …
(edit) @0e23b508   13 years kostya.shishkov wmall: fix reconstructing audio with uncoded channels
(edit) @c8370e6e   13 years kostya.shishkov WMAL cosmetics: fix indentation Signed-off-by: Kostya Shishkov …
(edit) @f1aa859   13 years derek.buitenhuis gitignore: add Win32 library suffixes Signed-off-by: Michael …
(edit) @ababec7b   13 years mans arm: intreadwrite: disable inline asm for gcc 4.7 and later Starting …
(edit) @adebad07   13 years mans arm: intreadwrite: fix inline asm constraints for gcc 4.6 and later …
(edit) @4b7fa553   13 years derek.buitenhuis indeo3: fix motion vector validation The index of the motion vector …
(edit) @ff80c682   13 years derek.buitenhuis pcm_bluray: set bits_per_raw_sample for > 16-bit Signed-off-by: …
(edit) @4bf2e7c5   13 years mans twinvq: fix out of bounds array access ModeTab.fmode has only 3 …
(edit) @4010d724   13 years justin.ruggles lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff type
(edit) @f1ffb01e   13 years justin.ruggles avplay: use libavresample for sample format conversion and channel …
(edit) @e5b7d777   13 years justin.ruggles Fix compilation with YASM/NASM without AVX support. Signed-off-by: …
(edit) @035a394e   13 years kostya.shishkov WMAL: do not output last frame again if nothing was decoded in current …
(edit) @f92f4523   13 years kostya.shishkov WMAL: do not start decoding if frame does not end in current packet …
(edit) @a812ed00   13 years mans adpcm-thp: fix invalid array indexing Indexing outside array limits …
(edit) @c81d1e23   13 years mans ppc: add const where needed in scalarproduct_int16_altivec() …
(edit) @ce82dad7   13 years mans ppc: remove shift parameter from scalarproduct_int16_altivec() The …
(edit) @4c387c70   13 years mans ppc: dsputil: do unaligned block accesses correctly To load unaligned …
(edit) @c75eca9   13 years mans dvenc: do not call dsputil functions with stride not a multiple of 16 …
(edit) @f7ff0999   13 years justin.ruggles APIchanges: fill in some dates and commit hashes
(edit) @0ca4642e   13 years lu_zero mkv: mark corrupted packets and return them Do return error if memory …
(edit) @721af294   13 years lu_zero mkv: forward EMBL block data error Do not return 0 on error.
(edit) @85395ba7   13 years lu_zero avcodec: introduce YCoCg colorspace Non perceptual color model that …
(edit) @ccc2dfbc   13 years lu_zero avcodec: cosmetic cleanup on header Apply coding style to the structs.
(edit) @b12bf032   13 years derek.buitenhuis aac sbr: align struct member by 32 byte. Required because it's used …
(edit) @acb2c79c   13 years mans 4xm: fix invalid array indexing Indexing outside arrays is invalid …
(edit) @7fb8b491   13 years rsbultje rv34dsp: factorize a multiplication in the noround inverse transform …
(edit) @d834ab0f   13 years rsbultje rv40: perform bitwise checks in loop filter Down from 95 kcycles to …
(edit) @774b681b   13 years rsbultje rv34: remove inline keyword from rv34_decode_block(). Force-inlining …
(edit) @0195ab5   13 years rsbultje rv40: change a logical test into a bitwise one. Signed-off-by: Ronald …
(edit) @88027999   13 years rsbultje rv34: remove constant parameter is_block2 was always 0, so just …
Note: See TracRevisionLog for help on using the revision log.