source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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, …
(edit) @ccd70d9c   12 years anton vf_yadif: factorize initializing the filtering callbacks Do it all in …
(edit) @3594554a   12 years diego sparc: dsputil: Simplify high_bit_depth checks
(edit) @49fe2807   12 years diego h264idct: Replace duplicate scan8 table by appropriate #include
(edit) @4db96649   12 years diego avutil: Ensure that emms_c is always defined, even on non-x86
(edit) @759a3a21   12 years diego configure: Move MinGW CPPFLAGS setting to libc section, where it belongs
(edit) @ab441e20   12 years diego avutil: Move emms code to x86-specific header
(edit) @130cefc9   12 years derek.buitenhuis doc/platform: Fix 10l typo This error was somehow missed for months. …
(edit) @c650794   12 years diego dsputil: Move STRIDE_ALIGN macro to the only place it is used
(edit) @157542eb   12 years justin.ruggles lavr: fix mixing matrix reduction when normalization is disabled In …
(edit) @600b4c97   12 years justin.ruggles lavr: fix matrix reduction for upmixing in certain cases Do not skip …
(edit) @a3735bb9   12 years justin.ruggles lavr: cosmetics: reindent
(edit) @1647da89   12 years justin.ruggles lavr: make sure that the mix function is reset even if no mixing will …
(edit) @646831e6   12 years justin.ruggles lavr: print out the mix matrix in ff_audio_mix_set_matrix() This will …
(edit) @8ae50d87   12 years justin.ruggles ws-snd1: decode directly to the user-provided AVFrame
(edit) @5a72888   12 years justin.ruggles wmavoice: decode directly to the user-provided AVFrame
(edit) @205a95f7   12 years justin.ruggles wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContext
(edit) @c815ca36   12 years justin.ruggles wma: decode directly to the user-provided AVFrame
(edit) @f4a283ee   12 years justin.ruggles wmapro: decode directly to the user-provided AVFrame
(edit) @9873d71f   12 years justin.ruggles wavpack: decode directly to the user-provided AVFrame
(edit) @ee6ca11b   12 years justin.ruggles vorbis: decode directly to the user-provided AVFrame
(edit) @f80f8dd4   12 years justin.ruggles vmdaudio: decode directly to the user-provided AVFrame
(edit) @3b7d4338   12 years justin.ruggles twinvq: decode directly to the user-provided AVFrame
(edit) @ad2104ba   12 years justin.ruggles tta: decode directly to the user-provided AVFrame
(edit) @3997fef9   12 years justin.ruggles truespeech: decode directly to the user-provided AVFrame
(edit) @4a2b26fc   12 years justin.ruggles tak: decode directly to the user-provided AVFrame
(edit) @903b62cc   12 years justin.ruggles smackaud: decode directly to the user-provided AVFrame
(edit) @09d6831f   12 years justin.ruggles sipr: decode directly to the user-provided AVFrame
Note: See TracRevisionLog for help on using the revision log.