1104 Commits (44967ab60a9baf62f86bc727b51ff0acb587e676)

Author SHA1 Message Date
  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 12 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
  Michael Niedermayer ea07dbdeaa avcodec/utils: avcodec_string: Print color_range 11 years ago
  Michael Niedermayer 336982a0ce avcodec/utils: avcodec_string: make the colorspace printing code more extendible. 11 years ago
  Michael Niedermayer 811d58e083 avcodec/utils: support non edge emu for grayscale 11 years ago
  Diego Biurrun e95930eda1 avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARM 11 years ago
  Thilo Borgmann f18ccb529f Fix wrong use of "an" in some comments. 11 years ago
  Michael Niedermayer 98fd8a7848 avcodec: Remove ff_packet_free_side_data, use av_packet_free_side_data 11 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