source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @488a5b3f   13 years rsbultje tmv decoder: set correct pix_fmt Previously the decoder only worked …
(edit) @0ea5b442   13 years mans build: link test programs with static libraries Many of the test …
(edit) @e064d46e   13 years mans dct-test: remove unused variable cropTbl Signed-off-by: Mans Rullgard …
(edit) @72dafea0   13 years mans swscale: fix overflow in gray16 vertical scaling. This fixes the same …
(edit) @86a10281   13 years mans get_bits: remove LAST_SKIP_CACHE macro This macro is empty since the …
(edit) @77d88b87   13 years mans swscale: fix integer overflows in RGB pixel writing. We're shifting …
(edit) @b4dc6880   13 years janne-libav swscale: add endian conversion for RGB555 and RGB444 pixel formats …
(edit) @be1bafc3   13 years mans swscale: fix overflows in output of RGB48 pixels. For certain types …
(edit) @5d8122db   13 years mans get_bits: remove strange/obsolete comments Signed-off-by: Mans …
(edit) @e42bb0ee   13 years mans get_bits: whitespace (mostly) cosmetics Signed-off-by: Mans Rullgard …
(edit) @ed46a3d   13 years janne-libav swscale: add rgb565 endianess conversion
(edit) @adb28c49   13 years mans get_bits: remove unnecessary #includes Signed-off-by: Mans Rullgard …
(edit) @ac08f798   13 years mans mp3dec: hack: fix decoding with safe bitstream reader The buffer …
(edit) @583d3b7   13 years mans fate: fix eatqi test The sample has an incomplete last frame. …
(edit) @e614fac2   13 years justin.ruggles adpcm: Check for channels to be a non-zero integer channels would be …
(edit) @43918059   13 years mans swscale: fix overflows in RGB rounding constants. Signed-off-by: Mans …
(edit) @8cfbbd92   13 years mans get_bits: introduce safe bitreading to prevent overreads. When turned …
(edit) @a1e98f19   13 years mans get_bits: remove A32 variant The A32 bitstream reader variant is only …
(edit) @a7b5e841   13 years anton avconv: support stream specifiers in -metadata and -map_metadata …
(edit) @bb9747c8   13 years anton wavpack: Fix 32-bit clipping In the case that (frame_flags & 0x03) == …
(edit) @365e1ec2   13 years anton wavpack: Clip samples after shifting It doesn't make much sense to …
(edit) @0b4c3232   13 years rsbultje h264: don't drop B-frames after next keyframe on POC reset. The …
(edit) @b8909cb3   13 years mans get_bits: remove useless pointer casts These pointers are already of …
(edit) @54e75be4   13 years diego configure: refactor lists of tests and components into variables
(edit) @11b1db27   13 years mans rv40: NEON optimised weak loop filter Signed-off-by: Mans Rullgard …
(edit) @65a25adc   13 years martin mpegts: replace some magic numbers with the existing define …
(edit) @72cb904   13 years janne-libav swscale: add unscaled packed 16 bit per component endianess conversion
(edit) @d3b8bde2   13 years alex.converse movenc: Rudimentary IODs support.
(edit) @dabba0c6   13 years mans v410enc: fix output buffer size check The encoder clearly needs width …
(edit) @0249144a   13 years mans v410enc: include correct headers This file does not use anything from …
(edit) @ef5756a   13 years janne-libav fate: add -pix_fmt rgb48le to r210 test Fixes checksum on big endian …
(edit) @bd2ff1a8   13 years martin flvenc: Support muxing 16 kHz nellymoser Signed-off-by: Martin …
(edit) @055c61b8   13 years diego configure: refactor list of programs into a variable
(edit) @beaf4012   13 years janne-libav fate: add r210 decoder test Signed-off-by: Janne Grunau …
(edit) @6146d78   13 years diego fate: split off Indeo FATE tests into their own file
(edit) @44b7e1b9   13 years diego fate: split off ATRAC FATE tests into their own file
(edit) @6c3abd70   13 years diego fate: Add FATE tests for v410 encoder and decoder Signed-off-by: …
(edit) @b536c7a3   13 years mans ARM: fix external symbol refs in rv40 asm External symbol references …
(edit) @566ee0ea   13 years martin westwood: Make sure audio header info is present when parsing audio …
(edit) @1b35af32   13 years martin libgsm: Reset the MS mode of GSM in the flush function The mode is …
(edit) @8637af8d   13 years martin libgsm: Set options on the right object This fixes regressions in …
(edit) @f7de5235   13 years mans ARM: dca: disable optimised decode_blockcodes() for old gcc Old gcc …
(edit) @115a5730   13 years martin applehttp: Properly clean up if unable to probe a segment This avoids …
(edit) @c41b9842   13 years martin applehttp: Avoid reading uninitialized memory Signed-off-by: Martin …
(edit) @61ad9a4b   13 years diego fate: Replace misleading "aac" in the name of an ADTS test with "adts".
(edit) @80726be4   13 years diego fate: Drop pointless "-an" from pictor test command.
(edit) @d69a03ef   13 years diego fate: split off image codec FATE tests into their own file
(edit) @b998aec4   13 years diego fate: split off WMA codec FATE tests into their own file
(edit) @86027674   13 years diego fate: split off lossless video and audio FATE tests into their own files
(edit) @f8c47cb8   13 years diego fate: split off qtrle codec FATE tests into their own file
(edit) @42de665d   13 years diego fate: split off Ut Video codec FATE tests into their own file
(edit) @753a5063   13 years diego fate: split off screen codec FATE tests into their own file
(edit) @bad3817   13 years diego fate: split off Real Inc. codec FATE tests into their own file
(edit) @bf692357   13 years diego fate: split off AC-3 codec FATE tests into their own file
(edit) @4f820131   13 years lu_zero mpegvideo: remove abort() in ff_find_unused_picture() Signed-off-by: …
(edit) @71ce7602   13 years mans rv40: NEON optimised loop filter strength selection Signed-off-by: …
(edit) @d8edf1b5   13 years mans rv40: rearrange loop filter functions This splits the loop filter …
(edit) @3e0b1c9a   13 years diego configure: cosmetics: sort some lists where appropriate
(edit) @3c62a71   13 years diego swscale_mmx: drop no longer required parameters from VSCALEX macros
(edit) @52de07e   13 years diego swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions.
(edit) @88b9735   13 years diego build: conditionally compile x86 H.264 chroma optimizations
(edit) @80f6c0bb   13 years diego v410 encoder and decoder v410 is a packed 10-bit 4:4:4 YCbCr format …
(edit) @86ae5124   13 years diego doc: make developer.texi point to correct fate doc Signed-off-by: …
(edit) @144904e9   13 years diego build: rename subdir.mak ---> library.mak
(edit) @0d9bd2d5   13 years diego configure: do not manually enable protocols Protocols are handled …
(edit) @a99273eb   13 years martin ulti: Fix invalid reads Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @4badb386   13 years lu_zero lavf: dealloc private options in av_write_trailer Fix the …
(edit) @d32eed5c   13 years lu_zero yadif: support 10bit YUV Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(edit) @4f3667ba   13 years lu_zero vc1: mark with ER_MB_ERROR bits overconsumption This patch is a …
(edit) @63ccd466   13 years lu_zero lavc: introduce ER_MB_END and ER_MB_ERROR Simplify a little error …
(edit) @5bf2ac2b   13 years lu_zero error_resilience: use the ER_ namespace Add the namespace to …
(edit) @878dda5   13 years mans build: move inclusion of subdir.mak to main subdir loop …
(edit) @4722a03   13 years mans rv34: NEON optimised 4x4 dequant Signed-off-by: Mans Rullgard …
(edit) @40901fc1   13 years mans rv34: move 4x4 dequant to RV34DSPContext Signed-off-by: Mans Rullgard …
(edit) @5cd56e19   13 years alex.converse aacdec: Use intfloat.h rather than local punning union.
(edit) @58c42af7   13 years diego doxygen: misc consistency, spelling and wording fixes
(edit) @8b494b7b   13 years diego vcr1: drop unnecessary emms_c() calls without MMX code Signed-off-by: …
(edit) @cd3716b9   13 years anton Replace all uses of av_close_input_file() with avformat_close_input().
(edit) @52660454   13 years anton lavf: add avformat_close_input(). It sets the supplied …
(edit) @3a7f7678   13 years anton lavf: deprecate av_close_input_stream(). And remove all its uses.
(edit) @59826cab   13 years anton lavf doxy: add some basic demuxing documentation.
(edit) @ccbc1068   13 years anton lavf doxy: add some general lavf information.
(edit) @abf2c2d7   13 years anton lavf doxy: add misc utility functions to a group.
(edit) @c8dffc02   13 years anton lavf doxy: add av_guess_codec/format to the encoding group.
(edit) @469c62d0   13 years anton lavf doxy: add core functions to a doxy group.
(edit) @1be32305   13 years anton Add basic libavdevice documentation.
(edit) @5b22d6e1   13 years anton lavc: convert error_recognition to err_recognition. Signed-off-by: …
(edit) @f6cf4be8   13 years janne-libav avconv: update -map option help text
(edit) @f1dba9e4   13 years martin x86: Require 7 registers for the cabac asm The change in 599b4c6ef …
(edit) @5b0d35ea   13 years mans x86: bswap: remove test for bswap instruction Firstly, this test …
(edit) @f64c2e71   13 years mans bswap: make generic implementation more compiler-friendly With these …
(edit) @5695ae46   13 years mans h264: remove useless cast Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @179ae53f   13 years mans proresdec: fix decode_slice() prototype Make the function prototype …
(edit) @599b4c6e   13 years mans x86: cabac: replace explicit memory references with "m" operands This …
(edit) @b11ce856   13 years justin.ruggles avplay: don't request a stereo downmix Multi-channel output works …
(edit) @4424fe9c   13 years mans wmapro: use av_float2int() Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @a09bb3ba   13 years mans lavc: avoid invalid memcpy() in avcodec_default_release_buffer() When …
(edit) @3383a53e   13 years mans lavu: replace int/float punning functions The existing functions …
(edit) @5b3265a7   13 years anton lavfi: install libavfilter/vsrc_buffer.h It declares API necessary …
(edit) @373211d8   13 years mans Remove extraneous semicolons These semicolons cause invalid empty …
Note: See TracRevisionLog for help on using the revision log.