1126 Commits (74744790a366ed53cfafa2b0720c27b1eaef770a)

Author SHA1 Message Date
Paul B Mahol 7adc600219 av_get_audio_frame_duration: add G723_1 12 years ago
Michael Niedermayer 28bcca46ed av_get_audio_frame_duration: fix IMC 12 years ago
Clément Bœsch 60d9ee1b75 lavc/utils: make sub decode consistent with A/V. 12 years ago
Anton Khirnov 1bc64c2814 lavc: initialize output AVFrame before decoding. 12 years ago
Stefano Sabatini 4a227a706d lavc/utils: fix a few grammar/style nits in log messages 12 years ago
Stefano Sabatini 5ffadec30a lavc/utils: propagate or return meaningful error codes in avcodec_open2() 12 years ago
Justin Ruggles a5ef830b12 lavc: use the correct API version guard macro for avcodec_encode_audio() 12 years ago
Michael Niedermayer 22793d7bb3 ffmpeg/lavc: move experimental warnings to libavcodec. 12 years ago
Nathan Caldwell c854102da7 avcodec: handle AVERROR_EXPERIMENTAL 12 years ago
Nathan Caldwell a4aa20fbdb avcodec: prefer decoders without CODEC_CAP_EXPERIMENTAL 12 years ago
Stefano Sabatini 8c2dbc3805 lavc/utils: provide more feedback in case of experimental codec 12 years ago
Clément Bœsch 6fb2fd895e lavc: add lavfi metadata support. 12 years ago
Michael Niedermayer bf52ad1e49 lavc: revert broken hunk from 1cd9c81ddb 12 years ago
Stefano Sabatini 7bc533c41b lavc/utils: fix a few case/punctuation inconsistencies in avcodec_open2() 12 years ago
Stefano Sabatini 1cd9c81ddb lavc/utils: extend feedback provided by avcodec_open2() 12 years ago
Michael Niedermayer d86ef54476 avcodec_align_dimensions2: add missing breaks 12 years ago
Ash Hughes 2470851f12 lavc: enable recursively using avcodec_open2/close. 12 years ago
Rafaël Carré a25d912dca avcodec_encode_audio(): fix invalid free 12 years ago
Diego Biurrun 52d113ee06 avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() 12 years ago
Paul B Mahol 93931143fe lavc: return s->get_buffer() error code if it errors out 12 years ago
Luca Barbato 6d5600e855 avutil: add yuva422p and yuva444p formats 12 years ago
Anton Khirnov 50ba57e0ce lavc: do not use av_pix_fmt_descriptors directly. 12 years ago
Michael Niedermayer e0909ff158 lavc: Fix use of uninitialized field. 12 years ago
Janne Grunau 3fbda309e5 avcodec: free extended_data instead address of it 12 years ago
Diego Biurrun f75f4194d1 Restructure av_log_missing_feature message 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Justin Ruggles 37f701f1c3 avcodec: allow either planar or interleaved sample format when encoding mono 12 years ago
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 12 years ago
Anton Khirnov 12e1e83461 lavc: set channel count from channel layout in avcodec_open2(). 12 years ago
Diego Biurrun 0ae3ba8daa avcodec: Drop long-deprecated imgconvert.h header 12 years ago
Michael Niedermayer 8deddc6961 avcodec_alloc_frame: dont zero the whole struct twice 12 years ago
Anton Khirnov a42aadabc6 lavc: add avcodec_free_frame(). 12 years ago
Anton Khirnov b437cec143 lavc: ensure extended_data is set properly on decoding 12 years ago
Anton Khirnov 2bc0de3858 lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults() 12 years ago
Anton Khirnov c084a975aa lavc: use av_mallocz to allocate AVFrames. 12 years ago
Anton Khirnov a83499b13b lavc: rename the argument of avcodec_alloc_frame/get_frame_defaults 12 years ago
Justin Ruggles 0ccf051a9d avcodec: fix memleak in avcodec_encode_audio2() 12 years ago
Luca Barbato 419ffb2390 avcodec: cleanup utils.c 12 years ago
Anton Khirnov 466b39efaf lavc: replace AVCodecContext.encode with subtitle-specific callback 12 years ago
Anton Khirnov 9f64c8219a lavc: add const to private codec class initialization. 12 years ago
Nicolas George 9dd8272431 lavc: set AVSubtitle.pts if possible. 12 years ago
Michael Niedermayer 85c830331c lavc: protect calls to frame_thread_encoder by HAVE_THREADS 13 years ago
Michael Niedermayer 097a909ea1 frame_thread_encoder: pass private options 13 years ago
Nicolas George c28d80f4c9 lavc: avcodec_get_name: return "none" for AV_CODEC_ID_NONE. 13 years ago
Anton Khirnov 0a0f19b577 lavc: add const to AVCodec* function parameters. 13 years ago
Michael Niedermayer 747774ece9 av_get_audio_frame_duration: fix ra144 13 years ago
Nicolas George 2d3acbfe8c lavc: add const to AVCodecContext.codec_descriptor. 13 years ago
Nicolas George 9bb936a80e lavc: reimplement avcodec_get_name with descriptors. 13 years ago
Michael Niedermayer da74e883f1 lavc: add codec_descriptor field to AVCodecContext. 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago