705 Commits (7288b345850792430302a8f85a4b29140b770497)

Author SHA1 Message Date
Diego Biurrun eba2233b58 build: Add define for SIMD extensions requiring 16-byte aligned buffers 10 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 10 years ago
Diego Biurrun 3c650efb81 dsputil: Move draw_edges() to mpegvideoencdsp 11 years ago
Anton Khirnov 1b04eb20f7 lavc: do not allocate edges in the default get_buffer2() 11 years ago
Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 11 years ago
wm4 eb800f120d libavcodec: set AVFrame colorspace fields on decoding 11 years ago
Vittorio Giovara bddd8cbf68 Add transformation matrix API. 11 years ago
Anton Khirnov e1b66778b6 lavc: remove the locking code in avcodec_close() 11 years ago
Anton Khirnov dd2d3b766b lavc: Add hwaccel private data and init/uninit callbacks 11 years ago
Luca Barbato ebc29519d1 hwaccel: Support specific frame allocators 11 years ago
Anton Khirnov 5c1d7246cd lavc: set AVCodecContext.hwaccel in ff_get_format() 11 years ago
Anton Khirnov 632ad2248e lavc: Add an internal wrapper around get_format() 11 years ago
Anton Khirnov e7fc9796d8 lavc: do not use AVCodecContext.codec_name in avcodec_string() 11 years ago
Vittorio Giovara 6ef96292d9 utils: add yvyu422 to avcodec_align_dimensions2 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Anton Khirnov 4a0f665143 libavcodec: when decoding, copy replaygain side data to decoded frames 11 years ago
Anton Khirnov 8feac29cc4 lavc: use AVFrame API properly in ff_reget_buffer() 11 years ago
John Stebbins 52771346dc lavc: set AVFrame pkt_pts and reordered_opaque in reget_buffer 11 years ago
Diego Biurrun 190d4a447b avcodec: Suppress deprecation warnings from avcodec_alloc_frame() 11 years ago
Anton Khirnov e0ab5078a7 lavc: do not force the emu edge flag 11 years ago
Anton Khirnov 93c553c71e lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width(). 11 years ago
Anton Khirnov f7e85ee996 lavc: allow the caller to override dimensions in ff_get_buffer() 11 years ago
Anton Khirnov 50079a6aa9 lavc: do not leak the internal frame if opening the codec fails 11 years ago
Anton Khirnov 8058284ce0 lavc: add 422/444 YUV with alpha to align_dimensions() 11 years ago
Tim Walker 5b4797a21d avframe: add AV_FRAME_DATA_MATRIXENCODING side data type. 11 years ago
Anton Khirnov d7b3ee9a3a lavc: deprecate avcodec_get_frame_defaults(). 11 years ago
Anton Khirnov 95a8a5aca6 lavc: call av_frame_unref() instead of avcodec_get_frame_defaults(). 11 years ago
Anton Khirnov 9431356218 lavc: deprecate avcodec_free_frame() 11 years ago
Anton Khirnov 37a749012a lavc: rework handling of refcounted_frames=0 11 years ago
Anton Khirnov a1ee164869 lavc/decode_video(): always unref the frame if there is no output in decode_video 11 years ago
Anton Khirnov 85f947aefb lavc: remove a pointless check in decode_audio4() 11 years ago
Anton Khirnov d4f0f2d1e8 lavc: use buf[0] instead of data[0] as the indicator of an allocated frame 11 years ago
Anton Khirnov e5419709f5 lavc: remove the extended_data workarounds. 11 years ago
Anton Khirnov b9fb59d2ab lavc: deprecate avcodec_alloc_frame(). 11 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Anton Khirnov cce3e0a49f Move av_fast_{m,re}alloc from lavc to lavu. 11 years ago
Luca Barbato 08303d7741 hwaccel: Simplify ff_find_hwaccel 11 years ago
Anton Khirnov da6506c607 lavc: move AVCodecContext.pkt to AVCodecInternal 11 years ago
Anton Khirnov 38ecc3702d pthread: store thread contexts in AVCodecInternal instead of AVCodecContext 11 years ago
Anton Khirnov 0f6c1d6d64 lavc/utils: stop using deprecated avcodec_set_dimensions 11 years ago
Anton Khirnov 7644f5a807 lavc: replace avcodec_set_dimensions with ff_set_dimensions 11 years ago
Anton Khirnov b9589f5a77 lavc: add error checking to apply_param_change. 11 years ago
Paul B Mahol 7e52080cb1 pcm: support 24-bit/32-bit little-endian planar 11 years ago
Diego Biurrun e95930eda1 avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARM 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 years ago
Anton Khirnov 720a1de52f lavc: free the padded last frame during audio encoding properly 12 years ago
Janne Grunau 985f34b756 utils: fix avcodec_flush_buffers pre-reference counting compatibility 12 years ago
Anton Khirnov 799f57ac96 lavc: use AVFrame API properly in pad_last_frame(). 12 years ago
Anton Khirnov 30e256430e lavc/pthread: remove obsolete checks 12 years ago
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago