887 Commits (c3fa6add58288dda34c88a6c0c9e0cc79f29169b)

Author SHA1 Message Date
Michael Niedermayer 7885fa7685 ff_lock_avcodec: make the lock state be consistent in case of failure. 12 years ago
Michael Niedermayer 2dec950f49 avcodec_open: if obtaining a lock fails, dont attempt to unlock it. 12 years ago
Michael Niedermayer d7169280a6 frame_thread_encoder: fix locking while locks are held 12 years ago
Reimar Döffinger 25fec8595d avcodec: add ff_lock/unlock_avcodec functions. 12 years ago
Michael Niedermayer d2a3f08daf lavc: move ff_init_buffer_info() down to ff_get_buffer() 12 years ago
Anton Khirnov 387bef95d2 lavc: factorise setting buffer type in avcodec_default_get_buffer(). 12 years ago
Anton Khirnov e57c4706e9 lavc: don't reuse audio buffers 12 years ago
Anton Khirnov ff953fecff lavc: set frame properties in ff_get_buffer(). 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer d9bec3b6a2 lavc: fix duplicate stats_out line. 12 years ago
Paul B Mahol 01eed8c607 iff demuxer: 16SV support 12 years ago
Paul B Mahol 5a3370816f av_get_audio_frame_duration: add ADPCM_AFC 12 years ago
Stefano Sabatini e55c3857d2 lavc/utils: check return value of avcodec_fill_audio_frame() for < 0 12 years ago
Paul B Mahol 3d8e684f05 ADPCM IMA Dialogic decoder 12 years ago
Paul B Mahol da8242e2d6 8svx: move pcm_s8_planar decoder to pcm.c 12 years ago
Paul B Mahol 9ba41ae63e PCM signed 16-bit big-endian planar decoder 12 years ago
Paul B Mahol 467dfd5dfa PCM signed 24-bit/32-bit little-endian planar decoder 12 years ago
Luca Barbato cc085993f4 avcodec: remove ff_is_hwaccel_pix_fmt 12 years ago
Luca Barbato c1a02e884a pixdesc: add av_pix_fmt_get_chroma_sub_sample 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Ilkka Ollakka 6d1270a0f9 decode_audio3: initialize AVFrame 12 years ago
Justin Ruggles 0366664ef9 lavc: check channel count after decoder init 12 years ago
Justin Ruggles bb6941af2a lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders 12 years ago
Paul B Mahol dc239b3b40 av_get_audio_frame_duration: add IAC 12 years ago
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