source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c5a738c   12 years martin flvdec: Check the return value of a malloc The callers of this …
(edit) @c91c63b5   12 years martin flvdec: Don't read the VP6 header byte when setting codec type based …
(edit) @0b311293   12 years diego lls: Do not return from void functions
(edit) @4da950c0   12 years diego lls: #ifndef --> #if in FF_API_ version guard
(edit) @e8c52271   12 years diego Revert "Move H264/QPEL specific asm from dsputil.asm to …
(edit) @399663be   12 years lu_zero lls: mark max_order as unsigned short The value is within 0 and 32. …
(edit) @9d4da474   12 years lu_zero lls: move to the private namespace The functions are private.
(edit) @7ac6d242   12 years lu_zero lls: K&R formatting cosmetics
(edit) @df0229a7   12 years martin avconv: Apply codec options to streams that are copied as well This …
(edit) @cb6f8245   12 years martin cmdutils: Allow calling filter_codec_opts without a set encoder In …
(edit) @86611ff1   12 years martin pnm: Use av_pix_fmt_desc_get instead of accessing the array directly …
(edit) @5c86965   12 years martin lavf: Add a fate test for the noproxy pattern matching Signed-off-by: …
(edit) @de9cd1b1   12 years martin lavf: Handle the environment variable no_proxy more properly The …
(edit) @e2c272eb   12 years diego LICENSE: Move (L)GPLv3 explanation block to a more suitable place
(edit) @57c4c255   12 years derek.buitenhuis swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB …
(edit) @ebc70199   12 years diego x86: dsputil: Drop some unused function #defines
(edit) @845cfc92   12 years diego x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to …
(edit) @096cc11e   12 years diego x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c
(edit) @31a23a0d   12 years martin x86: dsputil_mmx: Remove leftover inline assembly fragments These …
(edit) @3a02b688   12 years diego configure: icc: Drop nonsense adding of cpuflags to LDFLAGS This …
(edit) @c242bbd8   12 years diego Remove unnecessary dsputil.h #includes
(edit) @76b19a3   12 years diego Fix a number of incorrect intmath.h #includes.
(edit) @d925cca9   12 years justin.ruggles avconv: remove an unused variable
(edit) @e8da807   12 years justin.ruggles cmdutils: only use libavresample when it is enabled avprobe and …
(edit) @699d02b8   12 years justin.ruggles libschroedinger: cosmetics: rename variable avccontext to avctx This …
(edit) @09031b4   12 years justin.ruggles vorbisenc: cosmetics: rename variable avccontext to avctx This is …
(edit) @e951b6d9   12 years justin.ruggles vorbisdec: cosmetics: rename variable avccontext to avctx This is …
(edit) @b2d688ea   12 years diego configure: Identify icc compiler with a less ambiguous pattern
(edit) @b58b00ae   12 years diego configure: Separate "ln" command line arguments This is more …
(edit) @23bd9ef4   12 years lu_zero vorbisdec: Accept 0 amplitude_bits The specification does not prevent …
(edit) @5b47c19b   12 years lu_zero vorbisdec: Add missing checks Rate and order must not be 0 even if …
(edit) @fc386f2e   12 years lu_zero vorbisdec: cosmetics Use the commonly used "if (!var)" instead of "if …
(edit) @11dcecfc   12 years lu_zero vorbisdec: Error on bark_map_size equal to 0. The value is used to …
(edit) @3d035d5a   12 years diego dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation
(edit) @04cccb5f   12 years diego configure: List external libs used using print_enabled() This cuts …
(edit) @3fc09b00   12 years diego configure: Move list of external libs to a separate variable …
(edit) @45235ac4   12 years diego configure: Move x11grab option to a more suitable place in the help output
(edit) @b2eea615   12 years justin.ruggles lavr: allow setting internal_sample_fmt option by string
(edit) @50f4337a   12 years justin.ruggles lavr: Add "resample_cutoff" option as a duplicate of "cutoff" Avoids …
(edit) @5c7db097   12 years justin.ruggles avconv: pass libavresample options to AVFilterGraph
(edit) @9f122356   12 years justin.ruggles lavfi: connect libavresample options to af_resample via AVFilterGraph
(edit) @d7c45043   12 years justin.ruggles ac3dec: validate channel output mode against channel count Damaged …
(edit) @82ca17ac   12 years diego configure: Fix vaapi/vda/vdpau dependency declarations
(edit) @215cdd35   12 years diego configure: Refactor dxva2api.h dependency declarations
(edit) @4cc4b33f   12 years diego build: Add proper infrastructure for adding and checking host CPPFLAGS
(edit) @2aac411f   12 years diego configure: Simplify VDPAU header check
(edit) @9840130e   12 years diego configure: Simplify VDA header and extralibs check
(edit) @0a8da1a3   12 years diego configure: Do not redundantly list enabled hwaccel libs The enabled …
(edit) @7432e872   12 years diego configure: Add print_3_columns helper function and use where appropriate
(edit) @040c565e   12 years diego doc: developer: Allow tabs in the vim configuration for Automake files …
(edit) @94ee7da0   12 years diego Remove pointless av_cold attributes in header files The init …
(edit) @b5f536d2   12 years kostya.shishkov pnm: add high-bitdepth PGMYUV support for both encoder and decoder
(edit) @2f325a6f   12 years anton libx264: change i_qfactor to use x264cli's default This also allows …
(edit) @d8a74d1d   12 years anton qtrle: use AV_LOG_ERROR in an error message.
(edit) @7b4f9115   12 years anton qtrle: cosmetics, reformat CHECK_PIXEL_PTR() macro
(edit) @e1065924   12 years anton qtrle: add more checks against pixel_ptr being negative. …
(edit) @4f3b058c   12 years anton cavs: initialize various context tables to 0 Avoids crashes with …
(edit) @0dff40bf   12 years anton mlpdec: do not try to allocate a zero-sized output buffer. …
(edit) @56daf10e   12 years anton mov: use the format context for logging. CC:libav-stable@libav.org
(edit) @ddfe124   12 years anton flicvideo: avoid an infinite loop in byte run compression When …
(edit) @067432c1   12 years anton loco: check that there is data left after decoding a plane. …
(edit) @de6dfa2b   12 years anton lagarith: avoid infinite loop in lag_rac_refill() range == 0 happens …
(edit) @f935aca   12 years anton av_memcpy_backptr: avoid an infinite loop for back = 0 …
(edit) @8097fc9a   12 years anton 4xm: check the return value of read_huffman_tables(). …
(edit) @311443f6   12 years martin x86: h264: Don't use redzone in AVX h264_deblock on Win64 This fixes …
(edit) @a0a1ac0f   12 years diego dxva2: Add missing #define to make header compile standalone
(edit) @3e85b46e   12 years diego arm: vp8: Add missing #includes for header to compile standalone
(edit) @b5ad422b   12 years diego doc: filters: Correct BNF FILTER description Signed-off-by: Diego …
(edit) @c9ad5f59   12 years diego intreadwrite: tomi: Add missing attributes.h #include for av_always_inline
(edit) @8a11ce43   12 years diego build: Ensure that output directories for header objects are created
(edit) @26ee5ca0   12 years martin h264: Get rid of unnecessary casts This gets rid of a number of …
(edit) @fae6fd5b   12 years martin h264/svq3: Stop using draw_edges Instead, only extend edges on-demand …
(edit) @7ebfb466   12 years martin h264: Don't store intra pcm samples in h->mb Instead, keep them in …
(edit) @9918f57d   12 years martin get_bits: Return pointer to buffer that is the result of the alignment …
(edit) @2ed00820   12 years martin h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from …
(edit) @e5ffffe4   12 years martin h264chroma: Remove duplicate 9/10 bit functions These functions do …
(edit) @0c0828ec   12 years martin x86: Use simple nop codes for <= sse (rather than <= mmx) The …
(edit) @f859678f   12 years martin vp56: Remove clear_blocks call, and clear alpha plane U/V DC only The …
(edit) @9acd23d6   12 years diego x86: dsputil: Fix h263 loop filter link error in some configurations …
(edit) @7a03145e   12 years diego x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size …
(edit) @202b5f6d   12 years diego doc: Fix some obsolete references to av* tools as ff* tools …
(edit) @7f3624dc   12 years lu_zero svq3: unbreak decoding a7d2861d36756b913e85681b86ed3385274e8ced
(edit) @aa11cb79   12 years lu_zero build: make audio_frame_queue a stand-alone component Encoders …
(edit) @870a0c66   12 years lu_zero build: The libopencore-amrnb encoder depends on audio_frame_queue CC: …
(edit) @8837f439   12 years lu_zero libopencore-amrwb: Make AMR-WB ifdeffery more precise The library …
(edit) @e6bda9a9   12 years lu_zero libopencore-amr: Conditionally compile decoder and encoder bits CC: …
(edit) @56632fef   12 years lu_zero libopencore-amrnb: cosmetics: Group all encoder-related code together …
(edit) @0b70fb1d   12 years lu_zero dsputil: convert remaining op_pixels_func Convert to diffptr_t the …
(edit) @488f87be   12 years siretart roqvideodec: check dimensions validity Found-by: Mateusz "j00ru" …
(edit) @f7d18deb   12 years siretart vqavideo: check chunk sizes before reading chunks Fixes out of array …
(edit) @39bec05e   12 years siretart qdm2: check array index before use, fix out of array accesses …
(edit) @1f8f43a5   12 years anton error_resilience: add required headers.
(edit) @2c541554   12 years anton h264: deMpegEncContextize Most of the changes are just trivial are …
(edit) @1d0feb5d   12 years anton mpegvideo: split ff_draw_horiz_band(). Split out dependency on …
(edit) @54974c62   12 years anton error_resilience: decouple ER from MpegEncContext
(edit) @d9ebb00   12 years anton svq3: remove a pointless if() The H264 context is always …
(edit) @2491f9ee   12 years anton h264: remove a pointless if() !encoding is always true, we do not …
(edit) @68f930d2   12 years anton h264: simplify calls to ff_er_add_slice(). partitioned_frame is never …
(edit) @d2a25c40   12 years anton get_buffer(): do not initialize the data. There may be more decoders …
(edit) @64ed3976   12 years anton vf_yadif: fix out-of line reads Some changes in the border pixels, …
Note: See TracRevisionLog for help on using the revision log.