source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f9fb574d   14 years anton nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE …
(edit) @87e45ae1   14 years anton rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE …
(edit) @c90626b2   14 years anton hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE …
(edit) @a1f4d075   14 years anton crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel …
(edit) @1afbae10   14 years anton libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation …
(edit) @b2395268   14 years diego vorbisdec: Rename silly "class_" variable to plain "class".
(edit) @81afa5a2   14 years diego simple_idct_alpha: Drop some useless casts.
(edit) @3fd3632f   14 years diego Simplify av_log_missing_feature(). Do not print the results of the …
(edit) @8745e9c4   14 years justin.ruggles ac3enc: remove check for mismatching channels and channel_layout
(edit) @688b09fa   14 years justin.ruggles If AVCodecContext.channels is 0 and AVCodecContext.channel_layout is …
(edit) @168f9e8c   14 years justin.ruggles If AVCodecContext.channel_layout and AVCodecContext.channels are both …
(edit) @3dfc3e70   14 years justin.ruggles cosmetics: indentation
(edit) @8b00ab01   14 years justin.ruggles Check AVCodec.supported_samplerates and AVCodec.channel_layouts in …
(edit) @767848d   14 years justin.ruggles aacdec: remove sf_scale and sf_offset. Instead, scalefactors are …
(edit) @62717940   14 years justin.ruggles aacdec: use a scale of 2 in the LTP MDCT rather than doubling the …
(edit) @d70fa4c4   14 years justin.ruggles Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets …
(edit) @e4744b59   14 years justin.ruggles Large intensity stereo and PNS indices are legal. Clip them instead of …
(edit) @f4e043ff   14 years rsbultje qpeg: use reget_buffer() in decode_frame() Decoder relies on previous …
(edit) @4f0b8059   14 years rsbultje ultimotion: use reget_buffer() in ulti_decode_frame() Decoder relies …
(edit) @4f2954e2   14 years rsbultje smacker: remove unnecessary call to avctx->release_buffer in …
(edit) @5eef4afb   14 years rsbultje avparser: don't av_malloc(0). Signed-off-by: Ronald S. Bultje …
(edit) @79ee8977   14 years justin.ruggles ac3enc: correct the flipped sign in the ac3_fixed encoder
(edit) @e6ff0648   14 years diego Eliminate pointless '#if 1' statements without matching '#else'.
(edit) @9d35fa52   14 years siretart Add AVX FFT implementation. Signed-off-by: Reinhard Tartler …
(edit) @13dfce3d   14 years siretart Increase alignment of av_malloc() as needed by AVX ASM. …
(edit) @33cbfa6f   14 years siretart Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX. …
(edit) @76cd98b4   14 years siretart mjpeg: Detect overreads in mjpeg_decode_scan() and error out. …
(edit) @4bc28232   14 years anton documentation: extend documentation for ffmpeg -aspect option …
(edit) @893722ce   14 years anton APIChanges: update commit hashes for recent additions.
(edit) @bebe72f4   14 years anton lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums …
(edit) @30fe9719   14 years anton aac: add headers needed for log2f() Signed-off-by: Anton Khirnov …
(edit) @6deae83e   14 years anton lavc: remove FF_API_MB_Q cruft
(edit) @694c1424   14 years anton lavc: remove FF_API_RATE_EMU cruft
(edit) @e7021c0e   14 years anton lavc: remove FF_API_HURRY_UP cruft
(edit) @73a4f7c2   14 years anton pad: make the filter parametric Signed-off-by: Stefano Sabatini …
(edit) @0bbb28c7   14 years anton vsrc_movie: add key_frame and pict_type. Signed-off-by: Roger Pau …
(edit) @5eb901cf   14 years anton vsrc_movie: fix leak in request_frame() Also set movie->picref to …
(edit) @10d3940   14 years anton lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. …
(edit) @7a11c82f   14 years anton vsrc_buffer: add sample_aspect_ratio fields to arguments. This fixes …
(edit) @2f84bb42   14 years anton lavfi: add fieldorder filter Signed-off-by: Stefano Sabatini …
(edit) @68e23c08   14 years anton scale: make the filter parametric Make the filter accept parametric …
(edit) @b137bf7d   14 years anton yadif: support 16-bit Fixes by Michael Niedermayer <michaelni@gmx.at> …
(edit) @88312a4d   14 years anton yadif: support more than yuv420p. and correctly support grey8 …
(edit) @d85e18e6   14 years anton yadif: Fix assert() failure Signed-off-by: Anton Khirnov …
(edit) @f80b381b   14 years anton graphparser: add a NULL check on the argument passed to strstr Fix …
(edit) @c61bfc11   14 years anton setdar: prefer "sar" over "par" in log info message This is more …
(edit) @b04d1abb   14 years anton fade: fix draw_slice() check on fade->factor value draw_slice() …
(edit) @9026b27e   14 years anton fade: make draw_slice() chroma check against planes 1 and 2 …
(edit) @ba9327ea   14 years lu_zero win32: include the correct header in cmdutils.c CommandLineToArgvW …
(edit) @6ad2bafc   14 years janne-libav ac3: fix memleak in fixed-point encoder caused by typo in mdct_end
(edit) @a14c0824   14 years diego flashsv: Return more meaningful error values.
(edit) @46cb2da1   14 years diego flashsv: Employ explicit AVCodec struct initializers.
(edit) @23f40a07   14 years rsbultje read AVI palette from the end of extradata Official AVI specification …
(edit) @293fe6da   14 years diego cosmetics: K&R coding style and more whitespace for Flash Screen Video
(edit) @2441003d   14 years diego vorbisdec: Employ proper printf format specifiers for uint_fast32_t. …
(edit) @5f85d49b   14 years martin applehttp: Don't export variant_bitrate if it isn't known If there …
(edit) @ac9cf2e5   14 years martin crypto: Use av_freep instead of av_free Using av_freep is generally …
(edit) @50f7c296   14 years diego configure: Add missing libm library dependencies to .pc files. This …
(edit) @dc713546   14 years diego oggdec: reindent after 8f3eebd6 Signed-off-by: Diego Biurrun …
(edit) @e9251bb5   14 years diego configure: Add missing libavutil inter-library dependencies to .pc …
(edit) @b1ac139d   14 years martin Handle unicode file names on windows All file names should be in …
(edit) @9261e6cf   14 years martin rtp: Rename the open/close functions to alloc/free This avoids …
(edit) @89b503b5   14 years diego Lowercase all ff* program names.
(edit) @3a50894   14 years diego Refer to ff* tools by their lowercase names.
(edit) @43fb279f   14 years diego Replace more FFmpeg instances by Libav or ffmpeg.
(edit) @6252040e   14 years diego Replace by $() syntax in shell scripts. $() is easier to nest and …
(edit) @ff3be572   14 years diego patcheck: Allow overiding grep program(s) through environment …
(edit) @75e8fba8   14 years diego Remove stray libavcore and _g binary references.
(edit) @046f3cb7   14 years diego vorbis: Rename decoder/encoder files to follow general file naming scheme.
(edit) @f50d9377   14 years martin aacenc: Fix whitespace after last commit. Signed-off-by: Martin …
(edit) @62582a69   14 years diego cook: Fix small typo in av_log_ask_for_sample message.
(edit) @230c1a90   14 years martin aacenc: Finish 3GPP psymodel analysis for non mid/side cases. There …
(edit) @cfc2a0cf   14 years alex.converse Remove RDFT dependency from AAC decoder. $subj >From …
(edit) @785c4418   14 years alex.converse Add some debug log messages to AAC extradata On Wed, Apr 20, 2011 at …
(edit) @3583d7cf   14 years alex.converse Fix mov debug (u)int64_t format strings.
(edit) @15919ee   14 years rsbultje bswap: use native types for av_bwap16(). This prevents a call to …
(edit) @6ffd7edd   14 years martin doc: FLV muxing is supported. Signed-off-by: Martin Storsjö …
(edit) @84465f21   14 years martin applehttp: Handle AES-128 encrypted streams This should hopefully fix …
(edit) @6e4f70a8   14 years martin Add a protocol handler for AES CBC decryption with PKCS7 padding This …
(edit) @d5c5a1c7   14 years martin doc: Mention that DragonFly BSD requires BSD_VISIBLE set Setting …
(edit) @d9dee728   14 years diego Use av_log_ask_for_sample() to request samples from users.
(edit) @44f566b7   14 years diego Make av_log_ask_for_sample() accept a variable number of arguments.
(edit) @b2832c39   14 years diego vqavideo: We no longer need to ask for version 1 samples.
(edit) @9978ed7d   14 years diego aacdec: indentation cosmetics Signed-off-by: Diego Biurrun …
(edit) @b4a53314   14 years rsbultje APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition.
(edit) @94f7451a   14 years rsbultje Introduce slice threads flag. Signed-off-by: Ronald S. Bultje …
(edit) @3283f27   14 years rsbultje FATE: allow forcing thread-type when doing threaded fate runs. …
(edit) @70fb031c   14 years diego Use av_log_ask_for_sample() where appropriate.
(edit) @8d67218b   14 years diego error: sort, pack, and align error code and string definitions …
(edit) @ab1adff   14 years diego The stabilization period after version bumps should be one month, not …
(edit) @fe8e0394   14 years martin applehttp: Expose the stream bitrate via metadata This helps callers …
(edit) @cac27579   14 years martin doc: Add some initial docs on the applehttp demuxer Signed-off-by: …
(edit) @23d3931   14 years martin Provide a fallback version of the libm function trunc This fixes …
(edit) @32a12852   14 years martin libavdevice: Define _XOPEN_SOURCE for usleep This hopefully fixes …
(edit) @65af48b5   14 years anton lavc: provide deprecated avcodec_thread_init until next major version …
(edit) @095290f9   14 years anton lavc: provide the opt.h header until the next bump AVOptions were …
(edit) @a975dbc8   14 years anton error: change AVERROR_EOF value The current value is masking the …
(edit) @79157f40   14 years anton error: remove AVERROR_NUMEXPECTED AVERROR_NUMEXPECTED is used only in …
(edit) @58f84639   14 years anton error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c …
(edit) @f83acb09   14 years martin Makefile: Include dependencies for test tools, too This makes …
Note: See TracRevisionLog for help on using the revision log.