summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dds: Add a rgba fate testVittorio Giovara2015-07-222-1/+3
* dds: Fix 32bpp bitmaps decodingMichael Niedermayer2015-07-221-5/+7
* dds: Fix palette decodingVittorio Giovara2015-07-223-5/+9
* dds: Fix enum declarationVittorio Giovara2015-07-221-2/+2
* asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0Alexandra Hájková2015-07-221-0/+2
* asfdec: close the demuxer properly when read_header is failingAlexandra Hájková2015-07-221-3/+8
* asfdec: factor out seeking to the Data Object outside whileAlexandra Hájková2015-07-221-7/+10
* qsvenc_hevc: use the correct HW plugin UIDAnton Khirnov2015-07-221-1/+1
* checkasm: remove empty array initializer list in h264pred testJanne Grunau2015-07-221-2/+1
* checkasm: Always link staticallyLuca Barbato2015-07-213-4/+6
* dds: Decode using optimal slices sizesLuca Barbato2015-07-211-9/+27
* hap: Decode using optimal slices sizesLuca Barbato2015-07-212-8/+27
* parseutil: Use non ambiguous aliases for uhdLuca Barbato2015-07-212-4/+4
* arm: use a local label instead of the function symbol in ff_prefetch_armJanne Grunau2015-07-201-1/+2
* h264: aarch64: intra prediction optimisationsJanne Grunau2015-07-205-2/+465
* Deprecate avctx.coded_frameVittorio Giovara2015-07-2049-4/+278
* Add a quality factor packet side dataVittorio Giovara2015-07-2012-6/+66
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-2049-419/+17
* flashsvenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-201-1/+1
* ffv1enc: Use input frame to set SAR and interlacingVittorio Giovara2015-07-201-4/+4
* ffv1enc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-202-5/+7
* qtrleenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-201-8/+14
* libtheoraenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-201-1/+1
* libvpxenc: Do not entangle coded_frameVittorio Giovara2015-07-201-15/+15
* libxvid: Do not entangle coded_frameVittorio Giovara2015-07-201-9/+9
* svq1enc: Do not entangle coded_frameVittorio Giovara2015-07-202-15/+21
* proresenc: Do not entangle coded_frameVittorio Giovara2015-07-201-7/+8
* a64multienc: Do not entangle coded_frameVittorio Giovara2015-07-201-6/+5
* roqvideoenc: Drop unneeded initializationVittorio Giovara2015-07-201-2/+0
* mpegvideo_enc: Drop unnneded initializationVittorio Giovara2015-07-201-2/+0
* parseutil: Add more resolution aliasesLuca Barbato2015-07-202-0/+12
* qsvenc: properly handle asynchronous encodingAnton Khirnov2015-07-192-15/+82
* qsvdec: properly handle asynchronous decodingAnton Khirnov2015-07-193-8/+38
* af_resample: do not touch the timestamps if we are not resamplingAnton Khirnov2015-07-191-19/+31
* avconv: split creating and (re-)configuring complex filtergraphsAnton Khirnov2015-07-194-39/+70
* avconv: create the complex filtergraphs earlierAnton Khirnov2015-07-191-5/+7
* avconv: move the no streams failure to open_output_file()Anton Khirnov2015-07-192-10/+6
* avconv: factor out the output stream initializationAnton Khirnov2015-07-191-46/+57
* avconv: use read_file() for reading the 2pass statsAnton Khirnov2015-07-193-70/+3
* avconv: move handling the 2pass logfile into avconv_optAnton Khirnov2015-07-192-34/+34
* avconv: set the encoding/decoding_needed flags earlierAnton Khirnov2015-07-192-4/+11
* avconv: drop update_sample_fmt()Anton Khirnov2015-07-191-70/+1
* asfdec: make nb_sub to be unsigned intAlexandra Hájková2015-07-191-1/+1
* asfdec: read the replicated data in a separate functionAlexandra Hájková2015-07-191-13/+24
* asfdec: convert condition for the replicated data reading to be saferAlexandra Hájková2015-07-191-2/+2
* asfdec: do not read replicated data when their length is 0Alexandra Hájková2015-07-191-11/+13
* fate: add checkasm targetJanne Grunau2015-07-182-0/+6
* checkasm: test all architectures with optimisationsJanne Grunau2015-07-181-1/+15
* checkasm: Give macro a body to avoid potential unexpected syntax issuesMichael Niedermayer2015-07-181-1/+1
* checkasm: exit with status 0 instead of 1 if there are no tests to performHenrik Gramner2015-07-181-1/+1