summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mjpegdec: properly report unsupported disabled featuresLuca Barbato2013-05-161-0/+6
* vf_pad: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-74/+74
* vf_overlay: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-21/+21
* vf_lut: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-60/+60
* vf_libopencv: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-26/+26
* vf_hqdn3d: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-42/+42
* vf_hflip: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-8/+8
* vf_gradfun: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-21/+21
* vf_frei0r: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-66/+66
* vf_format: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-5/+5
* vf_fieldorder: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-6/+4
* vf_fieldorder: cosmetics, remove an extra linebreakAnton Khirnov2013-05-161-2/+1
* vf_fade: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-28/+28
* vf_drawtext: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-156/+156
* vf_drawbox: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-24/+24
* vf_delogo: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-15/+15
* vf_cropdetect: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-41/+41
* vf_crop: cosmetics, break linesAnton Khirnov2013-05-161-3/+7
* vf_crop: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-73/+79
* vf_boxblur: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-45/+45
* vf_blackframe: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-7/+7
* vf_aspect: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-12/+12
* Remove commented-out debug #define cruftDiego Biurrun2013-05-1643-103/+0
* jpegls: K&R formatting cosmeticsLuca Barbato2013-05-165-266/+336
* jpegls: cosmetics: Drop some unnecessary parenthesesDiego Biurrun2013-05-153-10/+10
* mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun2013-05-153-37/+0
* Remove commented-out #includesDiego Biurrun2013-05-152-4/+0
* h263dec: Remove broken and disabled debug cruftDiego Biurrun2013-05-151-8/+0
* vc1: Reindent INIT_LUT(), align backslashesMartin Storsjö2013-05-151-18/+18
* configure: Use linker hardening flags on mingwAlex Smith2013-05-151-0/+2
* vc1: Make INIT_LUT() self containedMichael Niedermayer2013-05-151-4/+4
* vc1: Simplify code by using INIT_LUT()Michael Niedermayer2013-05-151-16/+1
* vc1: Move INIT_LUT() further up to allow using it in more placesMichael Niedermayer2013-05-151-19/+19
* vc1dec: Remove some now unused variablesMartin Storsjö2013-05-151-19/+15
* vc1dec: Do not allow field_mode to change after the first headerMichael Niedermayer2013-05-153-6/+14
* vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_headerMartin Storsjö2013-05-152-3/+3
* vc1dec: Fix current ptr selection in vc1_mc_4mv_chroma()Michael Niedermayer2013-05-151-3/+3
* vc1dec: Factorize picture pointer selection in vc1_mc_4mv_chroma()Michael Niedermayer2013-05-151-8/+3
* vc1dec: Factorize picture pointer selection codeMichael Niedermayer2013-05-151-26/+11
* vc1dec: Factorize srcU/V offsetingMichael Niedermayer2013-05-151-8/+11
* vc1dec: Fix tff == 0 handling in init_block_index()Michael Niedermayer2013-05-151-1/+1
* vc1dec: Update destination pointers in context for fieldsMichael Niedermayer2013-05-152-45/+38
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-1523-178/+214
* jpeg2000dec: don't use deprecated PIX_FMT valuesAnton Khirnov2013-05-151-4/+4
* lavfi: fix compatibility code for old vf_scale options syntaxAnton Khirnov2013-05-151-1/+1
* avfiltergraph: simplify inserting conversion filters.Anton Khirnov2013-05-151-6/+2
* Clarify output of av_get_bits_per_pixelKieran Kunhya2013-05-151-1/+2
* fate: update the mmf referenceLuca Barbato2013-05-141-2/+2
* mmf: Write metadata into an Optional Data chunkYoshihisa Uchida2013-05-141-1/+4
* jpeg2000dec: Use correct printf length modifier for pointer differencesDiego Biurrun2013-05-141-2/+2
OpenPOWER on IntegriCloud