aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* avutil/softfloat: move av_sincos_sf() back to headerJames Almer2015-07-223-51/+48
| | | | | | | Fixes compilation of host tool aacps_fixed_tablegen Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* libavcodec/qsvdec_h264.c: SPS parsing is now performed by ↵Ivan Uskov2015-07-233-114/+58
| | | | | | MFXVideoDECODE_DecodeHeader() in libavcodec/qsvdec.c Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/checkasm/h264pred: Use LOCAL_ALIGNED_16()Michael Niedermayer2015-07-231-2/+3
| | | | | | Fixes alignment issue and bus errors Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests/checkasm/h264qpel: Use LOCAL_ALIGNED_16()Michael Niedermayer2015-07-231-4/+5
| | | | | | Fixes alignment issue and bus errors Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Edit documentation and versioning for the fixed point AAC decoderJovan Zelincevic2015-07-224-2/+7
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: Minor macro polishingNedeljko Babic2015-07-225-38/+21
| | | | | | | | Use macros from aac_defines.h for adding suffixes instead of local macros. Signed-off-by: Nedeljko Babic <nedeljko.babic@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: Make ffprobe tests depend on avdeviceMichael Niedermayer2015-07-221-7/+9
| | | | | | | | | The test file they use needs avdevice to be created Probably fixes Ticket 4455 Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests: Add aac_fixed decoder testNedeljko Babic2015-07-221-1/+57
| | | | | Signed-off-by: Nedeljko Babic <nedeljko.babic@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: Implementation of AAC_fixed_decoder (PS-module)Djordje Pesut2015-07-2214-350/+571
| | | | | | | Add fixed point implementation. Signed-off-by: Nedeljko Babic <nedeljko.babic@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: Table creation for AAC_fixed_decoder (PS-module)Jovan Zelincevic2015-07-224-71/+535
| | | | | | | Add fixed point implementation of functions for generating tables. Signed-off-by: Nedeljko Babic <nedeljko.babic@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: remove unused sd variablesMichael Niedermayer2015-07-224-4/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/dump: Also print pict_type in dump_sidedata() for ↵Michael Niedermayer2015-07-221-1/+1
| | | | | | AV_PKT_DATA_QUALITY_STATS Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/libx264: Export choosen pict_typeMichael Niedermayer2015-07-221-6/+11
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/dnxhdenc: Set pict type for AV_PKT_DATA_QUALITY_STATS correctlyMichael Niedermayer2015-07-221-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/libxavs: Export pict_type in side dataMichael Niedermayer2015-07-221-6/+10
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer2015-07-2213-46/+65
| | | | | | | | | The stats are a superset of the quality factor, also allowing the picture type and encoder "PSNR" stats to be exported This also replaces the native by fixed little endian order for the affected side data AV_PKT_DATA_QUALITY_FACTOR is left as a synonym of AV_PKT_DATA_QUALITY_STATS Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* apng: Fix decoding images with the PREVIOUS dispose opDonny Yang2015-07-221-20/+27
|
* Merge commit '21c90d86d27c2143354c7d782050a779b0986eb1'Michael Niedermayer2015-07-221-0/+1
|\ | | | | | | | | | | | | * commit '21c90d86d27c2143354c7d782050a779b0986eb1': mpegvideo: Add missing include Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * mpegvideo: Add missing includeVittorio Giovara2015-07-221-0/+1
| |
* | Merge commit 'a16854892c3af945d3ab0015699a0c9884f0a89a'Michael Niedermayer2015-07-222-1/+3
|\| | | | | | | | | | | | | * commit 'a16854892c3af945d3ab0015699a0c9884f0a89a': dds: Add a rgba fate test Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * dds: Add a rgba fate testVittorio Giovara2015-07-222-1/+3
| |
* | avfilter: add deband filterPaul B Mahol2015-07-226-1/+353
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'd08d8b61aa9f07d3ea993fe5392f7408c958d221'Michael Niedermayer2015-07-220-0/+0
|\| | | | | | | | | | | | | | | | | | | | | * commit 'd08d8b61aa9f07d3ea993fe5392f7408c958d221': dds: Fix 32bpp bitmaps decoding Conflicts: libavcodec/dds.c See: 5c583b141980102530c75d2756b06766742532a1 Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * dds: Fix 32bpp bitmaps decodingMichael Niedermayer2015-07-221-5/+7
| | | | | | | | | | Found-By: ami_stuff Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit '57214b2f7f9b1ccfd61e232e8989b5ee850f169c'Michael Niedermayer2015-07-220-0/+0
|\| | | | | | | | | | | | | | | | | | | | | * commit '57214b2f7f9b1ccfd61e232e8989b5ee850f169c': dds: Fix palette decoding Conflicts: libavcodec/dds.c See: 36a87c2dc7f302da3778bd0cff050b5c93a730c7 Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * dds: Fix palette decodingVittorio Giovara2015-07-223-5/+9
| | | | | | | | | | | | Red and blue channels were decoded in the wrong order. Found-By: ami_stuff
* | Merge commit 'ea4d46e72945cba37feb7aa154eb970732f513e4'Michael Niedermayer2015-07-221-2/+2
|\| | | | | | | | | | | | | * commit 'ea4d46e72945cba37feb7aa154eb970732f513e4': dds: Fix enum declaration Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * dds: Fix enum declarationVittorio Giovara2015-07-221-2/+2
| | | | | | | | Drop the global variables with anonymous enum type.
* | Merge commit '2a187a074a7f5ad9f01f72ac9715ddfcb2dbb8ec'Michael Niedermayer2015-07-221-0/+2
|\| | | | | | | | | | | | | * commit '2a187a074a7f5ad9f01f72ac9715ddfcb2dbb8ec': asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0 Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0Alexandra Hájková2015-07-221-0/+2
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '93f16f338f9e8aba0c006752eb3afc3fe6e137fd'Michael Niedermayer2015-07-221-3/+8
|\| | | | | | | | | | | | | * commit '93f16f338f9e8aba0c006752eb3afc3fe6e137fd': asfdec: close the demuxer properly when read_header is failing Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * asfdec: close the demuxer properly when read_header is failingAlexandra Hájková2015-07-221-3/+8
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '5655236a67203d923755f285584c6e68abe7e33f'Michael Niedermayer2015-07-221-7/+10
|\| | | | | | | | | | | | | * commit '5655236a67203d923755f285584c6e68abe7e33f': asfdec: factor out seeking to the Data Object outside while Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * asfdec: factor out seeking to the Data Object outside whileAlexandra Hájková2015-07-221-7/+10
| | | | | | | | | | | | return INVALIDDARA if Data Object was not found Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit 'ecee1148af4989e1f9e16f0cdc9f98ad2045538c'Michael Niedermayer2015-07-221-1/+1
|\| | | | | | | | | | | | | * commit 'ecee1148af4989e1f9e16f0cdc9f98ad2045538c': qsvenc_hevc: use the correct HW plugin UID Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * qsvenc_hevc: use the correct HW plugin UIDAnton Khirnov2015-07-221-1/+1
| |
* | Merge commit 'e605bf3b590d295f215fcc9fd58eb11be55b68cb'Michael Niedermayer2015-07-221-2/+1
|\| | | | | | | | | | | | | * commit 'e605bf3b590d295f215fcc9fd58eb11be55b68cb': checkasm: remove empty array initializer list in h264pred test Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * checkasm: remove empty array initializer list in h264pred testJanne Grunau2015-07-221-2/+1
| | | | | | | | Fixes MSVC compilation.
* | Merge commit '3ae0e721c7b6e0483801b9039b3d140e3b68b7f5'Michael Niedermayer2015-07-223-4/+6
|\| | | | | | | | | | | | | * commit '3ae0e721c7b6e0483801b9039b3d140e3b68b7f5': checkasm: Always link statically Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * checkasm: Always link staticallyLuca Barbato2015-07-213-4/+6
| | | | | | | | Checkasm needs to use internal symbols that should not be made public.
* | Support the Hap chunked frame formatTom Butterworth2015-07-227-96/+464
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/asfdec_f: Parse ECC byte according to specMichael Niedermayer2015-07-221-7/+21
| | | | | | | | | | | | | | | | | | This should not change anything as the spec requires specific values for the fields, which where handled previously. Ask for samples when these values do not match Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec: loongson optimize pixblockdsp with mmi周晓勇2015-07-224-0/+102
| | | | | | | | | | Signed-off-by: ZhouXiaoyong <zhouxiaoyong@loongson.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Cosmetics: Reindent after last commit.Carl Eugen Hoyos2015-07-221-7/+7
| |
* | lavf/mxfdec: Set codec_tag AVup for Avid 1:1 input.Carl Eugen Hoyos2015-07-223-0/+10
| |
* | movtextenc.c: Add support for text highlightingNiklesh2015-07-211-0/+60
| | | | | | | | | | | | This patch takes care of the secondary color changes in ASS through highlight and hilightcolor boxes. Signed-off-by: Niklesh <niklesh.lalwani@iitb.ac.in>
* | movtextenc.c: Reorganize the code for easier maintenanceNiklesh2015-07-211-39/+65
| | | | | | | | | | | | This patch reorganizes the code to make it easier to add support for different text modifier boxes and other styles in the future. Signed-off-by: Niklesh <niklesh.lalwani@iitb.ac.in>
* | avformat/asfdec_f: Improve packet resync heuristicMichael Niedermayer2015-07-221-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/asfdec_f: Do not print errors if packets do not start with ECCMichael Niedermayer2015-07-221-35/+46
| | | | | | | | | | | | There is nothing wrong with such packets, the spec allows this Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/asfdec_f: Increase the amount of information provided in cases of ↵Michael Niedermayer2015-07-221-4/+4
| | | | | | | | | | | | errors Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>