| Commit message (Expand) | Author | Age | Files | Lines |
* | all: fix enum definition for large values | Ganesh Ajjanagadde | 2015-10-30 | 1 | -14/+12 |
* | lavc/proresdec2: Fix slice_count for very high resolutions. | Carl Eugen Hoyos | 2015-10-30 | 2 | -2/+5 |
* | lavc/cdg: Add transparency support. | Carl Eugen Hoyos | 2015-10-30 | 2 | -1/+9 |
* | avcodec/zmbvenc: use log2 instead of log()/M_LN2 | Ganesh Ajjanagadde | 2015-10-29 | 1 | -1/+1 |
* | avcodec/nellymoserenc: use log2 instead of log()/M_LN2 | Ganesh Ajjanagadde | 2015-10-29 | 1 | -1/+1 |
* | avcodec/snowenc: use log2 instead of log() / log(2...) | Ganesh Ajjanagadde | 2015-10-29 | 1 | -1/+1 |
* | avcodec: add ADPCM AICA decoder | Paul B Mahol | 2015-10-29 | 7 | -1/+30 |
* | Merge commit '8edaf625f3c38c695c33745822182e94e17d6e1b' | Hendrik Leppkes | 2015-10-29 | 1 | -0/+4 |
|\ |
|
| * | libopenh264enc: Count and warn about the number of skipped frames | Martin Storsjö | 2015-10-28 | 1 | -0/+4 |
* | | Merge commit '9e14a992409348630ea96521411127418a92e8a3' | Hendrik Leppkes | 2015-10-29 | 1 | -1/+3 |
|\| |
|
| * | libopenh264enc: Add an option for controlling the frame skipping | Martin Storsjö | 2015-10-28 | 1 | -1/+3 |
| * | opus: Do not call vector_fmul_scalar on zero samples | Kieran Kunhya | 2015-10-28 | 1 | -1/+1 |
| * | opus: Buffer the samples from the correct offset | Michael Niedermayer | 2015-10-28 | 1 | -2/+2 |
* | | Merge commit 'f3aff31e5f66a4f1c4e34ce4944f4a402aca61ed' | Hendrik Leppkes | 2015-10-29 | 1 | -0/+2 |
|\| |
|
| * | avpicture: Deprecate the single fields | Luca Barbato | 2015-10-27 | 1 | -1/+3 |
* | | Merge commit 'a9a60106370f862e191dea58e748626da6a8fe97' | Hendrik Leppkes | 2015-10-29 | 2 | -0/+67 |
|\| |
|
| * | avpacket: Provide an alloc and a free function for the struct | Luca Barbato | 2015-10-26 | 2 | -0/+67 |
* | | Merge commit '9b56d5c11488656254e9aed8d964ef2b7c2ff5e6' | Hendrik Leppkes | 2015-10-29 | 2 | -1/+8 |
|\| |
|
| * | avpacket: Deprecate av_dup_packet | Luca Barbato | 2015-10-26 | 2 | -1/+8 |
* | | lavc/mjpegdec: honor skip_frame option | Matthieu Bouron | 2015-10-29 | 1 | -0/+25 |
* | | lavc/pngdec: honor skip_frame option | Matthieu Bouron | 2015-10-29 | 1 | -0/+32 |
* | | vp9_parser: don't overwrite cached timestamps with nopts. | Ronald S. Bultje | 2015-10-28 | 1 | -1/+1 |
* | | avcodec/motion_est_template: replace qsort with AV_QSORT | Ganesh Ajjanagadde | 2015-10-28 | 1 | -1/+2 |
* | | avcodec/png: read and write stereo3d frame side data information | Kirill Gavrilov | 2015-10-28 | 2 | -0/+35 |
* | | avcodec: install avdct.h as public header | Andreas Cadhalpun | 2015-10-27 | 1 | -0/+1 |
* | | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 4 | -7/+7 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 7 | -23/+35 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 7 | -23/+35 |
* | | Merge commit '9cbae3a7d57bd2b862c37fd8123bd1fba680e801' | Hendrik Leppkes | 2015-10-27 | 1 | -3/+4 |
|\| |
|
| * | roqvideodec: use av_frame_copy | Hendrik Leppkes | 2015-10-26 | 1 | -5/+6 |
| * | hap: Set avctx.bits_per_coded_sample | Tom Butterworth | 2015-10-25 | 1 | -0/+3 |
* | | Merge commit '3c5cf2a31b4b29a8e4282cbe6a3f0617c14698b8' | Hendrik Leppkes | 2015-10-27 | 1 | -17/+12 |
|\| |
|
| * | screenpresso: Drop parameter change check | Vittorio Giovara | 2015-10-25 | 1 | -17/+12 |
* | | Merge commit '447b5b278c689b21bbb7b5747c8773145cbd9448' | Hendrik Leppkes | 2015-10-27 | 1 | -9/+13 |
|\| |
|
| * | mpegvideo_enc: Fix encoding videos with less frames than the delay of the enc... | Alexis Ballier | 2015-10-25 | 1 | -4/+16 |
| * | mpegvideo_enc: Merge ifs with identical conditions | Michael Niedermayer | 2015-10-25 | 1 | -2/+0 |
| * | mpegvideo_enc: Factor new_picture unref out | Michael Niedermayer | 2015-10-25 | 1 | -3/+2 |
* | | Merge commit '533a6198505edd1379e1cd722852350ae4a85acc' | Hendrik Leppkes | 2015-10-27 | 6 | -1/+295 |
|\| |
|
| * | innoHeim/Rsupport Screen Capture Codec decoder | Vittorio Giovara | 2015-10-23 | 6 | -1/+295 |
* | | Merge commit '233d2fa0443197df12b4f7823d591dad964149b3' | Hendrik Leppkes | 2015-10-27 | 1 | -67/+82 |
|\| |
|
| * | kvazaar: Add libkvazaar HEVC encoder | Arttu Ylä-Outinen | 2015-10-23 | 4 | -1/+303 |
* | | Merge commit '1ec72c6c68dbc78bf4ebb6f06c13316dc488bdfa' | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
|\| |
|
| * | libx264: Make sure the extradata are padded | Luca Barbato | 2015-10-23 | 1 | -1/+1 |
* | | Merge commit 'dca23ffbc7568c9af5c5fbaa86e6a0761ecae50c' | Hendrik Leppkes | 2015-10-27 | 3 | -68/+25 |
|\| |
|
| * | lavc: Deprecate AVPicture structure and related functions | Vittorio Giovara | 2015-10-22 | 3 | -30/+25 |
* | | avcodec: disallow hwaccel with frame threads | Hendrik Leppkes | 2015-10-27 | 1 | -0/+6 |
* | | avcodec: srtdec: Reindent | Timothy Gu | 2015-10-26 | 1 | -8/+7 |
* | | opusdec: Don't run vector_fmul_scalar on zero length arrays | Kieran Kunhya | 2015-10-27 | 1 | -1/+1 |
* | | avcodec/opusdec: Fix extra samples read index | Michael Niedermayer | 2015-10-27 | 1 | -2/+2 |
* | | avcodec/options: remove a few more redundant "default" information | Clément Bœsch | 2015-10-26 | 1 | -3/+3 |