summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* avconv: use new decode APIwm42016-03-231-24/+49
* lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-236-8/+538
* opt-test: Merge struct declaration and initializationDiego Biurrun2016-03-231-3/+1
* opt-test: Move some variable declarations to avoid block bracesDiego Biurrun2016-03-231-36/+35
* parseutils-test: Move some variable declarations to avoid block bracesDiego Biurrun2016-03-231-84/+80
* des-test: Move a variable declaration to avoid an ifdefDiego Biurrun2016-03-231-3/+1
* build: Add component for the SRTP common codeDiego Biurrun2016-03-232-5/+6
* timefilter-test: Only compile timefilter-test if JACK is enabledDiego Biurrun2016-03-232-2/+2
* doc: Update paths to match new examples locationDiego Biurrun2016-03-234-8/+4
* Move const qualifier before type nameDiego Biurrun2016-03-237-28/+28
* vc1dec: wmv2dec: Validate ff_intrax8_common_init return valueVittorio Giovara2016-03-222-7/+7
* intrax8: Check and propagate errors from ff_intrax8_common_initVittorio Giovara2016-03-222-6/+17
* intrax8: Move documentation from implementation to header fileVittorio Giovara2016-03-222-20/+22
* intrax8: K&R formatting cosmeticsVittorio Giovara2016-03-225-1653/+1792
* intrax8: Adjust printf conversion specifier for sizeof expressionDiego Biurrun2016-03-221-1/+2
* intrax8: Move a comment to the place it correspondsVittorio Giovara2016-03-221-6/+5
* intrax8: Wrap multiline macros in do{}while(0) clausesVittorio Giovara2016-03-221-7/+10
* intrax8: Move error resilience out of intrax8Vittorio Giovara2016-03-224-10/+11
* nuv: Use the correct context for av_image_check_sizeVittorio Giovara2016-03-221-1/+1
* indeo4: Consistently initialize variablesVittorio Giovara2016-03-222-8/+4
* indeo4: Rework stream analysis reportVittorio Giovara2016-03-223-30/+18
* avconv: switch to the new BSF APIAnton Khirnov2016-03-204-51/+129
* lavc: add a new bitstream filtering APIAnton Khirnov2016-03-2021-432/+1350
* takdec: ensure chan2 is a valid channel indexAndreas Cadhalpun2016-03-201-0/+6
* 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
OpenPOWER on IntegriCloud