97 Commits (0117ba5594702c6e42767ac93358f57c24416514)

Author SHA1 Message Date
Tim Walker 5b4797a21d avframe: add AV_FRAME_DATA_MATRIXENCODING side data type. 11 years ago
Anton Khirnov 37a749012a lavc: rework handling of refcounted_frames=0 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 7644f5a807 lavc: replace avcodec_set_dimensions with ff_set_dimensions 11 years ago
Michael Niedermayer 9a0e20817a avcodec/util: Make size argument of ff_alloc_packet2() int64_t 11 years ago
Michael Niedermayer 98fd8a7848 avcodec: Remove ff_packet_free_side_data, use av_packet_free_side_data 11 years ago
Peter Große c6c2231227 libavcodec: use 64bit counter in deprecated audio encoder API to prevent problems regarding negative dts 12 years ago
Michael Niedermayer 42bb3e4db6 avcodec: remove ff_get_logical_cpus() 12 years ago
Martin Storsjö f1e9398621 lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo 12 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
Anton Khirnov 192f1984b1 lavc: limit maximum number of channels to 63 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 5a4e9fe855 avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatch 12 years ago
Michael Niedermayer bf90ef0314 avcodec: add ff_frame_get_metadatap() 12 years ago
Michael Niedermayer a3a97129e7 mpegvideo: make ff_print_debug_info independant of mpegvideo 12 years ago
Michael Niedermayer a53b144ec0 avcodec: add avpriv_color_frame() 12 years ago
Clément Bœsch 67286fa98b 10l: export ff_bprint_to_extradata between libs using avpriv_ prefix. 12 years ago
Clément Bœsch 36e61e24e7 lavc: add ff_bprint_to_extradata() helper and use it. 12 years ago
Reimar Döffinger 25fec8595d avcodec: add ff_lock/unlock_avcodec functions. 12 years ago
Anton Khirnov e57c4706e9 lavc: don't reuse audio buffers 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Luca Barbato cc085993f4 avcodec: remove ff_is_hwaccel_pix_fmt 12 years ago
Justin Ruggles bb6941af2a lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders 12 years ago
Ash Hughes 2470851f12 lavc: enable recursively using avcodec_open2/close. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Stefano Sabatini 44bd69e9b9 lavc/utils: rename ff_init_buffer_info() pic parameter to frame 12 years ago
Michael Niedermayer 2fe186409b lavc: skip initial silence when requested 13 years ago
Michael Niedermayer bafa1c7f38 h264: add avpriv_h264_has_num_reorder_frames() 13 years ago
Michael Niedermayer fde1bc64ad lavc: add frame multithreading capability (currently intra only) 13 years ago
Michael Niedermayer 0c851e4642 threads: make get_logical_cpus() available outside pthread.c 13 years ago
Anton Khirnov a5117a2444 lavc: pad last audio frame with silence when needed. 13 years ago
Michael Niedermayer 6952301f33 ff_samples_to_time_base: support AV_NOPTS_VALUE 13 years ago
Michael Niedermayer 59a4b73531 pthread/mpegvideo: detect and block attempts to init frames after setup. 13 years ago
Michael Niedermayer 740b9ff44e lavc: Redesign the internal encoding API. 13 years ago
Michael Niedermayer 00663de3b7 lavc: add ff_alloc_packet2(). 13 years ago
Justin Ruggles 91a28b0e8e avcodec: add ff_samples_to_time_base() convenience function to internal.h 13 years ago
Justin Ruggles 1a670973a7 ff_alloc_packet: modify the size of the packet to match the requested size 13 years ago
Justin Ruggles b2c75b6e63 avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio() 13 years ago
Reimar Döffinger c4ba5198ea Fix leaking of side data. 13 years ago
Alex Converse 4df30f7114 utils: Check for extradata size overflows. 13 years ago
Mans Rullgard 8400b126ac avcodec: deprecate AVFrame.age 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles f3a29b750a avcodec: move some AVCodecContext fields to an internal struct. 13 years ago
Martin Storsjö 2d1b6fb72b avcodec: Allow locking and unlocking an avformat specific mutex 13 years ago
Anton Khirnov 0842d58998 lavc: use avpriv_ prefix for ff_toupper4. 13 years ago
Michael Niedermayer b93cb8383f lavc: add ff_init_buffer_info() 13 years ago
Anton Khirnov 84626b364b lavc: add support for codec-specific defaults. 14 years ago