summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
| * avpacket: use ERANGE instead of EOVERFLOWAnton Khirnov2015-12-071-1/+1
* | Merge commit 'e02de9df4b218bd6e1e927b67fd4075741545688'Hendrik Leppkes2015-12-174-104/+201
|\ \ | |/
| * lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov2015-12-063-85/+172
* | Merge commit '825900248b4053515803152d3165efdb034b660b'Hendrik Leppkes2015-12-171-0/+10
|\ \ | |/
| * qsvenc: export CPB props side dataAnton Khirnov2015-12-061-0/+10
* | Merge commit '1520c6ff05d835da4b793318fc88bbbc129c86a1'Hendrik Leppkes2015-12-171-0/+8
|\ \ | |/
| * nvenc: export CPB props side dataAnton Khirnov2015-12-061-0/+9
* | Merge commit '2507b5dd674834be7261772996f47ae3b95cca69'Hendrik Leppkes2015-12-173-0/+21
|\ \ | |/
| * mpegvideo_enc: export vbv_delay in side dataAnton Khirnov2015-12-063-0/+21
* | Merge commit '3f5c99fcbb2c366d7bdef8500c19f43a33bdb6b9'Hendrik Leppkes2015-12-171-0/+9
|\ \ | |/
| * mpegvideo_enc: export CPB props side dataAnton Khirnov2015-12-061-0/+9
* | Merge commit '732a37d1466d45b3812509d68c82e783530e291a'Hendrik Leppkes2015-12-171-0/+8
|\ \ | |/
| * libx264: export CPB props side dataAnton Khirnov2015-12-061-0/+8
* | Merge commit '03afb62e83516141ba999536fc97575faefb98af'Hendrik Leppkes2015-12-171-0/+13
|\ \ | |/
| * libvpxenc: export CPB props side dataAnton Khirnov2015-12-061-0/+13
* | Merge commit '11c9bd633f635f07a762be1ecd672de55daf4edc'Hendrik Leppkes2015-12-173-0/+40
|\ \ | |/
| * libopenh264enc: export CPB props side dataAnton Khirnov2015-12-063-0/+40
* | Merge commit 'f0b769c16daafa64720dcba7fa81a9f5255e1d29'Hendrik Leppkes2015-12-172-0/+68
|\ \ | |/
| * lavc: add a packet side data type for VBV-like parametersAnton Khirnov2015-12-062-0/+68
* | Merge commit '84adab333cddeefc3cfd843089dee23f58bd372c'Hendrik Leppkes2015-12-172-1/+17
|\ \ | |/
| * lavc: add stream-global packet side dataAnton Khirnov2015-12-062-1/+18
* | Merge commit '31c51f7441de07b88cfea2550245bf1f5140cb8f'Hendrik Leppkes2015-12-173-11/+45
|\ \ | |/
| * avpacket: add a function for wrapping existing data as side dataAnton Khirnov2015-12-063-11/+45
* | Merge commit 'b09ad37c83841c399abb7f2503a2ab214d0c2d48'Hendrik Leppkes2015-12-172-11/+37
|\ \ | |/
| * h264: derive the delay from the level when it's not presentAnton Khirnov2015-12-062-11/+37
* | Merge commit '792b9c9dfcf44b657d7854368d975b5ca3bc22ca'Hendrik Leppkes2015-12-171-3/+1
|\ \ | |/
| * h264: set frame_num in start_frame(), not decode_slice_header()Anton Khirnov2015-12-061-3/+1
* | Merge commit '741b494fa8cd28a7d096349bac183893c236e3f9'Hendrik Leppkes2015-12-173-56/+26
|\ \ | |/
| * h264: eliminate default_ref_listAnton Khirnov2015-12-063-49/+22
| * hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-058-15/+1125
| * hevc: change the stride of the MC buffer to be in bytes instead of elementsAnton Khirnov2015-12-052-1/+13
| * hevcdsp: split the pred functions by widthAnton Khirnov2015-12-054-94/+174
| * hevcdsp: split the epel functions by widthAnton Khirnov2015-12-054-39/+89
| * hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov2015-12-054-29/+108
| * log: Use a do {} while (0) for dlogLuca Barbato2015-12-051-1/+1
* | diracdec: Fix codeblock parameters readingKieran Kunhya2015-12-161-1/+16
* | diracdec: Add support for HQ profileKieran Kunhya2015-12-161-39/+80
* | diracdec: Add 10-bits to pix_fmt tableKieran Kunhya2015-12-161-9/+6
* | opus_silk: fix typo causing overflow in silk_stabilize_lsfAndreas Cadhalpun2015-12-161-1/+1
* | lavc: move exp2fi to ff_exp2fi in internal.hGanesh Ajjanagadde2015-12-162-16/+21
* | lavc/libopenh264: apply minor options text consistency fixesStefano Sabatini2015-12-161-2/+2
* | lavc: typo fix uncliped -> unclippedGanesh Ajjanagadde2015-12-151-3/+3
* | lavc/utils: use AVPixFmtDescriptor to probe palette formatsMatthieu Bouron2015-12-151-2/+11
* | golomb: always check for invalid UE golomb codes in get_ue_golombAndreas Cadhalpun2015-12-141-1/+1
* | aacenc: switch to using the RNG from libavutilRostislav Pehlivanov2015-12-144-13/+9
* | avcodec/nvenc: clamp initial qp value to [1, 51]Agatha Hu2015-12-141-4/+4
* | avcodec/nvenc: set slice number to 1 to improve encoding qualityAgatha Hu2015-12-141-0/+6
* | get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNALKieran Kunhya2015-12-131-0/+11
* | avcodec/aacsbr_template: Add Check to read_sbr_envelope()Michael Niedermayer2015-12-121-8/+33
* | avcodec/aarch64/neon.S: Update neon.s for transpose_4x4Hzjh88902015-12-121-2/+2
OpenPOWER on IntegriCloud