36740 Commits (64e4386974b976070fc22ec3153e163de4a3e14e)
 

Author SHA1 Message Date
Ronald S. Bultje 64e4386974 h264: Integrate draw_horiz_band into ff_h264_draw_horiz_band 12 years ago
Stefano Sabatini 70762508ec lavc: Prettify printing of codec tags containing non alphanumeric characters 12 years ago
Martin Storsjö d65522e826 h264: Rename the jpeg_420 pixfmt list to match the common naming structure 12 years ago
Martin Storsjö e760e1d408 avconv: Make sure the encoder exists before inspecting supported_list 12 years ago
Carl Eugen Hoyos 5da5128493 cavs: Add a dependency on h264chroma 12 years ago
Ronald S. Bultje 8d061989dd lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs 12 years ago
Diego Biurrun 5a4e9fe855 avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatch 12 years ago
Luca Barbato 5cf7c72757 shorten: use the unsigned type where needed 12 years ago
Luca Barbato 4c364eb2b8 shorten: report meaningful errors 12 years ago
Luca Barbato a2ad554def shorten: K&R formatting cosmetics 12 years ago
Michael Niedermayer c10da30d84 shorten: set invalid channels count to 0 12 years ago
Luca Barbato 02055b6d40 vorbisdec: check memory allocations 12 years ago
Luca Barbato 4987faee78 h264: check for luma and chroma bit dept being equal 12 years ago
Diego Biurrun c57a593670 hwaccel: consistent name prefixes for start_frame/end_frame/decode_slice 12 years ago
Diego Biurrun 2a7ab2dfaa configure: Use check_builtin() where appropriate 12 years ago
Diego Biurrun 9c7d85b3b4 configure: Add check_builtin convenience function 12 years ago
Diego Biurrun f868b24d0f configure: Add sanitize_var_name convenience function 12 years ago
Diego Biurrun 813b82b927 configure: Fix silly typo in logging command of check_struct() 12 years ago
Janne Grunau 15ea1ac695 fate: remove last incomplete frame from mpeg2-field-enc test 12 years ago
Martin Storsjö 8fbab7a6c8 rtpdec: Initialize some variables to silence compiler warnings 12 years ago
Anton Khirnov 437211ae73 h264: set ref_count to 0 for intra slices. 12 years ago
Anton Khirnov 668e16a0dd h264: on reference overflow, reset the reference count to 0, not 1. 12 years ago
Anton Khirnov e671d3ad6c h264: do not copy ref count/ref2frm when updating per-frame context 12 years ago
Martin Storsjö c5a738ca4e flvdec: Check the return value of a malloc 12 years ago
Martin Storsjö c91c63b538 flvdec: Don't read the VP6 header byte when setting codec type based on metadata 12 years ago
Diego Biurrun 0b31129389 lls: Do not return from void functions 12 years ago
Diego Biurrun 4da950c0ae lls: #ifndef --> #if in FF_API_ version guard 12 years ago
Diego Biurrun e8c52271c4 Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm." 12 years ago
Luca Barbato 399663be9d lls: mark max_order as unsigned short 12 years ago
Luca Barbato 9d4da474f5 lls: move to the private namespace 12 years ago
Luca Barbato 7ac6d2423e lls: K&R formatting cosmetics 12 years ago
Martin Storsjö df0229a7ca avconv: Apply codec options to streams that are copied as well 12 years ago
Martin Storsjö cb6f8245ae cmdutils: Allow calling filter_codec_opts without a set encoder 12 years ago
Martin Storsjö 86611ff123 pnm: Use av_pix_fmt_desc_get instead of accessing the array directly 12 years ago
Martin Storsjö 5c8696555a lavf: Add a fate test for the noproxy pattern matching 12 years ago
Martin Storsjö de9cd1b173 lavf: Handle the environment variable no_proxy more properly 12 years ago
Diego Biurrun e2c272eb36 LICENSE: Move (L)GPLv3 explanation block to a more suitable place 12 years ago
Derek Buitenhuis 57c4c25596 swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB 12 years ago
Diego Biurrun ebc701993f x86: dsputil: Drop some unused function #defines 12 years ago
Diego Biurrun 845cfc92f9 x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxext 12 years ago
Diego Biurrun 096cc11ec1 x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c 12 years ago
Martin Storsjö 31a23a0dc6 x86: dsputil_mmx: Remove leftover inline assembly fragments 12 years ago
Diego Biurrun 3a02b6884c configure: icc: Drop nonsense adding of cpuflags to LDFLAGS 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Diego Biurrun 76b19a3984 Fix a number of incorrect intmath.h #includes. 12 years ago
Justin Ruggles d925cca95f avconv: remove an unused variable 12 years ago
Justin Ruggles e8da807537 cmdutils: only use libavresample when it is enabled 12 years ago
Justin Ruggles 699d02b839 libschroedinger: cosmetics: rename variable avccontext to avctx 12 years ago
Justin Ruggles 09031b4639 vorbisenc: cosmetics: rename variable avccontext to avctx 12 years ago
Justin Ruggles e951b6d94c vorbisdec: cosmetics: rename variable avccontext to avctx 12 years ago