summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libavutil/fifo: Fix fifo grow stepJan Sebechlebsky2016-06-031-1/+1
* lavf/udp: fix dead code.Nicolas George2016-06-031-1/+1
* avformat/au: Write MetaData in AU Sun audio file headerThomas Bernard2016-06-033-21/+79
* lavc/mediacodecdec_h264: rename input_ref to input_pktMatthieu Bouron2016-06-031-5/+5
* lavc/mediacodecdec_h264: switch to new BSF APIMatthieu Bouron2016-06-031-27/+38
* lavc/vaapi_encoder_{h264,h265}: fix bad format warningMatthieu Bouron2016-06-032-2/+2
* fate/prores: use aac fixed for audio to fix fate failures on armMichael Niedermayer2016-06-032-4/+4
* tests/fate/h264: Add test for xavc and somewhat odd pps/spsMichael Niedermayer2016-06-032-0/+24
* doc/filters: Remove duplicated setdar exampleLars Kiesow2016-06-021-1/+0
* avcodec/magicyuv: set correct size of last slice for each planePaul B Mahol2016-06-021-1/+1
* MAINTAINERS: Remove myselfDerek Buitenhuis2016-06-021-6/+0
* avformat: Copy properties from internal contextMichael Niedermayer2016-06-023-0/+8
* avcodec/h264_refs: Fix pps_ref_count with multiple PPSMichael Niedermayer2016-06-021-2/+4
* avcodec/h264_refs: Remove unused pps_countMichael Niedermayer2016-06-021-3/+0
* avformat/udp: Protect write to circular_buffer_error by mutexMichael Niedermayer2016-06-021-0/+2
* avfilter/avf_showcqt: full chroma blending on draw_axis_yuvMuhammad Faiz2016-06-021-13/+60
* avcodec/magicyuv: fix decoding of raw slicesPaul B Mahol2016-06-021-12/+23
* vaapi: Enable more libva surface formatsMark Thompson2016-06-021-5/+5
* avcodec/avpacket: Respect payload offset in av_grow_packetAndriy Lysnevych2016-06-021-7/+21
* avformat: Document where the AVOption names can be found for the fields of AV...Michael Niedermayer2016-06-011-0/+6
* avcodec: Document where the AVOption names can be found for the fields of AVC...Michael Niedermayer2016-06-011-0/+4
* avutil/frame: Document avcodec_get_frame_class() and the option naming systemMichael Niedermayer2016-06-011-0/+4
* library.mak: Put -Umain back for testsMichael Niedermayer2016-06-011-0/+1
* lavu: Adding ARIB STD-B67 (hybrid log-gamma) enum value and transfer function.Neil Birkbeck2016-06-014-0/+37
* avformat/isom: add MagicYUV FourCCsPiotr Bandurski2016-06-011-0/+8
* avocdec: add MagicYUV decoderPaul B Mahol2016-05-3110-1/+480
* avcodec/bmp_parser: Fix stateMichael Niedermayer2016-05-311-0/+2
* avcodec/nvenc: Refactor timestamp generation logicTimo Rothenpieler2016-05-312-15/+37
* avcodec/nvenc: forward frame durationTimo Rothenpieler2016-05-311-1/+2
* avcodec/nvenc: Handle minqp-only case in set_vbrTimo Rothenpieler2016-05-311-0/+8
* avcodec/nvenc: twopass mode works in all modesTimo Rothenpieler2016-05-311-7/+1
* avcodec/nvenc: Fix forcing constqp rc modeTimo Rothenpieler2016-05-311-1/+1
* avcodec/nvenc: don't enqueue timestamps until a frame was acceptedAndrey Turkin2016-05-311-3/+3
* avcodec/nvenc: refactor encode_frame a bitAndrey Turkin2016-05-311-39/+44
* avcodec/dca_parser: skip initial paddingfoo862016-05-311-13/+28
* avcodec/dca_parser: simplify state machinefoo862016-05-311-19/+15
* avcodec/dca: support EXSS marker in avpriv_dca_convert_bitstream()foo862016-05-311-0/+1
* avcodec/dca: require checked bitstream readerfoo862016-05-314-32/+17
* avcodec/nvenc: extract timestamp calculations into separate functionAndrey Turkin2016-05-311-16/+29
* avcodec/nvenc: rework library load and GPU selectionAndrey Turkin2016-05-314-231/+296
* avcodec/nvenc: allow configuring number of surfacesAndrey Turkin2016-05-314-23/+21
* avcodec/nvenc: use INIT_CLEANUP to deal with init failuresAndrey Turkin2016-05-313-102/+71
* avcodec/nvenc: add rate control optionAndrey Turkin2016-05-314-121/+174
* avcodec/nvenc: convert tier to AVOptionsAndrey Turkin2016-05-313-12/+5
* avcodec/nvenc: convert levels to AVOptionsAndrey Turkin2016-05-314-94/+48
* avcodec/nvenc: convert profile parsing to AVOptionsAndrey Turkin2016-05-314-34/+27
* avcodec/nvenc: use AVOptions to select presetsAndrey Turkin2016-05-314-131/+177
* doc: Add color_trc valuesMichael Niedermayer2016-05-311-0/+31
* avcodec/nvenc: split H264/HEVC encoder definitions into separate filesAndrey Turkin2016-05-316-233/+349
* aacpsy: remove dead codeRostislav Pehlivanov2016-05-311-14/+0