43397 Commits (a3a0230a9870b9018dc7415ae5872784d524cfe5)
 

Author SHA1 Message Date
Anton Khirnov a3a0230a98 avconv: init filtergraphs only after we have a frame on each input 9 years ago
Anton Khirnov 3e265ca58f avconv: do packet ts rescaling in write_packet() 9 years ago
Anton Khirnov 50722b4f0c avconv: decouple configuring filtergraphs and setting output parameters 9 years ago
Anton Khirnov ba7397baef avconv: factor out initializing stream parameters for encoding 9 years ago
Anton Khirnov 722ec3eb35 avconv: decouple configuring filtergraphs and setting input parameters 9 years ago
Anton Khirnov 398f015f07 avconv: buffer the packets written while the muxer is not initialized 9 years ago
Anton Khirnov 1c169782ca avconv: explicitly postpone writing the header until all streams are initialized 9 years ago
Anton Khirnov 5b63b15663 lavfi: set the link hwframes context before configuring the dst input 9 years ago
Martin Storsjö 0c9c4004ed omx: Don't return > 0 from omx_encode_frame 9 years ago
Martin Storsjö 31aa5335c3 libopenh264enc: Fix inconsistent whitespace 9 years ago
Diego Biurrun 4f98bb7b6d msmpeg4: Remove commented-out debug logging code 9 years ago
Diego Biurrun eedbeb4c27 msmpeg4: Remove some broken, commented-out cruft 9 years ago
Diego Biurrun 3c84eaae9d h264: Eliminate unused but set variable 9 years ago
Luca Barbato 4dbfcd0757 librtmp: Avoid an infiniloop setting connection arguments 9 years ago
Mark Thompson fe498ef514 hwcontext_vaapi: Return all formats for constraints without config 9 years ago
Mark Thompson 11b8030309 vaapi_encode: Fix fallback when input does not match any format 9 years ago
Martin Storsjö 8c3c7b8920 dxva2_h264: Remove an unused variable 9 years ago
Martin Storsjö dc7501e524 checkasm: Issue emms after benchmarking functions 9 years ago
Anton Khirnov beb62dac62 Use AVFrame.pts instead of deprecated pkt_pts. 9 years ago
Anton Khirnov 32c8359093 lavc: export the timestamps when decoding in AVFrame.pts 9 years ago
Anton Khirnov ac7bfd6967 lavfi: add a QSV scaling filter 9 years ago
Anton Khirnov ad9c9440d5 qsvenc: support getting the session from an AVHWFramesContext 9 years ago
Anton Khirnov a0524d9b1e qsvdec: support getting the session from an AVHWFramesContext 9 years ago
Anton Khirnov 59e7361cc7 hwcontext: add a QSV implementation 9 years ago
Anton Khirnov 6f19bbcf85 qsvdec: move reading the user-provided session to qsv_decode_init() 9 years ago
Anton Khirnov e85f6f7f8d lavc: allow using AVCodecContext.hw_frames_ctx for decoding 9 years ago
Vittorio Giovara 40dd5166d2 truemotion2rt: Use ff_set_dimensions 9 years ago
Vittorio Giovara a816432337 pixdesc: Add new SMPTE 431, 432, and 2085 color properties 9 years ago
Neil Birkbeck 5d560d38de pixfmt: Add ARIB STD-B76 color transfer characteristic 9 years ago
Anton Khirnov 6ed0f70f97 avconv: factor out initializing stream parameters for streamcopy 9 years ago
Anton Khirnov 5fa255b65c avconv: initialize output framerate earlier 9 years ago
Anton Khirnov 1e93c1e30f avconv: do not set encoder options when streamcopy is used 9 years ago
Anton Khirnov 90944ee3ab avconv: refactor selecting an encoder 9 years ago
Anton Khirnov 5e1840622c avconv: fix handling attachments in init_output_stream 9 years ago
Anton Khirnov 73c6ec6d65 avconv: create simple filtergraphs earlier 9 years ago
Anton Khirnov 49670e4218 avconv: add a function for determining whether a filtergraph is simple 9 years ago
Anton Khirnov 58640fe89e h264: handle frame recovery in h264_field_start() 9 years ago
Anton Khirnov e26c64148b h264: discard slices of redundant pictures right after parsing the slice header 9 years ago
Anton Khirnov 6efc463858 h264: always set redundant_pic_count during slice header parsing 9 years ago
Anton Khirnov 606fb6c032 h264: call the hwaccel frame_start() from h264_field_start() 9 years ago
Anton Khirnov d1d7678040 h264: fix the check for mixed IDR/non-IDR slices 9 years ago
Anton Khirnov b13fc1e344 h264: do not pass H264Context to h264_slice_header_parse() 9 years ago
Anton Khirnov 996f13413b h264: fix warnings in fill_filter_caches_inter() 9 years ago
Anton Khirnov bc7f426851 h264: drop tests whether the codec id is AV_CODEC_ID_H264 9 years ago
Anton Khirnov 8281cd5cb8 h264_cabac: drop an always true condition 9 years ago
Anton Khirnov 5c2fb561d9 h264: add H264_ prefix to the NAL unit types 9 years ago
Anton Khirnov 1cf2f3d334 h264_sei: drop an unnecessary h264dec.h include 9 years ago
Anton Khirnov b24dafe105 lavc: drop unnecessary h264dec.h includes 9 years ago
Anton Khirnov 70b1dcef2d h264: tighten the valid range for ref_frame_count 9 years ago
Anton Khirnov f638b67e57 h264: move the parameter set definitions to a new header file 9 years ago