summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '8edaf625f3c38c695c33745822182e94e17d6e1b'Hendrik Leppkes2015-10-291-0/+4
|\
| * libopenh264enc: Count and warn about the number of skipped framesMartin Storsjö2015-10-281-0/+4
* | Merge commit '9e14a992409348630ea96521411127418a92e8a3'Hendrik Leppkes2015-10-291-1/+3
|\ \ | |/
| * libopenh264enc: Add an option for controlling the frame skippingMartin Storsjö2015-10-281-1/+3
| * opus: Do not call vector_fmul_scalar on zero samplesKieran Kunhya2015-10-281-1/+1
| * opus: Buffer the samples from the correct offsetMichael Niedermayer2015-10-281-2/+2
* | Merge commit 'f3aff31e5f66a4f1c4e34ce4944f4a402aca61ed'Hendrik Leppkes2015-10-291-0/+2
|\ \ | |/
| * avpicture: Deprecate the single fieldsLuca Barbato2015-10-271-1/+3
* | Merge commit 'a9a60106370f862e191dea58e748626da6a8fe97'Hendrik Leppkes2015-10-292-0/+67
|\ \ | |/
| * avpacket: Provide an alloc and a free function for the structLuca Barbato2015-10-262-0/+67
* | Merge commit '9b56d5c11488656254e9aed8d964ef2b7c2ff5e6'Hendrik Leppkes2015-10-292-1/+8
|\ \ | |/
| * avpacket: Deprecate av_dup_packetLuca Barbato2015-10-262-1/+8
* | lavc/mjpegdec: honor skip_frame optionMatthieu Bouron2015-10-291-0/+25
* | lavc/pngdec: honor skip_frame optionMatthieu Bouron2015-10-291-0/+32
* | vp9_parser: don't overwrite cached timestamps with nopts.Ronald S. Bultje2015-10-281-1/+1
* | avcodec/motion_est_template: replace qsort with AV_QSORTGanesh Ajjanagadde2015-10-281-1/+2
* | avcodec/png: read and write stereo3d frame side data informationKirill Gavrilov2015-10-282-0/+35
* | avcodec: install avdct.h as public headerAndreas Cadhalpun2015-10-271-0/+1
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-274-7/+7
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-277-23/+35
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-267-23/+35
* | Merge commit '9cbae3a7d57bd2b862c37fd8123bd1fba680e801'Hendrik Leppkes2015-10-271-3/+4
|\ \ | |/
| * roqvideodec: use av_frame_copyHendrik Leppkes2015-10-261-5/+6
| * hap: Set avctx.bits_per_coded_sampleTom Butterworth2015-10-251-0/+3
* | 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
| * mpegvideo_enc: Merge ifs with identical conditionsMichael Niedermayer2015-10-251-2/+0
| * mpegvideo_enc: Factor new_picture unref outMichael Niedermayer2015-10-251-3/+2
* | Merge commit '533a6198505edd1379e1cd722852350ae4a85acc'Hendrik Leppkes2015-10-276-1/+295
|\ \ | |/
| * innoHeim/Rsupport Screen Capture Codec decoderVittorio Giovara2015-10-236-1/+295
* | Merge commit '233d2fa0443197df12b4f7823d591dad964149b3'Hendrik Leppkes2015-10-271-67/+82
|\ \ | |/
| * kvazaar: Add libkvazaar HEVC encoderArttu Ylä-Outinen2015-10-234-1/+303
* | Merge commit '1ec72c6c68dbc78bf4ebb6f06c13316dc488bdfa'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * libx264: Make sure the extradata are paddedLuca Barbato2015-10-231-1/+1
* | Merge commit 'dca23ffbc7568c9af5c5fbaa86e6a0761ecae50c'Hendrik Leppkes2015-10-273-68/+25
|\ \ | |/
| * lavc: Deprecate AVPicture structure and related functionsVittorio Giovara2015-10-223-30/+25
* | avcodec: disallow hwaccel with frame threadsHendrik Leppkes2015-10-271-0/+6
* | avcodec: srtdec: ReindentTimothy Gu2015-10-261-8/+7
* | opusdec: Don't run vector_fmul_scalar on zero length arraysKieran Kunhya2015-10-271-1/+1
* | avcodec/opusdec: Fix extra samples read indexMichael Niedermayer2015-10-271-2/+2
* | avcodec/options: remove a few more redundant "default" informationClément Bœsch2015-10-261-3/+3
* | avcodec/options: remove redundant and wrong default information for skipcmp o...Clément Bœsch2015-10-261-1/+1
* | avcodec/avdct: remove redundant "default" information in optionsClément Bœsch2015-10-261-2/+2
* | avcodec: add SDX2 DPCM decoderPaul B Mahol2015-10-267-5/+41
* | avcodec/huffman: replace qsort with AV_QSORTGanesh Ajjanagadde2015-10-251-1/+2
* | all: fix -Wextra-semi reported on clangGanesh Ajjanagadde2015-10-245-350/+345
* | all: remove some casts of function pointer to void *Ganesh Ajjanagadde2015-10-241-1/+1
* | vp9: uses ff_set_dimensions (which sets coded_width/height).Ronald S. Bultje2015-10-241-3/+3
OpenPOWER on IntegriCloud