summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger2013-03-07
* lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje2013-03-07
* h264: Integrate draw_horiz_band into ff_h264_draw_horiz_bandRonald S. Bultje2013-03-07
* lavc: Prettify printing of codec tags containing non alphanumeric charactersStefano Sabatini2013-03-07
* h264: Rename the jpeg_420 pixfmt list to match the common naming structureMartin Storsjö2013-03-07
* avconv: Make sure the encoder exists before inspecting supported_listMartin Storsjö2013-03-06
* cavs: Add a dependency on h264chromaCarl Eugen Hoyos2013-03-06
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-06
* avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatchDiego Biurrun2013-03-06
* shorten: use the unsigned type where neededLuca Barbato2013-03-06
* shorten: report meaningful errorsLuca Barbato2013-03-06
* shorten: K&R formatting cosmeticsLuca Barbato2013-03-06
* shorten: set invalid channels count to 0Michael Niedermayer2013-03-06
* vorbisdec: check memory allocationsLuca Barbato2013-03-06
* h264: check for luma and chroma bit dept being equalLuca Barbato2013-03-05
* hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun2013-03-05
* configure: Use check_builtin() where appropriateDiego Biurrun2013-03-05
* configure: Add check_builtin convenience functionDiego Biurrun2013-03-05
* configure: Add sanitize_var_name convenience functionDiego Biurrun2013-03-05
* configure: Fix silly typo in logging command of check_struct()Diego Biurrun2013-03-05
* fate: remove last incomplete frame from mpeg2-field-enc testJanne Grunau2013-03-04
* rtpdec: Initialize some variables to silence compiler warningsMartin Storsjö2013-03-02
* h264: set ref_count to 0 for intra slices.Anton Khirnov2013-03-02
* h264: on reference overflow, reset the reference count to 0, not 1.Anton Khirnov2013-03-02
* h264: do not copy ref count/ref2frm when updating per-frame contextAnton Khirnov2013-03-02
* flvdec: Check the return value of a mallocMartin Storsjö2013-03-02
* flvdec: Don't read the VP6 header byte when setting codec type based on metadataMartin Storsjö2013-03-02
* lls: Do not return from void functionsDiego Biurrun2013-03-01
* lls: #ifndef --> #if in FF_API_ version guardDiego Biurrun2013-03-01
* Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun2013-02-28
* lls: mark max_order as unsigned shortLuca Barbato2013-02-28
* lls: move to the private namespaceLuca Barbato2013-02-28
* lls: K&R formatting cosmeticsLuca Barbato2013-02-28
* avconv: Apply codec options to streams that are copied as wellMartin Storsjö2013-02-28
* cmdutils: Allow calling filter_codec_opts without a set encoderMartin Storsjö2013-02-28
* pnm: Use av_pix_fmt_desc_get instead of accessing the array directlyMartin Storsjö2013-02-28
* lavf: Add a fate test for the noproxy pattern matchingMartin Storsjö2013-02-27
* lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-27
* LICENSE: Move (L)GPLv3 explanation block to a more suitable placeDiego Biurrun2013-02-27
* swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGBDerek Buitenhuis2013-02-27
* x86: dsputil: Drop some unused function #definesDiego Biurrun2013-02-26
* x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun2013-02-26
* x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-26
* x86: dsputil_mmx: Remove leftover inline assembly fragmentsMartin Storsjö2013-02-27
* configure: icc: Drop nonsense adding of cpuflags to LDFLAGSDiego Biurrun2013-02-26
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* Fix a number of incorrect intmath.h #includes.Diego Biurrun2013-02-26
* avconv: remove an unused variableJustin Ruggles2013-02-25
* cmdutils: only use libavresample when it is enabledJustin Ruggles2013-02-25