| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/encode: free non-referenced packets' side data in the old encode API ... | James Almer | 2017-10-02 | 1 | -0/+2 |
* | avcodec/encode: remove usage of av_dup_packet() | James Almer | 2017-10-02 | 1 | -8/+12 |
* | avcodec/avpacket: deprecate av_copy_packet_side_data() | James Almer | 2017-10-01 | 1 | -0/+3 |
* | libavcodec/exr : add x86 SIMD for predictor | Martin Vignali | 2017-10-01 | 5 | -15/+86 |
* | avcodec/v4l2_context: Reduce spelling variations | Michael Niedermayer | 2017-10-01 | 1 | -2/+2 |
* | avcodec/v4l2_buffers: More clear return code documentation | Michael Niedermayer | 2017-10-01 | 1 | -8/+8 |
* | avcodec/jpeg2000: Check that codsty->log2_prec_widths/heights has been initia... | Michael Niedermayer | 2017-09-30 | 1 | -0/+3 |
* | avcodec/hevc_sei: Support HEVC paired fields. | Brian Matherly | 2017-09-30 | 1 | -2/+2 |
* | avcodec/videotoolbox: add hevc support | Aman Gupta | 2017-09-28 | 5 | -1/+213 |
* | avcodec/hevc_ps: extract SPS fields required for hvcC construction | Aman Gupta | 2017-09-28 | 2 | -1/+4 |
* | opus_pvq: make max_den a float | Rostislav Pehlivanov | 2017-09-28 | 1 | -1/+2 |
* | avcodec/decode: Pass on the Closed Captions Side Data | Karthick J | 2017-09-28 | 1 | -0/+1 |
* | avdevice/decklink_dec: Added Closed caption decode from VANC | Karthick J | 2017-09-28 | 3 | -1/+9 |
* | avcodec/libopenh264dec: check for ff_set_dimensions() return value | James Almer | 2017-09-28 | 1 | -2/+4 |
* | Merge commit '030de53e9cc225dc767458aedcc87efd457b4f3b' | James Almer | 2017-09-28 | 1 | -121/+25 |
|\ |
|
| * | libopenh264dec: Let the framework use the h264_mp4toannexb bitstream filter | Martin Storsjö | 2017-02-15 | 1 | -119/+25 |
| * | vaapi: Implement device-only setup | Mark Thompson | 2017-02-13 | 2 | -18/+114 |
| * | lavc: Add device context field to AVCodecContext | Mark Thompson | 2017-02-13 | 3 | -2/+26 |
| * | aarch64: vp9lpf: Fix broken indentation/vertical alignment | Martin Storsjö | 2017-02-12 | 1 | -2/+2 |
| * | aarch64: vp9lpf: Interleave the start of flat8in into the calculation above | Martin Storsjö | 2017-02-11 | 1 | -3/+11 |
| * | arm: vp9lpf: Interleave the start of flat8in into the calculation above | Martin Storsjö | 2017-02-11 | 1 | -2/+6 |
| * | dv: Convert to the new bitstream reader | Luca Barbato | 2017-02-11 | 2 | -53/+69 |
* | | Merge commit 'ba30b74686f0cb6c9dd465ac4820059c48bf9d08' | James Almer | 2017-09-27 | 1 | -7/+7 |
|\| |
|
| * | aac: Validate the sbr sample rate before using the value | Luca Barbato | 2017-02-11 | 1 | -10/+10 |
| * | lavc: use av_cpu_max_align() instead of hardcoding alignment requirements | Anton Khirnov | 2017-02-11 | 1 | -9/+2 |
| * | arm: vp9lpf: Use orrs instead of orr+cmp | Martin Storsjö | 2017-02-11 | 1 | -8/+4 |
| * | arm/aarch64: vp9lpf: Calculate !hev directly | Martin Storsjö | 2017-02-11 | 2 | -6/+4 |
| * | aarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrolling | Martin Storsjö | 2017-02-11 | 1 | -18/+36 |
| * | arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrolling | Martin Storsjö | 2017-02-11 | 1 | -18/+36 |
| * | aarch64: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filter | Martin Storsjö | 2017-02-11 | 1 | -2/+13 |
| * | arm: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filter | Martin Storsjö | 2017-02-11 | 1 | -11/+22 |
| * | aarch64: vp9mc: Simplify the extmla macro parameters | Martin Storsjö | 2017-02-11 | 1 | -25/+25 |
| * | utvideodec: Add a missing include | Martin Storsjö | 2017-02-10 | 1 | -0/+1 |
| * | nvenc: make gpu indices independent of supported capabilities | Timo Rothenpieler | 2017-02-09 | 1 | -1/+4 |
| * | avcodec: Mark some codecs with threadsafe init as such | Derek Buitenhuis | 2017-02-09 | 19 | -0/+22 |
| * | aarch64: vp9itxfm: Fix incorrect vertical alignment | Martin Storsjö | 2017-02-09 | 1 | -3/+3 |
| * | aarch64: vp9itxfm: Update a comment to refer to a register with a different name | Martin Storsjö | 2017-02-09 | 1 | -2/+2 |
| * | aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readability | Martin Storsjö | 2017-02-09 | 1 | -8/+8 |
| * | aarch64: vp9itxfm: Use a single lane ld1 instead of ld1r where possible | Martin Storsjö | 2017-02-09 | 1 | -8/+8 |
| * | aarch64: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 func... | Martin Storsjö | 2017-02-09 | 1 | -2/+1 |
| * | arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function | Martin Storsjö | 2017-02-09 | 1 | -2/+1 |
| * | aarch64: vp9itxfm: Do separate functions for half/quarter idct16 and idct32 | Martin Storsjö | 2017-02-09 | 1 | -59/+466 |
| * | arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possible | Martin Storsjö | 2017-02-09 | 1 | -54/+537 |
| * | aarch64: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 f... | Martin Storsjö | 2017-02-09 | 1 | -45/+45 |
| * | arm: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 function | Martin Storsjö | 2017-02-09 | 1 | -36/+36 |
| * | aarch64: vp9itxfm: Make the larger core transforms standalone functions | Martin Storsjö | 2017-02-09 | 1 | -17/+25 |
| * | arm: vp9itxfm: Make the larger core transforms standalone functions | Martin Storsjö | 2017-02-09 | 1 | -17/+26 |
* | | lavc: Move V4L2 encoders lower in the list | Mark Thompson | 2017-09-27 | 1 | -5/+10 |
* | | lavc/v4l2: Add missing header include | Mark Thompson | 2017-09-27 | 1 | -0/+2 |
* | | Merge commit '57ec83e4246b21c2f0c068b9151d806737d4497f' | James Almer | 2017-09-27 | 1 | -7/+23 |
|\| |
|