1323 Commits (5b6a50e15006d758ba308d5576a450406cd433f6)

Author SHA1 Message Date
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
Nicolas George 38004051b5 lavc/utils: check av_frame_alloc() failure. 11 years ago
Michael Niedermayer 8b285f03f7 avcodec/utils: fix memleak on avcodec_open2() failure 11 years ago
Michael Niedermayer 102b794e09 configure: support raising major version in soname 11 years ago
Michael Niedermayer c90f31146e avcodec/utils: drop 2 dependancies on sizeof(AVFrame) 11 years ago
Michael Niedermayer 5abdda214d avcodec/utils: implement avcodec_alloc_frame() through av_alloc_frame() 11 years ago
Michael Niedermayer 6aed7bfd84 avcodec: use av_frame_unref() to set frame defaults 11 years ago
Michael Niedermayer ec464c9683 avcodec/utils: av_register_codec & hwaccel() that work in O(1) time 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
Michael Niedermayer b6eee405ff avcodec/utils: Print warning if avcodec_set_dimensions() failed 11 years ago
Michael Niedermayer 985c5f226a avcodec/utils: check that extended data has been set correctly instead of forcing it in avcodec_decode_video2() 11 years ago
Michael Niedermayer 999ee28124 avcodec/utils: dont depend on the channel layout in unrefcount_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
Michael Niedermayer 133fbfc781 do O(1) instead of O(n) atomic operations in register functions 11 years ago
Michael Niedermayer fdc0b3f8c1 avcodec/utils: remove unused variable 11 years ago
Michael Niedermayer 01923bab98 avcodec: move end zeroing code from av_packet_split_side_data() to avcodec_decode_subtitle2() 11 years ago
Ben Boeckel 34b7c82dd3 avcodec/utils: use the unpack_dictionary function 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
Stefano Sabatini a689560428 lavc: remove dead FF_API_AVCODEC_OPEN API 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
Marton Balint dbe6f9f2c2 lavc: add support for CODEC_CAP_DELAY in subtitles 11 years ago
Michael Niedermayer 094c40ca37 avcodec/utils: use a default lock manager that uses a pthread mutex 11 years ago
Mickaël Raulet e146c326b9 avcodec/pthread: add wpp api 11 years ago
Marton Balint b2d9790c2b lavc: make avcodec_decode_subtitle2 more robust 11 years ago
Michael Niedermayer 838f461b07 avcodec/utils: add some saftey checks to add_metadata_from_side_data() 11 years ago
Vignesh Venkatasubramanian 0f99aad80f lavc: Adding seek_preroll to AVCodecContext 11 years ago
Michael Niedermayer e57dba0d52 avcodec: add av_codec_get_max_lowres() 11 years ago
Paul B Mahol 7e52080cb1 pcm: support 24-bit/32-bit little-endian planar 11 years ago
Michael Niedermayer a072acb108 avcodec: fix duplicate includes 11 years ago
Michael Niedermayer 9c8aeacf82 avutil: add av_get_colorspace_name() 11 years ago
Michael Niedermayer 7bc9fb8cde avcodec/utils: add 16bit planar YUV formats to avcodec_align_dimensions2() 11 years ago
Vignesh Venkatasubramanian 889bc79b5f lavc/utils: Add support for discarding samples from the end 11 years ago
Michael Niedermayer 9a0e20817a avcodec/util: Make size argument of ff_alloc_packet2() int64_t 11 years ago
Clément Bœsch 3e1f507f3e avcodec: make avcodec_close() more tolerant. 11 years ago
Carl Eugen Hoyos 6fcfafff84 Show subtitle resolution in avcodec_string(). 11 years ago
Michael Niedermayer 8da23be458 avcodec/utils: avcodec_string: print colorspace type 11 years ago