summaryrefslogtreecommitdiff
path: root/doc/APIchanges
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'a9a60106370f862e191dea58e748626da6a8fe97'Hendrik Leppkes2015-10-291-0/+2
|\
| * avpacket: Provide an alloc and a free function for the structLuca Barbato2015-10-261-0/+3
* | Merge commit '9b56d5c11488656254e9aed8d964ef2b7c2ff5e6'Hendrik Leppkes2015-10-291-4/+6
|\ \ | |/
| * avpacket: Deprecate av_dup_packetLuca Barbato2015-10-261-3/+5
* | lavu: add AESNI CPU flagRodger Combs2015-10-281-0/+3
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-0/+4
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-0/+4
* | Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes2015-10-221-0/+4
|\ \ | |/
| * lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-211-0/+4
* | Merge commit 'ac981d16415e7fd99683e10297781c7d9ec1a8cd'Hendrik Leppkes2015-10-221-6/+6
|\ \ | |/
| * APIchanges: Fill in missing dates and hashesVittorio Giovara2015-10-191-29/+29
* | Merge commit 'dc923bc23b3efd949d0bf67ff1abdb95059e5843'Hendrik Leppkes2015-10-221-0/+3
|\ \ | |/
| * qsvenc: add an API for allocating opaque surfacesAnton Khirnov2015-10-161-0/+3
* | lavf: Remove duplicated latm demuxer.Carl Eugen Hoyos2015-10-151-0/+3
* | Merge commit '11c5f438ff83da5040e85bfa6299f56b321d32ef'Hendrik Leppkes2015-10-141-0/+4
|\ \ | |/
| * dict: Change return type of av_dict_copy()Vittorio Giovara2015-10-121-0/+4
* | intmath: remove av_ctz.Ronald S. Bultje2015-10-111-3/+0
* | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-291-0/+3
|\ \ | |/
| * lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-291-0/+3
* | Merge commit 'e3d4784eb31b3ea4a97f2d4c698a75fab9bf3d86'Hendrik Leppkes2015-09-171-0/+4
|\ \ | |/
| * d3d11va: WindowsPhone requires a mutex around ID3D11VideoContextSteve Lhomme2015-09-171-0/+4
* | lavf: Switch probesize and max_analyze_duration to 64bit.Carl Eugen Hoyos2015-09-151-0/+4
* | lavf: Switch bitrate to 64bit unless compatibility with avconv was requested.Carl Eugen Hoyos2015-09-151-0/+4
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-151-0/+4
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-081-0/+2
|\ \ | |/
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-0/+2
* | Merge commit '6b3ef7f080293956b2e5212b83135c6b051212e9'Hendrik Leppkes2015-09-081-0/+2
|\ \ | |/
| * lavu: Remove bit packing from AVComponentDescriptorVittorio Giovara2015-09-071-0/+2
* | Merge commit 'b8b5d8274471129f122858bc74ad09284dae6ab7'Hendrik Leppkes2015-09-081-0/+3
|\ \ | |/
| * lavu: extend size of the AVPixFmtDescriptor.flags fieldwm42015-09-071-0/+3
* | Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes2015-09-051-9/+9
|\ \ | |/
| * Bump major versions of all librariesVittorio Giovara2015-08-281-7/+7
* | doc/APIchanges: Fill in missing fields and correct one lavu versionMichael Niedermayer2015-09-051-11/+11
* | doc/APIchanges: add 2.8 cut lineMichael Niedermayer2015-09-051-0/+2
* | vaapi: streamline public context structure.Gwenole Beauchesne2015-08-191-0/+4
* | vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI).Gwenole Beauchesne2015-08-191-0/+7
* | Merge commit 'd9e8b47e3144262d6bc4681740411d4bdafad6ac'Hendrik Leppkes2015-08-021-0/+1
|\ \ | |/
| * des: add av_des_alloc()James Almer2015-07-311-0/+1
* | Merge commit '5d8bea3bb2357bb304f8f771a4107039037c5549'Hendrik Leppkes2015-08-021-0/+1
|\ \ | |/
| * xtea: add av_xtea_alloc()James Almer2015-07-311-0/+1
* | Merge commit 'ae365453c370c85f278bff7fbf9e20d9d335cb2a'Hendrik Leppkes2015-08-021-0/+1
|\ \ | |/
| * rc4: add av_rc4_alloc()James Almer2015-07-311-0/+1
* | Merge commit '7a7df34c91e16ea8936f59524145a2cdd6b790f9'Hendrik Leppkes2015-08-021-0/+3
|\ \ | |/
| * blowfish: add av_blowfish_alloc()James Almer2015-07-311-0/+3
* | Merge commit '6877537ff321136cf78ab03b8b91e6b6f218db5b'Michael Niedermayer2015-07-301-0/+3
|\ \ | |/
| * hmac: add missing version bump and APIChanges entryJames Almer2015-07-301-0/+3
* | doc/APIchanges: fill in some missing thingsMichael Niedermayer2015-07-301-3/+3
* | Merge commit 'b94ec30428b9696f99b08055735689623fe63954'Michael Niedermayer2015-07-271-0/+6
|\ \ | |/
| * lavc: Update version and APIchangesVittorio Giovara2015-07-271-0/+6
* | Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer2015-07-221-2/+3