Commit Graph

  • ad72d7d299 avformat: Copy properties from internal context Michael Niedermayer 2016-05-30 14:00:53 +02:00
  • 3402871f36 avcodec/h264_refs: Fix pps_ref_count with multiple PPS Michael Niedermayer 2016-06-02 14:51:49 +02:00
  • a8289d2407 avcodec/h264_refs: Remove unused pps_count Michael Niedermayer 2016-06-02 14:48:12 +02:00
  • 4865252c08 avformat/udp: Protect write to circular_buffer_error by mutex Michael Niedermayer 2016-06-02 13:30:12 +02:00
  • 1b05521bb7 avfilter/avf_showcqt: full chroma blending on draw_axis_yuv Muhammad Faiz 2016-05-31 21:51:27 +07:00
  • a3c2a9c736 avcodec/magicyuv: fix decoding of raw slices Paul B Mahol 2016-06-02 06:59:46 +02:00
  • 7e0623b70b vaapi: Enable more libva surface formats Mark Thompson 2016-05-22 11:38:39 +01:00
  • 2fe04630e7 avcodec/avpacket: Respect payload offset in av_grow_packet Andriy Lysnevych 2016-05-25 17:56:21 +03:00
  • d1efdd54f2 avformat: Document where the AVOption names can be found for the fields of AVFormatContext Michael Niedermayer 2016-05-28 16:57:15 +02:00
  • b8426b865e avcodec: Document where the AVOption names can be found for the fields of AVCodecContext Michael Niedermayer 2016-05-28 16:57:14 +02:00
  • 003a9e4854 avutil/frame: Document avcodec_get_frame_class() and the option naming system Michael Niedermayer 2016-05-28 16:57:13 +02:00
  • 77ba4a7843 library.mak: Put -Umain back for tests Michael Niedermayer 2016-06-01 16:22:36 +02:00
  • 785038c92c lavu: Adding ARIB STD-B67 (hybrid log-gamma) enum value and transfer function. Neil Birkbeck 2016-04-21 12:00:05 -07:00
  • 4c7d3e827c avformat/isom: add MagicYUV FourCCs Piotr Bandurski 2016-06-01 13:47:50 +02:00
  • 77f9c4b7aa avocdec: add MagicYUV decoder Paul B Mahol 2016-05-22 15:18:30 +02:00
  • d0388bd32e avcodec/bmp_parser: Fix state Michael Niedermayer 2016-05-31 22:01:13 +02:00
  • e5babccfbc avcodec/nvenc: Refactor timestamp generation logic Timo Rothenpieler 2016-05-31 18:59:35 +02:00
  • 69c25c0ad7 avcodec/nvenc: forward frame duration Timo Rothenpieler 2016-05-31 18:39:28 +02:00
  • 971351b664 avcodec/nvenc: Handle minqp-only case in set_vbr Timo Rothenpieler 2016-05-31 17:00:07 +02:00
  • eae4eba9cb avcodec/nvenc: twopass mode works in all modes Timo Rothenpieler 2016-05-31 16:55:24 +02:00
  • 1330a0f31f avcodec/nvenc: Fix forcing constqp rc mode Timo Rothenpieler 2016-05-31 16:53:38 +02:00
  • 58c6dcb4b7 avcodec/nvenc: don't enqueue timestamps until a frame was accepted Andrey Turkin 2016-05-29 15:51:36 +03:00
  • 2f53b5b74b avcodec/nvenc: refactor encode_frame a bit Andrey Turkin 2016-05-29 15:50:06 +03:00
  • 214e63f851 avcodec/dca_parser: skip initial padding foo86 2016-05-31 14:46:14 +03:00
  • 1f7b67a1ca avcodec/dca_parser: simplify state machine foo86 2016-05-31 14:46:13 +03:00
  • 054a2c9fdf avcodec/dca: support EXSS marker in avpriv_dca_convert_bitstream() foo86 2016-05-13 12:48:31 +03:00
  • d1f558b362 avcodec/dca: require checked bitstream reader foo86 2016-05-13 12:48:30 +03:00
  • d3463912c1 avcodec/nvenc: extract timestamp calculations into separate function Andrey Turkin 2016-05-29 15:34:38 +03:00
  • 0d021cc8b3 avcodec/nvenc: rework library load and GPU selection Andrey Turkin 2016-05-29 15:23:26 +03:00
  • f052ef30ef avcodec/nvenc: allow configuring number of surfaces Andrey Turkin 2016-05-29 13:07:34 +03:00
  • b69335304d avcodec/nvenc: use INIT_CLEANUP to deal with init failures Andrey Turkin 2016-05-25 19:57:11 +03:00
  • f84dfbc74a avcodec/nvenc: add rate control option Andrey Turkin 2016-05-25 19:39:54 +03:00
  • 40df468ab1 avcodec/nvenc: convert tier to AVOptions Andrey Turkin 2016-05-25 18:06:02 +03:00
  • b0172873a8 avcodec/nvenc: convert levels to AVOptions Andrey Turkin 2016-05-25 18:00:52 +03:00
  • 9824321b32 avcodec/nvenc: convert profile parsing to AVOptions Andrey Turkin 2016-05-25 17:26:25 +03:00
  • faffff88c2 avcodec/nvenc: use AVOptions to select presets Andrey Turkin 2016-05-25 17:05:50 +03:00
  • e1de62c5be doc: Add color_trc values Michael Niedermayer 2016-05-31 15:15:54 +02:00
  • 7aa16d59bf avcodec/nvenc: split H264/HEVC encoder definitions into separate files Andrey Turkin 2016-05-25 16:04:28 +03:00
  • a1953d4cec aacpsy: remove dead code Rostislav Pehlivanov 2016-05-31 01:05:58 +01:00
  • 0d0b9397d6 avformat/movenc: remove useless if and reindent Marton Balint 2016-05-29 17:14:18 +02:00
  • 15005701b5 avformat/movenc: propagate shift_data errors properly Marton Balint 2016-05-29 16:51:57 +02:00
  • 37d201aad9 ffplay: simplify display code Marton Balint 2015-11-26 00:25:47 +01:00
  • 0b9b3163f2 avcodec/libxvid: Fix use of uninitialized AVPacket fields Michael Niedermayer 2016-05-31 00:05:53 +02:00
  • 2c7fd0e36b avcodec/mips/h264qpel_mmi.c: Version 2 of the optimizations for loongson mmi ZhouXiaoyong 2016-05-25 17:40:44 +08:00
  • b2d5d6a7f2 build: Only enable symbol reduction if the compiler does proper DCE Diego Biurrun 2016-05-27 20:14:21 +02:00
  • d74cc61574 libavformat/movenc: remove unnecessary null check Mark Reid 2016-05-29 17:17:32 -07:00
  • 645f7c1ce5 avfilter/f_loop: Fix leak on error Michael Niedermayer 2016-05-29 21:21:59 +02:00
  • be96ebdcd7 avfilter/vf_fieldhint: Reorder operation to prevent hypothetical integer overflow Michael Niedermayer 2016-05-29 18:11:53 +02:00
  • c5fd4b5061 build: Simplify postprocessing of linker version script files Diego Biurrun 2016-05-27 11:38:38 +02:00
  • 535a742c26 build: Change structure of the linker version script templates Diego Biurrun 2016-05-24 02:18:40 +02:00
  • 5b1b495c8d build: Print a message when generating version scripts Diego Biurrun 2016-05-24 12:39:54 +02:00
  • 7ae4d574e8 avfilter/vf_fieldhint: Assert that mode is valid Michael Niedermayer 2016-05-29 14:45:18 +02:00
  • 52ca24bdd2 avutil/softfloat: Improve doxy for av_sub_sf() and av_sf2int() Michael Niedermayer 2016-05-29 14:44:27 +02:00
  • cbd19881f7 avformat/udp: Remove unused variable Michael Niedermayer 2016-05-29 12:35:14 +02:00
  • dac030d3aa avformat/movenc: Fix potential track width/height overflows Michael Niedermayer 2016-05-29 04:00:27 +02:00
  • 17d320800b avformat/movenc: Avoid integer overflow Michael Niedermayer 2016-05-29 03:51:42 +02:00
  • 1a82d2cf8f avformat/oggparseopus: Fix Undefined behavior in oggparseopus.c and libavformat/utils.c Thomas Guilbert 2016-05-27 15:50:25 -07:00
  • c1ed78a591 avformat/utils: avoid overflow in compute_chapters_end() with huge durations Michael Niedermayer 2016-05-28 23:51:35 +02:00
  • 2be3007ed5 avformat/utils: avoid overflow in update_stream_timings() with huge durations Michael Niedermayer 2016-05-28 23:51:35 +02:00
  • af56d0dffa fate: add aemphasis test Petru Rares Sincraian 2016-05-28 17:20:25 +02:00
  • 1e9c5bf4c1 asm: FF_-prefix internal macros used in inline assembly Diego Biurrun 2016-05-25 13:34:12 +02:00
  • dc40a70c57 Drop unnecessary libavutil/x86/asm.h #includes Diego Biurrun 2016-05-24 20:06:03 +02:00
  • d1520a6cfd avutil/softfloat: Document public constants and a few public functions Michael Niedermayer 2016-05-28 14:11:10 +02:00
  • a64a030ba0 lavf/mov: Support one more Avid compression id for AVCI50. Carl Eugen Hoyos 2016-05-28 11:57:37 +02:00
  • 86d703fd55 avformat/movenc: Fix memleak of reshuffled packet Michael Niedermayer 2016-05-28 03:12:04 +02:00
  • 5db111757c avformat/movenc: Rename reshuffles return variable to ensure it is not mixed up Michael Niedermayer 2016-05-28 02:55:33 +02:00
  • f66ca036bc avformat/oggparseflac: Fix memleaks in old_flac_header() Michael Niedermayer 2016-05-28 00:40:46 +02:00
  • 9106cba22a fate: Add fate-prores-gray Michael Niedermayer 2016-05-27 18:06:03 +02:00
  • 9c43703620 avcodec/proresdec2: Add support for grayscale videos Håvard Espeland 2016-05-27 11:06:13 +02:00
  • 281caece46 avfilter/avfiltergraph: Clear graph pointers in ff_filter_graph_remove_filter() Michael Niedermayer 2016-05-27 13:40:34 +02:00
  • 5264e7ba21 ac3: Check the array bound before dereferencing Luca Barbato 2016-05-26 02:41:25 +02:00
  • 2dc954e0bd Merge commit '44d16df413878588659dd8901bba016b5a869fd1' Hendrik Leppkes 2016-05-27 14:28:21 +02:00
  • a86aa16088 vaapi_h264: Add trivial support for low-power encoding Mark Thompson 2016-05-17 23:08:57 +01:00
  • b51c7c6b8a vaapi_h264: Fix frame_num after non-reference frames Mark Thompson 2016-05-16 14:01:31 +01:00
  • 2bfa067d0b vaapi_encode: Check config attributes before creating config Mark Thompson 2016-05-18 10:58:56 +01:00
  • 6641819fee build: Ignore generated mapfile and remove it on distclean Diego Biurrun 2016-05-24 12:16:52 +02:00
  • d970f7ba31 ffserver: fixed deallocation bug in build_feed_streams Gregor Riepl 2016-05-24 15:17:22 +02:00
  • 7f5c6ea511 avformat/utils: Fix use of uninitialized variable Michael Niedermayer 2016-05-26 17:09:44 +02:00
  • a0f76b825c avcodec/dca: move EXSS sampling frequency arrays to dca.c foo86 2016-05-26 14:29:35 +03:00
  • f5c4388419 FATE: drop the audio stream from the dxtory test Anton Khirnov 2016-05-24 22:20:45 +02:00
  • fe7b21c8f1 avconv: fix parsing bitstream filters Anton Khirnov 2016-05-24 16:49:19 +02:00
  • 80fb19bc23 avconv: fix a check for av_bsf_get_by_name() return value Anton Khirnov 2016-05-24 16:36:16 +02:00
  • 9f7590f4e4 avconv_vaapi: use the hwcontext device creation API Anton Khirnov 2016-05-19 19:08:06 +02:00
  • 18c506e9e6 avconv_dxva2: use the hwcontext device creation API Anton Khirnov 2016-05-19 19:08:06 +02:00
  • f72db3f2f3 avconv_vdpau: use the hwcontext device creation API Anton Khirnov 2016-05-19 19:08:06 +02:00
  • b8bf9194af hwcontext_vaapi: implement device creation Anton Khirnov 2016-05-19 19:19:20 +02:00
  • 8e70385a8e hwcontext_dxva2: implement device creation Anton Khirnov 2016-05-19 19:19:20 +02:00
  • 2e219b491b hwcontext_cuda: implement device creation Anton Khirnov 2016-05-19 19:19:20 +02:00
  • 38392b2af8 hwcontext_vdpau: implement device creation Anton Khirnov 2016-05-19 16:33:15 +02:00
  • 1c9e8616c5 hwcontext: add a function for opening devices Anton Khirnov 2016-05-19 15:59:25 +02:00
  • 24b5cff01b lavc: handle hw_frames_ctx where necessary Andrey Turkin 2016-05-25 14:16:14 +03:00
  • d93495c954 avcodec/vble: add frame threading support Paul B Mahol 2016-05-21 23:21:17 +02:00
  • 89e9393022 doc/developer.texi: Add a code of conduct Michael Niedermayer 2016-05-18 20:40:08 +02:00
  • defab0825f avfilter/src_movie: add various commands Muhammad Faiz 2016-02-17 23:20:08 +07:00
  • d14deeb6bc lavc/mediacodec: add missing MediaCodec.Get{Input,Output}Buffer() checks Matthieu Bouron 2016-05-17 10:28:38 +02:00
  • fbc9359d85 lavc/mediacodec: factorize static fields initialization Matthieu Bouron 2016-05-17 10:26:48 +02:00
  • 4024b566d6 golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better names Diego Biurrun 2016-05-24 01:20:34 +02:00
  • 493db04c4e avcodec/Makefile: add missing dependencies to dca parser James Almer 2016-05-25 01:50:35 -03:00
  • cb55c5b49e avcodec/dca_parser: set duration for core-less streams foo86 2016-05-23 17:58:42 +03:00
  • 72a9a7e9cb avcodec/dca_exss: prepare to be called from parser context foo86 2016-05-23 17:58:41 +03:00