summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavu/aes: test CBC functionalityRodger Combs2015-10-281-5/+14
* avcodec/png: read and write stereo3d frame side data informationKirill Gavrilov2015-10-282-0/+35
* lavu/aes: align AVAES struct membersRodger Combs2015-10-281-2/+3
* lavu/aes: add runtime dispatch for crypt functionRodger Combs2015-10-282-17/+33
* lavu/aes: move AVAES to separate internal headerRodger Combs2015-10-282-15/+42
* lavu: add AESNI CPU flagRodger Combs2015-10-289-7/+26
* ffprobe: Remove abort()Michael Niedermayer2015-10-281-1/+0
* avutil/avstring: add av_warn_unused_resultGanesh Ajjanagadde2015-10-271-0/+2
* avfilter/avf_showcqt: Fix ;;Michael Niedermayer2015-10-281-1/+1
* avfilter/avf_showcqt: rewrite showcqt and add featuresMuhammad Faiz2015-10-284-539/+1302
* avformat/img2enc: re enable atomic writes with split planesMichael Niedermayer2015-10-281-4/+0
* avcodec: install avdct.h as public headerAndreas Cadhalpun2015-10-271-0/+1
* avformat/img2enc: Fix img2enc atomic implementation to work with split planesMichael Niedermayer2015-10-271-6/+12
* avformat/img2enc: Disable rename&atomic writing for non file protocol and spl...Michael Niedermayer2015-10-271-3/+13
* mpegts: Fix FATE seek testHendrik Leppkes2015-10-271-2/+4
* asfdec: fix FATE seek testHendrik Leppkes2015-10-271-2/+4
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-2759-99/+99
* Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-2773-138/+154
|\
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-2680-158/+174
* | Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f'Hendrik Leppkes2015-10-273-5/+8
|\ \ | |/
| * avformat: Always return ref-counted AVPacketLuca Barbato2015-10-263-5/+8
* | Merge commit 'f0ca6ffa0ae5d5564516ee7a18aa1e234751444a'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * avprobe: Unref the packet once it is usedLuca Barbato2015-10-261-1/+3
* | Merge commit '9cbae3a7d57bd2b862c37fd8123bd1fba680e801'Hendrik Leppkes2015-10-271-3/+4
|\ \ | |/
| * roqvideodec: use av_frame_copyHendrik Leppkes2015-10-261-5/+6
* | Merge commit '9f5d6f460ceeda8b4ac29b3249a49e275b64c706'Hendrik Leppkes2015-10-270-0/+0
|\ \ | |/
| * hap: Set avctx.bits_per_coded_sampleTom Butterworth2015-10-251-0/+3
* | Merge commit 'fe66671bd5f446f8d0a9c70968ba8fe891efe028'Hendrik Leppkes2015-10-271-2/+2
|\ \ | |/
| * cmdutils: Check for and report the correct codec capabilityVittorio Giovara2015-10-251-2/+2
* | Merge commit '3c5cf2a31b4b29a8e4282cbe6a3f0617c14698b8'Hendrik Leppkes2015-10-271-17/+12
|\ \ | |/
| * screenpresso: Drop parameter change checkVittorio Giovara2015-10-251-17/+12
* | Merge commit '447b5b278c689b21bbb7b5747c8773145cbd9448'Hendrik Leppkes2015-10-271-9/+13
|\ \ | |/
| * mpegvideo_enc: Fix encoding videos with less frames than the delay of the enc...Alexis Ballier2015-10-251-4/+16
* | Merge commit '27eeee76b2546fd313808997b3d07ba9cce94551'Hendrik Leppkes2015-10-270-0/+0
|\ \ | |/
| * mpegvideo_enc: Merge ifs with identical conditionsMichael Niedermayer2015-10-251-2/+0
* | Merge commit 'f0a88d4d2a74534460f4a8b79c448bd5890dbd41'Hendrik Leppkes2015-10-270-0/+0
|\ \ | |/
| * mpegvideo_enc: Factor new_picture unref outMichael Niedermayer2015-10-251-3/+2
* | Merge commit '533a6198505edd1379e1cd722852350ae4a85acc'Hendrik Leppkes2015-10-2711-1/+308
|\ \ | |/
| * innoHeim/Rsupport Screen Capture Codec decoderVittorio Giovara2015-10-2311-1/+308
* | Merge commit '233d2fa0443197df12b4f7823d591dad964149b3'Hendrik Leppkes2015-10-272-68/+83
|\ \ | |/
| * kvazaar: Add libkvazaar HEVC encoderArttu Ylä-Outinen2015-10-238-2/+338
* | avformat/aiff: add ADP4 DVI ADPCM supportPaul B Mahol2015-10-272-0/+2
* | Merge commit '18f9308e6a96bbeb034ee5213a6d41e0b6c2ae74'Hendrik Leppkes2015-10-271-3/+10
|\ \ | |/
| * mpjpeg: Cope with multipart lacking the initial CRLFLuca Barbato2015-10-231-3/+10
* | Merge commit '22f4d9c303ede1a240538fd105c97047db40dc86'Hendrik Leppkes2015-10-271-2/+5
|\ \ | |/
| * img2enc: Make sure the images are atomically writtenLuca Barbato2015-10-231-2/+5
* | Merge commit '1ec72c6c68dbc78bf4ebb6f06c13316dc488bdfa'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * libx264: Make sure the extradata are paddedLuca Barbato2015-10-231-1/+1
* | Merge commit '5ea5a24eb70646a9061b85af407fcbb5dd4f89fd'Hendrik Leppkes2015-10-271-8/+8
|\ \ | |/
| * movenc: Honor flush requests with delay_moov, when some tracks lack samplesMartin Storsjö2015-10-231-8/+8
OpenPOWER on IntegriCloud