summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mpegts: Forward the errors on mpeg4 objects parsingLuca Barbato2016-03-201-9/+16
* lavfi: generic hardware surface upload and download filtersMark Thompson2016-03-198-1/+472
* lavu: VAAPI hwcontext implementationMark Thompson2016-03-199-1/+948
* lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-1912-11/+37
* lavu: add a way to query hwcontext frame constraintsMark Thompson2016-03-195-1/+128
* svq3: Use a separate buffer for decoding the slicesLuca Barbato2016-03-161-23/+32
* cmdutils: update copyright year to 2016Sean McGovern2016-03-151-1/+1
* matroska: Support V_QUICKTIME as written in the specificationLuca Barbato2016-03-151-3/+10
* qsv: Fix loading multiple pluginsLuca Barbato2016-03-151-0/+2
* mov: Check the entries value when parsing dref boxesLuca Barbato2016-03-111-1/+3
* configure: Add support for clang llvm-covLuca Barbato2016-03-071-0/+4
* configure: Support msan as toolchainLuca Barbato2016-03-071-0/+5
* buffer: drop a reference to a non-existing function from the docsAnton Khirnov2016-03-071-1/+0
* pixfmt: fix the AV_PIX_FMT_VAAPI_VLD doxyAnton Khirnov2016-03-071-1/+1
* mpegvideo: Refactor emulated_edge_mc callsLuca Barbato2016-03-051-42/+36
* mpegvideo: Fix undefined negative shifts in mpeg_motion_internalLuca Barbato2016-03-051-6/+6
* mpegvideo: Fix undefined negative shifts in ff_init_block_indexLuca Barbato2016-03-051-3/+3
* idct8x8: Fix undefined negative shiftsKaterina Barone-Adesi2016-03-053-25/+25
* vdpau: Add missing deprecation guardsVittorio Giovara2016-03-051-0/+2
* mov: Trim dref absolute pathVittorio Giovara2016-03-051-0/+7
* avconv: remove sub-frame warningwm42016-03-052-8/+0
* lavc: factor apply_param_change() AV_EF_EXPLODE handlingwm42016-03-051-13/+15
* lavu: improve documentation of some AVFrame functionswm42016-03-051-1/+13
* asfenc: remove an unused variableAnton Khirnov2016-03-051-1/+0
* asfenc: fix some possible integer overflowsAnton Khirnov2016-03-051-11/+25
* avformat_find_stream_info: move duration guessing after updating codec parame...Anton Khirnov2016-03-041-2/+2
* fate: Add separate target for all indeo3 testsDiego Biurrun2016-03-012-4/+7
* fate: Add test for indeo2 with delta framesVittorio Giovara2016-03-013-3/+124
* indeo2: Fix banding artefactsLuca Barbato2016-03-012-39/+138
* indeo2data: K&R formatting cosmeticsLuca Barbato2016-03-011-104/+104
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-0120-243/+463
* sdp: fix opus sprop-stereo fmtp syntaxMark Harris2016-03-011-1/+1
* fate: fft: Split DCT/FFT/MDCT/RDFT tests into separate targetsDiego Biurrun2016-02-261-14/+29
* rdft: arm: Split RDFT initialization into a separate fileDiego Biurrun2016-02-263-13/+34
* fft: arm: Drop unnecessary #include, add missing onesDiego Biurrun2016-02-263-1/+8
* fft: x86: cosmetics: Drop silly comments, add comment, whitespaceDiego Biurrun2016-02-261-5/+6
* qsv: Move down the implementation queryLuca Barbato2016-02-261-16/+16
* avpacket: properly reset data/size in av_packet_move_ref()Anton Khirnov2016-02-261-0/+2
* avprobe: switch to codecparAnton Khirnov2016-02-261-42/+65
* avprobe: add local per-stream stateAnton Khirnov2016-02-261-0/+20
* avprobe: add local per-file stateAnton Khirnov2016-02-261-15/+23
* mpegvideo_enc: use avcodec_free_context() instead of av_free()Anton Khirnov2016-02-261-2/+1
* avprobe: print information from the codec descriptorAnton Khirnov2016-02-261-5/+7
* avprobe: remove a pointless condition and a dead branchAnton Khirnov2016-02-261-66/+63
* APIchanges: add missing hashes and datesAnton Khirnov2016-02-261-37/+35
* lavf: add a missing bump and APIchanges for the codecpar switchAnton Khirnov2016-02-262-1/+4
* vc1dec: Check group allocations separatedlyVittorio Giovara2016-02-251-6/+19
* vc1dec: Fix leak on error for array allocationsVittorio Giovara2016-02-251-2/+5
* vc1dec: Properly call deinit function on errorVittorio Giovara2016-02-251-11/+5
* vc1dec: Drop commented out cruftVittorio Giovara2016-02-251-8/+0
OpenPOWER on IntegriCloud