summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* examples/encode_video: constify the AVCodec instanceAnton Khirnov2016-11-021-1/+1
* examples/avcodec: split the remaining two examples into separate filesAnton Khirnov2016-11-024-166/+192
* examples/decode_audio: constify the AVCodec instanceAnton Khirnov2016-11-021-1/+1
* examples/avcodec: split audio decoding into a separate exampleAnton Khirnov2016-11-024-98/+142
* examples/encode_audio: use the AVFrame API for allocating the dataAnton Khirnov2016-11-021-16/+10
* examples/encode_audio: constify AVCodec instancesAnton Khirnov2016-11-021-4/+4
* examples/avcodec: split audio encoding into a separate exampleAnton Khirnov2016-11-024-171/+215
* avconv: support parsing bitstream filter optionsJames Almer2016-11-023-23/+39
* mov: Evaluate the movie display matrixVittorio Giovara2016-11-015-17/+40
* fate: Add tests for mov display matrixVittorio Giovara2016-11-017-0/+32
* avprobe: Add -show_stream_entry to get a single stream propertyVittorio Giovara2016-11-011-0/+56
* openssl: Allow newer TLS versions than TLSv1Mark Thompson2016-10-311-1/+6
* xcb: Add all the libraries to the link line explicitlyLuca Barbato2016-10-301-2/+2
* Revert "rtmpproto: Don't include a client version in the unencrypted C1 hands...Luca Barbato2016-10-301-1/+4
* qsv: Be informative when reporting that no data has been consumedLuca Barbato2016-10-301-1/+1
* Use avpriv_request_sample() where appropriateDiego Biurrun2016-10-292-13/+4
* dash: Use correct ISO C scanf conversion specifierDiego Biurrun2016-10-281-1/+1
* srt: Adjust signedness of sscanf format stringsDiego Biurrun2016-10-282-2/+2
* dxtory: Drop nonsense ISO C printf conversion specifiers for standard typesDiego Biurrun2016-10-281-3/+3
* Use ISO C printf conversion specifiers where appropriateDiego Biurrun2016-10-2810-35/+48
* hap: Adjust printf length modifiers to match variable typesDiego Biurrun2016-10-281-1/+1
* Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-2810-36/+36
* Remove some pointless TRACE level debug codeDiego Biurrun2016-10-274-41/+0
* nut: Drop pointless TRACE level debug codeDiego Biurrun2016-10-272-46/+0
* nsv: Drop unnecessary TRACE level debug codeDiego Biurrun2016-10-271-13/+0
* dnxhdenc: Drop pointless, commented-out debug outputDiego Biurrun2016-10-271-9/+0
* audio_fifo: Drop write-only variableDiego Biurrun2016-10-271-2/+2
* h264_loopfilter: Do not print value of uninitialized variableDiego Biurrun2016-10-271-1/+1
* mpegaudio: Do not print value of uninitialized variableDiego Biurrun2016-10-271-2/+2
* build: Hardcode avversion.h dependencyDiego Biurrun2016-10-271-0/+1
* openssl: Avoid double semicolons after the GET_BIO_DATA macroMartin Storsjö2016-10-251-2/+2
* aviocat: Support avio optionsLuca Barbato2016-10-251-3/+22
* scale_npp: fix passthrough modeYogender Gupta2016-10-251-1/+1
* vaapi_decode: Remove vestigial unmap codeMark Thompson2016-10-241-4/+1
* vaapi_decode: Clear parameter buffers to fix picture reuseMark Thompson2016-10-241-0/+1
* vaapi_h264: fix RefPicList[] field flags.Gwenole Beauchesne2016-10-241-1/+2
* openssl: Support version 1.1.0.Matt Oliver2016-10-232-3/+37
* rtmpdh: Don't use the OpenSSL DH structMartin Storsjö2016-10-232-57/+52
* bktr: Use memset(0) instead of zero initialization for struct sigactionDiego Biurrun2016-10-221-1/+2
* checkasm: Add a test for HEVC add_residualAlexandra Hájková2016-10-224-2/+89
* hevc: x86: Add add_residual() SIMD optimizationsPierre Edouard Lepere2016-10-224-4/+416
* Replace leftover uses of -aframes|-dframes|-vframes with -frames:a|d|vDiego Biurrun2016-10-223-8/+11
* mov: Update colr valuesVittorio Giovara2016-10-211-7/+11
* lavu: Add JEDEC P22 color primariesVittorio Giovara2016-10-215-2/+5
* Makefile: fix checking whether reconfiguring is requiredAnton Khirnov2016-10-211-1/+6
* hevc: factor out a repeated conditionAnton Khirnov2016-10-211-12/+8
* hevc: move the SliceType enum to hevc.hAnton Khirnov2016-10-217-52/+54
* lavf: check that the codec is supported by extract_extradataAnton Khirnov2016-10-211-0/+10
* audiodsp: x86: Remove pointless header fileDiego Biurrun2016-10-192-26/+3
* configure: Print warnings after all other outputDiego Biurrun2016-10-191-2/+2
OpenPOWER on IntegriCloud