908 Commits (b582af1ed7781f181bd656f9f2d8e7a603ba1178)

Author SHA1 Message Date
Michael Niedermayer b75ac7c71c lavc: include timebase in avcodec string at debug level. 12 years ago
Paul B Mahol 098d3891be EVRC decoder 12 years ago
Michael Niedermayer d270c32025 avcodec_decode_audio: do not trust the channel layout, use the channel count. 12 years ago
Luca Barbato bff3607547 lavc: set the default rc_initial_buffer_occupancy 12 years ago
Clément Bœsch 72ff8ee158 lavc: correctly set AVSubtitle format for text based subtitles. 12 years ago
Clément Bœsch e3c25860dc lavc/utils: reindent in avcodec_decode_subtitle2(). 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
Diego Biurrun 015da965a6 libavcodec/utils: Add braces to shut up gcc warnings 12 years ago
Michael Niedermayer 67c1acf234 lavc/utils: fix 'warning: missing braces around initializer' 12 years ago
Michael Niedermayer 2f436b1fce lavc: Warn in case the set bitrate is very low 12 years ago
Carl Eugen Hoyos ec4a084581 Show underscores in av_get_codec_tag_string(). 12 years ago
Stefano Sabatini 96d815fc0c lavc: add pkt_size field to AVFrame 12 years ago
Janne Grunau bd255f9feb lavc: set frame parameters after decoding only if necessary 12 years ago
Michael Niedermayer e8e575633f lavc/utils: Do not require dimensions for PNG. 12 years ago
Carl Eugen Hoyos 71b1912963 Print bpc (for bits per component) with pixel format if it is smaller than expected. 12 years ago
Michael Niedermayer 419ade4b61 lavc: check dimensions for video encoders 12 years ago
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