1147 Commits (79d82a65744b94406ac06677d42373879529926a)

Author SHA1 Message Date
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 12 years ago
Michael Niedermayer a072acb108 avcodec: fix duplicate includes 12 years ago
Michael Niedermayer 9c8aeacf82 avutil: add av_get_colorspace_name() 12 years ago
Michael Niedermayer 7bc9fb8cde avcodec/utils: add 16bit planar YUV formats to avcodec_align_dimensions2() 12 years ago
Vignesh Venkatasubramanian 889bc79b5f lavc/utils: Add support for discarding samples from the end 12 years ago
Michael Niedermayer 9a0e20817a avcodec/util: Make size argument of ff_alloc_packet2() int64_t 12 years ago
Clément Bœsch 3e1f507f3e avcodec: make avcodec_close() more tolerant. 12 years ago
Carl Eugen Hoyos 6fcfafff84 Show subtitle resolution in avcodec_string(). 12 years ago
Michael Niedermayer 8da23be458 avcodec/utils: avcodec_string: print colorspace type 12 years ago
Michael Niedermayer ea07dbdeaa avcodec/utils: avcodec_string: Print color_range 12 years ago
Michael Niedermayer 336982a0ce avcodec/utils: avcodec_string: make the colorspace printing code more extendible. 12 years ago
Michael Niedermayer 811d58e083 avcodec/utils: support non edge emu for grayscale 12 years ago
Diego Biurrun e95930eda1 avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARM 12 years ago
Thilo Borgmann f18ccb529f Fix wrong use of "an" in some comments. 12 years ago
Michael Niedermayer 98fd8a7848 avcodec: Remove ff_packet_free_side_data, use av_packet_free_side_data 12 years ago
Reimar Döffinger d4db7c334b Integrate accessors.h header into internal.h 12 years ago
Reimar Döffinger a48979d715 Reduce MAKE_ACCESSORS code duplication via a new header. 12 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 12 years ago
Marton Balint 63c0113588 lavc: do not override format if neither text nor bitmap codec prop is set 12 years ago
Carl Eugen Hoyos 9375879d57 Show max bitrate for mpeg2 video streams in avcodec_string(). 12 years ago
Michael Niedermayer 274a50ab57 avcodec/utils: Warn the user about the lack of a lock manager if insufficient locks are detected 12 years ago
Michael Niedermayer 55db06af64 avcodec/utils: use av_assert0() to check validity of input pointers for start code search 12 years ago
Michael Niedermayer abc8110f7e avcodec: add avcodec_chroma_pos_to_enum() 12 years ago
Michael Niedermayer b7397857e2 avcodec: add avcodec_enum_to_chroma_pos() 12 years ago
Michael Niedermayer a80e622924 avcodec/avutil: Add AVColorSpace and AVColorRange to AVFrames 12 years ago
Paul B Mahol 6516a25f04 ADPCM IMA WAV 2, 3 and 5 bits decoder 12 years ago
Carl Eugen Hoyos b42bcaef29 Avoid a null pointer dereference in avcodec_decode_audio4(). 12 years ago
Michael Niedermayer 8738d94274 avcodec: Make av_register_hwaccel() and avcodec_register() thread safe 12 years ago
Carl Eugen Hoyos 41f3c60fbb Avoid a null pointer dereference in avcodec_decode_video2(). 12 years ago
Stefano Sabatini 47c9887eca lavc/utils: improve feedback in case of invalid packet size 12 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
Michael Niedermayer 7fff3df6b2 avcodec_encode_audio2: fix memleak on last padded frame 12 years ago
Michael Niedermayer 175e916fa2 avcodec/utils: Fix encoder allocation size 12 years ago
Anton Khirnov 799f57ac96 lavc: use AVFrame API properly in pad_last_frame(). 12 years ago
Paul B Mahol d5f7f1fef1 audio frame multi-threaded decoding 12 years ago
Michael Niedermayer a90baa63c3 add YUVJ411P 12 years ago
Michael Niedermayer 5e29e91232 avcodec_align_dimensions2: add missing yuva formats 12 years ago
Anton Khirnov 30e256430e lavc/pthread: remove obsolete checks 12 years ago
Michael Niedermayer c7c71f95f8 replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* 12 years ago
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago