1282 Commits (c96c73b0b0520fc734554d34b4693ca7af4edd02)

Author SHA1 Message Date
Michael Niedermayer 82a90e7764 Move avpriv_find_pix_fmt() to utils.c 11 years ago
Michael Niedermayer fc567ac49e avcodec: Add padding after the remaining AVFrames 11 years ago
Michael Niedermayer 8ab8070784 avcodec/utils: fix sizeof(AVFrame) dependence in avcodec_encode_audio2() 11 years ago
Michael Niedermayer da89572004 avcodec: Move STRIDE_ALIGN to internal.h 11 years ago
Anton Khirnov 8feac29cc4 lavc: use AVFrame API properly in ff_reget_buffer() 11 years ago
Michael Niedermayer cbcfd7da4d avcodec: support setting the chroma intra matrix 11 years ago
Michael Niedermayer e5c7229999 avcodec/utils: set AVFrame format unconditional 11 years ago
Michael Niedermayer 68a959cb27 avcodec/utils: improve guess_correct_pts() by considerng mixed dts/pts use caused by NOPTSs 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
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