summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avformat/avformat: Update av_read_frame() documentationAndreas Rheinhardt2020-03-29
* avformat/dashdec: Don't allocate and leak strings that are never usedAndreas Rheinhardt2020-03-29
* doc/filters: add tpad default valuesLou Logan2020-03-28
* avfilter/vf_showinfo: limit the max number of timecodeLimin Wang2020-03-28
* avfilter: add vf_overlay_cudaYaroslav Pogrebnyak2020-03-28
* avutil/frame: make frame copy functions hwframe awareTimo Rothenpieler2020-03-28
* avutil/hwcontext: correctly set extended_data on hwframe_get_bufferTimo Rothenpieler2020-03-28
* nvdec: attach real hw_frames to post-processed framesTimo Rothenpieler2020-03-28
* ffplay, avcodec, avformat: Don't initialize before av_packet_ref()Andreas Rheinhardt2020-03-28
* avcodec/avcodec, avpacket: Return blank packet on av_packet_ref() failureAndreas Rheinhardt2020-03-28
* avcodec/avpacket: Always treat dst in av_packet_ref as uninitializedAndreas Rheinhardt2020-03-28
* avcodec/jpeg2000dec: error check when processing tlm markerGautam Ramakrishnan2020-03-27
* avformat/rtp: Pass sources and block filter addresses via sdp file for rtpphunkyfish2020-03-27
* movenc: mark Opus encapsulation as stableLynne2020-03-27
* h264_ps: pass AVCodecContext as void* where possibleAnton Khirnov2020-03-27
* tests/checkasm: add overflow test for hevc_add_resLinjie Fu2020-03-27
* checkasm/hevc_add_res: prepare test data only if the fuction is not testedLinjie Fu2020-03-27
* lavc/x86/hevc_add_res: Fix coeff overflow in ADD_RES_SSE_16_32_8Linjie Fu2020-03-27
* lavc/x86/hevc_add_res: Fix overflow in ADD_RES_SSE_8_8Linjie Fu2020-03-27
* lavc/x86/hevc_add_res: Fix overflow in ADD_RES_MMX_4_8Linjie Fu2020-03-27
* lavc/pthread_frame: Update user context in ff_frame_thread_freeLinjie Fu2020-03-27
* avfilter/af_acrossover: revert 270068b5aPaul B Mahol2020-03-27
* libavcodec/jpeg2000.h: fix comments for JPEG2000 markersGautam Ramakrishnan2020-03-27
* avfilter/vf_showinfo: check if the s12m data size is validLimin Wang2020-03-27
* configure: Get the correct ident for clang-cl.exeCarl Eugen Hoyos2020-03-26
* configure: Remove all C standard versions from the MSVC command line.Carl Eugen Hoyos2020-03-26
* avformat/webmdashenc: Fix memleak upon realloc failureAndreas Rheinhardt2020-03-26
* avformat/mpeg: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-03-26
* avformat/yop: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt2020-03-26
* avformat/nsvdec: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt2020-03-26
* avformat/matroskadec: Don't discard the upper 32bits of TrackNumberAndreas Rheinhardt2020-03-26
* doc/developer.texi: Add variadic macros to allowed C language featuresAndreas Rheinhardt2020-03-26
* avformat/movenc: Reduce size of the allocated MOVIentry arrayJames Almer2020-03-26
* avcodec/vp9: use a buffer pool to allocate VP9Frame extradataJames Almer2020-03-26
* avfilter/vf_v360: improve sg input formatPaul B Mahol2020-03-26
* avfilter/vf_v360: improve sg output formatPaul B Mahol2020-03-26
* avformat/matroskadec: fix the type of the TrackLanguageSteve Lhomme2020-03-26
* avformat/matroskaenc: Avoid allocations for SeekHeadAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: CosmeticsAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Check unchecked functions for errorsAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Add deinit functionAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Add init functionAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Remove unnecessary variableAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Don't copy header filenameAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Don't keep pointer to AVOutputFormatAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Avoid unnecessary flushesAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Use API functions for child muxerAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Use appropriate initializer for AV_OPT_TYPE_STRINGAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Copy more information to the child AVFormatContextAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Close IO if writing header failsAndreas Rheinhardt2020-03-26